Skip to content

Commit

Permalink
\Laminas\Soap\Client\Common::parentDoRequest: allow null for `$on…
Browse files Browse the repository at this point in the history
…eWay` argument

Signed-off-by: Filippo Tessarotto <[email protected]>
  • Loading branch information
Slamdunk committed Jan 9, 2023
1 parent e3557e8 commit 23e469a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Client/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ public function __doRequest($request, $location, $action, $version, $oneWay = nu
*
* @internal
*
* @param string $request
* @param string $location
* @param string $action
* @param int $version
* @param int $oneWay
* @param string $request
* @param string $location
* @param string $action
* @param int $version
* @param null|int $oneWay
* @return mixed
*/
public function parentDoRequest($request, $location, $action, $version, $oneWay = null)
Expand Down

0 comments on commit 23e469a

Please sign in to comment.