diff --git a/lang/en/opencast.php b/lang/en/opencast.php index d560f16..8bba296 100644 --- a/lang/en/opencast.php +++ b/lang/en/opencast.php @@ -23,6 +23,10 @@ * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +// Let codechecker ignore some sniffs for this file as it is partly ordered semantically instead of alphabetically. +// phpcs:disable moodle.Files.LangFilesOrdering.UnexpectedComment +// phpcs:disable moodle.Files.LangFilesOrdering.IncorrectOrder + defined('MOODLE_INTERNAL') || die(); $string['allvideos'] = 'All videos';