Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php73 private $_cachedReports = array(); variable in PHP_CodeSniffer_Reporting
186 if (isset($this->_cachedReports[$report]) === false) {
187 $this->_cachedReports[$report] = true;
234 && isset($this->_cachedReports[$report]) === true