]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/class_ShipSimuLoginAction.php
All actions now have a prefix 'action_'
[shipsimu.git] / application / ship-simu / main / actions / class_ShipSimuLoginAction.php
index 2e06eccd3f8b61efa55f61751230a1d8858e1218..500d6d706190374b70f2371bba9ee500f4dbcd7c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -57,9 +57,9 @@ class ShipSimuLoginAction extends BaseAction implements PerformableAction {
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
+        * @todo        Maybe we need to do something later here
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               /* @todo Maybe we need to do something later here */
        }
 }