-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
55 lines (47 loc) · 2.25 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
55 lines (47 loc) · 2.25 KB
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
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \$config of static method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:fromArray\(\) expects array\<string, mixed\>, array\<mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/Adapters/NeonAdapter.php
-
message: '#^Method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:checkArray\(\) should return array\<string, mixed\> but returns array\<mixed, mixed\>\.$#'
identifier: return.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:getArray\(\) should return array\<string, mixed\> but returns array\<mixed, mixed\>\.$#'
identifier: return.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:getStringOrList\(\) should return array\<string\>\|string but returns array\<mixed, mixed\>\|string\.$#'
identifier: return.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Parameter \#1 \$options of method Inlm\\SchemaGenerator\\Configuration\:\:setOptions\(\) expects array\<string, string\>, array\<mixed, mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Parameter \#2 \$definition of static method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:createTable\(\) expects array\<string, mixed\>, array given\.$#'
identifier: argument.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Parameter \#3 \$parameters of class CzProject\\SqlSchema\\Column constructor expects array\<float\|int\|string\>\|null, array\<mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Parameter \#4 \$options of class CzProject\\SqlSchema\\Column constructor expects array\<int\|string, bool\|float\|int\|string\|null\>, array\<mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/ConfigurationFactory.php
-
message: '#^Parameter \#1 \$config of static method Inlm\\SchemaGenerator\\ConfigurationFactory\:\:fromArray\(\) expects array\<string, mixed\>, array\<mixed\> given\.$#'
identifier: argument.type
count: 1
path: src/Extractors/NeonExtractor.php