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 1523364 commit 8837723Copy full SHA for 8837723
lib/Container/Compiler/ParentChildIndexingPass.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
namespace Netgen\IbexaSearchExtra\Container\Compiler;
6
7
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
@@ -26,6 +28,5 @@ public function process(ContainerBuilder $container) :void
26
28
$definition = $container->getDefinition($serviceId);
27
29
$definition->addTag(self::MessageHandlerTag);
30
}
-
31
-}
32
+}
0 commit comments