Skip to content

Commit

Permalink
Fixed code style (dummy commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi authored Apr 7, 2021
1 parent 2c26913 commit 4dcc3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function getSuggestions(string $name): BaseCollection
return new BaseCollection($this->suggestions[$name] ?? []);
}

public function getAggregations():BaseCollection
public function getAggregations(): BaseCollection
{
return new BaseCollection($this->aggregations);
}
Expand Down

0 comments on commit 4dcc3b1

Please sign in to comment.