]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebRegisterCommand.php
Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index 8486c9de1dbf541db2812705eb843b24ba898079..de17bc33fac62430f3a7a8767b5eafc3d7d4e98d 100644 (file)
@@ -112,9 +112,11 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                // Transfer it to the template engine instance
                $menuInstance->transferContentToTemplateEngine($templateInstance);
 
                // Transfer it to the template engine instance
                $menuInstance->transferContentToTemplateEngine($templateInstance);
 
-               // ... and all variables. This should be merged together in a pattern
-               // to make things easier. A cache mechanism should be added between
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class