PhpCsFixer\Fixer\PhpTag\BlankLineAfterOpeningTagFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be run before the NoBlankLinesBeforeNamespaceFixer
        return 1;
    }