Home
last modified time | relevance | path

Searched refs:_cliArgs (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php91 private $_cliArgs = array(); variable in PHP_CodeSniffer_CLI
444 $this->_cliArgs = $args;
448 $arg = $this->_cliArgs[$i];
536 $ini = explode('=', $this->_cliArgs[($pos + 1)]);
537 $this->_cliArgs[($pos + 1)] = '';