Skip to content

Commit 4e91046

Browse files
Chi-tecknicolas-grekas
authored andcommitted
[DependencyInjection] Fix broken references in tests
1 parent 413a2c0 commit 4e91046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
*/

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)