mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix compatibility with php72
This commit is contained in:
@@ -14,11 +14,11 @@ interface DBInterface
|
||||
|
||||
public function selectDb($database);
|
||||
|
||||
public function fetchAssoc($result): array|null;
|
||||
public function fetchAssoc($result);
|
||||
|
||||
public function fetchRow($result): array|null;
|
||||
public function fetchRow($result);
|
||||
|
||||
public function fetchArray($result, $type): array|null;
|
||||
public function fetchArray($result, $type);
|
||||
|
||||
public function affectedRows(): int;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user