From e579f1ab30a155298fd4fa83c735f11f9c0dd3a3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 03:39:53 +0000 Subject: [PATCH] type hint fix --- Message/ResponseAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index 53ad70700..a3e9db891 100755 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -105,7 +105,7 @@ abstract class ResponseAbstract implements \JsonSerializable, MessageInterface * * @param string $key Data key * - * @return ?array + * @return null|array * * @since 1.0.0 */