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