Asm89\Twig\Lint\Output\FullOutput::ok PHP Method

ok() public method

{@inheritDoc}
public ok ( $template, $file = null )
    public function ok($template, $file = null)
    {
        $this->output->writeln('<info>OK</info>' . ($file ? sprintf(' in %s', $file) : ''));
    }