Searched refs:_currentFile (Results 1 – 1 of 1) sorted by relevance
55 private $_currentFile = null; variable in PHP_CodeSniffer_Fixer129 $this->_currentFile = $phpcsFile;153 $fixable = $this->_currentFile->getFixableCount();160 $cliValues = $this->_currentFile->phpcs->cli->getCommandLineValues();177 $lines = explode($this->_currentFile->eolChar, $contents);189 $this->_currentFile->refreshTokenListeners();190 $this->_currentFile->start($contents);243 $filePath = $this->_currentFile->getFilename();513 $tokens = $this->_currentFile->getTokens();622 $tokens = $this->_currentFile->getTokens();[all …]