Skip to content

Commit

Permalink
Revert "Added ArrayObject to the array_key_exists signature (#2066)…
Browse files Browse the repository at this point in the history
…" (#2070)

This reverts commit 431678c.
  • Loading branch information
muglug committed Aug 26, 2019
1 parent 431678c commit e6a93b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Stubs/CoreGenericFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<TKey, mixed>|ArrayObject<TKey, mixed> $search
* @param array<TKey, mixed> $search
*
* @return bool
*/
Expand Down

0 comments on commit e6a93b6

Please sign in to comment.