-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
41 lines (34 loc) · 1.72 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$photo of method App\\\\Models\\\\User\\:\\:updateProfilePhoto\\(\\) expects Illuminate\\\\Http\\\\UploadedFile, mixed given\\.$#"
count: 1
path: app/Actions/Fortify/UpdateUserProfileInformation.php
-
message: "#^Parameter \\#2 \\$input of method App\\\\Actions\\\\Fortify\\\\UpdateUserProfileInformation\\:\\:updateVerifiedUser\\(\\) expects array\\<string, string\\>, array\\<string, mixed\\> given\\.$#"
count: 1
path: app/Actions/Fortify/UpdateUserProfileInformation.php
-
message: "#^Cannot access property \\$id on App\\\\Models\\\\Inverter\\|null\\.$#"
count: 4
path: app/Livewire/Inverters/InverterCharts.php
-
message: "#^Cannot access property \\$monthName on Illuminate\\\\Support\\\\Carbon\\|string\\.$#"
count: 2
path: app/Livewire/Inverters/InverterCharts.php
-
message: "#^Method App\\\\Livewire\\\\Inverters\\\\InverterCharts\\:\\:selectableDays\\(\\) should return array\\<int, string\\> but returns array\\.$#"
count: 1
path: app/Livewire/Inverters/InverterCharts.php
-
message: "#^Method App\\\\Livewire\\\\Inverters\\\\InverterCharts\\:\\:selectableMonths\\(\\) should return array\\<int, string\\> but returns array\\.$#"
count: 1
path: app/Livewire/Inverters/InverterCharts.php
-
message: "#^Method App\\\\Livewire\\\\Inverters\\\\InverterCharts\\:\\:selectableYears\\(\\) should return array\\<int, string\\> but returns array\\.$#"
count: 1
path: app/Livewire/Inverters/InverterCharts.php
-
message: "#^Parameter \\#1 \\$value of static method Illuminate\\\\Support\\\\Str\\:\\:lower\\(\\) expects string, mixed given\\.$#"
count: 1
path: app/Providers/FortifyServiceProvider.php