PhpCsFixer\Fixer\CastNotation\NoShortBoolCastFixer::getPriority PHP Метод

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

public getPriority ( )
    public function getPriority()
    {
        // should be run before the CastSpacesFixer
        return -9;
    }