Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d209c4a

Browse files
committed
fix phpstan
1 parent 5d3d197 commit d209c4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
extensions: mongodb, redis, :xdebug
2424
ini-values: memory_limit=2048M
2525

26-
- run: php ./bin/fix-symfony-version.php "5.4.*"
26+
- run: php ./bin/fix-symfony-version.php "6.2.*"
2727

2828
- uses: "ramsey/composer-install@v1"
2929

@@ -63,7 +63,7 @@ jobs:
6363
extensions: mongodb, redis, :xdebug
6464
ini-values: memory_limit=2048M
6565

66-
- run: php ./bin/fix-symfony-version.php "5.4.*"
66+
- run: php ./bin/fix-symfony-version.php "6.2.*"
6767

6868
- run: composer update --no-progress
6969

‎pkg/enqueue/Tests/Symfony/Consumption/ConfigurableConsumeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testShouldExecuteConsumptionWithSeveralCustomQueues()
204204

205205
public function testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface()
206206
{
207-
$processor = new class implements Processor, QueueSubscriberInterface {
207+
$processor = new class() implements Processor, QueueSubscriberInterface {
208208
public function process(InteropMessage $message, Context $context)
209209
{
210210
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /