8000 [DependencyInjection] Fix broken references in tests · symfony/symfony@bd1ead2 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd1ead2

Browse files
Chi-tecknicolas-grekas
authored andcommitted
[DependencyInjection] Fix broken references in tests
1 parent ee0988c commit bd1ead2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator;
1717

1818
/**
19-
* Tests for {@see \Symfony\Component\DependencyInjection\Instantiator\RealServiceInstantiator}.
19+
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator}.
2020
*
2121
* @author Marco Pivetta <ocramius@gmail.com>
2222
*/

src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper;
1717

1818
/**
19-
* Tests for {@see \Symfony\Component\DependencyInjection\PhpDumper\NullDumper}.
19+
* Tests for {@see \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\NullDumper}.
2020
*
2121
* @author Marco Pivetta <ocramius@gmail.com>
2222
*/

0 commit comments

Comments
 (0)
0