Skip to content

Commit f49e2fa

Browse files
committed
Fix maxFlag to flagMax and maxOption to optionMax typos in HelpScreen class
1 parent 8ffd0cf commit f49e2fa

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)