From 85806bd5805ef1890d9efb99e0e6691b52924011 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Fri, 5 Jul 2024 13:32:01 +0200 Subject: [PATCH] Merge branch '4.6' --- src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php index 8c3a61cdc6..202b2c3822 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php @@ -4,6 +4,7 @@ * @copyright Copyright (C) Ibexa AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ +declare(strict_types=1); namespace Ibexa\Bundle\Core\DependencyInjection\Compiler;