]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/result/class_InvalidDatabaseResultException.php
More conventions than code added:
[shipsimu.git] / inc / classes / exceptions / result / class_InvalidDatabaseResultException.php
index 8b563b3d3a9d9beeb389f5dc158c044298c88f82..d9ec2da231d36b37008772b8acc0db6d217e5111 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 InvalidDatabaseResultException extends FrameworkException {
        /**
         * The super constructor for all exceptions
         *
-        * @param               $msgArray       Error message array
-        * @param               $code           Error code
+        * @param       $msgArray       Error message array
+        * @param       $code           Error code
         * @return      void
         */
        public function __construct(array $msgArray, $code) {