Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Jun 19, 2020
1 parent ddb95e5 commit c804c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/StringReflectorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class StringReflectorFactory
public function __invoke(string $sourceCode) : ClassReflector
{
$astLocator = (new BetterReflection())->astLocator();
$stubber = new ReflectionSourceStubber();
$stubber = new ReflectionSourceStubber();

return new ClassReflector(
new AggregateSourceLocator([
Expand Down

0 comments on commit c804c2c

Please sign in to comment.