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

Commit

Permalink
Merge remote-tracking branch 'juriansluiman/feature/module-init-feature'
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Jun 15, 2012
2 parents 7a4072e + ac667d2 commit b138336
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Feature/InitProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

namespace Zend\ModuleManager\Feature;

use Zend\ModuleManager\ModuleManagerInterface;

/**
* @category Zend
* @package Zend_ModuleManager
Expand All @@ -33,8 +35,8 @@ interface InitProviderInterface
/**
* Initialize workflow
*
* @param \Zend\ModuleManager\Manager $manager
* @param \Zend\ModuleManager\ModuleManagerInterface $manager
* @return void
*/
public function init($manager = null);
public function init(ModuleManagerInterface $manager);
}

0 comments on commit b138336

Please sign in to comment.