Completed
Pull Request — master (#1175)
by David Joseph
02:05 queued 29s
created
src/Phinx/Db/Table.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     /**
283 283
      * Gets an array of foreign keys waiting to be commited.
284 284
      *
285
-     * @return array|\Phinx\Db\Table\ForeignKey[]
285
+     * @return ForeignKey[]
286 286
      */
287 287
     public function getForeignKeys()
288 288
     {
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
      *
334 334
      * Valid options can be: limit, default, null, precision or scale.
335 335
      *
336
-     * @param string|\Phinx\Db\Table\Column $columnName Column Name
336
+     * @param string $columnName Column Name
337 337
      * @param string $type Column Type
338 338
      * @param array $options Column Options
339 339
      * @throws \RuntimeException
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
      *
383 383
      * For widely supported types @see addColumn
384 384
      *
385
-     * @param string|CustomColumn $columnName Column Name
385
+     * @param CustomColumn $columnName Column Name
386 386
      * @param string $type Column Type
387 387
      * @param array $options Column Options
388 388
      * @return Table
@@ -529,7 +529,6 @@  discard block
 block discarded – undo
529 529
      * Checks to see if an index exists.
530 530
      *
531 531
      * @param string|array $columns Columns
532
-     * @param array        $options Options
533 532
      * @return bool
534 533
      */
535 534
     public function hasIndex($columns)
Please login to merge, or discard this patch.