Skip to content

Commit 8d0ae6d

Browse files
µcs fix
1 parent f6fdbf2 commit 8d0ae6d

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
@@ -805,7 +805,7 @@ public function testLazyArgumentProvideGenerator()
805805
switch (++$i) {
806806
case 0:
807807
$this->assertEquals('k1', $k);
808-
$this->assertInstanceOf(\stdCLass::class, $v);
808+
$this->assertInstanceOf(\stdClass::class, $v);
809809
break;
810810
case 1:
811811
$this->assertEquals('k2', $k);

0 commit comments

Comments
 (0)