diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-31 11:50:06 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-06-09 11:09:14 +0200 |
commit | 369c3b5d7e6d3bae4fae87338cfd3d90f0c72810 (patch) | |
tree | 606ad358843c3c379b6fed3131e1e9fa5635c20f /lib/public | |
parent | 287e41732c1727cd34065cc74d83ddd2bb8b3cd0 (diff) | |
download | nextcloud-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.php | 3 |
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); |