From: Roland Häder Date: Thu, 18 Dec 2008 04:31:41 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=f7fc1ef1be52b41fb512eb9a75b1b85e7008b17e Typo fixed --- diff --git a/inc/classes/main/commands/web/class_WebRegisterCommand.php b/inc/classes/main/commands/web/class_WebRegisterCommand.php index c23b6476..89c0e9c3 100644 --- a/inc/classes/main/commands/web/class_WebRegisterCommand.php +++ b/inc/classes/main/commands/web/class_WebRegisterCommand.php @@ -119,7 +119,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl * @return void */ public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { - // Empty class + // Empty method } }