Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php45 private $_authorCache = array(); variable in PHP_CodeSniffer_Reports_VersionControl
93 if (isset($this->_authorCache[$author]) === false) {
94 $this->_authorCache[$author] = 0;
105 $this->_authorCache[$author]++;
132 if (isset($this->_authorCache[$author]) === false) {
138 $this->_authorCache[$author] = 0;
186 foreach ($this->_authorCache as $author => $count) {
201 arsort($this->_authorCache);
225 foreach ($this->_authorCache as $author => $count) {
296 echo ' WERE COMMITTED BY '.count($this->_authorCache).' AUTHOR';
[all …]