code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index 17e0d05de85d22a7e92f461dc2d2be7445cd919a..eed1c9b3a897a157be8d64115c7d73f1d50aa0f8 100644 (file)
@@ -29,7 +29,7 @@ class MissingArrayElementsException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($classArray, $code) {
+       public function __construct (array $classArray, $code) {
                // Cast the array
                $classArray = (array) $classArray;