This commit is contained in:
Dominik Liebler
2013-09-12 11:46:14 +02:00
parent daac491ef0
commit ec6ed14767
5 changed files with 17 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ class HelloCommand implements CommandInterface
*/
public function execute()
{
// sometimes, there is no receiver and this is the command which
// sometimes, there is no receiver and this is the command which
// does all the work
$this->output->write('Hello World');
}