Skip to content

Commit 98d2ff3

Browse files
Added declaring strict types.
1 parent b8ab8df commit 98d2ff3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/Persistence/ValueObject/ContentInfoTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @copyright Copyright (C) Ibexa AS. All rights reserved.
55
* @license For full copyright and license information view LICENSE file distributed with this source code.
66
*/
7+
declare(strict_types=1);
8+
79
namespace Ibexa\Tests\Core\Persistence\ValueObject;
810

911
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;

0 commit comments

Comments
 (0)