mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Deprecated at PHP 8.2
This commit is contained in:
@@ -162,7 +162,7 @@ class Search extends CI_Controller {
|
||||
$this->db->update('queries', $data);
|
||||
}
|
||||
|
||||
function buildWhere(array $object, string $condition = null): void {
|
||||
function buildWhere(array $object, ?string $condition = null): void {
|
||||
/*
|
||||
* The $object is one of the following:
|
||||
* - a group, with 'condition' and 'rules' keys
|
||||
|
||||
Reference in New Issue
Block a user