Skip to content

Commit 5635ff0

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: 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 fc1fcd2 + 533a7ea commit 5635ff0

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)