Skip to content

Commit 6a58387

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [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 f8a954a + 0058353 commit 6a58387

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
@@ -69,7 +69,7 @@ protected static function bootKernel(array $options = []): KernelInterface
6969

7070
$kernel = static::createKernel($options);
7171
$kernel->boot();
72-
self::$kernel = $kernel;
72+
static::$kernel = $kernel;
7373
static::$booted = true;
7474

7575
return static::$kernel;

0 commit comments

Comments
 (0)