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

Commit

Permalink
undo change library/Zend/Soap/Client/Common.php used pr zendframework…
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 14, 2014
1 parent 44ebce4 commit 6f9d92c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Client/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
use SoapClient;

if (extension_loaded('soap')) {
class Common extends SoapClient
{

class Common extends SoapClient
{
/**
* doRequest() pre-processing method
*
Expand Down Expand Up @@ -55,5 +56,6 @@ public function __doRequest($request, $location, $action, $version, $oneWay = nu

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

}

0 comments on commit 6f9d92c

Please sign in to comment.