Passed
Push — master ( 1babeb...183f34 )
by Daniel
06:19
created
src/Serializer/ApiNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         }
111 111
         $context[self::ALREADY_CALLED][] = $this->getId($object);
112 112
         if ($object instanceof AbstractComponent || $object instanceof DynamicContent) {
113
-            $context['groups'] = array_map(static function($grp) {
113
+            $context['groups'] = array_map(static function ($grp) {
114 114
                 if (strpos($grp, 'route') === 0) {
115 115
                     return str_replace('route', 'component', $grp);
116 116
                 }
Please login to merge, or discard this patch.