Skip to content

Commit fd482af

Browse files
vjikgithub-actions[bot]
authored andcommitted
Apply PHP CS Fixer and Rector changes (CI)
1 parent 90e9e54 commit fd482af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Unit/Provider/PredefinedQueueProviderTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
use Yiisoft\Queue\Stubs\StubQueue;
1313
use Yiisoft\Queue\Tests\Unit\Support\StringEnum;
1414

15+
use stdClass;
16+
1517
use function sprintf;
1618

1719
final class PredefinedQueueProviderTest extends TestCase
@@ -64,7 +66,7 @@ public function testInvalidQueueConfig(): void
6466
),
6567
);
6668
new PredefinedQueueProvider([
67-
'queue1' => new \stdClass(),
69+
'queue1' => new stdClass(),
6870
]);
6971
}
7072

0 commit comments

Comments
 (0)