Skip to content

Commit

Permalink
Make codechecker happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Nov 26, 2022
1 parent ad82e56 commit 39a22ea
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions classes/admin_setting_configtextarea_validatejson.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

namespace atto_styles;

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

/**
* Special setting for configtextarea with JSON validation.
*
Expand Down
2 changes: 0 additions & 2 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

namespace atto_styles\privacy;

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

/**
* Privacy Subsystem implementing null_provider.
*
Expand Down
2 changes: 0 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die;

/**
* Function to upgrade atto_styles
* @param int $oldversion the version we are upgrading from
Expand Down
2 changes: 0 additions & 2 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

/**
* Set params for this plugin.
*
Expand Down
2 changes: 0 additions & 2 deletions locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

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

/**
* Helper function to preprocess the plugin's JSON configuration.
*
Expand Down

0 comments on commit 39a22ea

Please sign in to comment.