phpstan-dba icon indicating copy to clipboard operation
phpstan-dba copied to clipboard

added mysqli::execute_query() support (php 8.2+ only)

Open staabm opened this issue 3 years ago • 0 comments

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

staabm avatar Sep 25 '22 18:09 staabm