PhpCsFixer\Fixer\ControlStructure\IncludeFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Include/Require and file path should be divided with a single space. File path should not be placed under brackets.';
    }