Completed
Push — master ( 384cf5...d1e0a9 )
by David
01:32
created
src/Registry/StaticRegistry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         }
40 40
 
41 41
         $block = new Block($this->themeRegistry->getThemeDescriptor($page->getTheme()), [
42
-            'content' => [ $page->getContent() ]
42
+            'content' => [$page->getContent()]
43 43
         ]);
44 44
 
45 45
         return $block;
Please login to merge, or discard this patch.