Skip to content

Commit 0ff950f

Browse files
committed
fix: type info deprecations to baseline
bc layer covered on main
1 parent 1692a42 commit 0ff950f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.baseline.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<files version="1">
33
<file path="vendor/symfony/deprecation-contracts/function.php">
44
<line number="25" hash="c6af5d66288d0667e424978000f29571e4954b81">
5+
<issue><![CDATA[Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.]]></issue>
56
<issue><![CDATA[Since symfony/validator 7.1: Not passing a value for the "requireTld" option to the Url constraint is deprecated. Its default value will change to "true".]]></issue>
7+
<issue><![CDATA[Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getType()" instead.]]></issue>
68
</line>
79
</file>
810
</files>

0 commit comments

Comments
 (0)