Completed
Pull Request — master (#1510)
by
unknown
07:26
created
src/Phinx/Db/Adapter/MongoDbAdapter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
 
314 314
     /**
315 315
      * @param string $tableName
316
-     * @return mixed|string
316
+     * @return string
317 317
      */
318 318
     public function quoteTableName($tableName)
319 319
     {
@@ -419,7 +419,7 @@  discard block
 block discarded – undo
419 419
     }
420 420
 
421 421
     /**
422
-     * @return array
422
+     * @return string[]
423 423
      */
424 424
     public function getColumnTypes()
425 425
     {
Please login to merge, or discard this patch.