FileStorage strict properties

This commit is contained in:
the-djmaze 2024-08-12 15:24:52 +02:00
parent 83a71b089c
commit 13cb08f64a

View file

@ -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)
{