]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/helper/class_FormOpenedException.php
A lot rewrites and fixes for weak redirect methods
[shipsimu.git] / inc / classes / exceptions / helper / class_FormOpenedException.php
index 48662ae8e9edd01e6d7ff084bdbdb0616a707c1e..aab6078d597b956689671e02be2b834724ce6e53 100644 (file)
@@ -5,7 +5,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
  *
@@ -26,8 +26,8 @@ class FormOpenedException extends FrameworkException {
        /**
         * The constructor
         *
-        * @param               $helperInstance         Class throwing the exception
-        * @param               $code                           Code number for the exception
+        * @param       $helperInstance         Class throwing the exception
+        * @param       $code                           Code number for the exception
         * @return      void
         */
        public function __construct (BaseHelper $helperInstance, $code) {