X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fcompany%2Fclass_WebShipSimuCompanyCommand.php;h=7fed46ffb6738598857e2073827aba908d8ef5e6;hp=63d46529804d8b1c2012529c98cab6613c888555;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=35546efaf0eb7ea9563b27b0f0f9a8aca2a1ea15 diff --git a/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php b/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php index 63d4652..7fed46f 100644 --- a/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php +++ b/application/ship-simu/main/commands/web/company/class_WebShipSimuCompanyCommand.php @@ -2,11 +2,11 @@ /** * A command for the money refill page * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,10 +30,6 @@ class WebShipSimuCompanyCommand extends BaseCommand implements Commandable { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } /** @@ -42,7 +38,7 @@ class WebShipSimuCompanyCommand extends BaseCommand implements Commandable { * @param $resolverInstance An instance of a command resolver * @return $commandInstance The created command instance */ - public final static function createWebShipSimuCompanyCommand (CommandResolver $resolverInstance) { + public static final function createWebShipSimuCompanyCommand (CommandResolver $resolverInstance) { // Get a new instance $commandInstance = new WebShipSimuCompanyCommand();