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

Commit

Permalink
Merge branch 'feature/console' of https://github.com/Thinkscape/zf2 i…
Browse files Browse the repository at this point in the history
…nto feature/console

Conflicts:
	documentation/manual/en/module_specs/Zend_Mvc-Intro.xml
	documentation/manual/en/module_specs/Zend_Mvc-Services.xml
	documentation/manual/en/module_specs/zend.view.quick-start.xml
	library/Zend/Mvc/Service/ModuleManagerFactory.php
	library/Zend/Text/Table/Table.php
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CallbackHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct($callback, array $metadata = array())
* instance, this method will pass the object to a WeakRef instance prior
* to registering the callback.
*
* @param callback $callback
* @param callable $callback
* @return void
*/
protected function registerCallback($callback)
Expand Down Expand Up @@ -115,7 +115,7 @@ protected function registerCallback($callback)
/**
* Retrieve registered callback
*
* @return Callback
* @return callable
*/
public function getCallback()
{
Expand Down

0 comments on commit 9414e5a

Please sign in to comment.