0.2.32
New Features
- Within your
phpstan-dba-bootstrap.php
file, you can optionally enable query plan analysis.
When enabled,phpstan-dba
will error when queries are not using indices or queries are inefficient.
DEMO
What's Changed
- mysql query plan analyzer by @staabm in #377
- fix reflection-cache error by @staabm in #382
- Added
null
to PDO default types by @staabm in #381
Full Changelog: 0.2.31...0.2.32