@@ -31,7 +31,7 @@ |
||
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
34 | - * @param $key |
|
34 | + * @param string $key |
|
35 | 35 | * @param Adapter $adapter |
36 | 36 | * @return $this |
37 | 37 | */ |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Silk\Database; |
4 | 4 | |
5 | 5 | use Zend\Db\Adapter\Adapter; |
6 | -use Zend\Db\TableGateway\TableGateway; |
|
7 | 6 | use Zend\Db\TableGateway\Feature\GlobalAdapterFeature; |
8 | 7 | |
9 | 8 | /** |