Skip to content

Commit 6f71d11

Browse files
committed
Added missing return type.
1 parent 7d593ba commit 6f71d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/TestAbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __call(string $method, array $arguments)
2828
return $this->$method(...$arguments);
2929
}
3030

31-
public function setContainer(ContainerInterface $container)
31+
public function setContainer(ContainerInterface $container): ?ContainerInterface
3232
{
3333
if (!$this->throwOnUnexpectedService) {
3434
return parent::setContainer($container);

0 commit comments

Comments
 (0)