Fix 5 PHPStan errors

This commit is contained in:
Art4 2025-02-26 08:11:50 +00:00
parent 35d95b991b
commit 1820bfc2b3
4 changed files with 47 additions and 26 deletions

View file

@ -474,7 +474,7 @@ class Database
*
* @param string $sql SQL statement
*
* @return bool|object statement object or result object
* @return bool|mysqli_result|mysqli_stmt|object|PDOStatement statement object or result object
* @throws \Exception
*/
public function p(string $sql)