mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Fix issues in changed files
- Initializes $return in Process::insert - Update the type hint of dba::fetch - Remove unused $a parameter in worker_init() - Fix uses
This commit is contained in:
parent
ad88b6e3af
commit
f193f01a7d
4 changed files with 6 additions and 5 deletions
|
@ -659,7 +659,7 @@ class dba {
|
|||
/**
|
||||
* @brief Fetch a single row
|
||||
*
|
||||
* @param PDOStatement|mysqli_result|mysqli_stmt $stmt statement object
|
||||
* @param mixed $stmt statement object
|
||||
* @return array current row
|
||||
*/
|
||||
public static function fetch($stmt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue