PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer::getDescription PHP Method

getDescription() protected method

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