Skip to content

Commit b2ffdba

Browse files
committed
updates
1 parent ca1bd25 commit b2ffdba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

phpstan.neon

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ parameters:
66
-
77
identifier: method.unused
88
paths:
9-
- src/Api/*
9+
- src/Api/*
10+
-
11+
identifier: missingType.iterableValue
12+
paths:
13+
- src/Normalizers/*
14+
-
15+
identifier: missingType.generics
16+
paths:
17+
- src/Normalizers/*

0 commit comments

Comments
 (0)