forked from spatie/laravel-ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
97 lines (78 loc) · 4.23 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
parameters:
ignoreErrors:
-
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\\\\LaravelIgnition\\\\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\\\\LaravelIgnition\\\\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: "#^Method Spatie\\\\Ignition\\\\Ignition\\:\\:renderException\\(\\) invoked with 1 parameter, 2 required\\.$#"
count: 1
path: src/Renderers/ErrorPageRenderer.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Solutions/SolutionProviders/DefaultDbNameSolutionProvider.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,ReflectionMethod\\>\\:\\:filter\\(\\) expects \\(callable\\(ReflectionMethod, int\\)\\: bool\\)\\|null, Closure\\(ReflectionMethod\\)\\: 0\\|1\\|false given\\.$#"
count: 1
path: src/Solutions/SolutionProviders/UnknownValidationSolutionProvider.php
-
message: "#^Cannot call method getMessage\\(\\) on Throwable\\|null\\.$#"
count: 1
path: src/Support/LaravelDocumentationLinkFinder.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,ReflectionMethod\\>\\:\\:reject\\(\\) expects bool\\|\\(callable\\(int\\)\\: bool\\), Closure\\(ReflectionMethod\\)\\: bool given\\.$#"
count: 2
path: src/Support/LivewireComponentParser.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<int,ReflectionProperty\\>\\:\\:reject\\(\\) expects bool\\|\\(callable\\(int\\)\\: bool\\), Closure\\(ReflectionProperty\\)\\: bool given\\.$#"
count: 1
path: src/Support/LivewireComponentParser.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\\\\LaravelIgnition\\\\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\\\\LaravelIgnition\\\\Views\\\\ViewExceptionMapper\\:\\:filterViewData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelIgnition\\\\Views\\\\ViewExceptionMapper\\:\\:getKnownPaths\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Method Spatie\\\\LaravelIgnition\\\\Views\\\\ViewExceptionMapper\\:\\:getViewData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Parameter \\#2 \\$compiledLineNumber of method Spatie\\\\LaravelIgnition\\\\Views\\\\ViewExceptionMapper\\:\\:getBladeLineNumber\\(\\) expects int, array\\|int\\|object\\|string given\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Property Spatie\\\\LaravelIgnition\\\\Views\\\\ViewExceptionMapper\\:\\:\\$knownPaths type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Views/ViewExceptionMapper.php
-
message: "#^Function ddd\\(\\) has no return type specified\\.$#"
count: 1
path: src/helpers.php