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.
2 parents ad91659 + 19e5650 commit 10ced7aCopy full SHA for 10ced7a
src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php
@@ -54,7 +54,7 @@ public function testNotAStringSerializedNameParameter($value)
54
55
public function testSerializedNameParameters()
56
{
57
- $maxDepth = new SerializedName(['value' => 'foo']);
+ $maxDepth = new SerializedName('foo');
58
$this->assertEquals('foo', $maxDepth->getSerializedName());
59
}
60
0 commit comments