@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace ApiPlatform\Core\JsonLd\Util; |
15 | 15 |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace ApiPlatform\Core\Serializer; |
15 | 15 | |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | $this->identifiersExtractor = $identifiersExtractor; |
65 | 65 | } |
66 | 66 | |
67 | - $this->setCircularReferenceHandler(function ($object) { |
|
67 | + $this->setCircularReferenceHandler(function($object) { |
|
68 | 68 | return $this->hasIri($object) ? $this->iriConverter->getIriFromItem($object) : spl_object_hash($object); |
69 | 69 | }); |
70 | 70 | } |