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
부터: 2.0.2
상속: implements PHP_CodeSniffer_Sniff
파일 보기 프로젝트 열기: yiisoft/yii2-coding-standards

공개 메소드들

메소드 설명
process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr )
register ( )

메소드 상세

process() 공개 메소드

public process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr )
$phpcsFile PHP_CodeSniffer_File

register() 공개 메소드

public register ( )