PHP Класс Yii2_Sniffs_Properties_PrivatePropertiesUnderscoreSniff

This Sniff check if a underscore is missing before private property name. The private property name is identified by the PHP token T_VARIABLE The private visibility is identified by the PHP token T_PRIVATE
Наследование: implements PHP_CodeSniffer_Sniff
Показать файл Открыть проект

Открытые методы

Метод Описание
process ( PHP_CodeSniffer_File $file, $pointer )
register ( )

Описание методов

process() публичный Метод

public process ( PHP_CodeSniffer_File $file, $pointer )
$file PHP_CodeSniffer_File

register() публичный Метод

public register ( )