Lines Matching refs:_changeset
96 private $_changeset = array(); variable in PHP_CodeSniffer_Fixer
353 && isset($this->_changeset[$stackPtr]) === true
355 return $this->_changeset[$stackPtr];
384 $this->_changeset = array();
405 foreach ($this->_changeset as $stackPtr => $content) {
426 $fixes = count($this->_changeset);
432 $this->_changeset = array();
447 if (empty($this->_changeset) === false) {
458 $numChanges = count($this->_changeset);
466 $this->_changeset = array();
490 if (empty($this->_changeset) === false) {
526 $this->_changeset[$stackPtr] = $content;
549 if (empty($this->_changeset) === false) {
585 if (empty($this->_changeset) === false) {
640 if (empty($this->_changeset) === false) {