mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-21 15:56:51 +01:00
chore: Allow 0 items on XML export file.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -63,7 +63,7 @@ final class XmlExportController extends SimpleControllerBase
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
* @throws \JsonException
|
||||
* @throws \SP\Core\Exceptions\SPException
|
||||
*/
|
||||
public function xmlExportAction(): bool
|
||||
{
|
||||
@@ -132,8 +132,8 @@ final class XmlExportController extends SimpleControllerBase
|
||||
/**
|
||||
* initialize
|
||||
*
|
||||
* @throws SessionTimeout
|
||||
* @throws \JsonException
|
||||
* @throws \SP\Core\Exceptions\SPException
|
||||
* @throws \SP\Core\Exceptions\SessionTimeout
|
||||
*/
|
||||
protected function initialize(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user