Skip to content

Commit 453ed9c

Browse files
authored
升级 phpstan/phpstan 到 1.0 (#204)
1 parent c1099f1 commit 453ed9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: tests/Queue/RedisQueueTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class RedisQueueTest extends BaseQueueTest
1111
{
1212
protected function getDriver(): IQueueDriver
1313
{
14+
// @phpstan-ignore-next-line
1415
return App::getBean('RedisQueueDriver', 'imi-queue-test');
1516
}
1617
}

Diff for: tests/Queue/RedisStreamQueueTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class RedisStreamQueueTest extends BaseQueueTest
1212
{
1313
protected function getDriver(): IQueueDriver
1414
{
15+
// @phpstan-ignore-next-line
1516
return App::getBean('RedisStreamQueueDriver', 'imi-queue-stream-test', [
1617
'workingTimeout' => 1,
1718
]);

0 commit comments

Comments
 (0)