@@ -96,6 +96,8 @@ discard block |
||
96 | 96 | |
97 | 97 | /** |
98 | 98 | * @inheritdoc |
99 | + * @param TableSchema $table |
|
100 | + * @param string $name |
|
99 | 101 | */ |
100 | 102 | protected function resolveTableNames($table, $name) |
101 | 103 | { |
@@ -170,6 +172,7 @@ discard block |
||
170 | 172 | |
171 | 173 | /** |
172 | 174 | * @inheritdoc |
175 | + * @param TableSchema $table |
|
173 | 176 | */ |
174 | 177 | protected function findColumns($table) |
175 | 178 | { |
@@ -260,6 +263,7 @@ discard block |
||
260 | 263 | |
261 | 264 | /** |
262 | 265 | * @inheritdoc |
266 | + * @param TableSchema $table |
|
263 | 267 | */ |
264 | 268 | protected function findConstraints($table) |
265 | 269 | { |