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 Dec 7, 2024
1 parent f982680 commit 88370f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function testAdapterNotConfiguredExceptionForRun(): void
public function testRunWithSignalLoop(): void
{
if (!extension_loaded('pcntl')) {
$this->markTestSkipped("This rest requires PCNTL extension");
$this->markTestSkipped('This rest requires PCNTL extension');
}

$this->loop = new SignalLoop();
Expand Down

0 comments on commit 88370f9

Please sign in to comment.