@@ -45,7 +45,7 @@ |
||
45 | 45 | * Constructor |
46 | 46 | * |
47 | 47 | * @param array $alterParts SQL snippets to be added to a single ALTER instruction per table |
48 | - * @param array $postSteps SQL commands to be executed after the ALTER instruction |
|
48 | + * @param string[] $postSteps SQL commands to be executed after the ALTER instruction |
|
49 | 49 | */ |
50 | 50 | public function __construct(array $alterParts = [], array $postSteps = []) |
51 | 51 | { |