Skip to content

Commit 42c4218

Browse files
committed
update phpstan paths
1 parent afd6140 commit 42c4218

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

phpstan.neon

+2-18
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,7 @@ parameters:
55
phpVersion: 80100
66
level: max
77
paths:
8-
- Annotation
9-
- Command
10-
- Controller
11-
- DependencyInjection
12-
- Describer
13-
- Exception
14-
- Form
15-
- Model
16-
- ModelDescriber
17-
- OpenApiPhp
18-
- Processor
19-
- PropertyDescriber
20-
- Render
21-
- RouteDescriber
22-
- Routing
23-
- Util
24-
- NelmioApiDocBundle.php
25-
- ApiDocGenerator.php
8+
- src
9+
- tests
2610
parallel:
2711
processTimeout: 300.0

0 commit comments

Comments
 (0)