]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php
ToDo tags now all lower-case
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuProfileCommand.php
index 320c1d5de17ddd4303072306485f40f2ef75f675..72ad467fdae051b4ef555db9f4424e2a0a03ad7d 100644 (file)
@@ -127,7 +127,7 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
                // Add user auth filter (we don't need an update of the user here because it will be redirected)
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_auth_class'));
 
-               /* @TODO Add some more pre/post filters to the controller */
+               /* @todo Add some more pre/post filters to the controller */
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_class'));
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('rules_accepted_class'));
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('account_password_class'));