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

getDescription() защищенный Метод

protected getDescription ( )
    protected function getDescription()
    {
        return 'Short cast bool using double exclamation mark should not be used.';
    }