-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
107 lines (86 loc) · 4.85 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Livewire\\\\LivewireManager\\:\\:getClass\\(\\)\\.$#"
count: 1
path: src/ContextProviders/LaravelLivewireRequestContextProvider.php
-
message: "#^Cannot call method get\\(\\) on Symfony\\\\Component\\\\HttpFoundation\\\\Request\\|null\\.$#"
count: 1
path: src/ContextProviders/LaravelLivewireRequestContextProvider.php
-
message: "#^Cannot call method has\\(\\) on Symfony\\\\Component\\\\HttpFoundation\\\\Request\\|null\\.$#"
count: 1
path: src/ContextProviders/LaravelLivewireRequestContextProvider.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\ContextProviders\\\\LaravelLivewireRequestContextProvider\\:\\:resolveUpdates\\(\\) has parameter \\$updates with no value type specified in iterable type array\\.$#"
count: 1
path: src/ContextProviders/LaravelLivewireRequestContextProvider.php
-
message: "#^Cannot call method toFlare\\(\\) on class\\-string\\|object\\.$#"
count: 1
path: src/ContextProviders/LaravelRequestContextProvider.php
-
message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
count: 1
path: src/ContextProviders/LaravelRequestContextProvider.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\ContextProviders\\\\LaravelRequestContextProvider\\:\\:toArray\\(\\) should return array\\<int, mixed\\> but returns array\\<string, mixed\\>\\.$#"
count: 1
path: src/ContextProviders/LaravelRequestContextProvider.php
-
message: "#^Return type \\(array\\<int, mixed\\>\\) of method Spatie\\\\LaravelFlare\\\\ContextProviders\\\\LaravelRequestContextProvider\\:\\:toArray\\(\\) should be compatible with return type \\(array\\<string, mixed\\>\\) of method Spatie\\\\FlareClient\\\\Context\\\\RequestContextProvider\\:\\:toArray\\(\\)$#"
count: 1
path: src/ContextProviders/LaravelRequestContextProvider.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(0\\|1\\|2\\|3\\|4\\|5\\|6\\|7\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: string given\\.$#"
count: 1
path: src/Exceptions/InvalidConfig.php
-
message: "#^Argument of an invalid type array\\|DateTimeImmutable\\|int\\|string\\|null supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Support/FlareLogHandler.php
-
message: "#^Cannot access offset 'exception' on array\\|DateTimeImmutable\\|int\\|string\\|null\\.$#"
count: 1
path: src/Support/FlareLogHandler.php
-
message: "#^Parameter \\#1 \\$level of static method Monolog\\\\Logger\\:\\:toMonologLevel\\(\\) expects 100\\|200\\|250\\|300\\|400\\|500\\|550\\|600\\|'ALERT'\\|'alert'\\|'CRITICAL'\\|'critical'\\|'DEBUG'\\|'debug'\\|'EMERGENCY'\\|'emergency'\\|'ERROR'\\|'error'\\|'INFO'\\|'info'\\|'NOTICE'\\|'notice'\\|'WARNING'\\|'warning'\\|Monolog\\\\Level, array\\|DateTimeImmutable\\|int\\|string\\|null given\\.$#"
count: 1
path: src/Support/FlareLogHandler.php
-
message: "#^Parameter \\#1 \\$message of method Spatie\\\\FlareClient\\\\Flare\\:\\:reportMessage\\(\\) expects string, array\\|DateTimeImmutable\\|int\\|string\\|null given\\.$#"
count: 1
path: src/Support/FlareLogHandler.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\View\\\\Engine\\:\\:getCompiler\\(\\)\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Cannot call method getTrace\\(\\) on Throwable\\|null\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\Views\\\\ViewExceptionMapper\\:\\:filterViewData\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\Views\\\\ViewExceptionMapper\\:\\:filterViewData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\Views\\\\ViewExceptionMapper\\:\\:getKnownPaths\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelFlare\\\\Views\\\\ViewExceptionMapper\\:\\:getViewData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Offset 'line' does not exist on array\\{function\\: string, line\\?\\: int, file\\: non\\-falsy\\-string, class\\?\\: class\\-string, type\\?\\: string, args\\?\\: array, object\\?\\: object\\}\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Property Spatie\\\\LaravelFlare\\\\Views\\\\ViewExceptionMapper\\:\\:\\$knownPaths type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php