]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/result/class_ResultUpdateException.php
More conventions than code added:
[shipsimu.git] / inc / classes / exceptions / result / class_ResultUpdateException.php
index bbebeb5f0562d7de24d294c3d0f968b6c279b007..c0e7153be24107e73862157a50b97c4288bb5e5f 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
  *
@@ -25,8 +25,8 @@ class ResultUpdateException extends FrameworkException {
        /**
         * The super constructor for all exceptions
         *
-        * @param               $resultInstance         Instance of the failed result update
-        * @param               $code           Error code
+        * @param       $resultInstance         Instance of the failed result update
+        * @param       $code                           Error code
         * @return      void
         */
        public function __construct(UpdateableResult $resultInstance, $code) {