PhpCsFixer\Fixer\Phpdoc\PhpdocOrderFixer::getPriority PHP Метод

getPriority() публичный Метод

public getPriority ( )
    public function getPriority()
    {
        // must be run before the PhpdocSeparationFixer
        /*
         * Should be run before the php_doc_separation fixer so that if we
         * create incorrect annotation grouping while moving the annotations
         * about, we're still ok.
         */
        return 5;
    }