Deprecated at PHP 8.2

This commit is contained in:
int2001
2025-10-05 10:16:24 +00:00
parent 7488870a24
commit fd4d83e488

View File

@@ -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