Skip to content

Commit 1e36bc1

Browse files
authored
Update README.md (#67)
* Update README.md * Update README.md
1 parent bc09ca9 commit 1e36bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ composer require --dev staabm/phpstan-dba
137137

138138
## Caveats
139139

140-
- 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).
141141

142142
## Todos
143143

144144
- support the [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
145145
- support [more mysql to PHPStan type mappings](https://github.com/staabm/phpstan-dba/blob/b868f40c80afcecd3de408df3801b5a24e220dd8/src/QueryReflection/MysqliQueryReflector.php#L111)
146146
- 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`
148148
- security rule: detect possible sql injections
149149
- performance rule: detect queries not using indexes

0 commit comments

Comments
 (0)