Searched refs:_reports (Results 1 – 1 of 1) sorted by relevance
80 private $_reports = array(); variable in PHP_CodeSniffer_Reporting101 if (isset($this->_reports[$type]) === true) {102 return $this->_reports[$type];130 $this->_reports[$type] = $reportClass;131 return $this->_reports[$type];