-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
86 lines (70 loc) · 3.97 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: "#^Method TailwindClassMerge\\\\Support\\\\ClassMap\\:\\:isThemeGetter\\(\\) has parameter \\$classDefinition with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\ClassMap\\:\\:processClassesRecursively\\(\\) has parameter \\$classGroup with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\ClassMap\\:\\:processClassesRecursively\\(\\) has parameter \\$theme with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Parameter \\#1 \\$callback of method Illuminate\\\\Support\\\\Collection\\<string,mixed\\>\\:\\:mapWithKeys\\(\\) expects callable\\(mixed, string\\)\\: array\\<string, array\\<array\\<string, array\\>\\|string\\>\\>, Closure\\(array, string\\)\\: non\\-empty\\-array\\<string, array\\<array\\<string, array\\>\\|string\\>\\> given\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Parameter \\#1 \\$classGroup of static method TailwindClassMerge\\\\Support\\\\ClassMap\\:\\:processClassesRecursively\\(\\) expects array, mixed given\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Parameter \\$validator of class TailwindClassMerge\\\\ValueObjects\\\\ClassValidatorObject constructor expects Closure, callable\\(\\)\\: mixed given\\.$#"
count: 1
path: src/Support/ClassMap.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\Config\\:\\:mergePropertyRecursively\\(\\) has parameter \\$baseConfig with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/Config.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\Config\\:\\:mergePropertyRecursively\\(\\) has parameter \\$mergeValue with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/Config.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\Config\\:\\:mergePropertyRecursively\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/Config.php
-
message: "#^Parameter \\#3 \\$mergeValue of static method TailwindClassMerge\\\\Support\\\\Config\\:\\:mergePropertyRecursively\\(\\) expects array\\|bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/Support/Config.php
-
message: "#^Method TailwindClassMerge\\\\Support\\\\TailwindClassParser\\:\\:__construct\\(\\) has parameter \\$configuration with no value type specified in iterable type array\\.$#"
count: 1
path: src/Support/TailwindClassParser.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$config$#"
count: 1
path: src/Support/TailwindClassParser.php
-
message: "#^Parameter \\#1 \\$config of static method TailwindClassMerge\\\\Support\\\\ClassMap\\:\\:create\\(\\) expects array\\{cacheSize\\: int, prefix\\: string\\|null, theme\\: array\\<string, mixed\\>, classGroups\\: array\\<string, mixed\\>, conflictingClassGroups\\: array\\<string, array\\<int, string\\>\\>, conflictingClassGroupModifiers\\: array\\<string, array\\<int, string\\>\\>\\}, array given\\.$#"
count: 1
path: src/Support/TailwindClassParser.php
-
message: "#^Cannot access offset string on mixed\\.$#"
count: 3
path: src/TailwindClassMerge.php
-
message: "#^Method TailwindClassMerge\\\\TailwindClassMerge\\:\\:getConflictingClassGroupIds\\(\\) should return array\\<string\\> but returns array\\<int\\|string, mixed\\>\\.$#"
count: 1
path: src/TailwindClassMerge.php
-
message: "#^Method TailwindClassMerge\\\\TailwindClassMerge\\:\\:getConflictingClassGroupIds\\(\\) should return array\\<string\\> but returns mixed\\.$#"
count: 1
path: src/TailwindClassMerge.php
-
message: "#^Only iterables can be unpacked, mixed given\\.$#"
count: 2
path: src/TailwindClassMerge.php