Bugfix: Typed property MailSo\Mail\MessageListParams::$sSearch must not be accessed before initialization

This commit is contained in:
the-djmaze 2023-01-03 16:11:20 +01:00
parent 1a71309b81
commit e9504baa12

View file

@ -15,7 +15,7 @@ class MessageListParams
{
public string
$sFolderName,
$sSearch,
$sSearch = '',
$sSort = '';
public ?\MailSo\Cache\CacheClient