Skip to content

Commit

Permalink
Update phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Feb 4, 2023
1 parent 94e079b commit 4563c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
parameters:
ignoreErrors:
-
message: "#^Cannot access an offset on iterable\\<callable\\>\\.$#"
count: 1
path: src/Kdyby/Autowired/DI/AutowiredExtension.php
reportUnmatched: false

-
message: "#^Call to an undefined method KdybyTests\\\\Autowired\\\\ComponentFactoriesFixtures\\\\NonPresenterComponent\\:\\:getComponents\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 4563c19

Please sign in to comment.