File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -552,11 +552,11 @@ public function testGenerator()
552552 function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
553553 this: Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo { …}
554554 %s: {
555- %sGeneratorDemo.php:14 {
555+ %sGeneratorDemo.php:12 {
556556 Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz()
557+ ›
558+ › public function baz()
557559 › {
558- › yield from bar();
559- › }
560560 }
561561 Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz() {}
562562%A}
@@ -577,7 +577,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
577577 %s: {
578578 %s%eTests%eFixtures%eGeneratorDemo.php:%d {
579579 Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
580- %A › yield 1;
580+ › {
581+ › yield 1;
582+ › }
581583%A }
582584 %s%eTests%eFixtures%eGeneratorDemo.php:20 { …}
583585 %s%eTests%eFixtures%eGeneratorDemo.php:14 { …}
@@ -589,9 +591,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
589591 %s: {
590592 %s%eTests%eFixtures%eGeneratorDemo.php:%d {
591593 Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
594+ › {
592595 › yield 1;
593596 › }
594- ›
595597 }
596598%A }
597599 closed: false
You can’t perform that action at this time.
0 commit comments