From 5c59da5b76e249a0ac225cc7b6c95697953a4c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Wed, 29 May 2024 08:09:33 +0200 Subject: [PATCH] NGSTACK-836: add stict types declaration and fix CS --- lib/Container/Compiler/ParentChildIndexingPass.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Container/Compiler/ParentChildIndexingPass.php b/lib/Container/Compiler/ParentChildIndexingPass.php index 0eaeaac5..cb37b0fa 100644 --- a/lib/Container/Compiler/ParentChildIndexingPass.php +++ b/lib/Container/Compiler/ParentChildIndexingPass.php @@ -1,5 +1,7 @@ getDefinition($serviceId); $definition->addTag(self::MessageHandlerTag); } - } -} \ No newline at end of file +}