Skip to content
This repository has been archived by the owner on Jan 29, 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 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Di.php
Expand Up @@ -392,7 +392,7 @@ protected function createInstanceViaConstructor($class, $params, $alias = null)
/**
* Get an object instance from the defined callback
*
* @param callback $callback
* @param callable $callback
* @param array $params
* @param string $alias
* @return object
Expand Down

0 comments on commit c30b083

Please sign in to comment.