1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Matthew Brown 2020-01-01 15:22:37 -05:00
parent 1ff24c03bb
commit a69903cd92

View File

@ -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
{
}