sysutils/api-backup: style sweep

This commit is contained in:
Franco Fichtner 2023-03-21 10:15:08 +01:00
parent 58f5f8f1bc
commit 9390428f12
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class BackupController extends ApiControllerBase
* @param string $format set to 'json' to get a base64 encoded config backup
* @return array|mixed
*/
public function downloadAction($format='plain')
public function downloadAction($format = 'plain')
{
$data = file_get_contents(self::CONFIG_XML);
$status = $data === false ? 'error' : 'success';