git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa58f56
)
more fluent apis
author
gggeek
<giunta.gaetano@gmail.com>
Thu, 12 Jan 2023 17:33:34 +0000
(17:33 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Thu, 12 Jan 2023 17:33:34 +0000
(17:33 +0000)
src/Server.php
patch
|
blob
|
history
diff --git
a/src/Server.php
b/src/Server.php
index
b446eb4
..
f4afcd8
100644
(file)
--- 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;
}
/**