Zend_Sniffs_Debug_CodeAnalyzerSniff
in package
implements
PHP_CodeSniffer_Sniff
Zend_Sniffs_Debug_CodeAnalyzerSniff.
Runs the Zend Code Analyzer (from Zend Studio) on the file.
Tags
Interfaces, Classes and Traits
- PHP_CodeSniffer_Sniff
- Represents a PHP_CodeSniffer sniff for sniffing coding standards.
Table of Contents
- process() : int
- Processes the tokens that this sniff is interested in.
- register() : array<string|int, int>
- Returns the token types that this sniff is interested in.
Methods
process()
Processes the tokens that this sniff is interested in.
public
process(PHP_CodeSniffer_File $phpcsFile, int $stackPtr) : int
Parameters
- $phpcsFile : PHP_CodeSniffer_File
-
The file where the token was found.
- $stackPtr : int
-
The position in the stack where the token was found.
Return values
int —register()
Returns the token types that this sniff is interested in.
public
register() : array<string|int, int>