Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index ad6f4b1281686b1ae00172810e9bd4309f4c2771..a594a8c7e62c5553752c3c2a5bb72e6cd0087f47 100644 (file)
@@ -111,9 +111,11 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
                // 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