We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce2ec7 commit 3ac2128Copy full SHA for 3ac2128
tests/TestCase.php
@@ -175,7 +175,7 @@ protected function createDatabase(): void
175
$command->dropTable('migration')->execute();
176
}
177
178
- $this->runMigrate('down', ['all' => true]);
+ $this->runMigrate('down', ['all']);
179
$this->runMigrate('up');
180
181
@@ -376,7 +376,7 @@ protected function replaceQuotes(string $sql): string
376
377
378
/**
379
- * @phpstan-param array<string, mixed> $params
+ * @phpstan-param array<array-key, mixed> $params
380
*/
381
protected function runMigrate(string $action, array $params = []): mixed
382
{
0 commit comments