From a885bd6e8de59813d8d9e0556c10f31ada2d69ac Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 5 Dec 2023 05:23:29 +0200 Subject: [PATCH] fix kevaFilter default value --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index a20f203..814f43d 100644 --- a/src/Client.php +++ b/src/Client.php @@ -242,7 +242,7 @@ class Client public function kevaFilter( string $namespace, - ?string $value = null + ?string $value = '' ): mixed { $this->_id++;