EscolaLMS/Webinar

View on GitHub
database/seeders/WebinarsSeeder.php

Summary

Maintainability
A
0 mins
Test Coverage

syntax error, unexpected '$webinar' (T_VARIABLE), expecting ',' or ')'
Open

            ->each(fn (Webinar $webinar) =>
Severity: Critical
Found in database/seeders/WebinarsSeeder.php by phan

Opening parenthesis of a multi-line function call must be the last content on the line
Open

            ->each(fn (Webinar $webinar) =>

Space before opening parenthesis of function call prohibited
Open

            ->each(fn (Webinar $webinar) =>

There are no issues that match your filters.

Category
Status