-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
80 lines (67 loc) · 2.83 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
parameters:
ignoreErrors:
-
message: '#^Binary operation "\-" between float and non\-empty\-array\|non\-falsy\-string results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: src/Debug/Collectors/TimeCollector.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:addMessage\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:increment\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:setRequest\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:setResponse\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:startMeasure\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Call to an undefined method Soyhuce\\DevTools\\Debug\\Collectors\\DataCollector\:\:stopMeasure\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Method Soyhuce\\DevTools\\Debug\\DebugManager\:\:warnings\(\) should return Illuminate\\Support\\Collection\<int, string\> but returns Illuminate\\Support\\Collection\<\(int\|string\), non\-falsy\-string\>\.$#'
identifier: return.type
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Parameter \#1 \$value of method Illuminate\\Support\\Collection\<\(int\|string\),string\>\:\:prepend\(\) expects non\-falsy\-string, literal\-string given\.$#'
identifier: argument.type
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Parameter \#1 \.\.\.\$values of method Illuminate\\Support\\Collection\<\(int\|string\),string\>\:\:push\(\) expects non\-falsy\-string, literal\-string given\.$#'
identifier: argument.type
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Unsafe access to private property Soyhuce\\DevTools\\Debug\\DebugManager\:\:\$availableCollectors through static\:\:\.$#'
identifier: staticClassAccess.privateProperty
count: 1
path: src/Debug/DebugManager.php
-
message: '#^Parameter \#1 \.\.\.\$arg1 of function max expects non\-empty\-array, array\<float\|int\> given\.$#'
identifier: argument.type
count: 1
path: src/Tools/Stats.php
-
message: '#^Parameter \#1 \.\.\.\$arg1 of function min expects non\-empty\-array, array\<float\|int\> given\.$#'
identifier: argument.type
count: 1
path: src/Tools/Stats.php