Passed
Push — master ( 351c66...55b3af )
by Benjamin
02:28 queued 30s
created
Classes/Utility/StandaloneTemplateRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         /** @var StandaloneView $view */
77 77
         $view = $this->objectManager->get(StandaloneView::class);
78 78
 
79
-        $view->setLayoutRootPaths([$rootPath  . '/Layouts']);
79
+        $view->setLayoutRootPaths([$rootPath . '/Layouts']);
80 80
         $view->setPartialRootPaths([$rootPath . '/Partials']);
81 81
         $view->setTemplatePathAndFilename($rootPath . '/Templates/' . $template);
82 82
         $view->assignMultiple($variables);
Please login to merge, or discard this patch.