diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2ac2eac..2926b02 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,5 +1,11 @@ parameters: ignoreErrors: + - + message: "#^Cannot access an offset on iterable\\\\.$#" + count: 1 + path: src/Kdyby/Autowired/DI/AutowiredExtension.php + reportUnmatched: false + - message: "#^Call to an undefined method KdybyTests\\\\Autowired\\\\ComponentFactoriesFixtures\\\\NonPresenterComponent\\:\\:getComponents\\(\\)\\.$#" count: 1