X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fresult%2Fclass_ResultUpdateException.php;h=87d741c2ce7e5fc7432ba10d6ddd70ad0aa3922f;hp=baa15f8510171043b8b9bc84ee8b41f6954f014a;hb=6536a4dda3b96201f7f5551dc5d42559cf8b453d;hpb=edc181f932fe9e67cf8bb7ef0cd6af0f6d8da0f3 diff --git a/inc/classes/exceptions/result/class_ResultUpdateException.php b/inc/classes/exceptions/result/class_ResultUpdateException.php index baa15f85..87d741c2 100644 --- a/inc/classes/exceptions/result/class_ResultUpdateException.php +++ b/inc/classes/exceptions/result/class_ResultUpdateException.php @@ -29,7 +29,7 @@ class ResultUpdateException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(UpdateableResult $resultInstance, $code) { + public function __construct (UpdateableResult $resultInstance, $code) { // Construct the message $message = sprintf("[%s:%d] Update of result instance has nothing changed.", $resultInstance->__toString(),