Skip to content

Commit 533a7ea

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client [Security] Fix legacy impersonation system Fix global state pollution between tests run with ApplicationTester µcs fix [Messenger] Do not log the message object itself [Intl] Fix the IntlDateFormatter::formatObject signature
2 parents eb0945f + 88d1c0d commit 533a7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ public function testLazyArgumentProvideGenerator()
814814
switch (++$i) {
815815
case 0:
816816
$this->assertEquals('k1', $k);
817-
$this->assertInstanceOf(\stdCLass::class, $v);
817+
$this->assertInstanceOf(\stdClass::class, $v);
818818
break;
819819
case 1:
820820
$this->assertEquals('k2', $k);

0 commit comments

Comments
 (0)