]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuProfileCommand.php
index 1e37e8c570ddfec7dbb0794f13d80a515df0f0cd..e946a2e76cdb65ea66710bc3b5c28a50299726f6 100644 (file)
@@ -65,7 +65,7 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebShipsimuProfileCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuProfileCommand (CommandResolver $resolverInstance) {
                // Get a new instance
                $commandInstance = new WebShipsimuProfileCommand();