type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / main / class_NoArrayException.php
index 9e5942b1ac5cfb5980081e41441321ffc15d91c1..eacfca363511b21b04b975d159c2ff7514b9fc70 100644 (file)
@@ -27,7 +27,7 @@ class NoArrayException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($string, $code) {
+       public function __construct ($string, $code) {
                // Add a message around the missing class
                $message = sprintf("<u>%s</u> ist kein Array!",
                        $string