Skip to content

Commit 94d97fc

Browse files
committed
Added strict types declaration to EmbeddingVisitor.php
1 parent ed56076 commit 94d97fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/contracts/Query/EmbeddingVisitor.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\Contracts\Solr\Query;
810

911
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Embedding;

0 commit comments

Comments
 (0)