]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/class_ApplicationHelper.php
Continued:
[shipsimu.git] / application / selector / class_ApplicationHelper.php
index c3b74dafa5f7b4b0076ea1a1a74b80a1cd90245f..dd4ee5c036e3b2184f01cf6c013167b5c3a44f18 100644 (file)
@@ -78,7 +78,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                // Is the instance there?
                if (is_null(self::$selfInstance)) {
                        self::$selfInstance = new ApplicationHelper();
-               } // END - if
+               }
 
                // Return the instance
                return self::$selfInstance;
@@ -167,7 +167,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                        // Then use it
                        $response = strtolower($requestInstance->getRequestElement('request'));
                        $responseType = $response;
-               } // END - if
+               }
 
                // ... and a new response object
                $responseClass = sprintf('%sResponse', self::convertToClassName($response));
@@ -186,7 +186,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
 
                        // Set it in request
                        $requestInstance->setRequestElement('command', $commandName);
-               } // END - if
+               }
 
                // Get a controller resolver
                $resolverClass = self::convertToClassName($this->getAppShortName() . '_' . $responseType . '_controller_resolver');