PhpCsFixer\Fixer\Basic\Psr0Fixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Classes must be in a path that matches their namespace, be at least one namespace deep and the class name should match the file name.';
    }