summaryrefslogtreecommitdiffstats
path: root/lib/private/migrate.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/migrate.php')
-rw-r--r--lib/private/migrate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/migrate.php b/lib/private/migrate.php
index 2ec9a0978ad..98c825aafd8 100644
--- a/lib/private/migrate.php
+++ b/lib/private/migrate.php
@@ -333,7 +333,7 @@ class OC_Migrate{
/**
* @brief tries to extract the import zip
- * @param $path string path to the zip
+ * @param string $path path to the zip
* @return string path to extract location (with a trailing slash) or false on failure
*/
static private function extractZip( $path ) {
@@ -536,7 +536,7 @@ class OC_Migrate{
/**
* @brief imports a new user
* @param string $db string path to migration.db
- * @param $info object of migration info
+ * @param object $info object of migration info
* @param string|null|int $uid uid to use
* @return array an array of apps with import statuses, or false on failure.
*/