mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2025-01-22 21:31:25 +01:00
replace @use
annotation by @see
(#155)
This commit is contained in:
parent
9b1a24ebfb
commit
903aab0360
@ -49,7 +49,7 @@
|
||||
- [slice](./../../src/Psl/Arr/slice.php#L35) ( deprecated )
|
||||
- [sort](./../../src/Psl/Arr/sort.php#L24) ( deprecated )
|
||||
- [sort_by](./../../src/Psl/Arr/sort_by.php#L27) ( deprecated )
|
||||
- [sort_by_key](./../../src/Psl/Arr/sort_by_key.php#L26) ( deprecated )
|
||||
- [sort_by_key](./../../src/Psl/Arr/sort_by_key.php#L25) ( deprecated )
|
||||
- [sort_with_keys](./../../src/Psl/Arr/sort_with_keys.php#L25) ( deprecated )
|
||||
- [sort_with_keys_by](./../../src/Psl/Arr/sort_with_keys_by.php#L29) ( deprecated )
|
||||
- [take](./../../src/Psl/Arr/take.php#L25) ( deprecated )
|
||||
|
@ -20,8 +20,7 @@ use Psl\Dict;
|
||||
* @return array<Tk, Tv>
|
||||
*
|
||||
* @deprecated use `Dict\sort_by_key`
|
||||
*
|
||||
* @use Dict\sort_by_key
|
||||
* @see Dict\sort_by_key
|
||||
*/
|
||||
function sort_by_key(array $array, ?callable $comparator = null): array
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user