mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- fix deprecation notice in PHP 8.4
This commit is contained in:
parent
7ec5108e22
commit
a4cc7f4e40
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class Database_Sqlite3 extends Database_Abstract
|
|||
/** @var bool */
|
||||
protected $useNormalizedUtf8 = true;
|
||||
|
||||
function __construct(array $params = null)
|
||||
function __construct(?array $params = null)
|
||||
{
|
||||
if (is_array($params)) {
|
||||
if (isset($params['useNormalizedUtf8'])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue