PhpCsFixer\Fixer\Basic\EncodingFixer::getPriority PHP Méthode

getPriority() public méthode

public getPriority ( )
    public function getPriority()
    {
        // must run first (at least before Fixers that using Tokens) - for speed reason of whole fixing process
        return 100;
    }