PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be run before NoWhitespaceInBlankLineFixer, NoExtraConsecutiveBlankLinesFixer, BracesFixer and after NoEmptyStatementFixer.
        return 25;
    }