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

Commit

Permalink
Merge branch 'master' of https://github.com/zendframework/zf2 into ho…
Browse files Browse the repository at this point in the history
…tfix/session-container-array-object
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/ServiceLocatorAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

Expand All @@ -14,7 +14,7 @@
trait ServiceLocatorAwareTrait
{
/**
* @var ServiceLocator
* @var ServiceLocatorInterface
*/
protected $serviceLocator = null;

Expand All @@ -34,7 +34,7 @@ public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
/**
* Get service locator
*
* @return ServiceLocator
* @return ServiceLocatorInterface
*/
public function getServiceLocator()
{
Expand Down
2 changes: 1 addition & 1 deletion test/ServiceLocatorAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ServiceManager
*/
Expand Down

0 comments on commit 4c7a052

Please sign in to comment.