Completed
Pull Request — master (#1286)
by Dmitriy
05:40
created
src/Phinx/Db/Table.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
     /**
282 282
      * Gets an array of foreign keys waiting to be commited.
283 283
      *
284
-     * @return array|\Phinx\Db\Table\ForeignKey[]
284
+     * @return ForeignKey[]
285 285
      */
286 286
     public function getForeignKeys()
287 287
     {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      *
333 333
      * Valid options can be: limit, default, null, precision or scale.
334 334
      *
335
-     * @param string|\Phinx\Db\Table\Column $columnName Column Name
335
+     * @param string $columnName Column Name
336 336
      * @param string $type Column Type
337 337
      * @param array $options Column Options
338 338
      * @throws \RuntimeException
Please login to merge, or discard this patch.