diff options
| -rw-r--r-- | engine/lib/export.php | 1 | 
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);  | 
