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

Conditional return type for `SQLite3Result::fetchArray()`

Open devnix opened this issue 1 year ago • 1 comments

I'm aware that this change can be wrong or incomplete. I was wondering if there is a way in this project to do tests for types, for example https://github.com/azjezz/psl/blob/next/tests/static-analysis

devnix avatar May 16 '24 10:05 devnix

You mean tests for types? Sure: https://phpstan.org/developing-extensions/testing#type-inference

Here most of them are in NodeScopeResolverTest.

ondrejmirtes avatar May 16 '24 10:05 ondrejmirtes