Explorar o código

Merge remote branch 'hhamon/console_fix'

* hhamon/console_fix:
  [Console] fixed phpdoc for Command class.
Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
82e1713850
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Symfony/Component/Console/Command/Command.php

+ 2 - 2
src/Symfony/Component/Console/Command/Command.php

@@ -110,7 +110,7 @@ class Command
      *
      * @return integer 0 if everything went fine, or an error code
      *
-     * @throws \LogicException When this abstract class is not implemented
+     * @throws \LogicException When this abstract method is not implemented
      * @see    setCode()
      */
     protected function execute(InputInterface $input, OutputInterface $output)
@@ -349,7 +349,7 @@ class Command
     }
 
     /**
-     * Returns the command name
+     * Returns the command name.
      *
      * @return string The command name
      *