mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix dumb
This commit is contained in:
parent
1ff24c03bb
commit
a69903cd92
@ -160,7 +160,7 @@ function array_search($needle, array $haystack, bool $strict = false)
|
||||
* @param array<mixed,T> $arr
|
||||
* @param-out list<T> $arr
|
||||
*/
|
||||
function sort(array &$arr, callable $callback): bool
|
||||
function sort(array &$arr): bool
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user