Skip to content

Commit c41e6f6

Browse files
committed
fix PHP 7.2 compatibility
* the `phpdocumentor/type-resolver` package was not PHP 7.2 compatible before release 0.2.1 (see see phpDocumentor/TypeResolver@e224fb2) * the validator must not call `get_class()` if no object but a class name was passed to the `validatePropertyValue()` method
1 parent a8a8bf9 commit c41e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"conflict": {
6363
"phpdocumentor/reflection-docblock": "<3.0",
64-
"phpdocumentor/type-resolver": "<0.2.0",
64+
"phpdocumentor/type-resolver": "<0.2.1",
6565
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6666
"symfony/asset": "<3.3",
6767
"symfony/console": "<3.3",

0 commit comments

Comments
 (0)