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

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

public getPriority ( )
    public function getPriority()
    {
        // should be run after the NoUselessReturnFixer, NoEmptyPhpdocFixer and NoUselessElseFixer.
        return -19;
    }