We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ad5ef commit b024acdCopy full SHA for b024acd
Behavioral/Command/HelloCommand.php
@@ -4,7 +4,7 @@
4
5
/**
6
* This concrete command calls "print" on the Receiver, but an external
7
- * invoker just know he can call "execute"
+ * invoker just knows that it can call "execute"
8
*/
9
class HelloCommand implements CommandInterface
10
{
@@ -14,8 +14,8 @@ class HelloCommand implements CommandInterface
14
protected $output;
15
16
17
- * Each concrete command is builded with different receivers.
18
- * Can be one, many, none or even other Command in parameters
+ * Each concrete command is built with different receivers.
+ * There can be one, many or completely no receivers, but there can be other commands in the parameters.
19
*
20
* @param Receiver $console
21
0 commit comments