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
250 stars 17 forks source link

add strict-mode #205

Open staabm opened 2 years ago

staabm commented 2 years ago

error on non literal query strings args

See

———

report any non-simulatable input as error (as we already do in debug-mode)

staabm commented 2 years ago

Kind of overlaps with https://github.com/staabm/phpstan-dba/issues/316