[DependencyInjection] Fix broken references in tests

This commit is contained in:
Chi-teck 2019-11-04 12:40:30 +05:00 committed by Nicolas Grekas
parent ee0988cb06
commit bd1ead251c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator; 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> * @author Marco Pivetta <ocramius@gmail.com>
*/ */

View File

@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper; 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> * @author Marco Pivetta <ocramius@gmail.com>
*/ */