Skip to content

Commit 6df86a9

Browse files
committed
fix
1 parent 5879f54 commit 6df86a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

phpstan.neon.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
objectManagerLoader: tests/Fixtures/app/object-manager.php
1414
bootstrapFiles:
1515
# 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
16+
- src/Test/Constraint/ArraySubset.php
1717
- tests/Fixtures/app/AppKernel.php
1818

1919
excludePaths:
@@ -152,7 +152,7 @@ parameters:
152152
- src/Metadata/Tests
153153
- src/OpenApi/Tests
154154
- src/Serializer/Tests
155-
- src/Symfony/Bundle/Test
155+
- src/Test
156156
- src/Symfony/Tests
157157
- tests
158158
-
@@ -174,7 +174,7 @@ parameters:
174174
-
175175
identifier: argument.templateType
176176
paths:
177-
- src/Symfony/Bundle/Test
177+
- src/Test
178178
- tests
179179
- src # TODO
180180

0 commit comments

Comments
 (0)