ToDo tags now all lower-case
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuGuestLoginCommand.php
index 0ed651a6957e8cdec1452707f6609001d0f8f4fe..e244d1ea6ec017f34ba016165751e2b68700188c 100644 (file)
@@ -117,7 +117,7 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
                                break;
                }
 
-               /* @TODO Add more filters */
+               /* @todo Add more filters */
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('password_verifier_class'));
        }
 }