PhpCsFixer\Fixer\Semicolon\SemicolonAfterInstructionFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Instructions must be terminated with a semicolon.';
    }
SemicolonAfterInstructionFixer