Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php80 private $_reports = array(); variable in PHP_CodeSniffer_Reporting
101 if (isset($this->_reports[$type]) === true) {
102 return $this->_reports[$type];
130 $this->_reports[$type] = $reportClass;
131 return $this->_reports[$type];