소스 검색

[Console] fixed wrong phpdoc (closes #4394)

Fabien Potencier 13 년 전
부모
커밋
b18f6f557b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Console/Command/Command.php

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

@@ -165,7 +165,7 @@ class Command
     }
 
     /**
-     * Initializes the command just after the input has been validated.
+     * Initializes the command just before the input is validated.
      *
      * This is mainly useful when a lot of commands extends one main command
      * where some things need to be initialized based on the input arguments and options.