Completed
Push — master ( addf36 )
by Peter
06:59 queued 05:09
created
src/WebinoDbDump/Db/Dump/Table/AbstractExtra.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.