Skip to content

Commit

Permalink
MDL-18177 backup: fixing PHPdocs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Price committed Feb 20, 2015
1 parent e1de40f commit 91d10e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backup/moodle2/backup_settingslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ public function set_ui_filename($label, $value, array $options = null) {
class backup_users_setting extends backup_generic_setting {}

/**
* root setting to control if backup will include group information
* depends on @backup_users_setting
* root setting to control if backup will include group information depends on @backup_users_setting
*
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright 2014 Matt Sammarco
*/
class backup_groups_setting extends backup_generic_setting {
}
Expand Down
4 changes: 2 additions & 2 deletions backup/moodle2/restore_settingslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ class restore_generic_setting extends root_backup_setting {}
class restore_users_setting extends restore_generic_setting {}

/**
* root setting to control if restore will create groups/grouping information.
* depends on @restore_users_setting
* root setting to control if restore will create groups/grouping information. Depends on @restore_users_setting
*
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright 2014 Matt Sammarco
*/
class restore_groups_setting extends restore_generic_setting {
}
Expand Down

0 comments on commit 91d10e7

Please sign in to comment.