]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/commands/web/government/class_WebGovernmentFailedStartupCommand.php
Continued:
[shipsimu.git] / application / shipsimu / classes / commands / web / government / class_WebGovernmentFailedStartupCommand.php
index 52824c43cf2da85a0a7aa84b60a54860a1c667a6..ccf4a3e4eeeb88c58d5205d9d410844d74394585 100644 (file)
@@ -66,7 +66,7 @@ class WebGovernmentFailedStartupCommand extends BaseCommand implements Commandab
                if ($actionInstance instanceof PerformableAction) {
                        // Execute the action (shall not output anything, see below why)
                        $actionInstance->execute($requestInstance, $responseInstance);
-               } // END - if
+               }
 
                // Get the application instance
                $appInstance = $this->getResolverInstance()->getApplicationInstance();