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

getPriority() public method

public getPriority ( )
    public function getPriority()
    {
        // must be run before the PhpdocSeparationFixer and PhpdocOrderFixer
        return 10;
    }