Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebStatusCommand.php
index cb6388621b3783629e7d2004a48f86601cf209b8..3946c8227b0d0bdcdf08b81c7cb27e77c71f15bf 100644 (file)
@@ -106,9 +106,11 @@ class WebStatusCommand 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