]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/commands/web/government/class_WebGovernmentFailedTrainingCommand.php
Continued:
[shipsimu.git] / application / shipsimu / classes / commands / web / government / class_WebGovernmentFailedTrainingCommand.php
index 4a6bf01d36cd2b17123b3004babacd361e08792e..db2afe84ec0bfa11f93b4cde6c1e13e2f3cb8d9a 100644 (file)
@@ -66,7 +66,7 @@ class WebGovernmentFailedTrainingCommand extends BaseCommand implements Commanda
                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();