Skip to content

Commit

Permalink
suppress errors referring db methods
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 17, 2023
1 parent 7cbe047 commit 96548ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ parameters:
- src/Handlers/PredisHandler.php
-
message: '#Access to an undefined property CodeIgniter\\I18n\\Time::\$timestamp.#'
-
message: '#Call to an undefined method CodeIgniter\\Queue\\Models\\QueueJobFailedModel::affectedRows\(\).#'
paths:
- src/Handlers/BaseHandler.php
-
message: '#Call to an undefined method CodeIgniter\\Queue\\Models\\QueueJobFailedModel::truncate\(\).#'
paths:
- src/Handlers/BaseHandler.php
universalObjectCratesClasses:
- CodeIgniter\Entity
- CodeIgniter\Entity\Entity
Expand Down

0 comments on commit 96548ca

Please sign in to comment.