Skip to content

Commit f8d4c5b

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Use more explicit variable name Fix wrong comment about SES region [Mailer] [Sendgrid] Use $scheme variable to stay consistent [Mailer] [Amazon] Fix @param annotation [Mailer] Rename testsuites Remove void return type from test methods Remove void return type from test methods [Notifier] Remove void return type from test methods
2 parents a5c760c + 0fa3aa5 commit f8d4c5b

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
@@ -586,7 +586,7 @@ public function testKernelStartTimeIsResetWhileBootingAlreadyBootedKernel()
586586
$this->assertGreaterThan($preReBoot, $kernel->getStartTime());
587587
}
588588

589-
public function testAnonymousKernelGeneratesValidContainerClass(): void
589+
public function testAnonymousKernelGeneratesValidContainerClass()
590590
{
591591
$kernel = new class('test', true) extends Kernel {
592592
public function registerBundles(): iterable

0 commit comments

Comments
 (0)