Skip to content

Commit 9e3d374

Browse files
committed
SoapClient - PHP_VERSION_ID typo
1 parent 133daec commit 9e3d374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug/Collector/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function __doRequest($request, $location, $action, $version, $oneWay = 0,
109109
{
110110
$exception = null;
111111
try {
112-
$xmlResponse = PHP_VERSJION_ID >= 80500
112+
$xmlResponse = PHP_VERSION_ID >= 80500
113113
? parent::__doRequest($request, $location, $action, $version, $oneWay, $uriParserClass)
114114
: parent::__doRequest($request, $location, $action, $version, $oneWay);
115115
} catch (SoapFault $e) {

0 commit comments

Comments
 (0)