-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
72 lines (58 loc) · 3.02 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: "#^Parameter \\#1 \\$tracker of event class App\\\\Events\\\\TrackerDeleted constructor expects App\\\\Models\\\\Tracker in App\\\\Events\\\\TrackerDeleted\\:\\:dispatch\\(\\), mixed given\\.$#"
count: 1
path: app/Http/Controllers/Api/CategoryController.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: app/Http/Middleware/Version.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 2
path: app/Mail/ErrorNotification.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 3
path: app/Mail/ReleaseMail.php
-
message: "#^Parameter \\$max of class App\\\\Objects\\\\Statistics constructor expects float, mixed given\\.$#"
count: 1
path: app/Objects/Statistics.php
-
message: "#^Parameter \\$min of class App\\\\Objects\\\\Statistics constructor expects float, mixed given\\.$#"
count: 1
path: app/Objects/Statistics.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: app/Services/Mosaic/CategoryMosaicService.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: app/Services/Mosaic/DayMosaicService.php
-
message: "#^Method App\\\\Services\\\\Mosaic\\\\MosaicService\\:\\:getAllMosaicData\\(\\) should return array\\<int, float\\|null\\> but returns array\\.$#"
count: 1
path: app/Services/Mosaic/MosaicService.php
-
message: "#^Method App\\\\Services\\\\Mosaic\\\\MosaicService\\:\\:getAverageData\\(\\) should return array\\<int, float\\> but returns array\\.$#"
count: 1
path: app/Services/Mosaic/MosaicService.php
-
message: "#^Method App\\\\Services\\\\Mosaic\\\\MosaicService\\:\\:getCollectionWeekData\\(\\) should return array\\<int, float\\|null\\> but returns array\\<int, mixed\\>\\.$#"
count: 1
path: app/Services/Mosaic/MosaicService.php
-
message: "#^Method App\\\\Services\\\\Mosaic\\\\MosaicService\\:\\:getMosaicData\\(\\) should return array\\<int, float\\|null\\> but returns array\\.$#"
count: 1
path: app/Services/Mosaic/MosaicService.php
-
message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
count: 1
path: app/Services/Mosaic/TrackerMosaicService.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<\\(int\\|string\\),mixed\\>\\:\\:map\\(\\) expects callable\\(mixed, int\\|string\\)\\: App\\\\Http\\\\Resources\\\\DataPointResource, Closure\\(App\\\\Models\\\\Tracker\\)\\: App\\\\Http\\\\Resources\\\\DataPointResource given\\.$#"
count: 1
path: app/Services/TableService.php