PhpCsFixer\Fixer\CastNotation\NoShortBoolCastFixer::getDescription PHP Method

getDescription() protected method

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