diff --git a/cli/check_opcache_web.php b/cli/check_opcache_web.php index c75930b..807b3c0 100644 --- a/cli/check_opcache_web.php +++ b/cli/check_opcache_web.php @@ -23,7 +23,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -// @codingStandardsIgnoreFile +// phpcs:disable // Let codechecker ignore this file because otherwise it would complain about a missing MOODLE_INTERNAL check or config.php // inclusion which is really not needed. diff --git a/cli/reset_opcache_web.php b/cli/reset_opcache_web.php index 9e5beab..efe59d4 100644 --- a/cli/reset_opcache_web.php +++ b/cli/reset_opcache_web.php @@ -22,7 +22,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -// @codingStandardsIgnoreFile +// phpcs:disable // Let codechecker ignore this file because otherwise it would complain about a missing MOODLE_INTERNAL check or config.php // inclusion which is really not needed.