generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
phpstan-baseline.neon
91 lines (74 loc) · 2.74 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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Spatie\\\\LaravelRay\\\\OriginFactory\\:\\:returnTinkerFrame\\(\\)\\.$#"
count: 1
path: src/OriginFactory.php
-
message: "#^Variable \\$foundFrame in PHPDoc tag @var does not exist\\.$#"
count: 2
path: src/OriginFactory.php
-
message: "#^Call to method createReport\\(\\) on an unknown class Facade\\\\FlareClient\\\\Flare\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Call to method createReport\\(\\) on an unknown class Spatie\\\\FlareClient\\\\Flare\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Call to method trim\\(\\) on an unknown class Facade\\\\FlareClient\\\\Truncation\\\\ReportTrimmer\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Call to method trim\\(\\) on an unknown class Spatie\\\\FlareClient\\\\Truncation\\\\ReportTrimmer\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Class Facade\\\\FlareClient\\\\Flare not found\\.$#"
count: 2
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Class Spatie\\\\FlareClient\\\\Flare not found\\.$#"
count: 2
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Instantiated class Facade\\\\FlareClient\\\\Truncation\\\\ReportTrimmer not found\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Instantiated class Spatie\\\\FlareClient\\\\Truncation\\\\ReportTrimmer not found\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^PHPDoc tag @var for variable \\$flare contains unknown class Facade\\\\FlareClient\\\\Flare\\.$#"
count: 1
path: src/Watchers/ExceptionWatcher.php
-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\Optional::\\$file.$#"
count: 1
path: src/OriginFactory.php
-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\Optional::\\$lineNumber.$#"
count: 1
path: src/OriginFactory.php
-
message: "#^Call to an undefined method Illuminate\\\\Support\\\\Optional::applyCalledMethods\\(\\).$#"
count: 10
path: src/
-
message: "#^Call to an undefined method Illuminate\\\\Support\\\\Optional::getActionName\\(\\).$#"
count: 1
path: src/Watchers/RequestWatcher.php
-
message: "#^Call to an undefined method Illuminate\\\\Support\\\\Optional::gatherMiddleware\\(\\).$#"
count: 1
path: src/Watchers/RequestWatcher.php
-
message: "#^Access to protected property Illuminate\\\\Support\\\\Collection::\\$items.$#"
count: 2
path: src/RayServiceProvider.php
-
message: "#^Access to protected property Illuminate\\\\Support\\\\Stringable::\\$value.$#"
count: 2
path: src/RayServiceProvider.php