diff --git a/lib/cli/arguments/HelpScreen.php b/lib/cli/arguments/HelpScreen.php index 0fd80b8..f800788 100644 --- a/lib/cli/arguments/HelpScreen.php +++ b/lib/cli/arguments/HelpScreen.php @@ -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);