aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index 7f01364b7..33d7946a7 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -34,6 +34,7 @@
*
* @param array $data
* @param int $version Support different internal serialisation formats, should be "1"
+ * @return mixed The newly imported object.
* @throws ImportException if there was a critical error importing data.
*/
public function import(array $data, $version = 1);