We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1930a7b commit 9c04306Copy full SHA for 9c04306
Tests/Controller/ControllerResolverTest.php
@@ -170,14 +170,14 @@ protected function createMockContainer()
170
171
class ContainerAwareController implements ContainerAwareInterface
172
{
173
- private ?Container $container = null;
+ private ?ContainerInterface $container = null;
174
175
public function setContainer(?ContainerInterface $container): void
176
177
$this->container = $container;
178
}
179
180
- public function getContainer(): ?Container
+ public function getContainer(): ?ContainerInterface
181
182
return $this->container;
183
0 commit comments