PHP Класс Yii2_Sniffs_Files_SpacesAroundConcatSniff
This Sniff check if a whitespace is missing before or after any concatenation
operator.
The concatenation operator is identified by the PHP token T_STRING_CONCAT
The whitespace is identified by the PHP token T_WHITESPACE
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr ) |
|
|
register ( ) |
|
|
Описание методов
process()
публичный Метод
public process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr ) |
$phpcsFile |
PHP_CodeSniffer_File |
|
register()
публичный Метод