Skip to content

Commit 87b87f1

Browse files
Merge branch '5.4' into 6.0
* 5.4: Add missing return types to tests/internal/final methods Add type to fix 6.0 build
2 parents 665c9e0 + 13280fe commit 87b87f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Service/ServiceSubscriberTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function aParentService(): Service1
4242
{
4343
}
4444

45-
public function setContainer(ContainerInterface $container): ?ContainerInterface
45+
public function setContainer(ContainerInterface $container)
4646
{
4747
return $container;
4848
}

0 commit comments

Comments
 (0)