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

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceLocatorAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ce1a3e

Please sign in to comment.