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 719c98c commit e5f2d42Copy full SHA for e5f2d42
src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php
@@ -219,7 +219,7 @@ public function testSetContentJsonSerializeError()
219
}
220
221
if (interface_exists('JsonSerializable')) {
222
- class JsonSerializableObject implements JsonSerializable
+ class JsonSerializableObject implements \JsonSerializable
223
{
224
public function jsonSerialize()
225
0 commit comments