From c0a4cf7ed277932ec115af276c34aa78c11cfa09 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 22 Mar 2022 17:34:58 +0100 Subject: [PATCH] fixed php 8.1 type bugs --- Models/DrawImage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/DrawImage.php b/Models/DrawImage.php index aef0591..0a906df 100755 --- a/Models/DrawImage.php +++ b/Models/DrawImage.php @@ -69,7 +69,7 @@ class DrawImage implements \JsonSerializable, ArrayableInterface /** * {@inheritdoc} */ - public function jsonSerialize() + public function jsonSerialize() : mixed { return $this->toArray(); }