PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer::getDescription PHP Метод

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

protected getDescription ( )
    protected function getDescription()
    {
        return 'There MUST NOT be more than one property or constant declared per statement.';
    }