Passed
Push — master ( c3009e...5e642d )
by Peter
02:35
created
src/Service/Execute/Block.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         $identifier = $identifier ?: $title;
73 73
         $identifier = $this->slugify->slugify($identifier);
74 74
 
75
-        $body  = $postData['body'];
75
+        $body = $postData['body'];
76 76
 
77 77
         $layoutId = $postData['layout_id'];
78 78
         $layout   = '';
Please login to merge, or discard this patch.