PhpCsFixer\Fixer\Comment\NoEmptyCommentFixer::getPriority PHP Method

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // should be run after PhpdocToCommentFixer and before NoExtraConsecutiveBlankLinesFixer, NoTrailingWhitespaceFixer and NoWhitespaceInBlankLineFixer.
        return 2;
    }