Rudie Dirkx

Results 103 comments of Rudie Dirkx

This one's dubious though: ```diff $query = SiteCheck::query()->alias('sc') ->select(['sc.id', 'sc.result', 'sm.id as site_metric_id']) ->join('site_metrics as sm', 'sm.site_check_id', 'sc.id') ->where('sm.metric_id', $metric->id) ->whereNotNull('sc.result') ->whereRaw("json_contains_path(result, 'one', '$.permalinks')"); - // ->groupBy('sc.id') - // ->groupBy('sm.id');...

> Apparently StatementIndentation thinks the chain shouldn't be indented. Or am I missing a rule that does that? Fixed with the `;` on the right (separate) line: ``` ->whereRaw("json_contains_path(result, 'one',...

No widespread code style as far as I know.