Skip to content

Add activity logging to Picture and Album models #8

Add activity logging to Picture and Album models

Add activity logging to Picture and Album models #8

Triggered via push December 22, 2023 13:13
Status Failure
Total duration 33s
Artifacts

laravel.yml

on: push
laravel-tests
24s
laravel-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
laravel-tests: app/Http/Controllers/PictureController.php#L11
Method App\Http\Controllers\PictureController::index() has no return type specified.
laravel-tests: app/Http/Controllers/PictureController.php#L16
Method App\Http\Controllers\PictureController::store() has no return type specified.
laravel-tests: app/Http/Controllers/PictureController.php#L27
Method App\Http\Controllers\PictureController::show() has no return type specified.
laravel-tests: app/Http/Controllers/PictureController.php#L32
Method App\Http\Controllers\PictureController::update() has no return type specified.
laravel-tests: app/Http/Controllers/PictureController.php#L45
Method App\Http\Controllers\PictureController::destroy() has no return type specified.
laravel-tests: app/Http/Resources/PictureResource.php#L11
Method App\Http\Resources\PictureResource::toArray() return type has no value type specified in iterable type array.
laravel-tests: app/Models/Album.php#L26
Cannot access property $id on App\Models\User|null.
laravel-tests: app/Models/Album.php#L31
Method App\Models\Album::user() return type with generic class Illuminate\Database\Eloquent\Relations\BelongsTo does not specify its types: TRelatedModel, TChildModel
laravel-tests: app/Models/Album.php#L36
Method App\Models\Album::pictures() return type with generic class Illuminate\Database\Eloquent\Relations\HasMany does not specify its types: TRelatedModel
laravel-tests: app/Models/Picture.php#L16
Method App\Models\Picture::album() return type with generic class Illuminate\Database\Eloquent\Relations\BelongsTo does not specify its types: TRelatedModel, TChildModel