mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
fix spacing
This commit is contained in:
parent
cc22327279
commit
18a859c68f
1 changed files with 4 additions and 4 deletions
|
|
@ -4,15 +4,15 @@ namespace OCA\SnappyMail\Util;
|
|||
|
||||
class SnappyMailResponse extends \OCP\AppFramework\Http\Response
|
||||
{
|
||||
public function render(): string
|
||||
{
|
||||
public function render(): string
|
||||
{
|
||||
$data = '';
|
||||
$i = \ob_get_level();
|
||||
while ($i--) {
|
||||
$data .= \ob_get_clean();
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class SnappyMailHelper
|
||||
|
|
@ -205,6 +205,6 @@ class SnappyMailHelper
|
|||
{
|
||||
static::loadApp();
|
||||
$result = \SnappyMail\Crypt::DecryptUrlSafe($sPassword, $sSalt);
|
||||
return $result ? new \SnappyMail\SensitiveString($result) : $result;
|
||||
return $result ? new \SnappyMail\SensitiveString($result) : null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue