fix: xmlrpc message args (#1714)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Value
|
||||
* @param mixed $data
|
||||
* @param string|null $type
|
||||
*/
|
||||
public function __construct($data, ?string $type)
|
||||
public function __construct($data, ?string $type = null)
|
||||
{
|
||||
$this->data = $data;
|
||||
if (!$type) {
|
||||
|
||||
Reference in New Issue
Block a user