Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ArraySorter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class ArraySorter
* When sorting by multiple keys with different sorting directions, use an array of sorting directions.
* @param array<array-key, int>|int $sortFlag The PHP sort flag. Valid values include
* `SORT_REGULAR`, `SORT_NUMERIC`, `SORT_STRING`, `SORT_LOCALE_STRING`, `SORT_NATURAL` and `SORT_FLAG_CASE`.
* Please refer to [PHP manual](http://php.net/manual/en/function.sort.php)
* Please refer to [PHP manual](https://php.net/manual/en/function.sort.php)
* for more details. When sorting by multiple keys with different sort flags, use an array of sort flags.
*
* @throws InvalidArgumentException If the `$direction` or `$sortFlag` parameters do not have
Expand Down