Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index d08c7c8c4afb04bc0a9498c08b52e86db3eb8729..60ea219ccb3715c3ece5b151ce38d72f6334f4f1 100644 (file)
@@ -108,9 +108,11 @@ class WebLoginFailedCommand extends BaseCommand implements Commandable {
                // 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