PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer::isCandidate PHP Method

isCandidate() public method

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