From 98d2ff301b9026ca8af29191490e5b13447765fc Mon Sep 17 00:00:00 2001 From: matx132 Date: Mon, 7 Aug 2023 12:00:32 +0200 Subject: [PATCH] Added declaring strict types. --- tests/lib/Persistence/ValueObject/ContentInfoTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/Persistence/ValueObject/ContentInfoTest.php b/tests/lib/Persistence/ValueObject/ContentInfoTest.php index 64f77eeae7..0d60506e73 100644 --- a/tests/lib/Persistence/ValueObject/ContentInfoTest.php +++ b/tests/lib/Persistence/ValueObject/ContentInfoTest.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\Core\Persistence\ValueObject; use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;