mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Fix 5 PHPStan errors
This commit is contained in:
parent
35d95b991b
commit
1820bfc2b3
4 changed files with 47 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue