diff options
Diffstat (limited to 'lib/private/Collaboration/Collaborators/SearchResult.php')
-rw-r--r-- | lib/private/Collaboration/Collaborators/SearchResult.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Collaboration/Collaborators/SearchResult.php b/lib/private/Collaboration/Collaborators/SearchResult.php index 524ffba4b9e..64ff60c71c2 100644 --- a/lib/private/Collaboration/Collaborators/SearchResult.php +++ b/lib/private/Collaboration/Collaborators/SearchResult.php @@ -34,7 +34,7 @@ class SearchResult implements ISearchResult { protected array $exactIdMatches = []; - public function addResultSet(SearchResultType $type, array $matches, array $exactMatches = null): void { + public function addResultSet(SearchResultType $type, array $matches, ?array $exactMatches = null): void { $type = $type->getLabel(); if (!isset($this->result[$type])) { $this->result[$type] = []; |