From e43a3e6235004dfafc7eb98c46b5f0b53b5aa0b3 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Thu, 12 Dec 2024 17:49:55 +0100 Subject: [PATCH] add return type mixed to jsonSerialize() --- src/LockEntry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LockEntry.php b/src/LockEntry.php index dd39d29..d705163 100644 --- a/src/LockEntry.php +++ b/src/LockEntry.php @@ -61,7 +61,7 @@ public function __construct( /** * @return array */ - public function jsonSerialize() + public function jsonSerialize(): mixed { return [ "by" => $this->by,