mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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;
|
use \MailSo\Log\Inherit;
|
||||||
|
|
||||||
/**
|
protected string $sDataPath;
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $sDataPath;
|
|
||||||
|
|
||||||
/**
|
private bool $bLocal;
|
||||||
* @var bool
|
|
||||||
*/
|
|
||||||
private $bLocal;
|
|
||||||
|
|
||||||
public function __construct(string $sStoragePath, bool $bLocal = false)
|
public function __construct(string $sStoragePath, bool $bLocal = false)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue