We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343eec4 commit 721b313Copy full SHA for 721b313
tests/lib/LegacySetupFactory.php
@@ -19,7 +19,7 @@ final class LegacySetupFactory extends CoreLegacySetupFactory
19
{
20
use CoreSetupFactoryTrait;
21
22
- public function getServiceContainer()
+ public function getServiceContainer(): ServiceContainer
23
24
if (!isset(self::$serviceContainer)) {
25
/** @var \Symfony\Component\DependencyInjection\ContainerBuilder $containerBuilder */
0 commit comments