-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
46 lines (38 loc) · 1.76 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
parameters:
ignoreErrors:
-
message: "#^Method think\\\\view\\\\driver\\\\Blade\\:\\:getConfig\\(\\) with return type void returns mixed but should not return anything\\.$#"
count: 1
path: driver/Blade.php
-
message: "#^Parameter \\#2 \\$cachePath of class Illuminate\\\\View\\\\Compilers\\\\BladeCompiler constructor expects string, void given\\.$#"
count: 1
path: src-next/BladeViewService.php
-
message: "#^Parameter \\#3 \\$basePath of class Illuminate\\\\View\\\\Compilers\\\\BladeCompiler constructor expects string, void given\\.$#"
count: 1
path: src-next/BladeViewService.php
-
message: "#^Parameter \\#4 \\$shouldCache of class Illuminate\\\\View\\\\Compilers\\\\BladeCompiler constructor expects bool, void given\\.$#"
count: 1
path: src-next/BladeViewService.php
-
message: "#^Result of method think\\\\view\\\\driver\\\\Blade\\:\\:getConfig\\(\\) \\(void\\) is used\\.$#"
count: 3
path: src-next/BladeViewService.php
-
message: "#^Constructor of class Zxin\\\\Think\\\\Blade\\\\NullEventDispatcher has an unused parameter \\$container\\.$#"
count: 1
path: src-next/NullEventDispatcher.php
-
message: "#^Method Zxin\\\\Think\\\\Blade\\\\NullEventDispatcher\\:\\:dispatch\\(\\) should return array\\|null but return statement is missing\\.$#"
count: 1
path: src-next/NullEventDispatcher.php
-
message: "#^Method Zxin\\\\Think\\\\Blade\\\\NullEventDispatcher\\:\\:hasListeners\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src-next/NullEventDispatcher.php
-
message: "#^Method Zxin\\\\Think\\\\Blade\\\\NullEventDispatcher\\:\\:until\\(\\) should return array\\|null but return statement is missing\\.$#"
count: 1
path: src-next/NullEventDispatcher.php