@@ -259,6 +259,7 @@ discard block |
||
259 | 259 | |
260 | 260 | /** |
261 | 261 | * {@inheritDoc} |
262 | + * @param string $name |
|
262 | 263 | */ |
263 | 264 | public function getColumnDeclarationSQL($name, array $field) |
264 | 265 | { |
@@ -657,6 +658,7 @@ discard block |
||
657 | 658 | |
658 | 659 | /** |
659 | 660 | * {@inheritDoc} |
661 | + * @param string $tableName |
|
660 | 662 | */ |
661 | 663 | protected function _getCreateTableSQL($tableName, array $columns, array $options = array()) |
662 | 664 | { |