Skip to content

Commit 0058353

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: ignore missing keys when mapping DateTime objects to uninitialized arrays fix writes to static $kernel property [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
2 parents ed72a28 + c9af6ae commit 0058353

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
@@ -80,7 +80,7 @@ protected static function bootKernel(array $options = [])
8080

8181
$kernel = static::createKernel($options);
8282
$kernel->boot();
83-
self::$kernel = $kernel;
83+
static::$kernel = $kernel;
8484
static::$booted = true;
8585

8686
$container = static::$kernel->getContainer();

0 commit comments

Comments
 (0)