Adjust php-cs
parent
749ba4315e
commit
52407530db
|
@ -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'] ?? '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue