Completed
Pull Request — master (#956)
by Han Hui
03:07
created
src/JsonLd/Util/BlankNodeIdentifiersGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Serializer/AbstractItemNormalizer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.