Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 23, 2024
1 parent 21ea400 commit d0fbd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Db/Command/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ public function testDropView(): void
);
}

#[DataProvider(CommandProvider::class.'::dropTable')]
#[DataProvider(CommandProvider::class . '::dropTable')]
public function testDropTable(string $expected, ?bool $ifExists, ?bool $cascade): void
{
$db = $this->getConnection();
Expand Down

0 comments on commit d0fbd2c

Please sign in to comment.