-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
86 lines (70 loc) · 3.43 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
parameters:
ignoreErrors:
-
message: "#^Property App\\\\Console\\\\Kernel\\:\\:\\$commands type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Console/Kernel.php
-
message: "#^Property App\\\\Exceptions\\\\Handler\\:\\:\\$dontReport type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Exceptions/Handler.php
-
message: "#^Property App\\\\Exceptions\\\\Handler\\:\\:\\$dontFlash type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Exceptions/Handler.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Controller\\:\\:validateRequest\\(\\) has parameter \\$customAttributes with no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Controllers/Controller.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Controller\\:\\:validateRequest\\(\\) has parameter \\$messages with no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Controllers/Controller.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Controller\\:\\:validateRequest\\(\\) has parameter \\$rules with no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Controllers/Controller.php
-
message: "#^Method App\\\\Http\\\\Controllers\\\\Controller\\:\\:validateRequest\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Controllers/Controller.php
-
message: "#^Property App\\\\Http\\\\Kernel\\:\\:\\$middleware type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Kernel.php
-
message: "#^Property App\\\\Http\\\\Kernel\\:\\:\\$middlewareGroups type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Kernel.php
-
message: "#^Property App\\\\Http\\\\Kernel\\:\\:\\$routeMiddleware type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Kernel.php
-
message: "#^Property App\\\\Http\\\\Middleware\\\\CheckForMaintenanceMode\\:\\:\\$except type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/CheckForMaintenanceMode.php
-
message: "#^Property App\\\\Http\\\\Middleware\\\\EncryptCookies\\:\\:\\$except type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/EncryptCookies.php
-
message: "#^Property App\\\\Http\\\\Middleware\\\\TrimStrings\\:\\:\\$except type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/TrimStrings.php
-
message: "#^Property App\\\\Http\\\\Middleware\\\\TrustProxies\\:\\:\\$proxies type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/TrustProxies.php
-
message: "#^Property App\\\\Http\\\\Middleware\\\\VerifyCsrfToken\\:\\:\\$except type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Http/Middleware/VerifyCsrfToken.php
-
message: "#^Property App\\\\Providers\\\\AuthServiceProvider\\:\\:\\$policies type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Providers/AuthServiceProvider.php
-
message: "#^Property App\\\\Providers\\\\EventServiceProvider\\:\\:\\$listen type has no value type specified in iterable type array\\.$#"
count: 1
path: app/Providers/EventServiceProvider.php