mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 10:39:21 +03:00
More PSR BS!
This commit is contained in:
parent
53b3aabca0
commit
030dade51b
@ -332,7 +332,7 @@ class Server
|
||||
if ( $mboxExists ){
|
||||
$this->setMailbox($oldMailbox);
|
||||
}
|
||||
return ( !$mboxExists && $mailbox !== '' ) ? 0 : $cnt;
|
||||
return ((!$mboxExists && $mailbox !== '') ? 0 : $cnt);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user