From a69903cd929262ca4303b5fe2c2ccc943ce262d8 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 1 Jan 2020 15:22:37 -0500 Subject: [PATCH] Fix dumb --- src/Psalm/Internal/Stubs/CoreGenericFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Internal/Stubs/CoreGenericFunctions.php b/src/Psalm/Internal/Stubs/CoreGenericFunctions.php index 8392ba828..e37157652 100644 --- a/src/Psalm/Internal/Stubs/CoreGenericFunctions.php +++ b/src/Psalm/Internal/Stubs/CoreGenericFunctions.php @@ -160,7 +160,7 @@ function array_search($needle, array $haystack, bool $strict = false) * @param array $arr * @param-out list $arr */ -function sort(array &$arr, callable $callback): bool +function sort(array &$arr): bool { }