Skip to content

Commit b024acd

Browse files
committed
Improved grammar in HelloCommand.php
Simple grammar fixes. :)
1 parent 92ad5ef commit b024acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Behavioral/Command/HelloCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* This concrete command calls "print" on the Receiver, but an external
7-
* invoker just know he can call "execute"
7+
* invoker just knows that it can call "execute"
88
*/
99
class HelloCommand implements CommandInterface
1010
{
@@ -14,8 +14,8 @@ class HelloCommand implements CommandInterface
1414
protected $output;
1515

1616
/**
17-
* Each concrete command is builded with different receivers.
18-
* Can be one, many, none or even other Command in parameters
17+
* Each concrete command is built with different receivers.
18+
* There can be one, many or completely no receivers, but there can be other commands in the parameters.
1919
*
2020
* @param Receiver $console
2121
*/

0 commit comments

Comments
 (0)