<?xml version="1.0"?>
<smurf version="0.9.1" numerrors="548" numwarnings="309">
  <summary status="error" numerrors="548" numwarnings="309" condensedresult="smurf,error,548,309:phplint,success,0,0;phpcs,error,520,307;js,success,0,0;css,success,0,0;phpdoc,error,26,2;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,error,2,0;gherkin,success,0,0">
    <detail name="phplint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpcs" status="error" numerrors="520" numwarnings="307"/>
    <detail name="js" status="success" numerrors="0" numwarnings="0"/>
    <detail name="css" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpdoc" status="error" numerrors="26" numwarnings="2"/>
    <detail name="savepoint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="thirdparty" status="success" numerrors="0" numwarnings="0"/>
    <detail name="grunt" status="success" numerrors="0" numwarnings="0"/>
    <detail name="shifter" status="success" numerrors="0" numwarnings="0"/>
    <detail name="mustache" status="error" numerrors="2" numwarnings="0"/>
    <detail name="gherkin" status="success" numerrors="0" numwarnings="0"/>
  </summary>
  <check id="phplint" title="PHP lint problems" url="http://php.net/docs.php" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows php lint problems in the code detected by php -l</description>
    <mess/>
  </check>
  <check id="phpcs" title="PHP coding style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="520" numwarnings="307" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by phpcs</description>
    <mess>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L42" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="44" lineto="44" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L44" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L46" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L48" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "tspManager" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L68" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="138" lineto="138" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L138" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="139" lineto="139" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L139" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L140" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="141" lineto="141" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L141" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L148" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L149" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="150" lineto="150" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L150" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="151" lineto="151" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L151" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="155" lineto="155" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L155" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L164" ruleset="moodle" rule="NamingConventions.ValidFunctionName.LowercaseMethod" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Public method name "ArchiveJob::TSPManager" must be in lower-case letters only</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L193" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="194" lineto="194" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L194" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="195" lineto="195" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L195" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="196" lineto="196" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L196" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="197" lineto="197" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L197" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="210" lineto="210" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L210" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="212" lineto="212" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L212" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="212" lineto="212" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L212" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="215" lineto="215" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L215" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="216" lineto="216" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L216" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="217" lineto="217" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L217" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="218" lineto="218" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L218" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="223" lineto="223" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L223" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="226" lineto="226" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L226" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="231" lineto="231" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L231" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="235" lineto="235" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L235" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="240" lineto="240" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L240" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="244" lineto="244" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L244" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="244" lineto="244" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L244" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="244" lineto="244" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L244" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="244" lineto="244" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L244" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="317" lineto="317" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L317" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="317" lineto="317" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L317" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="317" lineto="317" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L317" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="320" lineto="320" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L320" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="321" lineto="321" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L321" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="322" lineto="322" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L322" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="322" lineto="322" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L322" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="352" lineto="352" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L352" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="352" lineto="352" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L352" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="352" lineto="352" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L352" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="361" lineto="361" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L361" ruleset="moodle" rule="Strings.ForbiddenStrings.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>The use of the AS keyword to alias tables is bad for cross-db</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="362" lineto="362" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L362" ruleset="moodle" rule="Strings.ForbiddenStrings.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>The use of the AS keyword to alias tables is bad for cross-db</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="371" lineto="371" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L371" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="372" lineto="372" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L372" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="373" lineto="373" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L373" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="373" lineto="373" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L373" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="378" lineto="378" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L378" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="379" lineto="379" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L379" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifactfile_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="393" lineto="393" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L393" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifactfile_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="398" lineto="398" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L398" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="403" lineto="403" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L403" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="426" lineto="426" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L426" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="430" lineto="430" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L430" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="433" lineto="433" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L433" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="434" lineto="434" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L434" ruleset="Squiz" rule="ControlStructures.ElseIfDeclaration.NotAllowed" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Usage of ELSEIF not allowed; use ELSE IF instead</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="435" lineto="435" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L435" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="437" lineto="437" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L437" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="442" lineto="442" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L442" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="445" lineto="445" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L445" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="448" lineto="448" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L448" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="459" lineto="459" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L459" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "autodelete_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="464" lineto="464" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L464" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="468" lineto="468" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L468" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="473" lineto="473" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L473" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="475" lineto="475" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L475" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifactfile_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="518" lineto="518" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L518" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="522" lineto="522" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L522" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="525" lineto="525" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L525" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="537" lineto="537" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L537" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="545" lineto="545" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L545" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="548" lineto="548" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L548" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="565" lineto="565" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L565" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "timeout_min" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="570" lineto="570" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L570" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="571" lineto="571" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L571" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "timeout_min" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="696" lineto="696" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L696" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "delete_wstoken_if_completed" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="697" lineto="697" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L697" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "delete_temporary_files_if_completed" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="707" lineto="707" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L707" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "delete_wstoken_if_completed" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="711" lineto="711" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L711" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "delete_temporary_files_if_completed" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="788" lineto="788" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L788" ruleset="moodle" rule="Strings.ForbiddenStrings.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>The use of the AS keyword to alias tables is bad for cross-db</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="788" lineto="788" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L788" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 154 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="792" lineto="792" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L792" ruleset="Generic" rule="ControlStructures.InlineControlStructure.NotAllowed" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Inline control structures are not allowed</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="832" lineto="832" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L832" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "file_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="835" lineto="835" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L835" ruleset="Generic" rule="ControlStructures.InlineControlStructure.NotAllowed" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Inline control structures are not allowed</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="835" lineto="835" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L835" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "file_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="839" lineto="839" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L839" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "file_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="841" lineto="841" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L841" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="864" lineto="864" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L864" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="893" lineto="893" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L893" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="907" lineto="907" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L907" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_deleted_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="914" lineto="914" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L914" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_deleted_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="918" lineto="918" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L918" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_deleted_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="940" lineto="940" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L940" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "allowed_variables" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="941" lineto="941" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L941" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="946" lineto="946" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L946" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="947" lineto="947" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L947" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "allowed_variables" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="952" lineto="952" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L952" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1010" lineto="1010" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1010" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1015" lineto="1015" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1015" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1025" lineto="1025" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1025" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1028" lineto="1028" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1028" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1053" lineto="1053" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1053" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1059" lineto="1059" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1059" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1080" lineto="1080" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1080" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L42" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "backup_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="150" lineto="150" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L150" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L153" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L165" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="172" lineto="172" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L172" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="178" lineto="178" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L178" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="184" lineto="184" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L184" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "setting_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="184" lineto="184" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L184" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "setting_value" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="185" lineto="185" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L185" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "setting_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="185" lineto="185" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L185" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "setting_value" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L190" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="195" lineto="195" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L195" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="198" lineto="198" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L198" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="208" lineto="208" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L208" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "internal_wwwroot" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="209" lineto="209" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L209" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "internal_wwwroot" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="210" lineto="210" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L210" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "internal_wwwroot" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="215" lineto="215" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L215" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="238" lineto="238" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L238" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="238" lineto="238" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L238" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="239" lineto="239" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L239" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="239" lineto="239" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L239" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="252" lineto="252" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L252" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="252" lineto="252" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L252" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="253" lineto="253" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L253" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="253" lineto="253" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L253" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "user_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L30" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L58" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L60" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="62" lineto="62" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L62" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L74" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L74" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L74" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="75" lineto="75" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L75" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="76" lineto="76" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L76" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="77" lineto="77" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L77" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="78" lineto="78" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L78" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L90" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L90" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L90" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L93" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="94" lineto="94" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L94" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "course_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="96" lineto="96" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L96" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="97" lineto="97" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L97" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cm_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L99" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_id" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="130" lineto="130" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L130" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="135" lineto="135" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L135" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L148" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="192" lineto="192" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L192" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="197" lineto="197" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L197" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="199" lineto="199" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L199" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "hash_ctx" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="201" lineto="201" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L201" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "hash_ctx" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="204" lineto="204" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L204" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "hash_ctx" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="254" lineto="254" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L254" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="274" lineto="274" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L274" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="289" lineto="289" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L289" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="303" lineto="303" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L303" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="333" lineto="333" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L333" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="335" lineto="335" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L335" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 140 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="337" lineto="337" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L337" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="339" lineto="339" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L339" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="346" lineto="346" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L346" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="354" lineto="354" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L354" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="381" lineto="381" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L381" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="382" lineto="382" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L382" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_expiry" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="383" lineto="383" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L383" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_file" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="385" lineto="385" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L385" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="391" lineto="391" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L391" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_expiry" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="395" lineto="395" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L395" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_file" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="399" lineto="399" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L399" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_file" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="406" lineto="406" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L406" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="426" lineto="426" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L426" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="429" lineto="429" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L429" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="431" lineto="431" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L431" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="439" lineto="439" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L439" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="447" lineto="447" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L447" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="453" lineto="453" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L453" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="38" lineto="38" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L38" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L40" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "connection_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L42" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "request_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "connection_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "request_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L58" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L59" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "connection_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L60" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "request_timeout" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L84" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_options" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L84" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_archive_quiz_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L84" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L84" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 168 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="86" lineto="86" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L86" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_url_base" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L88" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="89" lineto="89" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L89" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "request_payload" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="92" lineto="92" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L92" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_url_base" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L93" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_url_base" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="94" lineto="94" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L94" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_url_base" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L99" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_archive_quiz_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="102" lineto="102" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L102" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_options" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L107" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 144 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L107" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="108" lineto="108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L108" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "request_payload" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L113" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "request_payload" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="114" lineto="114" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L114" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="117" lineto="117" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L117" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "http_status" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="117" lineto="117" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L117" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L120" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L121" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "http_status" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="123" lineto="123" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L123" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "http_status" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="123" lineto="123" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L123" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 133 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L132" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="105" lineto="105" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L105" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L110" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L113" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="118" lineto="118" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L118" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="159" lineto="159" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L159" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filter_attemptids" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="162" lineto="162" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L162" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="163" lineto="163" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L163" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filter_attemptids" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L164" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filter_where_clause" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L164" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filter_attemptids" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L164" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 133 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="167" lineto="167" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L167" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L169" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 140 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="171" lineto="171" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L171" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filter_where_clause" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="173" lineto="173" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L173" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="223" lineto="223" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L223" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="257" lineto="257" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L257" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="258" lineto="258" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L258" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="259" lineto="259" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L259" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="261" lineto="261" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L261" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="261" lineto="261" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L261" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="264" lineto="264" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L264" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="267" lineto="267" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L267" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="268" lineto="268" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L268" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="273" lineto="273" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L273" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="288" lineto="288" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L288" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="293" lineto="293" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L293" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="296" lineto="296" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L296" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "qa_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="298" lineto="298" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L298" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "qa_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="298" lineto="298" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L298" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "qa_file" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="302" lineto="302" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L302" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "qa_file" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="329" lineto="329" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L329" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 268 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="329" lineto="329" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L329" ruleset="moodle" rule="Commenting.InlineComment.WrongStyle" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Perl-style comments are not allowed; use "// Comment." instead</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="365" lineto="365" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L365" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="387" lineto="387" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L387" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="390" lineto="390" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L390" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="391" lineto="391" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L391" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_user" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="392" lineto="392" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L392" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_user" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="394" lineto="394" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L394" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="397" lineto="397" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L397" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_user" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="398" lineto="398" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L398" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_user" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="402" lineto="402" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L402" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="403" lineto="403" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L403" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="405" lineto="405" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L405" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="408" lineto="408" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L408" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="410" lineto="410" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L410" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="414" lineto="414" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L414" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="419" lineto="419" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L419" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="425" lineto="425" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L425" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="429" lineto="429" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L429" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="436" lineto="436" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L436" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="442" lineto="442" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L442" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="446" lineto="446" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L446" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="458" lineto="458" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L458" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="475" lineto="475" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L475" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="483" lineto="483" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L483" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="483" lineto="483" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L483" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="489" lineto="489" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L489" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="496" lineto="496" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L496" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="497" lineto="497" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L497" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="502" lineto="502" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L502" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="503" lineto="503" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L503" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_header_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="506" lineto="506" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L506" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="510" lineto="510" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L510" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="526" lineto="526" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L526" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="559" lineto="559" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L559" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "fix_relative_urls" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="559" lineto="559" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L559" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "inline_images" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="559" lineto="559" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L559" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 163 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="562" lineto="562" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L562" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="568" lineto="568" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L568" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="574" lineto="574" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L574" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="575" lineto="575" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L575" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "fix_relative_urls" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="576" lineto="576" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L576" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "baseNode" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="577" lineto="577" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L577" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "baseNode" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="578" lineto="578" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L578" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "baseNode" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="581" lineto="581" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L581" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="585" lineto="585" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L585" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cssHacksNode" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="589" lineto="589" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L589" ruleset="moodle" rule="WhiteSpace.WhiteSpaceInStrings.EndLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Whitespace found at end of line within string</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="593" lineto="593" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L593" ruleset="moodle" rule="WhiteSpace.WhiteSpaceInStrings.EndLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Whitespace found at end of line within string</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="600" lineto="600" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L600" ruleset="moodle" rule="WhiteSpace.WhiteSpaceInStrings.EndLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Whitespace found at end of line within string</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="604" lineto="604" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L604" ruleset="moodle" rule="WhiteSpace.WhiteSpaceInStrings.EndLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Whitespace found at end of line within string</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="609" lineto="609" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L609" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cssHacksNode" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="612" lineto="612" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L612" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="613" lineto="613" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L613" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "inline_images" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="625" lineto="625" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L625" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 141 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="628" lineto="628" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L628" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 231 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="631" lineto="631" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L631" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 288 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="643" lineto="643" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L643" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="657" lineto="657" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L657" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="662" lineto="662" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L662" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="663" lineto="663" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L663" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="665" lineto="665" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L665" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="667" lineto="667" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L667" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_baseurl" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="669" lineto="669" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L669" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="669" lineto="669" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L669" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="671" lineto="671" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L671" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="671" lineto="671" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L671" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="671" lineto="671" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L671" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "moodle_baseurl" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="673" lineto="673" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L673" ruleset="moodle" rule="Commenting.InlineComment.WrongStyle" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Perl-style comments are not allowed; use "// Comment." instead</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="674" lineto="674" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L674" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="674" lineto="674" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L674" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="678" lineto="678" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L678" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="679" lineto="679" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L679" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_ext" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="679" lineto="679" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L679" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="680" lineto="680" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L680" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_ext" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="684" lineto="684" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L684" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="685" lineto="685" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L685" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="686" lineto="686" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L686" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="687" lineto="687" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L687" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="687" lineto="687" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L687" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="688" lineto="688" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L688" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="689" lineto="689" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L689" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 145 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="690" lineto="690" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L690" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="690" lineto="690" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L690" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="691" lineto="691" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L691" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="692" lineto="692" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L692" ruleset="Generic" rule="ControlStructures.InlineControlStructure.NotAllowed" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Inline control structures are not allowed</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="692" lineto="692" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L692" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="692" lineto="692" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L692" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="695" lineto="695" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L695" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="698" lineto="698" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L698" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="699" lineto="699" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L699" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="700" lineto="700" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L700" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="701" lineto="701" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L701" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="701" lineto="701" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L701" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="702" lineto="702" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L702" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="703" lineto="703" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L703" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="709" lineto="709" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L709" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="710" lineto="710" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L710" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="710" lineto="710" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L710" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="711" lineto="711" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L711" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="713" lineto="713" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L713" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "regex_matches" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="717" lineto="717" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L717" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="719" lineto="719" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L719" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="722" lineto="722" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L722" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="722" lineto="722" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L722" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_src_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="722" lineto="722" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L722" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="723" lineto="723" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L723" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="728" lineto="728" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L728" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="729" lineto="729" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L729" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="732" lineto="732" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L732" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_base64" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="732" lineto="732" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L732" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="733" lineto="733" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L733" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_ext" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="733" lineto="733" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L733" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "img_base64" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="759" lineto="759" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L759" ruleset="moodle" rule="PHP.ForbiddenFunctions.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>The use of function extract() is forbidden</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="774" lineto="774" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L774" ruleset="moodle" rule="ControlStructures.ControlSignature.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected "for (...) {\n"; found "for (...) {"</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="774" lineto="774" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L774" ruleset="Generic" rule="CodeAnalysis.EmptyStatement.DetectedFor" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Empty FOR statement detected</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/Report.php" linefrom="774" lineto="774" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/Report.php#L774" ruleset="Squiz" rule="WhiteSpace.ScopeClosingBrace.ContentBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Closing brace must be on a line by itself</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L27" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L80" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_tsp_records" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L81" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L84" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_tsp_records" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="134" lineto="134" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L134" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L140" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="145" lineto="145" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L145" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TSPManager.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TSPManager.php#L149" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L39" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L52" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L53" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "server_url" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="75" lineto="75" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L75" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L79" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="92" lineto="92" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L92" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L93" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="96" lineto="96" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L96" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "curl_info" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L99" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "curl_info" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "curl_info" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L103" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "curl_info" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="104" lineto="104" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L104" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "curl_info" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L107" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L110" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L120" ruleset="moodle" rule="NamingConventions.ValidFunctionName.LowercaseMethod" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Public method name "TimeStampProtocolClient::generateNonce" must be in lower-case letters only</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="136" lineto="136" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L136" ruleset="moodle" rule="NamingConventions.ValidFunctionName.LowercaseMethod" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Protected method name "TimeStampProtocolClient::createTimeStampReq" must be in lower-case letters only</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="136" lineto="136" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L136" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "requestTSAPublicKey" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="137" lineto="137" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L137" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="145" lineto="145" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L145" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="147" lineto="147" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L147" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L149" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="151" lineto="151" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L151" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="152" lineto="152" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L152" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="154" lineto="154" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L154" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="155" lineto="155" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L155" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="161" lineto="161" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L161" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="163" lineto="163" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L163" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L164" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="166" lineto="166" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L166" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="167" lineto="167" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L167" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L169" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="170" lineto="170" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L170" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "requestTSAPublicKey" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="171" lineto="171" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L171" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="175" lineto="175" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L175" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="178" lineto="178" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L178" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/TimeStampProtocolClient.php" linefrom="181" lineto="181" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/TimeStampProtocolClient.php#L181" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L28" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L56" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 133 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L68" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 140 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L68" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="119" lineto="119" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L119" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "courseid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L120" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cmid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L121" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quizid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="122" lineto="122" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L122" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attemptid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="123" lineto="123" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L123" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filenamepattern_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="124" lineto="124" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L124" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "sections_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="125" lineto="125" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L125" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attachments_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="129" lineto="129" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L129" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="131" lineto="131" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L131" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "courseid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L132" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cmid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L133" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quizid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="134" lineto="134" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L134" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attemptid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="135" lineto="135" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L135" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "filenamepattern_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="136" lineto="136" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L136" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "sections_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="137" lineto="137" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L137" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attachments_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L140" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="144" lineto="144" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L144" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="155" lineto="155" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L155" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="160" lineto="160" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L160" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="168" lineto="168" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L168" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="181" lineto="181" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L181" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="188" lineto="188" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L188" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="189" lineto="189" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L189" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 136 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="191" lineto="191" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L191" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L28" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "courseid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cmid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quizid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attemptids_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L103" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="105" lineto="105" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L105" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "courseid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="106" lineto="106" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L106" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "cmid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L107" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quizid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="108" lineto="108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L108" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="108" lineto="108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L108" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attemptids_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L111" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="115" lineto="115" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L115" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="126" lineto="126" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L126" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="130" lineto="130" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L130" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L133" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="139" lineto="139" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L139" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempt_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L140" ruleset="NormalizedArrays" rule="Arrays.CommaAfterLast.MissingMultiLine" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>There should be a comma after the last array item in a multi-line array.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L28" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="78" lineto="78" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L78" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L79" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "backupid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L81" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="83" lineto="83" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L83" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L84" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "backupid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="87" lineto="87" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L87" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="94" lineto="94" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L94" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L99" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L103" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="122" lineto="122" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L122" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L28" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L93" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="94" lineto="94" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L94" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_component_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="95" lineto="95" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L95" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_contextid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="96" lineto="96" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L96" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_userid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="97" lineto="97" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L97" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filearea_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="98" lineto="98" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L98" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filename_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L99" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filepath_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_itemid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="101" lineto="101" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L101" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_sha256sum_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L103" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="105" lineto="105" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L105" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="106" lineto="106" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L106" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_component_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L107" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_contextid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="108" lineto="108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L108" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_userid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="109" lineto="109" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L109" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filearea_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L110" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filename_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L111" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_filepath_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="112" lineto="112" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L112" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_itemid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L113" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "artifact_sha256sum_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="116" lineto="116" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L116" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="130" lineto="130" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L130" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="137" lineto="137" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L137" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L165" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="177" lineto="177" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L177" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="181" lineto="181" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L181" ruleset="Generic" rule="CodeAnalysis.EmptyStatement.DetectedCatch" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Empty CATCH statement detected</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="185" lineto="185" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L185" ruleset="moodle" rule="Commenting.InlineComment.SpacingBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before comment text but found 5; use block comment if you need indentation</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="186" lineto="186" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L186" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L190" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L28" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L29" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="76" lineto="76" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L76" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="77" lineto="77" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L77" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "status_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L79" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L81" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="82" lineto="82" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L82" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "status_raw" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L88" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L111" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L41" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "quiz_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L43" ruleset="moodle" rule="NamingConventions.ValidVariableName.MemberNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Member variable "num_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="51" lineto="51" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L51" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="51" lineto="51" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L51" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L52" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "quiz_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L53" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "num_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="66" lineto="66" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L66" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="70" lineto="70" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L70" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="76" lineto="76" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L76" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L79" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="82" lineto="82" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L82" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L111" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L132" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L165" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 167 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="183" lineto="183" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L183" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 175 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="214" lineto="214" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L214" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="227" lineto="227" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L227" ruleset="Squiz" rule="Scope.MethodScope.Missing" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Visibility must be declared on method "validation"</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/archive_quiz_form.php" linefrom="230" lineto="230" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/archive_quiz_form.php#L230" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L48" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L52" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L53" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L56" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L58" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L59" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L59" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 162 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L61" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L64" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="65" lineto="65" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L65" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L73" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L74" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="77" lineto="77" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L77" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L80" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L81" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="83" lineto="83" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L83" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="87" lineto="87" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L87" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="94" lineto="94" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L94" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/artifact_delete_form.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/artifact_delete_form.php#L100" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L48" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L52" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L53" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L54" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L55" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L57" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L59" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L60" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L60" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 162 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="63" lineto="63" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L63" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="66" lineto="66" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L66" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="67" lineto="67" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L67" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="75" lineto="75" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L75" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="78" lineto="78" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L78" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L79" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L81" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="85" lineto="85" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L85" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="91" lineto="91" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L91" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_delete_form.php" linefrom="97" lineto="97" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_delete_form.php#L97" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="45" lineto="45" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L45" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L46" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L47" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L48" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="51" lineto="51" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L51" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_head" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L52" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_msg" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L54" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "warn_details" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L58" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L64" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/form/job_sign_form.php" linefrom="70" lineto="70" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/form/job_sign_form.php#L70" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_archive_filename_pattern.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_archive_filename_pattern.php#L37" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_archive_filename_pattern.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_archive_filename_pattern.php#L43" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_attempt_filename_pattern.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_attempt_filename_pattern.php#L37" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_attempt_filename_pattern.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_attempt_filename_pattern.php#L43" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/util.php" linefrom="35" lineto="35" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/util.php#L35" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/util.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/util.php#L43" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/util.php" linefrom="67" lineto="67" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/util.php#L67" ruleset="Generic" rule="Files.EndFileNewline.NotFound" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>File must end with a newline character</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="72" lineto="72" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L72" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 154 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L73" ruleset="moodle" rule="Strings.ForbiddenStrings.Found" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>The use of the AS keyword to alias tables is bad for cross-db</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L73" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 138 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="107" lineto="107" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L107" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 141 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="143" lineto="143" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L143" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="144" lineto="144" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L144" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 240 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="146" lineto="146" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L146" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="159" lineto="159" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L159" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "download_title" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="159" lineto="159" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L159" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 165 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="160" lineto="160" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L160" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "download_title" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="160" lineto="160" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L160" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "download_title" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="160" lineto="160" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L160" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 198 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="162" lineto="162" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L162" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Line exceeds maximum limit of 180 characters; contains 209 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L165" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="172" lineto="172" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L172" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 159 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L37" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L54" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L57" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L93" ruleset="moodle" rule="Commenting.InlineComment.SpacingBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected 1 space before comment text but found 7; use block comment if you need indentation</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L110" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="144" lineto="144" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L144" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="145" lineto="145" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L145" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtxBase" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="147" lineto="147" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L147" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "ctxData" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L149" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="166" lineto="166" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L166" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="168" lineto="168" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L168" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L169" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L169" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtxBase" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="171" lineto="171" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L171" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="172" lineto="172" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L172" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="179" lineto="179" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L179" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="180" lineto="180" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L180" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="187" lineto="187" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L187" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="188" lineto="188" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L188" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="189" lineto="189" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L189" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="189" lineto="189" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L189" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L190" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L190" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L193" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="194" lineto="194" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L194" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="201" lineto="201" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L201" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="202" lineto="202" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L202" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tsp_data" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="207" lineto="207" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L207" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="213" lineto="213" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L213" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="237" lineto="237" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L237" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "subCtxBase" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="255" lineto="255" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L255" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="272" lineto="272" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L272" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="297" lineto="297" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L297" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="306" lineto="306" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L306" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/privacy/provider.php" linefrom="315" lineto="315" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/privacy/provider.php#L315" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php#L30" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php#L56" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php#L57" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php#L60" ruleset="Generic" rule="Files.EndFileNewline.NotFound" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>File must end with a newline character</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/cleanup_temp_files.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/cleanup_temp_files.php#L30" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/cleanup_temp_files.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/cleanup_temp_files.php#L55" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/cleanup_temp_files.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/cleanup_temp_files.php#L56" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "files_deleted" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/cleanup_temp_files.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/cleanup_temp_files.php#L59" ruleset="Generic" rule="Files.EndFileNewline.NotFound" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>File must end with a newline character</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/install.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/install.php#L26" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/tasks.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/tasks.php#L25" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/tasks.php" linefrom="44" lineto="44" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/tasks.php#L44" ruleset="Generic" rule="Files.EndFileNewline.NotFound" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>File must end with a newline character</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/uninstall.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/uninstall.php#L26" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L26" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="77" lineto="77" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L77" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "old_key" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="78" lineto="78" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L78" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "new_key" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L81" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "old_key" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="82" lineto="82" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L82" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "new_key" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="89" lineto="89" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L89" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="95" lineto="95" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L95" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/db/upgrade.php" linefrom="105" lineto="105" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/db/upgrade.php#L105" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L32" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L37" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L43" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="87" lineto="87" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L87" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L120" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="137" lineto="137" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L137" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="157" lineto="157" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L157" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="162" lineto="162" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L162" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="187" lineto="187" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L187" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="192" lineto="192" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L192" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/de/quiz_archiver.php" linefrom="210" lineto="210" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/de/quiz_archiver.php#L210" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L32" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L37" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L43" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="87" lineto="87" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L87" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="119" lineto="119" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L119" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="136" lineto="136" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L136" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="156" lineto="156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L156" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="161" lineto="161" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L161" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="185" lineto="185" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L185" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L190" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lang/en/quiz_archiver.php" linefrom="208" lineto="208" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lang/en/quiz_archiver.php#L208" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lib.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lib.php#L25" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalNotNeeded" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lib.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lib.php#L53" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lib.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lib.php#L58" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lib.php" linefrom="63" lineto="63" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lib.php#L63" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/lib.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/lib.php#L73" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/patch_401_class_renames.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/patch_401_class_renames.php#L27" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/patch_401_class_renames.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/patch_401_class_renames.php#L30" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/patch_401_class_renames.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/patch_401_class_renames.php#L32" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/patch_401_class_renames.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/patch_401_class_renames.php#L46" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/patch_401_class_renames.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/patch_401_class_renames.php#L46" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L25" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L26" ruleset="moodle" rule="Files.MoodleInternal.MoodleInternalGlobalState" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="93" lineto="93" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L93" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="98" lineto="98" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L98" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L100" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="102" lineto="102" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L102" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="106" lineto="106" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L106" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L110" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L111" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="114" lineto="114" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L114" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="119" lineto="119" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L119" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L121" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "arfifact_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="123" lineto="123" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L123" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "arfifact_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="127" lineto="127" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L127" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "arfifact_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="131" lineto="131" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L131" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L132" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "arfifact_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="135" lineto="135" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L135" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "arfifact_delete_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L140" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="142" lineto="142" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L142" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_sign_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="144" lineto="144" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L144" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_sign_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L148" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_sign_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="152" lineto="152" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L152" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L153" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_sign_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="154" lineto="154" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L154" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tspManager" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="155" lineto="155" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L155" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_log_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="156" lineto="156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L156" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tspManager" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="157" lineto="157" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L157" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="160" lineto="160" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L160" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_log_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L164" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tspManager" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L165" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="168" lineto="168" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L168" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_log_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="171" lineto="171" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L171" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="174" lineto="174" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L174" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_log_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="177" lineto="177" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L177" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="180" lineto="180" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L180" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobid_log_str" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="185" lineto="185" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L185" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_sign_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L190" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="192" lineto="192" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L192" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L193" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="197" lineto="197" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L197" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="198" lineto="198" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L198" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="202" lineto="202" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L202" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="205" lineto="205" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L205" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="209" lineto="209" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L209" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="221" lineto="221" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L221" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="227" lineto="227" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L227" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="234" lineto="234" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L234" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="236" lineto="236" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L236" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="239" lineto="239" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L239" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="239" lineto="239" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L239" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_quiz_form" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="242" lineto="242" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L242" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="243" lineto="243" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L243" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="244" lineto="244" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L244" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="249" lineto="249" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L249" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobtbl_html" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="251" lineto="251" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L251" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="251" lineto="251" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L251" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "jobtbl_html" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="253" lineto="253" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L253" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="254" lineto="254" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L254" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="255" lineto="255" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L255" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="286" lineto="286" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L286" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="287" lineto="287" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L287" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 155 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="296" lineto="296" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L296" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="301" lineto="301" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L301" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="302" lineto="302" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L302" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameLowerCase" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "tplCtx" must be all lower-case</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="327" lineto="327" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L327" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="328" lineto="328" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L328" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="329" lineto="329" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L329" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_keep_html_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="330" lineto="330" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L330" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "paper_format" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="331" lineto="331" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L331" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_quiz_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="332" lineto="332" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L332" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_course_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="333" lineto="333" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L333" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_filename_pattern" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="334" lineto="334" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L334" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempts_filename_pattern" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="335" lineto="335" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L335" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="342" lineto="342" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L342" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="344" lineto="344" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L344" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="355" lineto="355" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L355" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="366" lineto="366" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L366" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="369" lineto="369" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L369" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="370" lineto="370" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L370" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_archive_quiz_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="371" lineto="371" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L371" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="372" lineto="372" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L372" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_archive_quiz_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="375" lineto="375" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L375" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="376" lineto="376" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L376" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "paper_format" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="377" lineto="377" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L377" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_keep_html_files" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="378" lineto="378" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L378" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "attempts_filename_pattern" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="382" lineto="382" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L382" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="383" lineto="383" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L383" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="384" lineto="384" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L384" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_quiz_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="384" lineto="384" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L384" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_course_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="385" lineto="385" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L385" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="387" lineto="387" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L387" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_quiz_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="388" lineto="388" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L388" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="391" lineto="391" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L391" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_course_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="392" lineto="392" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L392" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="396" lineto="396" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L396" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="397" lineto="397" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L397" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="398" lineto="398" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L398" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="399" lineto="399" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L399" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="399" lineto="399" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L399" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="400" lineto="400" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L400" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="401" lineto="401" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L401" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "report_sections" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="401" lineto="401" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L401" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "section_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="401" lineto="401" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L401" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "section_value" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="402" lineto="402" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L402" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="402" lineto="402" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L402" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "section_name" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="402" lineto="402" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L402" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "section_value" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="405" lineto="405" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L405" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="405" lineto="405" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L405" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_quiz_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="406" lineto="406" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L406" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="406" lineto="406" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L406" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "export_course_backup" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="407" lineto="407" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L407" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="407" lineto="407" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L407" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="408" lineto="408" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L408" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="409" lineto="409" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L409" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="409" lineto="409" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L409" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="412" lineto="412" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L412" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="415" lineto="415" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L415" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="421" lineto="421" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L421" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "archive_filename_pattern" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="421" lineto="421" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L421" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 146 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="423" lineto="423" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L423" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_archive_quiz_attempts" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="424" lineto="424" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L424" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="427" lineto="427" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L427" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="429" lineto="429" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L429" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="434" lineto="434" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L434" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "retention_seconds" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="437" lineto="437" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L437" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_settings" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="438" lineto="438" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L438" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "job_metadata" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="441" lineto="441" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L441" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="442" lineto="442" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L442" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/report.php" linefrom="443" lineto="443" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/report.php#L443" ruleset="moodle" rule="NamingConventions.ValidVariableName.VariableNameUnderscore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Variable "task_moodle_backups" must not contain underscores.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L41" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L47" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L88" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L153" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 178 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L169" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 178 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/settings.php" linefrom="198" lineto="198" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/settings.php#L198" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must end in full-stops, exclamation marks, or question marks</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/version.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/version.php#L32" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Inline comments must start with a capital letter, digit or 3-dots sequence</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/version.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/version.php#L32" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 58% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/version.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/version.php#L32" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>No space found before comment text; expected "// $plugin-&gt;incompatible = 402;" but found "//$plugin-&gt;incompatible = 402;"</message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="js" title="Javascript coding style problems" url="https://docs.moodle.org/dev/Javascript/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by eslint</description>
    <mess/>
  </check>
  <check id="css" title="CSS problems" url="https://docs.moodle.org/dev/CSS_coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows CSS problems detected by stylelint</description>
    <mess/>
  </check>
  <check id="phpdoc" title="PHPDocs style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="26" numwarnings="2" allowfiltering="1">
    <description>This section shows the phpdocs problems detected in the code by local_moodlecheck</description>
    <mess>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="717" lineto="717" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L717" ruleset="moodle" rule="functiondescription" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>There is no description in phpdocs for function get_status</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="800" lineto="800" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L800" ruleset="moodle" rule="functiondescription" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>There is no description in phpdocs for function get_artifact_checksum</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="124" lineto="124" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L124" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function ArchiveJob::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="175" lineto="175" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L175" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function ArchiveJob::create has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="729" lineto="729" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L729" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function ArchiveJob::get_status_display_args has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="1002" lineto="1002" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L1002" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function ArchiveJob::generate_archive_filename has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="180" lineto="180" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L180" ruleset="moodle" rule="phpdocsinvalidtag" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Invalid phpdocs tag @params used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/ArchiveJob.php" linefrom="505" lineto="505" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/ArchiveJob.php#L505" ruleset="moodle" rule="phpdocsinvalidtag" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Invalid phpdocs tag @returns used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/BackupManager.php" linefrom="115" lineto="115" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/BackupManager.php#L115" ruleset="moodle" rule="functiondescription" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>There is no description in phpdocs for function get_type</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/FileManager.php" linefrom="324" lineto="324" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/FileManager.php#L324" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function FileManager::extract_attempt_data_from_artifact has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L52" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function RemoteArchiveWorker::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/RemoteArchiveWorker.php" linefrom="67" lineto="67" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/RemoteArchiveWorker.php#L67" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function RemoteArchiveWorker::enqueue_archive_job has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/generate_attempt_report.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/generate_attempt_report.php#L103" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function generate_attempt_report::execute has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_attempts_metadata.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_attempts_metadata.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/get_backup_status.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/get_backup_status.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/process_uploaded_artifact.php#L40" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for class process_uploaded_artifact</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/external/update_job_status.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/external/update_job_status.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_configcheckbox_alwaystrue.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_configcheckbox_alwaystrue.php#L29" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Function admin_setting_configcheckbox_alwaystrue::get_setting is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_configcheckbox_alwaystrue.php" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/local/admin/setting/admin_setting_configcheckbox_alwaystrue.php#L33" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Function admin_setting_configcheckbox_alwaystrue::is_readonly is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="91" lineto="91" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L91" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function job_overview_table::col_timecreated has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="101" lineto="101" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L101" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function job_overview_table::col_status has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L113" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function job_overview_table::col_user has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="124" lineto="124" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L124" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function job_overview_table::col_filesize has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/output/job_overview_table.php" linefrom="135" lineto="135" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/output/job_overview_table.php#L135" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function job_overview_table::col_actions has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/autodelete_job_artifacts.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/classes/task/cleanup_temp_files.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/classes/task/cleanup_temp_files.php#L17" ruleset="moodle" rule="phpdocsfistline" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>No one-line description found in phpdocs for file</message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="savepoint" title="Update savepoints problems" url="https://docs.moodle.org/dev/Upgrade_API" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected with the handling of upgrade savepoints</description>
    <mess/>
  </check>
  <check id="thirdparty" title="Third party library modification problems" url="https://docs.moodle.org/dev/Peer_reviewing#Third_party_code" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows problems detected with the modification of third party libraries</description>
    <mess/>
  </check>
  <check id="grunt" title="grunt changes" url="https://docs.moodle.org/dev/Grunt" numerrors="0" numwarnings="0" allowfiltering="0">
    <description>This section shows files built by grunt and not commited</description>
    <mess/>
  </check>
  <check id="shifter" title="shifter problems" url="https://docs.moodle.org/dev/YUI/Shifter" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected by shifter</description>
    <mess/>
  </check>
  <check id="mustache" title="Mustache template problems" url="https://docs.moodle.org/dev/Templates" numerrors="2" numwarnings="0" allowfiltering="0">
    <description>This section shows problems detected in mustache templates</description>
    <mess>
      <problem file="mod/quiz/report/archiver/templates/job_details.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/templates/job_details.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="error" weight="5">
        <message>Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/quiz/report/archiver/templates/overview.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/efbd2012eee4eb631d2fe3235ffe439cab759d47/mod/quiz/report/archiver/templates/overview.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="error" weight="5">
        <message>Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error </message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="gherkin" title="Gherkin .feature problems" url="https://docs.moodle.org/dev/Writing_acceptance_tests" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows problems detected in behat .feature files</description>
    <mess/>
  </check>
</smurf>
