phpstan-src
phpstan-src copied to clipboard
Fix return type of array_search() with constant array type haystack
Return type of array_search() may be false unless we are sure that $haystack includes a value identical to $needle.
Closes phpstan/phpstan#3789