Adjust php-cs

pull/1162/head
Philipp 2021-09-26 19:52:47 +02:00
parent 749ba4315e
commit 52407530db
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View 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'] ?? '';