phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

Fix return type of array_search() with constant array type haystack

Open takaram opened this issue 3 years ago • 0 comments

Return type of array_search() may be false unless we are sure that $haystack includes a value identical to $needle.

Closes phpstan/phpstan#3789

takaram avatar Oct 10 '22 01:10 takaram