summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-05-31 11:50:06 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-06-09 11:09:14 +0200
commit369c3b5d7e6d3bae4fae87338cfd3d90f0c72810 (patch)
tree606ad358843c3c379b6fed3131e1e9fa5635c20f /lib/public
parent287e41732c1727cd34065cc74d83ddd2bb8b3cd0 (diff)
downloadnextcloud-server-369c3b5d7e6d3bae4fae87338cfd3d90f0c72810.tar.gz
nextcloud-server-369c3b5d7e6d3bae4fae87338cfd3d90f0c72810.zip
Implement classification migration as repair step
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Migration/IRepairStep.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Migration/IRepairStep.php b/lib/public/Migration/IRepairStep.php
index 3394b70a6ff..84619128b4e 100644
--- a/lib/public/Migration/IRepairStep.php
+++ b/lib/public/Migration/IRepairStep.php
@@ -39,8 +39,9 @@ interface IRepairStep {
* Run repair step.
* Must throw exception on error.
*
- * @since 9.1.0
+ * @param IOutput $output
* @throws \Exception in case of failure
+ * @since 9.1.0
*/
public function run(IOutput $output);