We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5879f54 commit 6df86a9Copy full SHA for 6df86a9
1 file changed
phpstan.neon.dist
@@ -13,7 +13,7 @@ parameters:
13
objectManagerLoader: tests/Fixtures/app/object-manager.php
14
bootstrapFiles:
15
# We're aliasing classes for phpunit in this file, it needs to be added here see phpstan/#2194
16
- - src/Symfony/Bundle/Test/Constraint/ArraySubset.php
+ - src/Test/Constraint/ArraySubset.php
17
- tests/Fixtures/app/AppKernel.php
18
19
excludePaths:
@@ -152,7 +152,7 @@ parameters:
152
- src/Metadata/Tests
153
- src/OpenApi/Tests
154
- src/Serializer/Tests
155
- - src/Symfony/Bundle/Test
+ - src/Test
156
- src/Symfony/Tests
157
- tests
158
-
@@ -174,7 +174,7 @@ parameters:
174
175
identifier: argument.templateType
176
paths:
177
178
179
- src # TODO
180
0 commit comments