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

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        /*
         * Should be run after all other docblock fixers. This because they
         * modify other annotations to change their type and or separation
         * which totally change the behavior of this fixer. It's important that
         * annotations are of the correct type, and are grouped correctly
         * before running this fixer.
         */
        return -11;
    }