Skip to content

Commit

Permalink
fixed phpdoc in Zend\Mvc\ApplicationInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Sep 5, 2012
1 parent 2db58cf commit cb4872c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Zend/Mvc/ApplicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ interface ApplicationInterface extends EventsCapableInterface
/**
* Get the locator object
*
* @return \Zend\ServiceManager\ServiceLocatorInterface
* @return \Zend\ServiceManager\ServiceManager
*/
public function getServiceManager();

/**
* Get the request object
*
* @return Request
* @return \Zend\Stdlib\RequestInterface
*/
public function getRequest();

/**
* Get the response object
*
* @return Response
* @return \Zend\Stdlib\ResponseInterface
*/
public function getResponse();

Expand Down

0 comments on commit cb4872c

Please sign in to comment.