Skip to content

Commit

Permalink
minor #34229 [DependencyInjection] Fix broken references in tests (Ch…
Browse files Browse the repository at this point in the history
…i-teck)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead.

Discussion
----------

[DependencyInjection] Fix broken references in tests

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  |no
| Deprications? | no
| License       | MIT

Commits
-------

bd1ead2 [DependencyInjection] Fix broken references in tests
  • Loading branch information
nicolas-grekas committed Nov 4, 2019
2 parents ee0988c + bd1ead2 commit 9cebe4b
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
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 9cebe4b

Please sign in to comment.