PhpCsFixer\Fixer\Whitespace\SingleBlankLineAtEofFixer::getPriority PHP Метод

getPriority() публичный Метод

public getPriority ( )
    public function getPriority()
    {
        // must run last to be sure the file is properly formatted before it runs
        return -50;
    }