-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
21 lines (18 loc) · 1007 Bytes
/
phpstan-baseline.neon
File metadata and controls
21 lines (18 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property App\\\\Models\\\\Recipe\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\Recipe\\>\\:\\:\\$user_id\\.$#"
count: 1
path: app/Http/Controllers/RecipeController.php
-
message: "#^Parameter \\#2 \\$recipe of method App\\\\Repositories\\\\RecipeRepository\\:\\:updateRecipe\\(\\) expects App\\\\Models\\\\Recipe, App\\\\Models\\\\Recipe\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\Recipe\\> given\\.$#"
count: 1
path: app/Http/Controllers/RecipeController.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Recipe\\|Illuminate\\\\Database\\\\Eloquent\\\\Collection\\<int, App\\\\Models\\\\Recipe\\>\\:\\:\\$user_id\\.$#"
count: 1
path: app/Http/Requests/Recipe/RecipeUpdateRequest.php
-
message: "#^Cannot access property \\$id on App\\\\Models\\\\User\\|null\\.$#"
count: 3
path: app/Repositories/RecipeRepository.php