Showing 636 of 636 total issues
Multi-line function call not indented correctly; expected 12 spaces but found 13 Open
Open
__('Webinars retrieved successfully')
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 19 Open
Open
return $query->orWhere(fn (Builder $query) => $query
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
->each(fn (Webinar $webinar) =>
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
->where(fn (Builder $query) => $query->whereNull('duration')->where('webinars.active_to', '>', $this->value));
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 19 Open
Open
);
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
$query->orWhereHas('users', fn ($query) =>
- Exclude checks
Line indented incorrectly; expected 20 spaces, found 19 Open
Open
if (DB::connection()->getPdo()->getAttribute(\PDO::ATTR_DRIVER_NAME) === 'pgsql') {
- Exclude checks
No space found after comma in function call Open
Open
return $this->belongsToMany(User::class, 'webinar_trainers','webinar_id', 'trainer_id') ;
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 19 Open
Open
$query = $query
- Exclude checks
Line indented incorrectly; expected 20 spaces, found 19 Open
Open
}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return $query->whereHas('tags', fn (Builder $query) =>
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return $query->orWhere(fn (Builder $query) => $query
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
->each(fn (Webinar $webinar) =>
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
return $query->orWhere(fn (Builder $query) => $query
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
];
- Exclude checks
Line indented incorrectly; expected at least 25 spaces, found 23 Open
Open
);
- Exclude checks
Line indented incorrectly; expected at least 24 spaces, found 23 Open
Open
return $query->orWhere(fn (Builder $query) => $query
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
return $query->whereHas('tags', fn (Builder $query) =>
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$query->orWhereHas('users', fn ($query) =>
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return $query->orWhere(fn (Builder $query) => $query
- Exclude checks