mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:43:42 +00:00
Adjust php-cs
This commit is contained in:
parent
749ba4315e
commit
52407530db
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue