-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
127 lines (107 loc) · 3.63 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
127 lines (107 loc) · 3.63 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
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 \$profile on array\<mixed\>\|object\.$#'
identifier: property.nonObject
count: 2
path: tests/EntityTest.php
-
message: '#^Cannot access property \$courses on array\<mixed\>\|object\.$#'
identifier: property.nonObject
count: 2
path: tests/ManyTest.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: '#^Cannot access property \$posts on array\<mixed\>\|object\.$#'
identifier: property.nonObject
count: 1
path: tests/ThroughTest.php
-
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
identifier: method.notFound
count: 5
path: tests/TransformRelationIdsTest.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/StrictUserModel.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