Skip to content

Commit 923cf43

Browse files
committed
fix(phpstan): add ValidatesOpenApiSchemaAttributeTest to ignore paths
1 parent e308434 commit 923cf43

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

phpstan.neon.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@ parameters:
2323
- src/Laravel/ValidatesOpenApiSchema.php
2424
- tests/Unit/ValidatesOpenApiSchemaTest.php
2525
- tests/Unit/ValidatesOpenApiSchemaDefaultSpecTest.php
26+
- tests/Unit/ValidatesOpenApiSchemaAttributeTest.php
2627
-
2728
message: '#expects TResponse of Symfony\\Component\\HttpFoundation\\Response#'
2829
paths:
2930
- tests/Unit/ValidatesOpenApiSchemaTest.php
3031
- tests/Unit/ValidatesOpenApiSchemaDefaultSpecTest.php
32+
- tests/Unit/ValidatesOpenApiSchemaAttributeTest.php
3133
-
3234
message: '#class@anonymous/tests/Helpers/CreatesTestResponse\.php.*no value type specified in iterable type array#'
3335
paths:
3436
- tests/Unit/ValidatesOpenApiSchemaTest.php
3537
- tests/Unit/ValidatesOpenApiSchemaDefaultSpecTest.php
38+
- tests/Unit/ValidatesOpenApiSchemaAttributeTest.php

0 commit comments

Comments
 (0)