]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / main / class_ConfigEntryNotFoundException.php
index b83567f55d64bc337b8c9728b0891de02dc59d96..b753bdf93a7a75261340060e77856eeb94047514 100644 (file)
@@ -29,7 +29,7 @@ class ConfigEntryNotFoundException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct (array $classArray, $code) {
+       public function __construct (array $classArray, $code) {
                // Cast the array
                $classArray = (array) $classArray;