Skip to content

Commit d2aaf51

Browse files
µcs fix
1 parent 953c09c commit d2aaf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/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)