@@ -55,7 +55,7 @@ |
||
55 | 55 | |
56 | 56 | $source = preg_replace_callback( |
57 | 57 | '/(^|(?<=&))[^=[&]+/', |
58 | - function ($key) { |
|
58 | + function($key) { |
|
59 | 59 | return bin2hex(urldecode($key[0])); |
60 | 60 | }, |
61 | 61 | $source |
@@ -56,7 +56,7 @@ |
||
56 | 56 | $this->contextBuilder = $contextBuilder; |
57 | 57 | $this->propertyAccessor = $propertyAccessor ?: PropertyAccess::createPropertyAccessor(); |
58 | 58 | |
59 | - $this->setCircularReferenceHandler(function ($object) { |
|
59 | + $this->setCircularReferenceHandler(function($object) { |
|
60 | 60 | return $this->iriConverter->getIriFromItem($object); |
61 | 61 | }); |
62 | 62 | } |
@@ -40,7 +40,7 @@ |
||
40 | 40 | ->useAttributeAsKey('format') |
41 | 41 | ->beforeNormalization() |
42 | 42 | ->ifArray() |
43 | - ->then(function ($v) { |
|
43 | + ->then(function($v) { |
|
44 | 44 | foreach ($v as $format => $value) { |
45 | 45 | if (isset($value['mime_types'])) { |
46 | 46 | continue; |