Skip to content

Commit 8837723

Browse files
committed
NGSTACK-836: add strict types declaration and fix CS
1 parent 1523364 commit 8837723

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/Container/Compiler/ParentChildIndexingPass.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Netgen\IbexaSearchExtra\Container\Compiler;
46

57
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
@@ -26,6 +28,5 @@ public function process(ContainerBuilder $container) :void
2628
$definition = $container->getDefinition($serviceId);
2729
$definition->addTag(self::MessageHandlerTag);
2830
}
29-
3031
}
31-
}
32+
}

0 commit comments

Comments
 (0)