summaryrefslogtreecommitdiff
path: root/ext/soap/soap.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/soap.stub.php')
-rw-r--r--ext/soap/soap.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/soap.stub.php b/ext/soap/soap.stub.php
index fd4c84bdb2..298374e866 100644
--- a/ext/soap/soap.stub.php
+++ b/ext/soap/soap.stub.php
@@ -25,7 +25,7 @@ class SoapFault extends Exception
class SoapVar
{
- public function __construct(mixed $data, ?int $encoding, string $typeName = "", string $typeNamespace = "", string $nodeName = "", string $nodeNamespace = "") {}
+ public function __construct(mixed $data, ?int $encoding, ?string $typeName = null, ?string $typeNamespace = null, ?string $nodeName = null, ?string $nodeNamespace = null) {}
}
class SoapServer