Test Setup Failed
Push — master ( da4039...f0d7ef )
by Chauncey
14:28
created
src/Charcoal/Cms/Route/EventRoute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,8 +90,8 @@
 block discarded – undo
90 90
             return $response->withStatus(404);
91 91
         }
92 92
 
93
-        $templateIdent      = (string)$event['templateIdent'];
94
-        $templateController = (string)$event['templateIdent'];
93
+        $templateIdent      = (string) $event['templateIdent'];
94
+        $templateController = (string) $event['templateIdent'];
95 95
 
96 96
         if (!$templateController) {
97 97
             $container['logger']->warning(sprintf(
Please login to merge, or discard this patch.
src/Charcoal/Cms/Route/SectionRoute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,8 +91,8 @@
 block discarded – undo
91 91
             return $response->withStatus(404);
92 92
         }
93 93
 
94
-        $templateIdent      = (string)$section['templateIdent'];
95
-        $templateController = (string)$section['templateIdent'];
94
+        $templateIdent      = (string) $section['templateIdent'];
95
+        $templateController = (string) $section['templateIdent'];
96 96
 
97 97
         if (!$templateController) {
98 98
             $container['logger']->warning(sprintf(
Please login to merge, or discard this patch.
src/Charcoal/Cms/Route/NewsRoute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,8 +90,8 @@
 block discarded – undo
90 90
             return $response->withStatus(404);
91 91
         }
92 92
 
93
-        $templateIdent      = (string)$news['templateIdent'];
94
-        $templateController = (string)$news['templateIdent'];
93
+        $templateIdent      = (string) $news['templateIdent'];
94
+        $templateController = (string) $news['templateIdent'];
95 95
 
96 96
         if (!$templateController) {
97 97
             $container['logger']->warning(sprintf(
Please login to merge, or discard this patch.