Skip to content

Commit b80d0c2

Browse files
committed
Remove usages of void return type in tests
1 parent 02e91a7 commit b80d0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function handle(Envelope $envelope, StackInterface $stack): Envelope
142142
$this->assertSame(1, $middleware->calls);
143143
}
144144

145-
public function testClonedTraceableStackUnstacksIndependently(): void
145+
public function testClonedTraceableStackUnstacksIndependently()
146146
{
147147
// import TraceableStack
148148
class_exists(TraceableMiddleware::class);
@@ -175,7 +175,7 @@ class_exists(TraceableMiddleware::class);
175175
self::assertNotSame($stackMiddleware, $clonedStackTail, 'stackMiddleware was also cloned');
176176
}
177177

178-
public function testClonedTraceableStackUsesSameStopwatch(): void
178+
public function testClonedTraceableStackUsesSameStopwatch()
179179
{
180180
// import TraceableStack
181181
class_exists(TraceableMiddleware::class);

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