Browse Source

Fix doc block.

mscherer 8 years ago
parent
commit
ecb87fb8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Command.php

+ 1 - 1
src/Console/Command.php

@@ -73,7 +73,7 @@ class Command
      * command can be calculated.
      *
      * @param string $name The name the command uses in the collection.
-     * @return $this;
+     * @return $this
      * @throws \InvalidArgumentException
      */
     public function setName($name)