File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace Symfony \Component \DependencyInjection \Tests \Fixtures ;
44
5+ use Symfony \Component \DependencyInjection \Tests \Compiler \Foo ;
6+
57class WitherStaticReturnType
68{
79 public $ foo ;
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ public function getRemovedIds(): array
4848 /**
4949 * Gets the public 'wither' shared autowired service.
5050 *
51- * @return \Symfony\Component\DependencyInjection\Tests\Compiler \WitherStaticReturnType
51+ * @return \Symfony\Component\DependencyInjection\Tests\Fixtures \WitherStaticReturnType
5252 */
5353 protected function getWitherService ()
5454 {
55- $ instance = new \Symfony \Component \DependencyInjection \Tests \Compiler \WitherStaticReturnType ();
55+ $ instance = new \Symfony \Component \DependencyInjection \Tests \Fixtures \WitherStaticReturnType ();
5656
5757 $ a = new \Symfony \Component \DependencyInjection \Tests \Compiler \Foo ();
5858
You can’t perform that action at this time.
0 commit comments