Skip to content

Commit

Permalink
MDL-69524 backup: Code style fixes for the file
Browse files Browse the repository at this point in the history
  • Loading branch information
NeillM committed Jun 17, 2021
1 parent 0f073a4 commit 3a8db56
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backup/controller/backup_controller.class.php
@@ -1,5 +1,4 @@
<?php

// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
Expand All @@ -16,7 +15,9 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* Backup controller and related exception classes.
*
* @package core_backup
* @subpackage backup-controller
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down Expand Up @@ -641,7 +642,7 @@ protected function set_include_files(bool $includefiles) {
}
}

/*
/**
* Exception class used by all the @backup_controller stuff
*/
class backup_controller_exception extends backup_exception {
Expand Down

0 comments on commit 3a8db56

Please sign in to comment.