phpstan / phpstan-phpunit

PHPUnit extensions and rules for PHPStan
MIT License
457 stars 46 forks source link

Improve support of assertArrayHasKey() #182

Closed villfa closed 1 year ago

villfa commented 1 year ago

Related to #167

ondrejmirtes commented 1 year ago

Sorry for the late review - please rebase because of a conflict. Thank you.

As for your suggestion - HasOffsetType and HasOffsetValueType support only intersection with arrays.

villfa commented 1 year ago

The branch is now up to date.

ondrejmirtes commented 1 year ago

Thank you!