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

Fix MariaDB health check #618

Closed staabm closed 1 year ago

staabm commented 1 year ago

inspired by https://github.com/staabm/phpstan-dba/pull/613

extracted the parts which actually fix the current failling builds. refactoring the matrix, like done in #613 should be a separate PR.

Co-authored-by: @szepeviktor

staabm commented 1 year ago

thanks @szepeviktor

szepeviktor commented 1 year ago

Glad to contribute.