X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fresult%2Fclass_ResultUpdateException.php;h=f08a59f68c687071ab16139c59fdfe91650b2a71;hb=498e6b065ce47804bff4e1073592a2cc8e28f8ef;hp=b46b2887f0d4be46f0a16a008e40c8d2f9e64b81;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0;p=core.git diff --git a/framework/main/exceptions/result/class_ResultUpdateException.php b/framework/main/exceptions/result/class_ResultUpdateException.php index b46b2887..f08a59f6 100644 --- a/framework/main/exceptions/result/class_ResultUpdateException.php +++ b/framework/main/exceptions/result/class_ResultUpdateException.php @@ -11,11 +11,7 @@ use Org\Mxchange\CoreFramework\Result\Update\UpdateableResult; * * @author Roland Haeder * @version 0.0.0 -<<<<<<< HEAD:framework/main/exceptions/result/class_ResultUpdateException.php - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team -======= - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team ->>>>>>> Some updates::inc/main/exceptions/result/class_ResultUpdateException.php + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -40,7 +36,7 @@ class ResultUpdateException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct (UpdateableResult $resultInstance, $code) { + public function __construct (UpdateableResult $resultInstance, int $code) { // Construct the message $message = sprintf('[%s:%d] Update of result instance has nothing changed.', $resultInstance->__toString(),