Skip to content

Commit 60f8f61

Browse files
committed
phpstan baseline
1 parent 9b98ea0 commit 60f8f61

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ parameters:
120120
count: 5
121121
path: tests/_support/Models/ProfileModel.php
122122

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+
123129
-
124130
message: '#^Call to an undefined method CodeIgniter\\Model\:\:getTable\(\)\.$#'
125131
identifier: method.notFound

0 commit comments

Comments
 (0)