]> git.mxchange.org Git - friendica-addons.git/commitdiff
Adjust php-cs
authorPhilipp <admin@philipp.info>
Sun, 26 Sep 2021 17:52:47 +0000 (19:52 +0200)
committerPhilipp <admin@philipp.info>
Sat, 2 Oct 2021 21:46:47 +0000 (23:46 +0200)
webdav_storage/src/WebDav.php

index 94094bfdf7899b300383a6aebda55236029a339a..fbe7413a36428f8c5e69a68b29a091ccb0486bb1 100644 (file)
@@ -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'] ?? '';