Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Client/Common.php
Expand Up @@ -59,7 +59,6 @@ public function __doRequest($request, $location, $action, $version, $oneWay = nu

return call_user_func($this->doRequestCallback, $this, $request, $location, $action, $version, $oneWay);
}

}

} // end if (extension_loaded('soap')
1 change: 0 additions & 1 deletion src/Client/DotNet.php
Expand Up @@ -74,5 +74,4 @@ protected function _preProcessResult($result)

return $result->$resultProperty;
}

}

0 comments on commit 2ef3150

Please sign in to comment.