Skip to content

Commit ebee601

Browse files
committed
Update php-documentor
1 parent 405e83b commit ebee601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ext-json": "*",
3434
"murtukov/php-code-generator": "^0.1.5",
3535
"phpdocumentor/reflection-docblock": "^5.2",
36-
"phpdocumentor/type-resolver": ">1.4.0,<1.6.0",
36+
"phpdocumentor/type-resolver": "^1.6.1",
3737
"psr/log": "^1.0 || ^2.0 || ^3.0",
3838
"symfony/config": "^5.4 || ^6.0",
3939
"symfony/dependency-injection": "^5.4 || ^6.0",

tests/Config/Parser/MetadataParser/TypeGuesser/DocBlockTypeGuesserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function guessErrorDataProvider(): iterable
8888
yield ['mixed[]', $reflectorClass, 'Tag @'.$tag.' found, but the array values cannot be mixed type'];
8989
yield ['array<mixed>', $reflectorClass, 'Tag @'.$tag.' found, but the array values cannot be mixed type'];
9090
yield ['', $reflectorClass, 'No @'.$tag.' tag found in doc block or tag has no type'];
91-
yield ['[]', $reflectorClass, 'Doc Block parsing failed'];
91+
yield ['[]', $reflectorClass, 'No @'.$tag.' tag found in doc block or tag has no type'];
9292
}
9393
}
9494

0 commit comments

Comments
 (0)