Skip to content

Commit

Permalink
Force Imap\Sync properties to be \MailSo\Imap\ImapClient
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 3, 2023
1 parent 17b6181 commit 24cf17f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snappymail/v/0.0.0/app/libraries/snappymail/imap/sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

class Sync
{
public
$oImapSource,
$oImapTarget;
public \MailSo\Imap\ImapClient $oImapSource;
public \MailSo\Imap\ImapClient $oImapTarget;

function import(string $sTargetRootFolderName = '')
{
Expand Down

0 comments on commit 24cf17f

Please sign in to comment.