phpstan-src
phpstan-src copied to clipboard
Fix HasOffsetValueType::searchArray
See https://onlinephp.io/c/192c51
We're sure that the function cannot return false, but we cannot sure it's not an early key.
cc @herndlm since you implemented it.