Skip to content

Commit 46e3c46

Browse files
committed
fix tests
1 parent f2e9488 commit 46e3c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public function testGeneratorPriorTo84()
516516
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
517517
› yield 1;
518518
› }
519-
519+
520520
}
521521
%A }
522522
closed: false
@@ -594,7 +594,7 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
594594
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
595595
› yield 1;
596596
› }
597-
597+
598598
}
599599
%A }
600600
closed: false

0 commit comments

Comments
 (0)