Skip to content

Commit

Permalink
Update phpstan.neon.dist (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaycalicut17 authored May 1, 2024
1 parent 2f71afe commit 41289bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ parameters:
- database
- src
ignoreErrors:
- "#^Call to an undefined static method static.*:\\:cursor\\(\\)\\.$#"
- "#^Call to an undefined static method static.*:\\:where\\(\\)\\.$#"
- "#^Call to an undefined static method .*:\\:cursor\\(\\)\\.$#"
- "#^Call to an undefined static method .*:\\:where\\(\\)\\.$#"
- "#^Call to an undefined method .*:\\:trashable\\(\\)\\.$#"
- "#^Call to an undefined method .*:\\:trash\\(\\)\\.$#"
- "#^Call to an undefined static method .*:\\:trashName\\(\\)\\.$#"
Expand Down

0 comments on commit 41289bc

Please sign in to comment.