@@ -14,7 +14,7 @@ |
||
14 | 14 | * Create service |
15 | 15 | * |
16 | 16 | * @param ServiceLocatorInterface $serviceLocator |
17 | - * @return mixed |
|
17 | + * @return Generator |
|
18 | 18 | */ |
19 | 19 | public function createService(ServiceLocatorInterface $serviceLocator) |
20 | 20 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Zend\Db\Adapter\Adapter; |
7 | 7 | use Zend\Db\Adapter\AdapterAwareInterface; |
8 | 8 | use Zend\Db\Adapter\Exception\InvalidQueryException; |
9 | -use Zend\Db\Sql\Ddl; |
|
10 | 9 | use Zend\ServiceManager\ServiceLocatorAwareInterface; |
11 | 10 | |
12 | 11 | /** |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * Create service |
14 | 14 | * |
15 | 15 | * @param ServiceLocatorInterface $serviceLocator |
16 | - * @return mixed |
|
16 | + * @return Resolver |
|
17 | 17 | */ |
18 | 18 | public function createService(ServiceLocatorInterface $serviceLocator) |
19 | 19 | { |