Lines Matching refs:phpcsFile
91 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this
99 PHP_CodeSniffer_File $phpcsFile, argument
103 if ($this->currentFile !== $phpcsFile) {
104 $this->currentFile = $phpcsFile;
109 $tokens = $phpcsFile->getTokens();
120 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
128 = $phpcsFile->findNext(array(T_SEMICOLON), $stackPtr);
132 $phpcsFile->addWarning($error, $stackPtr);
146 $this->processVariableInString($phpcsFile, $stackPtr);
154 $this->processVariable($phpcsFile, $stackPtr);
159 $this->processMemberVar($phpcsFile, $stackPtr);
168 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this
175 PHP_CodeSniffer_File $phpcsFile, argument
178 $tokens = $phpcsFile->getTokens();
181 $this->processVariable($phpcsFile, $stackPtr);
188 $this->processVariableInString($phpcsFile, $stackPtr);
198 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this
205 PHP_CodeSniffer_File $phpcsFile, argument
213 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this
220 PHP_CodeSniffer_File $phpcsFile, argument
231 * @param PHP_CodeSniffer_File $phpcsFile The PHP_CodeSniffer file where this
240 $phpcsFile,