Skip to content

Commit 8613ad1

Browse files
committed
Fix PHPStan errors
1 parent cb6cb6f commit 8613ad1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ parameters:
6565
-
6666
identifier: class.notFound
6767
path: src/Fixture
68+
-
69+
identifier: offsetAccess.nonOffsetAccessible
70+
path: tests/Form
71+
-
72+
identifier: missingType.iterableValue
73+
path: tests/Form

0 commit comments

Comments
 (0)