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

Commit

Permalink
zendframework/zendframework#6872 - reverting if block brace start, …
Browse files Browse the repository at this point in the history
…for readability
  • Loading branch information
Ocramius committed Nov 14, 2014
1 parent 71b83e1 commit dcd4bb3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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);
}
}
} // end if (extension_loaded('soap')
}

}

0 comments on commit dcd4bb3

Please sign in to comment.