Completed
Pull Request — master (#220)
by Claus
03:46 queued 01:21
created
src/View/AbstractTemplateView.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
             $parsedTemplate = $templateParser->getOrParseAndStoreTemplate(
179 179
                 $templatePaths->getTemplateIdentifier($controllerName, $actionName),
180 180
                 function($parent, TemplatePaths $paths) use ($controllerName, $actionName) {
181
-                    return $paths->getTemplateSource($controllerName, $actionName);;
181
+                    return $paths->getTemplateSource($controllerName, $actionName); ;
182 182
                 }
183 183
             );
184 184
         } catch (PassthroughSourceException $error) {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
         try {
288 288
             $parsedPartial = $this->baseRenderingContext->getTemplateParser()->getOrParseAndStoreTemplate(
289 289
                 $templatePaths->getPartialIdentifier($partialName),
290
-                function ($parent, TemplatePaths $paths) use ($partialName) {
290
+                function($parent, TemplatePaths $paths) use ($partialName) {
291 291
                     return $paths->getPartialSource($partialName);
292 292
                 }
293 293
             );
Please login to merge, or discard this patch.