Skip to content

Commit 5818c83

Browse files
derrabusnicolas-grekas
authored andcommitted
Fix inconsistent return points.
1 parent 3cd78bb commit 5818c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ServiceSubscriberTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@ public function setContainer(ContainerInterface $container)
5757
if (\is_callable(['parent', __FUNCTION__])) {
5858
return parent::setContainer($container);
5959
}
60+
61+
return null;
6062
}
6163
}

0 commit comments

Comments
 (0)