Completed
Push — master ( 67ea50...1c7f24 )
by Daniel
13:43
created
src/Serializer/ApiNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         }
82 82
         $context[self::ALREADY_CALLED][] = $this->getId($object);
83 83
         if ($object instanceof AbstractComponent || $object instanceof DynamicContent || $object instanceof AbstractContent) {
84
-            $context['groups'] = array_map(static function($grp) {
84
+            $context['groups'] = array_map(static function ($grp) {
85 85
                 if (strpos($grp, 'route') === 0) {
86 86
                     return str_replace('route', 'component', $grp);
87 87
                 }
Please login to merge, or discard this patch.