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 Aug 19, 2024
1 parent cb67490 commit 3e0d9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function testRestartConnectionOnTimeout(): void
{
$db = $this->getConnection();

$db->createCommand("SET session wait_timeout=1")->execute();
$db->createCommand('SET session wait_timeout=1')->execute();

sleep(1);

Expand Down

0 comments on commit 3e0d9b2

Please sign in to comment.