mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:43:40 +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
|
public function saveOptions(array $data): array
|
||||||
{
|
{
|
||||||
$url = $data['url'] ?? '';
|
$url = $data['url'] ?? '';
|
||||||
$username = $data['username'] ?? '';
|
$username = $data['username'] ?? '';
|
||||||
$password = $data['password'] ?? '';
|
$password = $data['password'] ?? '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue