From 431678c25d8a6eec947860a9fa2a01a2422ec776 Mon Sep 17 00:00:00 2001 From: Ivan Kurnosov Date: Mon, 26 Aug 2019 13:40:53 +1200 Subject: [PATCH] Added `ArrayObject` to the `array_key_exists` signature (#2066) --- 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 a35daa9e6..da505b24e 100644 --- a/src/Psalm/Internal/Stubs/CoreGenericFunctions.php +++ b/src/Psalm/Internal/Stubs/CoreGenericFunctions.php @@ -195,7 +195,7 @@ function array_chunk(array $arr, int $size, bool $preserve_keys = false) * @psalm-template TKey as array-key * * @param TKey $key - * @param array $search + * @param array|ArrayObject $search * * @return bool */