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

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to update ServiceProvider interface and a couple docblocks.
  • Loading branch information
EvanDotPro committed Jul 20, 2012
6 parents df2ead4 + 412f870 + 9b0f1d4 + e8236b3 + 3e482af + 84d85f9 commit aee1ae3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Feature/ControllerPluginProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
interface ControllerPluginProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Configuration object or array to
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Configuration
* @return array|\Zend\ServiceManager\Config
*/
public function getControllerPluginConfig();
}
6 changes: 3 additions & 3 deletions src/Feature/ServiceProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
interface ServiceProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Configuration object or array to
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Configuration
* @return array|\Zend\ServiceManager\Config
*/
public function getServiceConfiguration();
public function getServiceConfig();
}
4 changes: 2 additions & 2 deletions src/Feature/ViewHelperProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
interface ViewHelperProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Configuration object or array to
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Configuration
* @return array|\Zend\ServiceManager\Config
*/
public function getViewHelperConfig();
}

0 comments on commit aee1ae3

Please sign in to comment.