From 989b2f145209c670f673ba6bb0a9198b30941bc8 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Wed, 3 Jul 2024 10:19:20 +0200 Subject: [PATCH] IBX-8180: Applied review remark --- .../Server/Input/Parser/AbstractDestinationLocationParser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Server/Input/Parser/AbstractDestinationLocationParser.php b/src/lib/Server/Input/Parser/AbstractDestinationLocationParser.php index d5aa26c7..2ea8e228 100644 --- a/src/lib/Server/Input/Parser/AbstractDestinationLocationParser.php +++ b/src/lib/Server/Input/Parser/AbstractDestinationLocationParser.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\Rest\Server\Input\Parser;