Skip to content

Commit 721b313

Browse files
adamwojsViniTou
authored andcommitted
[tests] Added missing return type declaration to \Ibexa\Tests\FieldTypeMatrix\LegacySetupFactory::getServiceContainer
1 parent 343eec4 commit 721b313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/LegacySetupFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class LegacySetupFactory extends CoreLegacySetupFactory
1919
{
2020
use CoreSetupFactoryTrait;
2121

22-
public function getServiceContainer()
22+
public function getServiceContainer(): ServiceContainer
2323
{
2424
if (!isset(self::$serviceContainer)) {
2525
/** @var \Symfony\Component\DependencyInjection\ContainerBuilder $containerBuilder */

0 commit comments

Comments
 (0)