diff options
Diffstat (limited to 'lib/db/schema.php')
-rw-r--r-- | lib/db/schema.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/db/schema.php b/lib/db/schema.php index d862f3d25c9..3d5b404825a 100644 --- a/lib/db/schema.php +++ b/lib/db/schema.php @@ -12,8 +12,9 @@ class OC_DB_Schema { /** * @brief saves database scheme to xml file + * @param \Doctrine\DBAL\Connection $conn * @param string $file name of file - * @param int $mode + * @param int|string $mode * @return bool * * TODO: write more documentation |