PhpCsFixer\Fixer\Operator\BinaryOperatorSpacesFixer::isCandidate PHP 메소드

isCandidate() 공개 메소드

public isCandidate ( Tokens $tokens )
$tokens PhpCsFixer\Tokenizer\Tokens
    public function isCandidate(Tokens $tokens)
    {
        return true;
    }