Skip to content

Attributes now have to have different names #707

Attributes now have to have different names

Attributes now have to have different names #707

Triggered via pull request January 20, 2025 13:43
Status Failure
Total duration 2m 3s
Artifacts

phpstan.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP 8.3: app/Http/Controllers/BulkController.php#L42
Unreachable statement - code above always terminates.
PHP 8.3: app/Http/Controllers/Entities/IndexController.php#L52
No error to ignore is reported on line 52.
PHP 8.3: app/Http/Controllers/Maps/MarkerController.php#L78
Parameter #1 $source of static method App\Services\FormCopyService::source() expects App\Models\Entity|null, App\Models\MapMarker|Illuminate\Database\Eloquent\Collection<int, App\Models\MapMarker> given.
PHP 8.3: app/Http/Resources/EntityTypeResource.php#L21
No error to ignore is reported on line 21.
PHP 8.3: app/Http/Resources/EntityTypeResource.php#L23
No error to ignore is reported on line 23.
PHP 8.3: app/Models/CampaignDashboardWidget.php#L300
Using nullsafe property access on non-nullable type App\Models\EntityType. Use -> instead.
PHP 8.3: app/Models/CampaignDashboardWidget.php#L349
Using nullsafe property access on non-nullable type App\Models\EntityType. Use -> instead.
PHP 8.3: app/Providers/TelescopeServiceProvider.php#L10
Class App\Providers\TelescopeServiceProvider extends unknown class Laravel\Telescope\TelescopeApplicationServiceProvider.
PHP 8.3: app/Providers/TelescopeServiceProvider.php#L21
Call to static method filter() on an unknown class Laravel\Telescope\Telescope.
PHP 8.3: app/Providers/TelescopeServiceProvider.php#L21
Parameter $entry of anonymous function has invalid type Laravel\Telescope\IncomingEntry.
PHP 8.3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636