Passed
Push — master ( bde9e6...b56cdf )
by Peter
02:39
created
src/Bootstrappers/Http/Views/BuildersBootstrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
         $viewFactory->registerBuilder(
26 26
             'layouts/default',
27
-            function (IView $view) use ($container) {
27
+            function(IView $view) use ($container) {
28 28
                 /** @see DefaultBuilder::build() */
29 29
                 return (new DefaultBuilder())->build($view);
30 30
             }
Please login to merge, or discard this patch.