8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc8d26 commit 06d6827Copy full SHA for 06d6827
src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php
@@ -596,10 +596,10 @@ interface PropertyDummyInterface
596
597
class PropertyDiscriminatedDummyOne implements PropertyDummyInterface
598
{
599
- public string $url = 'URL_ONE';
+ public $url = 'URL_ONE';
600
}
601
602
class PropertyDiscriminatedDummyTwo implements PropertyDummyInterface
603
604
- public string $url = 'URL_TWO';
+ public $url = 'URL_TWO';
605
0 commit comments