Asm89\Twig\Lint\Console\Application::getDefaultCommands PHP Method

getDefaultCommands() protected method

{@inheritDoc}
protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $commands = parent::getDefaultCommands();
        $commands[] = new LintCommand();
        return $commands;
    }