Skip to content

Commit 7b6a4f4

Browse files
bpolaszeknorkunas
andauthored
chore: fix PHPDoc
Co-authored-by: Tomas Norkūnas <[email protected]>
1 parent d48cd83 commit 7b6a4f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Contracts/DocumentsQuery.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ public function hasFilter(): bool
122122
return null !== $this->filter;
123123
}
124124

125+
/**
126+
* @param list<non-empty-string> $sort
127+
*/
125128
public function setSort(array $sort): self
126129
{
127130
$this->sort = $sort;

0 commit comments

Comments
 (0)