You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- running `RecordingQueryReflector` requires in PHPStan-non-debug mode (currently we see concurrency issues while building the cache).
140
+
- running `RecordingQueryReflector` requires running PHPStan with `--debug` (otherwise we see concurrency issues while building the cache).
141
141
142
142
## Todos
143
143
144
144
- support the [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
145
145
- support [more mysql to PHPStan type mappings](https://github.com/staabm/phpstan-dba/blob/b868f40c80afcecd3de408df3801b5a24e220dd8/src/QueryReflection/MysqliQueryReflector.php#L111)
146
146
- cover more real world examples and fine tune the [QueryReflection classes](https://github.com/staabm/phpstan-dba/tree/main/src/QueryReflection)
147
-
- support a PDO based QueryReflector
147
+
- support a PDO based `QueryReflector`
148
148
- security rule: detect possible sql injections
149
149
- performance rule: detect queries not using indexes
0 commit comments