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

ok() public method

{@inheritDoc}
public ok ( $template, $file = null )
    public function ok($template, $file = null)
    {
        $this->output->writeln(($file ? '"' . (string) $file . '",' : '') . ',');
    }