We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953c09c commit d2aaf51Copy full SHA for d2aaf51
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
@@ -805,7 +805,7 @@ public function testLazyArgumentProvideGenerator()
805
switch (++$i) {
806
case 0:
807
$this->assertEquals('k1', $k);
808
- $this->assertInstanceOf(\stdCLass::class, $v);
+ $this->assertInstanceOf(\stdClass::class, $v);
809
break;
810
case 1:
811
$this->assertEquals('k2', $k);
0 commit comments