diff options
Diffstat (limited to 'lib/classes/SQLUnionQuery.php')
| -rw-r--r-- | lib/classes/SQLUnionQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/SQLUnionQuery.php b/lib/classes/SQLUnionQuery.php index 6254b78..8587a42 100644 --- a/lib/classes/SQLUnionQuery.php +++ b/lib/classes/SQLUnionQuery.php @@ -66,7 +66,7 @@ class SQLUnionQuery /** * Fetches all rows from the combined query */ - public function fetchAll(callable $callable = null): array + public function fetchAll(?callable $callable = null): array { return DBManager::get()->fetchAll( $this->getQuery(), |
