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 8, 2024
1 parent f3917f7 commit 92b2963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion stubs/StubQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
*/
final class StubQueue implements QueueInterface
{
public function __construct(private ?AdapterInterface $adapter = null) {
public function __construct(private ?AdapterInterface $adapter = null)
{
}

public function push(
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Stubs/StubQueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use PHPUnit\Framework\TestCase;
use Yiisoft\Queue\Message\Message;
use Yiisoft\Queue\QueueInterface;
use Yiisoft\Queue\Stubs\StubQueue;
use Yiisoft\Queue\Stubs\StubAdapter;

Expand Down

0 comments on commit 92b2963

Please sign in to comment.