Maxim Klenin

Results 1 comments of Maxim Klenin

Quick solution: in `config/insights.php` add `\NunoMaduro\PhpInsights\Domain\Insights\SyntaxCheck::class` to `remove` key ```php 'remove' => [ ... \NunoMaduro\PhpInsights\Domain\Insights\SyntaxCheck::class, ], ``` But I think it's not perfect