8000 Fix JsonSerializable namespace · symfony/symfony@ef91f71 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef91f71

Browse files
GromNaNfabpot
authored andcommitted
8000 Fix JsonSerializable namespace
1 parent d952f90 commit ef91f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function testSetContentJsonSerializeError()
219219
}
220220

221221
if (interface_exists('JsonSerializable')) {
222-
class JsonSerializableObject implements JsonSerializable
222+
class JsonSerializableObject implements \JsonSerializable
223223
{
224224
public function jsonSerialize()
225225
{

0 commit comments

Comments
 (0)
0