Skip to content

Commit d7f94df

Browse files
dfeyerdaniellienert
authored andcommitted
TASK: Add missing return void
1 parent f7c9376 commit d7f94df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/Driver/AbstractQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public function moreLikeThis(array $like, array $fields = [], $options = [])
135135
* @param string $parentPath The parent path to add the sub aggregation to
136136
* @param string $name The name to identify the resulting aggregation
137137
* @param array $aggregationConfiguration
138+
* @return void
138139
* @throws Exception\QueryBuildingException
139140
*/
140141
protected function addSubAggregation($parentPath, $name, $aggregationConfiguration)

0 commit comments

Comments
 (0)