Skip to content

Commit

Permalink
Fix maxFlag to flagMax and maxOption to optionMax typos in HelpScreen…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
kodie committed Dec 3, 2023
1 parent 8ffd0cf commit f49e2fa
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 f49e2fa

Please sign in to comment.