Skip to content

Commit

Permalink
add blank line after boilerplate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irinahpe committed Jun 17, 2024
1 parent 8c67cdb commit f1202bb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/backup_restore_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/cron_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/locallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/mod_generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_choice_groups_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/generator/lib.php');
Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_choice_importer_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/generator/lib.php');
Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_notification_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/../locallib.php');
Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_privacy_provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* Privacy provider tests.
*
Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_processor_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_solver_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
defined('MOODLE_INTERNAL') || die();

Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_status_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;

use PHP_CodeSniffer\Generators\Generator;
Expand Down
1 change: 1 addition & 0 deletions tests/mod_ratingallocate_strategy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

namespace mod_ratingallocate;
/**
* mod_ratingallocate processor tests
Expand Down

0 comments on commit f1202bb

Please sign in to comment.