PhpCsFixer\Fixer\Phpdoc\PhpdocSeparationFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Annotations in phpdocs should be grouped together so that annotations of the same type immediately follow each other, and annotations of a different type are separated by a single blank line.';
    }