File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -592,11 +592,11 @@ public function testGenerator()
592
592
function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
593
593
this: Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo { …}
594
594
%s: {
595
- %sGeneratorDemo.php:14 {
595
+ %sGeneratorDemo.php:12 {
596
596
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz()
597
+ ›
598
+ › public function baz()
597
599
› {
598
- › yield from bar();
599
- › }
600
600
}
601
601
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz() {}
602
602
%A}
@@ -617,7 +617,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
617
617
%s: {
618
618
%s%eTests%eFixtures%eGeneratorDemo.php:%d {
619
619
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
620
- %A › yield 1;
620
+ › {
621
+ › yield 1;
622
+ › }
621
623
%A }
622
624
%s%eTests%eFixtures%eGeneratorDemo.php:20 { …}
623
625
%s%eTests%eFixtures%eGeneratorDemo.php:14 { …}
@@ -629,9 +631,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
629
631
%s: {
630
632
%s%eTests%eFixtures%eGeneratorDemo.php:%d {
631
633
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
634
+ › {
632
635
› yield 1;
633
636
› }
634
- ›
635
637
}
636
638
%A }
637
639
closed: false
You can’t perform that action at this time.
0 commit comments