Skip to content

Commit 13280fe

Browse files
Add missing return types to tests/internal/final methods
1 parent d3cbaaf commit 13280fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Service/ServiceSubscriberTraitTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ public function aParentService(): Service1
4242
{
4343
}
4444

45-
/**
46-
* @return ?ContainerInterface
47-
*/
4845
public function setContainer(ContainerInterface $container)
4946
{
5047
return $container;

0 commit comments

Comments
 (0)