Skip to content

Commit

Permalink
Added declaring strict types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Aug 7, 2023
1 parent b8ab8df commit 98d2ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/Persistence/ValueObject/ContentInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 98d2ff3

Please sign in to comment.