From 6a9a7d1794edf0afa2191e4ac96b100ad7b73b99 Mon Sep 17 00:00:00 2001 From: gggeek Date: Thu, 12 Jan 2023 17:33:34 +0000 Subject: [PATCH] more fluent apis --- src/Server.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index b446eb4a..f4afcd86 100644 --- a/src/Server.php +++ b/src/Server.php @@ -216,11 +216,12 @@ class Server * particular, triggering an USER_ERROR level error will not halt script * execution anymore, but just end up logged in the xmlrpc response) * Note that info added at level 2 and 3 will be base64 encoded - * @return void + * @return $this */ public function setDebug($level) { $this->debug = $level; + return $this; } /** -- 2.47.0