@@ -282,7 +282,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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) |