X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fstacker%2Fclass_FullStackerException.php;h=1f1a806d7ee0332fc23bab7531551080025db504;hp=1388995b92a8647f47d2b9d34864e953180bba41;hb=refs%2Fheads%2Fmaster;hpb=a60894f1d6ef33613d2d0351075aa07aa257f304;ds=sidebyside diff --git a/framework/main/exceptions/stacker/class_FullStackerException.php b/framework/main/exceptions/stacker/class_FullStackerException.php index 1388995b..bad74bf2 100644 --- a/framework/main/exceptions/stacker/class_FullStackerException.php +++ b/framework/main/exceptions/stacker/class_FullStackerException.php @@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -35,7 +35,7 @@ class FullStackerException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct (array $messageArray, $code) { + public function __construct (array $messageArray, int $code) { // Construct message $message = sprintf('[%s:%d] Stacker %s is full.', $messageArray[0]->__toString(),