Метод | Описание | |
---|---|---|
process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes this test, when one of its tokens is encountered. | |
register ( ) : array | Returns an array of tokens this test wants to listen for. |
Метод | Описание | |
---|---|---|
_shouldIgnoreUse ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Check if this use statement is part of the namespace block. |