-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
157 lines (132 loc) · 5.35 KB
/
phpstan-baseline.neon
File metadata and controls
157 lines (132 loc) · 5.35 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
parameters:
ignoreErrors:
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 8
path: src/Relation.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:with\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Relation.php
-
message: '#^Cannot access property \$country on array\|bool\|float\|int\|object\|string\.$#'
identifier: property.nonObject
count: 1
path: tests/EntityTest.php
-
message: '#^Cannot access property \$profile on array\<int\|string, array\<int\|string, bool\|float\|int\|object\|string\|null\>\|bool\|float\|int\|object\|string\|null\>\|object\.$#'
identifier: property.nonObject
count: 2
path: tests/EntityTest.php
-
message: '#^Cannot access property \$user_id on array\|bool\|float\|int\|object\|string\.$#'
identifier: property.nonObject
count: 1
path: tests/EntityTest.php
-
message: '#^Parameter \#1 \$row of method Tests\\Support\\Models\\UserModel\:\:insert\(\) expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\|string\> given\.$#'
identifier: argument.type
count: 1
path: tests/EntityTest.php
-
message: '#^Cannot access property \$country on array\|bool\|float\|int\|object\|string\.$#'
identifier: property.nonObject
count: 1
path: tests/ModelTest.php
-
message: '#^PHPDoc tag @var with type CodeIgniter\\Entity\\Entity is not subtype of native type Tests\\Support\\Entities\\User\.$#'
identifier: varTag.nativeType
count: 1
path: tests/ModelTest.php
-
message: '#^Parameter \#1 \$row of method Tests\\Support\\Models\\UserModel\:\:insert\(\) expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\<string, string\>\|string\> given\.$#'
identifier: argument.type
count: 2
path: tests/ModelTest.php
-
message: '#^Parameter \#2 \$row of method Tests\\Support\\Models\\UserModel\:\:update\(\) expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\<string, string\>\|string\> given\.$#'
identifier: argument.type
count: 2
path: tests/ModelTest.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/TransformRelationIdsTest.php
-
message: '#^Call to function method_exists\(\) with \$this\(CodeIgniter\\Model@anonymous/tests/TransformRelationIdsTest\.php\:52\) and ''transformAllRelatio…'' will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: tests/TransformRelationIdsTest.php
-
message: '#^Parameter \#1 \$row of method Tests\\Support\\Models\\UserModel\:\:insert\(\) expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\<int\|string, array\<string, int\|list\<array\<string, int\|string\>\>\|string\>\|string\>\|string\> given\.$#'
identifier: argument.type
count: 1
path: tests/_support/Database/Seeds/SeedTests.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/AddressModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/CommentModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/CompanyModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/CountryModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/CourseModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/PostModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/ProfileModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/StudentModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/UserModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/UuidCommentModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/UuidPostModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/UuidProfileModel.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/_support/Models/UuidUserModel.php