@@ -90,8 +90,8 @@ |
||
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( |
@@ -91,8 +91,8 @@ |
||
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( |
@@ -90,8 +90,8 @@ |
||
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( |