diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-06-10 11:22:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 11:22:11 +0200 |
commit | 68c3b23e0421a59d5423357e516ab7f4df9fcfbc (patch) | |
tree | 2c6b9b8bbca6244d729e87e956ae5500ee064c37 /lib | |
parent | c45b7b0bdf801a2a58fc28602285d52331456222 (diff) | |
parent | bfcd1dc49c6fe296559131841ee0096ec1ce89c7 (diff) | |
download | nextcloud-server-68c3b23e0421a59d5423357e516ab7f4df9fcfbc.tar.gz nextcloud-server-68c3b23e0421a59d5423357e516ab7f4df9fcfbc.zip |
Merge pull request #24080 from owncloud/support-calendar-class-property
Extract CLASS property from calendar object and store it in the database
Diffstat (limited to 'lib')
-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); |