PhpCsFixer\Fixer\LanguageConstruct\DeclareEqualNormalizeFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Equal sign in declare statement should not be surrounded by spaces.';
    }
DeclareEqualNormalizeFixer