Skip to content

Commit 82c00e6

Browse files
derrabusnicolas-grekas
authored andcommitted
Add missing return types to interfaces
1 parent e222add commit 82c00e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/Service/ServiceSubscriberTraitTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ public function aParentService(): Service1
7676
{
7777
}
7878

79-
/**
80-
* @return ContainerInterface|null
81-
*/
82-
public function setContainer(ContainerInterface $container)
79+
public function setContainer(ContainerInterface $container): ?ContainerInterface
8380
{
8481
return $container;
8582
}

0 commit comments

Comments
 (0)