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 2
2
3
3
namespace Symfony \Component \DependencyInjection \Tests \Fixtures ;
4
4
5
+ use Symfony \Component \DependencyInjection \Tests \Compiler \Foo ;
6
+
5
7
class WitherStaticReturnType
6
8
{
7
9
public $ foo ;
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ public function getRemovedIds(): array
48
48
/**
49
49
* Gets the public 'wither' shared autowired service.
50
50
*
51
- * @return \Symfony\Component\DependencyInjection\Tests\Compiler \WitherStaticReturnType
51
+ * @return \Symfony\Component\DependencyInjection\Tests\Fixtures \WitherStaticReturnType
52
52
*/
53
53
protected function getWitherService ()
54
54
{
55
- $ instance = new \Symfony \Component \DependencyInjection \Tests \Compiler \WitherStaticReturnType ();
55
+ $ instance = new \Symfony \Component \DependencyInjection \Tests \Fixtures \WitherStaticReturnType ();
56
56
57
57
$ a = new \Symfony \Component \DependencyInjection \Tests \Compiler \Foo ();
58
58
You can’t perform that action at this time.
0 commit comments