File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/Query
module-elasticsuite-core/Search/Request/Query/Vector/Opensearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function __construct(
79
79
FieldSelection $ fieldSelection ,
80
80
ProductSearch $ productProvider ,
81
81
SearchCriteriaBuilder $ searchCriteriaBuilder ,
82
- Suggestions $ suggestions = null
82
+ ? Suggestions $ suggestions = null
83
83
) {
84
84
$ this ->search = $ search ;
85
85
$ this ->searchResultFactory = $ searchResultFactory ;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function __construct(
72
72
string $ field = self ::DEFAULT_EMBEDDING_FIELD ,
73
73
?string $ name = null ,
74
74
float $ boost = QueryInterface::DEFAULT_BOOST_VALUE ,
75
- string $ modelId = null
75
+ ? string $ modelId = null
76
76
) {
77
77
$ this ->field = $ field ;
78
78
$ this ->queryText = $ queryText ;
You can’t perform that action at this time.
0 commit comments