Fix PHPStan error in webdav_storage addon

pull/1603/head
Art4 2025-02-25 15:24:00 +00:00
parent 81b4d3cab4
commit d488c1907a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class WebDavConfig implements ICanConfigureStorage
$this->config = $config; $this->config = $config;
$this->client = $client; $this->client = $client;
$this->authOptions = null; $this->authOptions = [];
if (!empty($this->config->get('webdav', 'username'))) { if (!empty($this->config->get('webdav', 'username'))) {
$this->authOptions = [ $this->authOptions = [