Skip to content

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #562

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0

chore(deps): bump sentry/sentry-laravel from 3.8.2 to 4.2.0 #562

Triggered via pull request February 15, 2024 02:53
Status Success
Total duration 39s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: app/Console/Commands/UpdateAnalyticsStatistics.php#L53
Method App\Console\Commands\UpdateAnalyticsStatistics::handle() should return int but return statement is missing.
phpstan: app/Exceptions/Handler.php#L17
PHPDoc type array of property App\Exceptions\Handler::$dontReport is not covariant with PHPDoc type array<int, class-string<Throwable>> of overridden property Illuminate\Foundation\Exceptions\Handler::$dontReport.
phpstan: app/Exceptions/Handler.php#L26
PHPDoc type array of property App\Exceptions\Handler::$dontFlash is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Foundation\Exceptions\Handler::$dontFlash.
phpstan: app/Http/Controllers/Api/ActivityLogsController.php#L17
Method App\Http\Controllers\Api\ActivityLogsController::index() should return Illuminate\Http\Response but returns Illuminate\Database\Eloquent\Collection<int, Spatie\Activitylog\Models\Activity>.
phpstan: app/Http/Controllers/Api/EventsController.php#L31
Method App\Http\Controllers\Api\EventsController::index() should return Illuminate\Http\Response but returns Illuminate\Pagination\LengthAwarePaginator<App\Models\Event>.
phpstan: app/Http/Controllers/Api/EventsController.php#L36
Method App\Http\Controllers\Api\EventsController::index() should return Illuminate\Http\Response but returns Illuminate\Pagination\LengthAwarePaginator<App\Models\Event>.
phpstan: app/Http/Controllers/Api/EventsController.php#L51
Method App\Http\Controllers\Api\EventsController::store() should return Illuminate\Http\Response but returns Illuminate\Http\JsonResponse.
phpstan: app/Http/Controllers/Api/EventsController.php#L61
Method App\Http\Controllers\Api\EventsController::show() should return Illuminate\Http\Response but returns App\Models\Event.
phpstan: app/Http/Controllers/Api/EventsController.php#L71
PHPDoc tag @param for parameter $request with type Illuminate\Http\Request is not subtype of native type App\Http\Requests\StoreEvent.
phpstan: app/Http/Controllers/Api/EventsController.php#L71
PHPDoc tag @param references unknown parameter: $id
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.