mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-16 20:35:15 +02: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…
Add table
Add a link
Reference in a new issue