소스 검색

Update DocBlock for Zend_Console_Getopt::getOption()

Closes #599
frank 10 년 전
부모
커밋
8fc9980a15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/Zend/Console/Getopt.php

+ 1 - 1
library/Zend/Console/Getopt.php

@@ -550,7 +550,7 @@ class Zend_Console_Getopt
      * current application invocation.
      *
      * This function returns true, or the parameter value to the option, if any.
-     * If the option was not given, this function returns false.
+     * If the option was not given, this function returns null.
      *
      * @param  string $flag
      * @return mixed