mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 18:44:26 +02:00
Type hints
This commit is contained in:
parent
f48452dd29
commit
5d9472dccf
2 changed files with 2 additions and 2 deletions
|
@ -1419,7 +1419,7 @@ class Database
|
|||
* @throws \Exception
|
||||
* @see self::select
|
||||
*/
|
||||
public function selectToArray($table, array $fields = [], array $condition = [], array $params = [])
|
||||
public function selectToArray(string $table, array $fields = [], array $condition = [], array $params = [])
|
||||
{
|
||||
return $this->toArray($this->select($table, $fields, $condition, $params));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue