Commit 39ee978a authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(snapshots) Fix strict typing error

issue #5956
Showing with 1 addition and 0 deletions
+1 -0
...@@ -116,6 +116,7 @@ class SnapshotCreateDialog extends simplePlugin ...@@ -116,6 +116,7 @@ class SnapshotCreateDialog extends simplePlugin
function save (): array function save (): array
{ {
$this->parent->createSnapshot($this->object_dn, $this->description); $this->parent->createSnapshot($this->object_dn, $this->description);
return array();
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment