We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed56076 commit 94d97fcCopy full SHA for 94d97fc
src/contracts/Query/EmbeddingVisitor.php
@@ -4,6 +4,8 @@
4
* @copyright Copyright (C) Ibexa AS. All rights reserved.
5
* @license For full copyright and license information view LICENSE file distributed with this source code.
6
*/
7
+declare(strict_types=1);
8
+
9
namespace Ibexa\Contracts\Solr\Query;
10
11
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Embedding;
0 commit comments