X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingMethodException.php;fp=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingMethodException.php;h=d8bd326c5055616e4d6196b7b54312970feeb2c6;hp=46670688fdd3082e7a508ab63b9fbef6fe6d9ccb;hb=08227915e99f2ebdc8a109f39326b2a316366dbf;hpb=014feb51ca186f4b66edeee7dca62a190dff0564 diff --git a/inc/classes/exceptions/main/class_MissingMethodException.php b/inc/classes/exceptions/main/class_MissingMethodException.php index 46670688fd..d8bd326c50 100644 --- a/inc/classes/exceptions/main/class_MissingMethodException.php +++ b/inc/classes/exceptions/main/class_MissingMethodException.php @@ -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;