Typo fixed
authorRoland Häder <roland@mxchange.org>
Thu, 18 Dec 2008 04:31:41 +0000 (04:31 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 18 Dec 2008 04:31:41 +0000 (04:31 +0000)
inc/classes/main/commands/web/class_WebRegisterCommand.php

index c23b6476ea84b27982ca5408ebdec5e8694d04bc..89c0e9c3e588400858122585c2676ae1e448260f 100644 (file)
@@ -119,7 +119,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
         * @return      void
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
-               // Empty class
+               // Empty method
        }
 }