Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8fc9980

Browse files
committed
Update DocBlock for Zend_Console_Getopt::getOption()
Closes zendframework#599
1 parent cb979e2 commit 8fc9980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Console/Getopt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ public function getOptions()
550550
* current application invocation.
551551
*
552552
* This function returns true, or the parameter value to the option, if any.
553-
* If the option was not given, this function returns false.
553+
* If the option was not given, this function returns null.
554554
*
555555
* @param string $flag
556556
* @return mixed

0 commit comments

Comments
 (0)