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

Commit

Permalink
Merge pull request zendframework/zendframework#2135 from Thinkscape/h…
Browse files Browse the repository at this point in the history
…otfix/callable-not-callback

Change all 'callback' typehints to 'callable'
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ class Common extends \SoapClient
/**
* doRequest() pre-processing method
*
* @var callback
* @var callable
*/
protected $doRequestCallback;

/**
* Common Soap Client constructor
*
* @param callback $doRequestMethod
* @param callable $doRequestMethod
* @param string $wsdl
* @param array $options
*/
Expand Down

0 comments on commit cca448e

Please sign in to comment.