Skip to content

Commit 07193d4

Browse files
committed
use fully qualified class name
1 parent fe8d227 commit 07193d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/Repository/Values/Content/Search/AggregationResultCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function isEmpty(): bool
9595
/**
9696
* Gets a native PHP array representation of the collection.
9797
*
98-
* @return AggregationResult[]
98+
* @return \Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult[]
9999
*/
100100
public function toArray(): array
101101
{

0 commit comments

Comments
 (0)