mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
FileStorage strict properties
This commit is contained in:
parent
83a71b089c
commit
13cb08f64a
1 changed files with 2 additions and 8 deletions
|
|
@ -8,15 +8,9 @@ class FileStorage implements \RainLoop\Providers\Storage\IStorage
|
|||
{
|
||||
use \MailSo\Log\Inherit;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $sDataPath;
|
||||
protected string $sDataPath;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
private $bLocal;
|
||||
private bool $bLocal;
|
||||
|
||||
public function __construct(string $sStoragePath, bool $bLocal = false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue