Skip to content

Thumbnail fixes

Thumbnail fixes #1063

Triggered via push January 21, 2025 10:27
Status Failure
Total duration 1m 3s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: app/Actions/DetermineBlackFridayRewardAction.php#L40
Access to an undefined property Illuminate\Support\Collection::$type.
phpstan: app/Actions/DetermineBlackFridayRewardAction.php#L41
Access to an undefined property Illuminate\Support\Collection::$id.
phpstan: app/Domain/Shop/Models/Product.php#L91
Method App\Domain\Shop\Models\Product::purchasablesWithoutRenewals() should return Illuminate\Database\Eloquent\Relations\HasMany but returns Illuminate\Database\Eloquent\Builder<App\Domain\Shop\Models\Purchasable>.
phpstan: app/Domain/Shop/Models/Product.php#L104
Method App\Domain\Shop\Models\Product::renewals() should return Illuminate\Database\Eloquent\Relations\HasMany but returns Illuminate\Database\Eloquent\Builder<App\Domain\Shop\Models\Purchasable>.
phpstan: app/Filament/Resources/Courses/CommentResource.php#L37
Call to an undefined method Illuminate\Database\Eloquent\Model::commentableName().
phpstan: app/Http/Controllers/InsightsController.php#L78
Method App\Http\Controllers\InsightsController::getFeedItems() should return Illuminate\Pagination\Paginator but returns Illuminate\Support\Collection<(int|string), Spatie\Feed\FeedItem>.
phpstan: app/Http/Controllers/WebhookController.php#L25
Method App\Http\Controllers\WebhookController::findOrCreateCustomer() has invalid return type Laravel\Paddle\Billable.
phpstan: app/Livewire/RepositoriesComponent.php#L88
Access to an undefined property App\Livewire\RepositoriesComponent::$total.
phpstan: app/Livewire/TopSecretComponent.php#L78
Using nullsafe property access on non-nullable type object. Use -> instead.
phpstan: app/Support/Paddle/ProcessPaymentSucceededJob.php#L55
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636