We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fbe33 commit 825d83fCopy full SHA for 825d83f
1 file changed
src/helpers/RequestParser.php
@@ -183,7 +183,7 @@ public function hasSortFields() {
183
* @todo return some kind of SortFieldObject
184
*
185
* @param array $options optional {@see RequestParser::$defaults}
186
- * @return string[]|array {
+ * @return string[]|array[] {
187
* @var string $field the sort field, without any minus sign for descending sort order
188
* @var string $order one of the RequestParser::SORT_* constants
189
* }
0 commit comments