From: Philipp Date: Sun, 26 Sep 2021 17:52:47 +0000 (+0200) Subject: Adjust php-cs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52407530dbf9ac5700f5b1463ad2b24114e8d7ef;p=friendica-addons.git Adjust php-cs --- diff --git a/webdav_storage/src/WebDav.php b/webdav_storage/src/WebDav.php index 94094bfd..fbe7413a 100644 --- a/webdav_storage/src/WebDav.php +++ b/webdav_storage/src/WebDav.php @@ -308,7 +308,7 @@ class WebDav implements IWritableStorage */ public function saveOptions(array $data): array { - $url = $data['url'] ?? ''; + $url = $data['url'] ?? ''; $username = $data['username'] ?? ''; $password = $data['password'] ?? '';