staabm / phpstan-dba

PHPStan based SQL static analysis and type inference for the database access layer
https://staabm.github.io/archive.html#phpstan-dba
MIT License
249 stars 17 forks source link

FetchAll actually returns list of results, not an array per se. #638

Closed patrickkusebauch closed 6 months ago

staabm commented 6 months ago

fyi, this will only work if the list-type is enabled on your projects, which means e.g. bleeding-edge

patrickkusebauch commented 6 months ago

Yeah, that's fair.