Skip to content

Commit b5c5333

Browse files
committed
Remove void return type from test methods
1 parent dc6703d commit b5c5333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ public function testKernelStartTimeIsResetWhileBootingAlreadyBootedKernel()
663663
$this->assertGreaterThan($preReBoot, $kernel->getStartTime());
664664
}
665665

666-
public function testAnonymousKernelGeneratesValidContainerClass(): void
666+
public function testAnonymousKernelGeneratesValidContainerClass()
667667
{
668668
$kernel = new class('test', true) extends Kernel {
669669
public function registerBundles(): iterable

0 commit comments

Comments
 (0)