We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b98ea0 commit 60f8f61Copy full SHA for 60f8f61
1 file changed
phpstan-baseline.neon
@@ -120,6 +120,12 @@ parameters:
120
count: 5
121
path: tests/_support/Models/ProfileModel.php
122
123
+ -
124
+ message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
125
+ identifier: method.notFound
126
+ count: 5
127
+ path: tests/_support/Models/StrictUserModel.php
128
+
129
-
130
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
131
identifier: method.notFound
0 commit comments