From 89e99ddc6b5d91a95e0645b4f4e7e0bbfbb7e471 Mon Sep 17 00:00:00 2001 From: ciastektk Date: Mon, 4 Sep 2023 08:24:17 +0200 Subject: [PATCH] Update tests/bundle/Core/Converter/LocationArgumentResolverTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adam Wójs --- tests/bundle/Core/Converter/LocationArgumentResolverTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bundle/Core/Converter/LocationArgumentResolverTest.php b/tests/bundle/Core/Converter/LocationArgumentResolverTest.php index 50d120b662..bfb0b845e0 100644 --- a/tests/bundle/Core/Converter/LocationArgumentResolverTest.php +++ b/tests/bundle/Core/Converter/LocationArgumentResolverTest.php @@ -4,6 +4,8 @@ * @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\Tests\Bundle\Core\Converter; use Generator;