fix: xmlrpc message args (#1714)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class Message
|
||||
|
||||
private array $currentStructName = []; // A stack as well
|
||||
|
||||
private string $currentTagContents;
|
||||
private string $currentTagContents = '';
|
||||
|
||||
/**
|
||||
* @param string $message
|
||||
|
||||
Reference in New Issue
Block a user