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 298374e866..01e41b7e87 100644
--- a/ext/soap/soap.stub.php
+++ b/ext/soap/soap.stub.php
@@ -108,5 +108,5 @@ class SoapClient
public function __setSoapHeaders($headers = null) {}
/** @return string|null */
- public function __setLocation(string $location = "") {}
+ public function __setLocation(?string $location = null) {}
}