Skip to content

Commit 9cb2fcd

Browse files
committed
[TASK] Fixed a @return annotation
1 parent 0f54e31 commit 9cb2fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Eel/ElasticSearchQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function limit($limit) {
214214
*
215215
* @param $propertyName
216216
* @param $propertyValue
217-
* @return void
217+
* @return ElasticSearchQueryBuilder
218218
*/
219219
public function exactMatch($propertyName, $propertyValue) {
220220
if ($propertyValue instanceof NodeInterface) {

0 commit comments

Comments
 (0)