@@ -421,7 +421,7 @@ discard block |
||
421 | 421 | * @param string $tableName Table name |
422 | 422 | * @param string $columnName Column name |
423 | 423 | * |
424 | - * @return bool|string |
|
424 | + * @return string|false |
|
425 | 425 | */ |
426 | 426 | public function getColumnComment($tableName, $columnName) |
427 | 427 | { |
@@ -669,6 +669,8 @@ discard block |
||
669 | 669 | |
670 | 670 | /** |
671 | 671 | * @inheritDoc |
672 | + * @param string $tableName |
|
673 | + * @param string|null $columnName |
|
672 | 674 | */ |
673 | 675 | protected function getDropDefaultConstraint($tableName, $columnName) |
674 | 676 | { |
@@ -212,7 +212,7 @@ |
||
212 | 212 | * @param string $key Key |
213 | 213 | * @param string $value Value |
214 | 214 | * |
215 | - * @return object |
|
215 | + * @return TextWrapper |
|
216 | 216 | */ |
217 | 217 | public function setOption($key, $value) |
218 | 218 | { |