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
파일 보기
프로젝트 열기: yiisoft/yii2-coding-standards
공개 메소드들
메소드 상세
public process ( PHP_CodeSniffer_File $file, $pointer ) |
$file |
PHP_CodeSniffer_File |
|