Skip to content

Commit

Permalink
Declare property
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 5, 2015
1 parent ede9b91 commit d37f124
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Console/ConsoleOptionParser.php
Expand Up @@ -127,6 +127,13 @@ class ConsoleOptionParser
*/
protected $_command = '';

/**
* Array of args (argv).
*
* @var array
*/
protected $_tokens = [];

/**
* Construct an OptionParser so you can define its behavior
*
Expand Down

0 comments on commit d37f124

Please sign in to comment.