Skip to content

Commit 7137ed8

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Translation] Fix Crowdin documentation urls ignore missing keys when mapping DateTime objects to uninitialized arrays fix writes to static $kernel property [Notifier] Fix test logic [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
2 parents 3bc3f77 + 971f006 commit 7137ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/KernelTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected static function bootKernel(array $options = []): KernelInterface
7171

7272
$kernel = static::createKernel($options);
7373
$kernel->boot();
74-
self::$kernel = $kernel;
74+
static::$kernel = $kernel;
7575
static::$booted = true;
7676

7777
return static::$kernel;

0 commit comments

Comments
 (0)