@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | |
33 | 33 | /** |
34 | 34 | * @param string $tableName |
35 | - * @param AdapterInterface $adapter |
|
35 | + * @param Adapter $adapter |
|
36 | 36 | */ |
37 | 37 | public function __construct($tableName, Adapter $adapter) |
38 | 38 | { |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |
44 | - * @return \Zend\Db\Platform\PlatformInterface |
|
44 | + * @return \Zend\Db\Adapter\Platform\PlatformInterface |
|
45 | 45 | */ |
46 | 46 | protected function getPlatform() |
47 | 47 | { |