code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / main / class_MissingMethodException.php
index 46670688fdd3082e7a508ab63b9fbef6fe6d9ccb..d8bd326c5055616e4d6196b7b54312970feeb2c6 100644 (file)
@@ -29,7 +29,7 @@ class MissingMethodException 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;