PhpCsFixer\Fixer\Phpdoc\NoBlankLinesAfterPhpdocFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be ran before the SingleBlankLineBeforeNamespaceFixer.
        return 1;
    }