@@ -886,6 +886,7 @@ |
||
886 | 886 | * {@inheritDoc} |
887 | 887 | * |
888 | 888 | * @throws \Phinx\Db\Adapter\UnsupportedColumnTypeException |
889 | + * @param integer $limit |
|
889 | 890 | */ |
890 | 891 | public function getSqlType($type, $limit = null) |
891 | 892 | { |
@@ -535,6 +535,7 @@ discard block |
||
535 | 535 | * {@inheritDoc} |
536 | 536 | * |
537 | 537 | * @throws \InvalidArgumentException |
538 | + * @param string|null $newColumnName |
|
538 | 539 | */ |
539 | 540 | protected function getRenameColumnInstructions($tableName, $columnName, $newColumnName) |
540 | 541 | { |
@@ -1054,6 +1055,7 @@ discard block |
||
1054 | 1055 | * {@inheritDoc} |
1055 | 1056 | * |
1056 | 1057 | * @throws \Phinx\Db\Adapter\UnsupportedColumnTypeException |
1058 | + * @param string $type |
|
1057 | 1059 | */ |
1058 | 1060 | public function getSqlType($type, $limit = null) |
1059 | 1061 | { |