]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/result/class_ResultUpdateException.php
Continued:
[core.git] / framework / main / exceptions / result / class_ResultUpdateException.php
index f4bc3ce2500a35db33b46af0c68c866c91af773b..f08a59f68c687071ab16139c59fdfe91650b2a71 100644 (file)
@@ -36,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(),