phpstan-dba
phpstan-dba copied to clipboard
added mysqli::execute_query() support (php 8.2+ only)
missing part of https://github.com/staabm/phpstan-dba/pull/425
depends on https://github.com/phpstan/phpstan/issues/8058
atm the test fails because the rule involved runs into this early exit
https://github.com/staabm/phpstan-dba/blob/f60f559183d22df4394f943d7a6a2470e6941fe2/src/Rules/SyntaxErrorInQueryMethodRule.php#L47-L50