Skip to content

Commit

Permalink
[DependencyInjection] Fix broken references in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck authored and nicolas-grekas committed Nov 4, 2019
1 parent 413a2c0 commit 4e91046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator;

/**
* Tests for {@see \Symfony\Component\DependencyInjection\Instantiator\RealServiceInstantiator}.
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator}.
*
* @author Marco Pivetta <ocramius@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/LazyProxy/PhpDumper/NullDumperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper;

/**
* Tests for {@see \Symfony\Component\DependencyInjection\PhpDumper\NullDumper}.
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper}.
*
* @author Marco Pivetta <ocramius@gmail.com>
*/
Expand Down

0 comments on commit 4e91046

Please sign in to comment.