Skip to content
This repository has been archived by the owner on Apr 28, 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/Server.php
Expand Up @@ -171,8 +171,8 @@ public function __call($method, $params)
* any arguments following the namespace will be aggregated and passed at
* dispatch time.
*
* @param string|array $function Valid callback
* @param string $namespace Optional namespace prefix
* @param string|array|callable $function Valid callback
* @param string $namespace Optional namespace prefix
* @return void
* @throws Zend\XmlRpc\Server\Exception
*/
Expand Down

0 comments on commit 944d975

Please sign in to comment.