-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
71 lines (58 loc) · 2.89 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
parameters:
ignoreErrors:
-
message: "#^Property App\\\\Models\\\\InverterOutput\\:\\:\\$output \\(float\\) does not accept mixed\\.$#"
count: 1
path: app/Actions/UpdateOrCreateInverterOutput.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Console\\\\Scheduling\\\\Event\\:\\:when\\(\\) expects bool\\|Closure, mixed given\\.$#"
count: 4
path: app/Console/Kernel.php
-
message: "#^Access to an undefined property Modules\\\\Export\\\\Models\\\\ExportEntry\\:\\:\\$server_id\\.$#"
count: 1
path: app/Models/InverterOutput.php
-
message: "#^Access to an undefined property Modules\\\\Export\\\\Models\\\\ExportEntry\\:\\:\\$server_id\\.$#"
count: 1
path: app/Models/InverterStatus.php
-
message: "#^Access to an undefined property App\\\\Models\\\\Inverter\\:\\:\\$is_online\\.$#"
count: 1
path: app/Services/InverterMonitor.php
-
message: "#^Property App\\\\Models\\\\InverterStatus\\:\\:\\$idc \\(float\\|null\\) does not accept mixed\\.$#"
count: 1
path: app/Services/InverterMonitor.php
-
message: "#^Property App\\\\Models\\\\InverterStatus\\:\\:\\$pac \\(float\\|null\\) does not accept mixed\\.$#"
count: 1
path: app/Services/InverterMonitor.php
-
message: "#^Property App\\\\Models\\\\InverterStatus\\:\\:\\$pdc \\(float\\|null\\) does not accept mixed\\.$#"
count: 1
path: app/Services/InverterMonitor.php
-
message: "#^Property App\\\\Models\\\\InverterStatus\\:\\:\\$udc \\(float\\|null\\) does not accept mixed\\.$#"
count: 1
path: app/Services/InverterMonitor.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:each\\(\\) expects callable\\(Illuminate\\\\Database\\\\Eloquent\\\\Model, int\\|string\\)\\: mixed, Closure\\(Illuminate\\\\Database\\\\Eloquent\\\\Model&Modules\\\\Export\\\\Contracts\\\\ExportableContract\\)\\: void given\\.$#"
count: 1
path: modules/Export/src/Actions/GenerateExportEntries.php
-
message: "#^Parameter \\#1 \\$seconds of method Illuminate\\\\Http\\\\Client\\\\PendingRequest\\:\\:connectTimeout\\(\\) expects int, mixed given\\.$#"
count: 1
path: modules/Export/src/ExportServiceProvider.php
-
message: "#^Parameter \\#1 \\$seconds of method Illuminate\\\\Http\\\\Client\\\\PendingRequest\\:\\:timeout\\(\\) expects int, mixed given\\.$#"
count: 1
path: modules/Export/src/ExportServiceProvider.php
-
message: "#^Parameter \\#1 \\$token of method Illuminate\\\\Http\\\\Client\\\\PendingRequest\\:\\:withToken\\(\\) expects string, mixed given\\.$#"
count: 1
path: modules/Export/src/ExportServiceProvider.php
-
message: "#^Parameter \\#1 \\$url of static method Illuminate\\\\Support\\\\Facades\\\\Http\\:\\:baseUrl\\(\\) expects string, mixed given\\.$#"
count: 1
path: modules/Export/src/ExportServiceProvider.php