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 public string
$sFolderName, $sFolderName,
$sSearch, $sSearch = '',
$sSort = ''; $sSort = '';
public ?\MailSo\Cache\CacheClient public ?\MailSo\Cache\CacheClient