Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy