Skip to content

Commit

Permalink
Merge pull request #170 from kodie/fix-maxFlag-and-maxOption-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 3, 2023
2 parents 8ffd0cf + f49e2fa commit a6bb946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli/arguments/HelpScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
*/
class HelpScreen {
protected $_flags = array();
protected $_maxFlag = 0;
protected $_flagMax = 0;
protected $_options = array();
protected $_maxOption = 0;
protected $_optionMax = 0;

public function __construct(Arguments $arguments) {
$this->setArguments($arguments);
Expand Down

0 comments on commit a6bb946

Please sign in to comment.