Skip to content

Commit a6bb946

Browse files
authored
Merge pull request #170 from kodie/fix-maxFlag-and-maxOption-typo
2 parents 8ffd0cf + f49e2fa commit a6bb946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cli/arguments/HelpScreen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
*/
2020
class HelpScreen {
2121
protected $_flags = array();
22-
protected $_maxFlag = 0;
22+
protected $_flagMax = 0;
2323
protected $_options = array();
24-
protected $_maxOption = 0;
24+
protected $_optionMax = 0;
2525

2626
public function __construct(Arguments $arguments) {
2727
$this->setArguments($arguments);

0 commit comments

Comments
 (0)