diff --git a/src/ServiceLocatorAwareTrait.php b/src/ServiceLocatorAwareTrait.php index 5d689b5f..fdc155ab 100644 --- a/src/ServiceLocatorAwareTrait.php +++ b/src/ServiceLocatorAwareTrait.php @@ -14,7 +14,7 @@ trait ServiceLocatorAwareTrait { /** - * @var ServiceLocator + * @var ServiceLocatorInterface */ protected $serviceLocator = null; @@ -34,7 +34,7 @@ public function setServiceLocator(ServiceLocatorInterface $serviceLocator) /** * Get service locator * - * @return ServiceLocator + * @return ServiceLocatorInterface */ public function getServiceLocator() {