<?xml version="1.0"?>
<smurf version="0.9.1" numerrors="500" numwarnings="382">
  <summary status="error" numerrors="500" numwarnings="382" condensedresult="smurf,error,500,382:phplint,success,0,0;phpcs,error,5,190;js,warning,0,130;css,success,0,0;phpdoc,error,495,7;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,warning,0,55">
    <detail name="phplint" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpcs" status="error" numerrors="5" numwarnings="190"/>
    <detail name="js" status="warning" numerrors="0" numwarnings="130"/>
    <detail name="css" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpdoc" status="error" numerrors="495" numwarnings="7"/>
    <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="warning" numerrors="0" numwarnings="55"/>
  </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="5" numwarnings="190" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by phpcs</description>
    <mess>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="304" lineto="304" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L304" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 142 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="413" lineto="413" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L413" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 135 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="438" lineto="438" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L438" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 139 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="457" lineto="457" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L457" 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/booking/classes/booking.php" linefrom="131" lineto="131" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L131" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 50% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L132" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 67% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L133" 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/booking/classes/booking.php" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L133" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 70% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L190" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 142 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="204" lineto="204" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L204" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 134 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="236" lineto="236" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L236" 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/booking/classes/booking.php" linefrom="251" lineto="251" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L251" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 170 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="284" lineto="284" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L284" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 147 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="299" lineto="299" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L299" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 137 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="333" lineto="333" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L333" 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/booking/classes/booking_option.php" linefrom="141" lineto="141" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L141" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="142" lineto="142" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L142" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="146" lineto="146" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L146" 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/booking/classes/booking_option.php" linefrom="150" lineto="150" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L150" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="154" lineto="154" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L154" 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/booking/classes/booking_option.php" linefrom="157" lineto="157" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L157" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 164 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="311" lineto="311" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L311" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 134 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="448" lineto="448" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.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/booking/classes/booking_option.php" linefrom="531" lineto="531" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L531" 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/booking/classes/booking_option.php" linefrom="585" lineto="585" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L585" 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/booking/classes/booking_option.php" linefrom="718" lineto="718" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L718" 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/booking/classes/booking_option.php" linefrom="852" lineto="852" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L852" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 137 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="1370" lineto="1370" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L1370" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 135 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="1489" lineto="1489" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L1489" 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/booking/classes/booking_tags.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L26" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L30" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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 168 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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 143 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L74" 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/booking/classes/calendar.php" linefrom="78" lineto="78" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L78" 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/booking/classes/calendar.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L79" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 153 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L80" 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/booking/classes/calendar.php" linefrom="84" lineto="84" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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 144 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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/booking/classes/calendar.php" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="156" lineto="156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.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/booking/classes/calendar.php" linefrom="161" lineto="161" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L161" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/booking_cancelled.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/booking_cancelled.php#L52" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L52" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 153 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_created.php" linefrom="65" lineto="65" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_created.php#L65" ruleset="Generic" rule="CodeAnalysis.UselessOverridingMethod.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Possible useless method overriding detected</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L41" 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/booking/classes/event/bookingoption_deleted.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.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/booking/classes/event/bookingoption_deleted.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L41" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 48% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L64" ruleset="Generic" rule="CodeAnalysis.UselessOverridingMethod.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Possible useless method overriding detected</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L41" 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/booking/classes/event/bookingoption_updated.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.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/booking/classes/event/bookingoption_updated.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L41" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 48% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L64" ruleset="Generic" rule="CodeAnalysis.UselessOverridingMethod.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Possible useless method overriding detected</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/existing_subscriber_selector.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/existing_subscriber_selector.php#L28" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L149" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 135 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L88" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 170 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="134" lineto="134" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.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/booking/classes/form/option_form.php" linefrom="134" lineto="134" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L134" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 57% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="234" lineto="234" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L234" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 137 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="350" lineto="350" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L350" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="375" lineto="375" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L375" 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/booking/classes/form/subscribeusersctivity.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L29" 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/booking/classes/form/subscribeusersctivity.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L39" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 137 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L39" 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/booking/classes/form/subscribeusersctivity.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.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/booking/classes/ical.php" linefrom="236" lineto="236" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L236" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/observer.php" linefrom="85" lineto="85" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L85" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 161 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/observer.php" linefrom="87" lineto="87" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L87" 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/booking/classes/observer.php" linefrom="100" lineto="100" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L100" 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/booking/classes/observer.php" linefrom="111" lineto="111" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L111" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 150 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/observer.php" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L133" 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/booking/classes/observer.php" linefrom="142" lineto="142" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L142" 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/booking/classes/optiontemplatessettings_table.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L22" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="52" lineto="52" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L52" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 149 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L90" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 157 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="195" lineto="195" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L195" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 176 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="198" lineto="198" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L198" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 149 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="287" lineto="287" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.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 136 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="295" lineto="295" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L295" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 150 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="299" lineto="299" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L299" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 134 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/renderer.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/renderer.php#L42" 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/booking/classes/potential_subscriber_selector.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/potential_subscriber_selector.php#L28" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/privacy/provider.php" linefrom="36" lineto="36" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/privacy/provider.php#L36" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/generator.php" linefrom="327" lineto="327" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/generator.php#L327" 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/booking/classes/signinsheet/generator.php" linefrom="575" lineto="575" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/generator.php#L575" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L42" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 143 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L57" 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/booking/classes/site_overview.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.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/booking/classes/subscriber_selector_base.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/subscriber_selector_base.php#L28" ruleset="moodle" rule="Files.MoodleInternal" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected MOODLE_INTERNAL check or config.php inclusion</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/enrol_bookedusers_tocourse.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/enrol_bookedusers_tocourse.php#L19" ruleset="moodle" rule="Files.MoodleInternal" 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/booking/classes/task/send_confirmation_mails.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/send_confirmation_mails.php#L17" ruleset="moodle" rule="Files.MoodleInternal" 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/booking/classes/utils/csv_import.php" linefrom="204" lineto="204" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L204" 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/booking/classes/utils/csv_import.php" linefrom="288" lineto="288" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.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/booking/db/upgrade.php" linefrom="1867" lineto="1867" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/upgrade.php#L1867" 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/booking/db/upgrade.php" linefrom="1926" lineto="1926" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/upgrade.php#L1926" 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/booking/editoptions.php" linefrom="45" lineto="45" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/editoptions.php#L45" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/editoptions.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/editoptions.php#L55" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 147 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L19" ruleset="moodle" rule="Files.RequireLogin" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutions_rest.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutions_rest.php#L16" ruleset="moodle" rule="Files.MoodleInternal" 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/booking/lang/en/booking.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L17" 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/booking/lang/en/booking.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L17" 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/booking/lang/en/booking.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L20" 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/booking/lang/en/booking.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L20" 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/booking/lang/en/booking.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L26" 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/booking/lang/en/booking.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L26" 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/booking/lang/en/booking.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L30" 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/booking/lang/en/booking.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L34" 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/booking/lang/en/booking.php" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L34" 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/booking/lang/en/booking.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L113" 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/booking/lang/en/booking.php" linefrom="113" lineto="113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L121" 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/booking/lang/en/booking.php" linefrom="151" lineto="151" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="166" lineto="166" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="166" lineto="166" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="235" lineto="235" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L235" 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/booking/lang/en/booking.php" linefrom="235" lineto="235" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="246" lineto="246" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L246" 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/booking/lang/en/booking.php" linefrom="246" lineto="246" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L246" 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/booking/lang/en/booking.php" linefrom="251" lineto="251" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L251" 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/booking/lang/en/booking.php" linefrom="251" lineto="251" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L251" 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/booking/lang/en/booking.php" linefrom="734" lineto="734" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L734" 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/booking/lang/en/booking.php" linefrom="734" lineto="734" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L734" 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/booking/lang/en/booking.php" linefrom="761" lineto="761" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L761" 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/booking/lang/en/booking.php" linefrom="761" lineto="761" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L761" 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/booking/lang/en/booking.php" linefrom="775" lineto="775" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L775" 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/booking/lang/en/booking.php" linefrom="884" lineto="884" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L884" 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/booking/lang/en/booking.php" linefrom="884" lineto="884" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L884" 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/booking/lang/en/booking.php" linefrom="975" lineto="975" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L975" 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/booking/lang/en/booking.php" linefrom="985" lineto="985" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L985" 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/booking/lang/en/booking.php" linefrom="985" lineto="985" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L985" 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/booking/lang/en/booking.php" linefrom="988" lineto="988" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L988" 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/booking/lang/en/booking.php" linefrom="988" lineto="988" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L988" 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/booking/lang/en/booking.php" linefrom="993" lineto="993" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L993" 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/booking/lang/en/booking.php" linefrom="993" lineto="993" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L993" 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/booking/lang/en/booking.php" linefrom="1000" lineto="1000" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1000" 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/booking/lang/en/booking.php" linefrom="1000" lineto="1000" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1000" 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/booking/lang/en/booking.php" linefrom="1003" lineto="1003" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1003" 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/booking/lang/en/booking.php" linefrom="1003" lineto="1003" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1003" 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/booking/lang/en/booking.php" linefrom="1006" lineto="1006" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1006" 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/booking/lang/en/booking.php" linefrom="1006" lineto="1006" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1006" 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/booking/lang/en/booking.php" linefrom="1010" lineto="1010" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1010" 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/booking/lang/en/booking.php" linefrom="1010" lineto="1010" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.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/booking/lang/en/booking.php" linefrom="1016" lineto="1016" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1016" 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/booking/lang/en/booking.php" linefrom="1016" lineto="1016" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1016" 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/booking/lang/en/booking.php" linefrom="1024" lineto="1024" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1024" 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/booking/lang/en/booking.php" linefrom="1024" lineto="1024" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1024" 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/booking/lang/en/booking.php" linefrom="1030" lineto="1030" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1030" 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/booking/lang/en/booking.php" linefrom="1030" lineto="1030" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1030" 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/booking/lang/en/booking.php" linefrom="1038" lineto="1038" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1038" 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/booking/lang/en/booking.php" linefrom="1038" lineto="1038" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1038" 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/booking/lang/en/booking.php" linefrom="1048" lineto="1048" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1048" 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/booking/lang/en/booking.php" linefrom="1082" lineto="1082" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1082" 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/booking/lang/en/booking.php" linefrom="1104" lineto="1104" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1104" 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/booking/lang/en/booking.php" linefrom="1104" lineto="1104" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1104" 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/booking/lang/en/booking.php" linefrom="1108" lineto="1108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1108" 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/booking/lang/en/booking.php" linefrom="1108" lineto="1108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1108" 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/booking/lang/en/booking.php" linefrom="1113" lineto="1113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1113" 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/booking/lang/en/booking.php" linefrom="1113" lineto="1113" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1113" 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/booking/lang/en/booking.php" linefrom="1124" lineto="1124" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1124" 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/booking/lang/en/booking.php" linefrom="1124" lineto="1124" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L1124" 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/booking/lib.php" linefrom="115" lineto="115" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L115" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 151 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="263" lineto="263" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L263" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 150 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="739" lineto="739" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L739" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 169 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="743" lineto="743" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L743" 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/booking/lib.php" linefrom="807" lineto="807" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L807" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 161 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1213" lineto="1213" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1213" ruleset="PHPCompatibility" rule="FunctionUse.ArgumentFunctionsReportCurrentValue.Changed" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="5">
        <message>Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$subject" was changed on line 1063.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1706" lineto="1706" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1706" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 147 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1707" lineto="1707" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1707" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 150 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1708" lineto="1708" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1708" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 149 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1709" lineto="1709" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1709" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 150 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1710" lineto="1710" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1710" 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/booking/lib.php" linefrom="1951" lineto="1951" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1951" 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/booking/lib.php" linefrom="2079" lineto="2079" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2079" 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/booking/lib.php" linefrom="2079" lineto="2079" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2079" 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/booking/lib.php" linefrom="2079" lineto="2079" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2079" ruleset="Squiz" rule="PHP.CommentedOutCode.Found" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>This comment is 45% valid code; is this commented out code?</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="204" lineto="204" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L204" 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/booking/mod_form.php" linefrom="625" lineto="625" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L625" 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/booking/mybookings.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mybookings.php#L16" ruleset="moodle" rule="Files.RequireLogin" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mybookings.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mybookings.php#L61" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbooking.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbooking.php#L61" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 152 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbooking.php" linefrom="62" lineto="62" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbooking.php#L62" 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/booking/rating_rest.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/rating_rest.php#L16" ruleset="moodle" rule="Files.MoodleInternal" 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/booking/report.php" linefrom="497" lineto="497" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/report.php#L497" 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/booking/report.php" linefrom="611" lineto="611" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/report.php#L611" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 160 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusersctivity.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusersctivity.php#L50" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 135 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_form.php#L17" ruleset="moodle" rule="Files.RequireLogin" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_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 139 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/booking_option_test.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/booking_option_test.php#L58" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 166 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/events_test.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/events_test.php#L55" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 147 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/lib_test.php" linefrom="51" lineto="51" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/lib_test.php#L51" 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/booking/view.php" linefrom="455" lineto="455" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/view.php#L455" 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/booking/view.php" linefrom="456" lineto="456" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/view.php#L456" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 148 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/view.php" linefrom="535" lineto="535" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/view.php#L535" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/view.php" linefrom="752" lineto="752" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/view.php#L752" ruleset="moodle" rule="Files.LineLength.TooLong" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Line exceeds 132 characters; contains 158 characters</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="130" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by eslint</description>
    <mess>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L34" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L34" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L34" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L34" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L37" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/institutionautocomplete.js" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/institutionautocomplete.js#L37" ruleset="eslint" rule="rules.space-in-parens" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no spaces inside this paren. (space-in-parens)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L25" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L30" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L34" ruleset="eslint" rule="rules.require-jsdoc" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing JSDoc comment. (require-jsdoc)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L37" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L50" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L55" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L64" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="75" lineto="75" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L75" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L80" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space after '{'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L80" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space before '}'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L88" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L99" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="108" lineto="108" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L108" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="116" lineto="116" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L116" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="125" lineto="125" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L125" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="129" lineto="129" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L129" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="133" lineto="133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L133" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="136" lineto="136" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L136" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="140" lineto="140" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L140" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="143" lineto="143" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L143" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L148" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L153" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="158" lineto="158" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L158" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="163" lineto="163" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L163" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L165" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space after '{'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L165" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space before '}'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="167" lineto="167" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L167" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="173" lineto="173" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L173" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="177" lineto="177" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L177" ruleset="eslint" rule="rules.brace-style" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Statement inside of curly braces should be on next line. (brace-style)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="177" lineto="177" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L177" ruleset="eslint" rule="rules.brace-style" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="191" lineto="191" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L191" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L193" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space after '{'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L193" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space before '}'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="196" lineto="196" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L196" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="208" lineto="208" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L208" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="217" lineto="217" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L217" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="219" lineto="219" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L219" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="227" lineto="227" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L227" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="238" lineto="238" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L238" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="240" lineto="240" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L240" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="243" lineto="243" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L243" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="248" lineto="248" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L248" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="254" lineto="254" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L254" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="259" lineto="259" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L259" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="261" lineto="261" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L261" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="267" lineto="267" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L267" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="277" lineto="277" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L277" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="299" lineto="299" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L299" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="308" lineto="308" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L308" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="321" lineto="321" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L321" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="327" lineto="327" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L327" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="337" lineto="337" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L337" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="349" lineto="349" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L349" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="362" lineto="362" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L362" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="370" lineto="370" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L370" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="382" lineto="382" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L382" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="390" lineto="390" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L390" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="394" lineto="394" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L394" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="397" lineto="397" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L397" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="403" lineto="403" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L403" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="423" lineto="423" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L423" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="428" lineto="428" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L428" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="431" lineto="431" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L431" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="434" lineto="434" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L434" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="444" lineto="444" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L444" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="465" lineto="465" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L465" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="475" lineto="475" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L475" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="488" lineto="488" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L488" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="498" lineto="498" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L498" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="511" lineto="511" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L511" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="514" lineto="514" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L514" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="517" lineto="517" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L517" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="520" lineto="520" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L520" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="523" lineto="523" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L523" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="526" lineto="526" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L526" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="535" lineto="535" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L535" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="545" lineto="545" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L545" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="546" lineto="546" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L546" ruleset="eslint" rule="rules.consistent-return" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Expected to return a value at the end of function. (consistent-return)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="546" lineto="546" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L546" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="549" lineto="549" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L549" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="554" lineto="554" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L554" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="560" lineto="560" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L560" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="567" lineto="567" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L567" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="579" lineto="579" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L579" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'theme'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="580" lineto="580" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L580" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'initialRating'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="580" lineto="580" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L580" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="581" lineto="581" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L581" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'allowEmpty'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="581" lineto="581" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L581" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="582" lineto="582" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L582" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'emptyValue'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="582" lineto="582" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L582" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="583" lineto="583" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L583" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'showValues'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="583" lineto="583" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L583" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="584" lineto="584" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L584" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'showSelectedRating'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="584" lineto="584" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L584" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="585" lineto="585" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L585" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'deselectable'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="585" lineto="585" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L585" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="586" lineto="586" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L586" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'reverse'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="586" lineto="586" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L586" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="587" lineto="587" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L587" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'readonly'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="587" lineto="587" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L587" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="588" lineto="588" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L588" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'fastClicks'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="588" lineto="588" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L588" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="589" lineto="589" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L589" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'hoverState'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="589" lineto="589" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L589" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="590" lineto="590" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L590" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'silent'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="590" lineto="590" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L590" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="591" lineto="591" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L591" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'triggerChange'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="591" lineto="591" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L591" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="592" lineto="592" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L592" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'onSelect'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="592" lineto="592" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L592" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="595" lineto="595" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L595" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="596" lineto="596" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L596" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'onClear'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="596" lineto="596" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L596" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="598" lineto="598" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L598" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="599" lineto="599" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L599" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Missing space before value for key 'onDestroy'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="599" lineto="599" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L599" ruleset="eslint" rule="rules.space-before-function-paren" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unexpected space before function parentheses. (space-before-function-paren)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/jquery.barrating.js" linefrom="601" lineto="601" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/jquery.barrating.js#L601" ruleset="eslint" rule="rules.capitalized-comments" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Comments should not begin with a lowercase character (capitalized-comments)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L29" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Extra space after key 'setup'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L33" ruleset="eslint" rule="rules.keyword-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Expected space(s) after "if". (keyword-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L42" ruleset="eslint" rule="rules.space-unary-ops" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L46" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space after '{'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L46" ruleset="eslint" rule="rules.object-curly-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>There should be no space before '}'. (object-curly-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L58" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Extra space after key 'scrollTop'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/amd/src/view_actions.js" linefrom="66" lineto="66" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/amd/src/view_actions.js#L66" ruleset="eslint" rule="rules.key-spacing" url="https://docs.moodle.org/dev/Javascript/Coding_style" type="warning" weight="1">
        <message>Extra space after key 'scrollTop'. (key-spacing)</message>
        <description/>
        <code/>
      </problem>
    </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="495" numwarnings="7" allowfiltering="1">
    <description>This section shows the phpdocs problems detected in the code by local_moodlecheck</description>
    <mess>
      <problem file="mod/booking/backup/moodle2/backup_booking_activity_task.class.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_activity_task.class.php#L16" 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/booking/backup/moodle2/backup_booking_activity_task.class.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_activity_task.class.php#L50" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function backup_booking_activity_task::encode_content_links has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_activity_task.class.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_activity_task.class.php#L29" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class backup_booking_activity_task does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_activity_task.class.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_activity_task.class.php#L29" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class backup_booking_activity_task does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_activity_task.class.php" linefrom="18" lineto="18" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_activity_task.class.php#L18" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package moodlecore is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_settingslib.php" linefrom="18" lineto="18" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_settingslib.php#L18" 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/booking/backup/moodle2/backup_booking_settingslib.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_settingslib.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package moodlecore is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_stepslib.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_stepslib.php#L32" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function backup_booking_activity_structure_step::define_structure is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_stepslib.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_stepslib.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/booking/backup/moodle2/backup_booking_stepslib.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_stepslib.php#L27" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class backup_booking_activity_structure_step does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_stepslib.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_stepslib.php#L27" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class backup_booking_activity_structure_step does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/backup_booking_stepslib.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/backup_booking_stepslib.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package moodlecore is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_activity_task.class.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_activity_task.class.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/booking/backup/moodle2/restore_booking_activity_task.class.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_activity_task.class.php#L28" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class restore_booking_activity_task does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_activity_task.class.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_activity_task.class.php#L28" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class restore_booking_activity_task does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_activity_task.class.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_activity_task.class.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package moodlecore is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L32" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::define_structure is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L60" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L73" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_option is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="86" lineto="86" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L86" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_answer is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L99" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_optiondate is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="110" lineto="110" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L110" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_teacher is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="121" lineto="121" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L121" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_category is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="130" lineto="130" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L130" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_tag is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="139" lineto="139" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L139" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_institution is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L148" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_other is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="157" lineto="157" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L157" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::process_booking_customfield is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="169" lineto="169" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L169" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function restore_booking_activity_structure_step::after_execute is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.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/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L27" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class restore_booking_activity_structure_step does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="27" lineto="27" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L27" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class restore_booking_activity_structure_step does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/backup/moodle2/restore_booking_stepslib.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/backup/moodle2/restore_booking_stepslib.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package moodlecore is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categories.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categories.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoriesform.class.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoriesform.class.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoriesform.class.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoriesform.class.php#L22" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_categories_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoriesform.class.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoriesform.class.php#L24" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_categories_form::show_sub_categories is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoriesform.class.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoriesform.class.php#L39" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_categories_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoriesform.class.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoriesform.class.php#L22" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_categories_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/category.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/category.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/categoryadd.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/categoryadd.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/GoogleUrlApi.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/GoogleUrlApi.php#L26" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class GoogleUrlApi is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/GoogleUrlApi.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/GoogleUrlApi.php#L28" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable GoogleUrlApi::$apiurl is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/GoogleUrlApi.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/GoogleUrlApi.php#L30" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function GoogleUrlApi::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="36" lineto="36" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L36" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class all_options is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="62" lineto="62" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L62" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_id is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="161" lineto="161" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L161" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_status is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="190" lineto="190" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L190" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_coursestarttime is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="222" lineto="222" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L222" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_courseendtime is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="230" lineto="230" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L230" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_text is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="344" lineto="344" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L344" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="353" lineto="353" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L353" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::col_availableplaces is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="512" lineto="512" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L512" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::wrap_html_start is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="515" lineto="515" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L515" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_options::wrap_html_finish is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="38" lineto="38" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L38" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable all_options::$booking is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L40" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable all_options::$cm is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L42" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable all_options::$context is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_options.php" linefrom="487" lineto="487" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_options.php#L487" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function all_options::other_cols has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="102" lineto="102" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L102" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_status is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="131" lineto="131" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L131" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_fullname is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="144" lineto="144" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L144" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_numrec is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="152" lineto="152" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L152" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_completed is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L164" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_rating is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="175" lineto="175" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L175" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_coursestarttime is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="183" lineto="183" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L183" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_courseendtime is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="191" lineto="191" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L191" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_waitinglist is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="205" lineto="205" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L205" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_city is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="212" lineto="212" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L212" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_selected is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="222" lineto="222" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L222" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function all_userbookings::col_notes is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L47" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable all_userbookings::$db is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="64" lineto="64" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L64" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function all_userbookings::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="236" lineto="236" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L236" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function all_userbookings::other_cols has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L30" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class all_userbookings does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/all_userbookings.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/all_userbookings.php#L30" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class all_userbookings does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="109" lineto="109" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L109" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking::apply_tags is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="156" lineto="156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L156" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking::searchparameters is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="193" lineto="193" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L193" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking::get_all_options_count is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="240" lineto="240" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L240" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking::get_active_optionids_count is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="288" lineto="288" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L288" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking::get_my_bookingids_count is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L26" 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 booking</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="101" lineto="101" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L101" 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_context</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="114" lineto="114" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L114" 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_url_params</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L80" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="173" lineto="173" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L173" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking::get_all_options has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="221" lineto="221" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L221" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking::get_active_optionids has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking.php" linefrom="267" lineto="267" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking.php#L267" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking::get_my_bookingids has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="270" lineto="270" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L270" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_option::get_url_params is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="165" lineto="165" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L165" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::create_option_from_optionid has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="690" lineto="690" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L690" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::user_delete_response has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="840" lineto="840" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L840" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::transfer_users_to_otheroption has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="1090" lineto="1090" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L1090" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::enrol_user has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="1376" lineto="1376" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L1376" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::move_option_otherbookinginstance has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_option.php" linefrom="1456" lineto="1456" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_option.php#L1456" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_option::confirmactivity has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L55" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::get_all_tags is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L59" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::prepare_replaces is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="71" lineto="71" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L71" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::get_replaces is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="75" lineto="75" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L75" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::tag_replaces is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="79" lineto="79" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L79" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::booking_replace is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L90" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_tags::option_replace is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L28" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_tags::$tags is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L30" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_tags::$replaces is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L32" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_tags::$optionschangetext is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="35" lineto="35" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L35" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_tags::$bookingchangetext is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L40" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_tags::$option is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_tags.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_tags.php#L22" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L32" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_utils::pretty_duration is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L48" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_utils::generate_params has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="146" lineto="146" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L146" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_utils::get_body has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/booking_utils.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/booking_utils.php#L26" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L42" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function calendar::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L37" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable calendar::$optionid is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="38" lineto="38" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L38" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable calendar::$userid is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L39" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable calendar::$cmid is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L40" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable calendar::$type is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L31" ruleset="moodle" rule="constsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Constant calendar::TYPEOPTION is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L32" ruleset="moodle" rule="constsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Constant calendar::TYPEUSER is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L33" ruleset="moodle" rule="constsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Constant calendar::TYPETEACHERADD is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="34" lineto="34" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L34" ruleset="moodle" rule="constsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Constant calendar::TYPETEACHERREMOVE is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="35" lineto="35" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L35" ruleset="moodle" rule="constsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Constant calendar::TYPETEACHERUPDATE is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/calendar.php" linefrom="99" lineto="99" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/calendar.php#L99" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function calendar::booking_option_add_to_cal has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/booking_cancelled.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/booking_cancelled.php#L40" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_cancelled::init is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/booking_cancelled.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/booking_cancelled.php#L46" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_cancelled::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/booking_cancelled.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/booking_cancelled.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_cancelled::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/booking_cancelled.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/booking_cancelled.php#L58" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_cancelled::get_url is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L40" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::init is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L46" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="58" lineto="58" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L58" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_url is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="62" lineto="62" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L62" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_legacy_logdata is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L68" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_legacy_eventname is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_booked.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_booked.php#L73" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_booked::get_legacy_eventdata is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_created.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_created.php#L40" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_created::init is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_created.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_created.php#L46" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_created::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_created.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_created.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_created::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_created.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_created.php#L54" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_created::get_url is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L40" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_deleted::init is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L46" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_deleted::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_deleted::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_deleted.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_deleted.php#L54" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_deleted::get_url is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="40" lineto="40" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L40" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_updated::init is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="46" lineto="46" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L46" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_updated::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_updated::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/bookingoption_updated.php" linefrom="54" lineto="54" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/bookingoption_updated.php#L54" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function bookingoption_updated::get_url is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/custom_field_changed.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/custom_field_changed.php#L56" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function custom_field_changed::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/teacher_added.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/teacher_added.php#L57" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function teacher_added::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/event/teacher_removed.php" linefrom="56" lineto="56" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/event/teacher_removed.php#L56" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function teacher_removed::get_description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/existing_subscriber_selector.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/existing_subscriber_selector.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/existing_subscriber_selector.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/existing_subscriber_selector.php#L24" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/external.php" linefrom="170" lineto="170" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/external.php#L170" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function external::unenrol_user_parameters is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/external.php" linefrom="179" lineto="179" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/external.php#L179" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function external::unenrol_user is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/external.php" linefrom="198" lineto="198" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/external.php#L198" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function external::unenrol_user_returns is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/confirmactivity.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/confirmactivity.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/confirmactivity.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/confirmactivity.php#L24" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class confirmactivity is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/confirmactivity.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/confirmactivity.php#L25" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function confirmactivity::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/confirmactivity.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/confirmactivity.php#L59" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function confirmactivity::validation is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/confirmactivity.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/confirmactivity.php#L24" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class confirmactivity. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class customfield is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L25" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function customfield::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L90" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function customfield::validation is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="95" lineto="95" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L95" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function customfield::get_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/customfield.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/customfield.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class customfield. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/importoptions_form.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/importoptions_form.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/importoptions_form.php" linefrom="73" lineto="73" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/importoptions_form.php#L73" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function importoptions_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/importoptions_form.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/importoptions_form.php#L28" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class importoptions_form does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/importoptions_form.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/importoptions_form.php#L28" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class importoptions_form does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/importoptions_form.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/importoptions_form.php#L31" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod_booking\form is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L24" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class option_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L26" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function option_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="271" lineto="271" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L271" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function option_form::data_preprocessing is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="303" lineto="303" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L303" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function option_form::validation is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="344" lineto="344" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L344" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function option_form::set_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="392" lineto="392" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L392" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function option_form::get_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/option_form.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/option_form.php#L24" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class option_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class subscribeusersctivity is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L24" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function subscribeusersctivity::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L48" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function subscribeusersctivity::validation is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/form/subscribeusersctivity.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/form/subscribeusersctivity.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class subscribeusersctivity. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="262" lineto="262" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L262" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function ical::escape is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L29" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$datesareset is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L31" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$booking is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L33" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$option is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="35" lineto="35" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L35" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$user is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L37" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$fromuser is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="39" lineto="39" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L39" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$tempfilename is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L41" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$times is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="43" lineto="43" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L43" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$ical is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="45" lineto="45" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L45" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$dtstamp is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L47" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$summary is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="49" lineto="49" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L49" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$description is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="51" lineto="51" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L51" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$location is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="53" lineto="53" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L53" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$host is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="55" lineto="55" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L55" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$status is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L57" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$role is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L59" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$userfullname is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L61" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$attachical is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="63" lineto="63" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L63" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$attachicalsessions is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="65" lineto="65" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L65" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$onefileperevent is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="67" lineto="67" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L67" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable ical::$individualvevents is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/ical.php" linefrom="72" lineto="72" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/ical.php#L72" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function ical::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/observer.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L25" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_observer does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/observer.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/observer.php#L25" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_observer does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L22" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class optiontemplatessettings_table is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L37" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function optiontemplatessettings_table::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="59" lineto="59" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L59" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function optiontemplatessettings_table::col_options has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="81" lineto="81" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L81" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function optiontemplatessettings_table::col_action has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/optiontemplatessettings_table.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/optiontemplatessettings_table.php#L22" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class optiontemplatessettings_table. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/booking_bookinginstance.php" linefrom="116" lineto="116" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/booking_bookinginstance.php#L116" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_bookinginstance::export_for_template is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="129" lineto="129" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L129" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function mobile::npbuttons has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="153" lineto="153" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L153" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function mobile::prepare_options_array has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/mobile.php" linefrom="177" lineto="177" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/mobile.php#L177" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function mobile::prepare_options has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/renderer.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/renderer.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/renderer.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/renderer.php#L42" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function renderer::print_booking_tabs is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/renderer.php" linefrom="89" lineto="89" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/renderer.php#L89" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function renderer::subscriber_selection_form has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/renderer.php" linefrom="310" lineto="310" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/renderer.php#L310" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function renderer::render_signin_pdfdownloadform has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/report_edit_bookingnotes.php" linefrom="74" lineto="74" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/report_edit_bookingnotes.php#L74" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function report_edit_bookingnotes::export_for_template is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/report_edit_bookingnotes.php" linefrom="61" lineto="61" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/report_edit_bookingnotes.php#L61" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function report_edit_bookingnotes::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/signin_downloadform.php" linefrom="90" lineto="90" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/signin_downloadform.php#L90" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function signin_downloadform::export_for_template is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/output/signin_downloadform.php" linefrom="69" lineto="69" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/output/signin_downloadform.php#L69" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function signin_downloadform::__construct has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L37" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function places::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L29" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable places::$maxanswers is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L31" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable places::$available is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L33" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable places::$maxoverbooking is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/places.php" linefrom="35" lineto="35" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/places.php#L35" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable places::$overbookingavailable is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/potential_subscriber_selector.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/potential_subscriber_selector.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/potential_subscriber_selector.php" linefrom="143" lineto="143" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/potential_subscriber_selector.php#L143" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function potential_subscriber_selector::set_force_subscribed has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/potential_subscriber_selector.php" linefrom="37" lineto="37" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/potential_subscriber_selector.php#L37" ruleset="moodle" rule="variableshasvar" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for variable potential_subscriber_selector::$existingsubscribers does not contain @var or incorrect</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/potential_subscriber_selector.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/potential_subscriber_selector.php#L24" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/privacy/provider.php" linefrom="36" lineto="36" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/privacy/provider.php#L36" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class provider is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/privacy/provider.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/privacy/provider.php#L20" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/generator.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/generator.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="63" lineto="63" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L63" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function signin_pdf::setfooterimage is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L28" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable signin_pdf::$file is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L30" 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 go_to_newline</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="32" lineto="32" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L32" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function signin_pdf::go_to_newline has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L21" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class signin_pdf does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L21" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class signin_pdf does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/signinsheet/signin_pdf.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/signinsheet/signin_pdf.php#L21" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class signin_pdf. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="28" lineto="28" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L28" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class site_overview is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L60" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function site_overview::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.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/booking/classes/site_overview.php" linefrom="138" lineto="138" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L138" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function site_overview::get_my_optionids has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="149" lineto="149" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L149" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function site_overview::all_bookingoptions_of_course has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="188" lineto="188" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L188" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function site_overview::display has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/site_overview.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/site_overview.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/subscriber_selector_base.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/subscriber_selector_base.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/subscriber_selector_base.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/subscriber_selector_base.php#L24" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/enrol_bookedusers_tocourse.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/enrol_bookedusers_tocourse.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/enrol_bookedusers_tocourse.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/enrol_bookedusers_tocourse.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class enrol_bookedusers_tocourse is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/enrol_bookedusers_tocourse.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/enrol_bookedusers_tocourse.php#L25" 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_name</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/enrol_bookedusers_tocourse.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/enrol_bookedusers_tocourse.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class enrol_bookedusers_tocourse. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/remove_activity_completion.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/remove_activity_completion.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/remove_activity_completion.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/remove_activity_completion.php#L20" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class remove_activity_completion is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/remove_activity_completion.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/remove_activity_completion.php#L22" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function remove_activity_completion::get_name is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/remove_activity_completion.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/remove_activity_completion.php#L26" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function remove_activity_completion::execute is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/remove_activity_completion.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/remove_activity_completion.php#L20" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class remove_activity_completion. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/send_confirmation_mails.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/send_confirmation_mails.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/send_confirmation_mails.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/send_confirmation_mails.php#L21" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class send_confirmation_mails is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/task/send_confirmation_mails.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/task/send_confirmation_mails.php#L21" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class send_confirmation_mails. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="92" lineto="92" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L92" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function csv_import::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L29" 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 csv_import</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="253" lineto="253" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L253" 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_error</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="260" lineto="260" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L260" 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_line_errors</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="398" lineto="398" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L398" 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 validate_fieldnames</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="128" lineto="128" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L128" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::process_data has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="270" lineto="270" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L270" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::add_csverror has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="281" lineto="281" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L281" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::prepare_data has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="335" lineto="335" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L335" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::validate_data has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="379" lineto="379" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L379" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::set_defaults has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="467" lineto="467" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L467" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function csv_import::replace_csv_fieldnames has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L29" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class csv_import does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="29" lineto="29" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L29" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class csv_import does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/csv_import.php" linefrom="33" lineto="33" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/csv_import.php#L33" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod_booking\classes\utils is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L19" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class db is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="66" lineto="66" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L66" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function db::getbadges has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="88" lineto="88" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L88" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function db::getusersactivity has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L120" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function db::getusersbadges has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/classes/utils/db.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/classes/utils/db.php#L19" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class db. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/confirmactivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/confirmactivity.php#L16" 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/booking/confirmactivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/confirmactivity.php#L16" ruleset="moodle" rule="filehascopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/confirmactivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/confirmactivity.php#L16" ruleset="moodle" rule="filehaslicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/confirmactivity.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/confirmactivity.php#L21" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod/booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/log.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/log.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/messages.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/messages.php#L20" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/messages.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/messages.php#L20" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/mobile.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/mobile.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/tasks.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/tasks.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/upgrade.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/upgrade.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/upgrade.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/upgrade.php#L19" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function xmldb_booking_upgrade is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/db/upgrade.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/db/upgrade.php#L19" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function xmldb_booking_upgrade. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/edit_optiontemplates.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/edit_optiontemplates.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/editoptions.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/editoptions.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="44" lineto="44" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L44" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_external is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L24" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_showsubcategories is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="60" lineto="60" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L60" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_external::categories_parameters is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L68" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_external::categories is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="103" lineto="103" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L103" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_external::bookings is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="256" lineto="256" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L256" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_external::bookings_returns is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="44" lineto="44" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L44" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_external. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/externallib.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/externallib.php#L24" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function mod_booking_showsubcategories. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importexcel.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importexcel.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importexcel_form.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importexcel_form.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importexcel_form.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importexcel_form.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class importexcel_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importexcel_form.php" linefrom="42" lineto="42" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importexcel_form.php#L42" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function importexcel_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importexcel_form.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importexcel_form.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class importexcel_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/importoptions.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/importoptions.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/index.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/index.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutionadd.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutionadd.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutioncsv.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutioncsv.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutioncsv_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutioncsv_form.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutioncsv_form.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutioncsv_form.php#L21" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class institutioncsv_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutioncsv_form.php" linefrom="41" lineto="41" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutioncsv_form.php#L41" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function institutioncsv_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutioncsv_form.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutioncsv_form.php#L21" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class institutioncsv_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutionform.class.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutionform.class.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutionform.class.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutionform.class.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_institution_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutionform.class.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutionform.class.php#L25" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_institution_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutionform.class.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutionform.class.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_institution_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutions.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutions.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/institutions_rest.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/institutions_rest.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lang/de/booking.php" linefrom="18" lineto="18" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/de/booking.php#L18" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lang/en/booking.php" linefrom="18" lineto="18" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lang/en/booking.php#L18" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L24" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_cron is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L148" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_user_outline is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="186" lineto="186" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L186" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_supports is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2133" lineto="2133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2133" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_get_option_text is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2437" lineto="2437" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2437" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_show_subcategories is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L80" 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 booking_get_coursemodule_info</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2020" lineto="2020" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2020" 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 booking_send_notification</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2202" lineto="2202" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2202" 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 booking_pretty_duration</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="95" lineto="95" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L95" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_pluginfile has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="164" lineto="164" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L164" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_user_complete has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="220" lineto="220" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L220" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_comment_permissions has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="263" lineto="263" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L263" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_comment_validate has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="300" lineto="300" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L300" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_get_completion_state has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="827" lineto="827" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L827" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_get_user_status has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="873" lineto="873" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L873" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_myprofile_navigation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1383" lineto="1383" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1383" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_check_if_teacher has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1636" lineto="1636" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1636" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_grade_item_delete has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1654" lineto="1654" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1654" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_scale_used has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1673" lineto="1673" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1673" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_scale_used_anywhere has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1688" lineto="1688" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1688" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_rating_permissions has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1873" lineto="1873" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1873" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_sendreminderemail has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1886" lineto="1886" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1886" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_sendpollurlteachers has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1933" lineto="1933" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1933" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_sendpollurl has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2021" lineto="2021" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2021" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_send_notification has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2156" lineto="2156" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2156" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_reset_course_form_definition has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2163" lineto="2163" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2163" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_reset_course_form_defaults has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2173" lineto="2173" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2173" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_reset_userdata has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2222" lineto="2222" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2222" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_generate_email_params has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2329" lineto="2329" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2329" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_check_statuschange has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2381" lineto="2381" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2381" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_optionid_subscribe has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2420" lineto="2420" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2420" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_optionid_unsubscribe has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2459" lineto="2459" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2459" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_subscribed_teachers has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1543" lineto="1543" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1543" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1653" lineto="1653" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1653" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1672" lineto="1672" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1672" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2380" lineto="2380" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2380" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2419" lineto="2419" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2419" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2457" lineto="2457" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2457" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2457" lineto="2457" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2457" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="https://docs.moodle.org/dev/Coding_style" type="warning" weight="1">
        <message>Not recommended phpdocs tag @global used</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L24" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_cron. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="80" lineto="80" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L80" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_coursemodule_info. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="92" lineto="92" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L92" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_pluginfile. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="148" lineto="148" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L148" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_user_outline. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="161" lineto="161" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L161" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_user_complete. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="186" lineto="186" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L186" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_supports. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="297" lineto="297" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L297" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_completion_state. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="329" lineto="329" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L329" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_add_instance. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="456" lineto="456" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L456" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_update_instance. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="589" lineto="589" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L589" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_update_options. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="824" lineto="824" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L824" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_user_status. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="873" lineto="873" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L873" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_myprofile_navigation. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="886" lineto="886" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L886" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_extend_settings_navigation. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1013" lineto="1013" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1013" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_email_to_user. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1383" lineto="1383" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1383" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_check_if_teacher. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1402" lineto="1402" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1402" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_activitycompletion_teachers. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1448" lineto="1448" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1448" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_generatenewnumners. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1491" lineto="1491" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1491" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_activitycompletion. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1540" lineto="1540" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1540" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_user_grades. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1570" lineto="1570" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1570" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_update_grades. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1597" lineto="1597" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1597" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_grade_item_update. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1636" lineto="1636" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1636" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_grade_item_delete. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1650" lineto="1650" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1650" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_scale_used. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1669" lineto="1669" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1669" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_scale_used_anywhere. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1685" lineto="1685" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1685" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_rating_permissions. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1703" lineto="1703" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1703" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_rating_validate. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1785" lineto="1785" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1785" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_rate. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1871" lineto="1871" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1871" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_sendreminderemail. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1884" lineto="1884" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1884" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_sendpollurlteachers. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1930" lineto="1930" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1930" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_sendpollurl. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="1981" lineto="1981" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L1981" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_sendcustommessage. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2020" lineto="2020" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2020" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_send_notification. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2092" lineto="2092" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2092" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_delete_instance. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2133" lineto="2133" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2133" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_option_text. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2152" lineto="2152" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2152" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_reset_course_form_definition. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2163" lineto="2163" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2163" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_reset_course_form_defaults. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2170" lineto="2170" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2170" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_reset_userdata. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2202" lineto="2202" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2202" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_pretty_duration. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2219" lineto="2219" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2219" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_generate_email_params. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2305" lineto="2305" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2305" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_email_body. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2326" lineto="2326" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2326" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_check_statuschange. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2370" lineto="2370" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2370" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_get_extra_capabilities. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2377" lineto="2377" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2377" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_optionid_subscribe. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2416" lineto="2416" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2416" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_optionid_unsubscribe. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2437" lineto="2437" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2437" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_show_subcategories. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/lib.php" linefrom="2454" lineto="2454" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/lib.php#L2454" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_subscribed_teachers. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="97" lineto="97" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L97" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_user_selector_base::get_options is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="127" lineto="127" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L127" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_potential_user_selector::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="132" lineto="132" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L132" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_potential_user_selector::find_users is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="218" lineto="218" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L218" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function booking_existing_user_selector::__construct is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="125" lineto="125" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L125" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_potential_user_selector::$options is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="214" lineto="214" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L214" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_existing_user_selector::$potentialusers is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="216" lineto="216" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L216" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable booking_existing_user_selector::$options is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="288" lineto="288" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L288" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function booking_confirm_booking has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L120" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class booking_potential_user_selector does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L120" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class booking_potential_user_selector does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="120" lineto="120" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L120" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class booking_potential_user_selector. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="285" lineto="285" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L285" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_confirm_booking. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="319" lineto="319" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L319" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_updatestartenddate. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="346" lineto="346" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L346" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for function booking_getoptionstatus. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L26" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/locallib.php" linefrom="208" lineto="208" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/locallib.php#L208" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod-booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L24" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_mod_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="50" lineto="50" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L50" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_mod_form::add_completion_rules is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L68" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_mod_form::completion_rule_enabled is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="72" lineto="72" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L72" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_mod_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="760" lineto="760" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L760" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_mod_form::validation is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="808" lineto="808" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L808" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_mod_form::get_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="26" lineto="26" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L26" ruleset="moodle" rule="variablesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Variable mod_booking_mod_form::$options is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="31" lineto="31" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L31" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function mod_booking_mod_form::show_sub_categories has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mod_form.php" linefrom="24" lineto="24" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mod_form.php#L24" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_mod_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/moveoption.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/moveoption.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/mybookings.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/mybookings.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondates.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondates.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondatesadd_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondatesadd_form.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondatesadd_form.php" linefrom="68" lineto="68" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondatesadd_form.php#L68" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function optiondatesadd_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondatesadd_form.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondatesadd_form.php#L21" ruleset="moodle" rule="classeshavecopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class optiondatesadd_form does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondatesadd_form.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondatesadd_form.php#L21" ruleset="moodle" rule="classeshavelicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class optiondatesadd_form does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/optiondatesadd_form.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/optiondatesadd_form.php#L21" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class optiondatesadd_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbooking.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbooking.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule_form.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule_form.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule_form.php#L22" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class otherbookingaddrule_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule_form.php" linefrom="76" lineto="76" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule_form.php#L76" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function otherbookingaddrule_form::get_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule_form.php" linefrom="67" lineto="67" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule_form.php#L67" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function otherbookingaddrule_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/otherbookingaddrule_form.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/otherbookingaddrule_form.php#L22" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class otherbookingaddrule_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/rating_rest.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/rating_rest.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/sendmessage.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/sendmessage.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/sendmessageform.class.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/sendmessageform.class.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/sendmessageform.class.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/sendmessageform.class.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_sendmessage_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/sendmessageform.class.php" linefrom="25" lineto="25" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/sendmessageform.class.php#L25" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_sendmessage_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/sendmessageform.class.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/sendmessageform.class.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_sendmessage_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusers.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusers.php#L16" 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/booking/subscribeusers.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusers.php#L16" ruleset="moodle" rule="filehascopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusers.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusers.php#L16" ruleset="moodle" rule="filehaslicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusers.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusers.php#L21" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod/booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusersctivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusersctivity.php#L16" 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/booking/subscribeusersctivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusersctivity.php#L16" ruleset="moodle" rule="filehascopyright" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @copyright tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusersctivity.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusersctivity.php#L16" ruleset="moodle" rule="filehaslicense" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block does not have @license tag</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/subscribeusersctivity.php" linefrom="21" lineto="21" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/subscribeusersctivity.php#L21" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod/booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tag.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tag.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplates.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplates.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd_form.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd_form.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd_form.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd_form.php#L23" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class tagtemplatesadd_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd_form.php" linefrom="57" lineto="57" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd_form.php#L57" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function tagtemplatesadd_form::get_data is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd_form.php" linefrom="48" lineto="48" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd_form.php#L48" ruleset="moodle" rule="functionarguments" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Phpdocs for function tagtemplatesadd_form::validation has incomplete parameters list</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tagtemplatesadd_form.php" linefrom="23" lineto="23" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tagtemplatesadd_form.php#L23" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class tagtemplatesadd_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_form.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_form.php#L20" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_teachers_form is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_form.php#L22" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_teachers_form::definition is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/teachers_form.php" linefrom="20" lineto="20" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/teachers_form.php#L20" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_teachers_form. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/booking_option_test.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/booking_option_test.php#L30" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod_forum is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/events_test.php" linefrom="47" lineto="47" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/events_test.php#L47" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_events_testcase::returntestdata is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/events_test.php" linefrom="30" lineto="30" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/events_test.php#L30" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package mod_forum is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/generator/lib.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/generator/lib.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/generator/lib.php" linefrom="45" lineto="45" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/generator/lib.php#L45" ruleset="moodle" rule="functionsdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Function mod_booking_generator::create_instance is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/lib_test.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/lib_test.php#L17" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/lib_test.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/lib_test.php#L22" ruleset="moodle" rule="classesdocumented" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Class mod_booking_lib_testcase is not documented</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/tests/lib_test.php" linefrom="22" lineto="22" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/tests/lib_test.php#L22" ruleset="moodle" rule="packagespecified" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package is not specified for class mod_booking_lib_testcase. It is also not specified in file-level phpdocs</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/version.php" linefrom="17" lineto="17" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/version.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/booking/view.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/view.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/viewconfirmation.php" linefrom="19" lineto="19" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/viewconfirmation.php#L19" ruleset="moodle" rule="packagevalid" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>Package Booking is not valid</message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/viewpolicy.php" linefrom="16" lineto="16" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/viewpolicy.php#L16" ruleset="moodle" rule="filephpdocpresent" url="https://docs.moodle.org/dev/Coding_style" type="error" weight="3">
        <message>File-level phpdocs block is not found</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="0" numwarnings="55" allowfiltering="0">
    <description>This section shows problems detected in mustache templates</description>
    <mess>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>Example context missing (@template section not found.) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 16: Attribute &#x201C;[args]&#x201D; is not serializable as XML 1.0. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;ion-button&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;block&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;color&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;core-site-plugins-new-content&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;method&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;samepage&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 16: Attribute &#x201C;[args]&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showactive'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 21: Attribute &#x201C;[args]&#x201D; is not serializable as XML 1.0. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;ion-button&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;block&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;color&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;core-site-plugins-new-content&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;method&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;samepage&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 21: Attribute &#x201C;[args]&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'showall'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 26: Attribute &#x201C;[args]&#x201D; is not serializable as XML 1.0. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;ion-button&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;block&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;color&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;core-site-plugins-new-content&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;method&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;samepage&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 26: Attribute &#x201C;[args]&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , whichview: 'mybooking'}"&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 36: Attribute &#x201C;[showcancelbutton]&#x201D; is not serializable as XML 1.0. (rid&gt;    &lt;ion-searchbar [showCancelButton]="shouldShowCancel" [debounce]="1000" [(ngModel)]="CONTENT_OTHERDATA.searchstring" (ionInput)="updateContent({ cmid: , courseid: , whichview: '', searchstring: CONTENT_OTHERDATA.searchstring})"&gt;&lt;/ion-) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 36: Attribute &#x201C;[debounce]&#x201D; is not serializable as XML 1.0. (rid&gt;    &lt;ion-searchbar [showCancelButton]="shouldShowCancel" [debounce]="1000" [(ngModel)]="CONTENT_OTHERDATA.searchstring" (ionInput)="updateContent({ cmid: , courseid: , whichview: '', searchstring: CONTENT_OTHERDATA.searchstring})"&gt;&lt;/ion-) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 36: Attribute &#x201C;[(ngmodel)]&#x201D; is not serializable as XML 1.0. (rid&gt;    &lt;ion-searchbar [showCancelButton]="shouldShowCancel" [debounce]="1000" [(ngModel)]="CONTENT_OTHERDATA.searchstring" (ionInput)="updateContent({ cmid: , courseid: , whichview: '', searchstring: CONTENT_OTHERDATA.searchstring})"&gt;&lt;/ion-) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 36: Attribute &#x201C;(ioninput)&#x201D; is not serializable as XML 1.0. (rid&gt;    &lt;ion-searchbar [showCancelButton]="shouldShowCancel" [debounce]="1000" [(ngModel)]="CONTENT_OTHERDATA.searchstring" (ionInput)="updateContent({ cmid: , courseid: , whichview: '', searchstring: CONTENT_OTHERDATA.searchstring})"&gt;&lt;/ion-) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 42: Attribute &#x201C;[args]&#x201D; is not serializable as XML 1.0. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;ion-button&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;block&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;color&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;core-site-plugins-new-content&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;method&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;samepage&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;[args]&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 42: Attribute &#x201C;useotherdata&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation info, line 47: Attribute &#x201C;[args]&#x201D; is not serializable as XML 1.0. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;ion-button&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;block&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;color&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;core-site-plugins-new-content&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;method&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;samepage&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;[args]&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/mobile_view_page.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/mobile_view_page.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Attribute &#x201C;useotherdata&#x201D; not allowed on element &#x201C;button&#x201D; at this point. (          &lt;button ion-button block color="light" core-site-plugins-new-content method="mobile_course_view" samePage="true" [args]="{cmid: , courseid: , pagnumber: , whichview: '' }" useOtherData=""&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>Example context missing. </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 3: Bad value &#x201C;&#x201D; for attribute &#x201C;action&#x201D; on element &#x201C;form&#x201D;: Must be non-empty. (ard"&gt;    &lt;form data-region="booking-download-signinsheet-form" method="get" action=""&gt;  &lt;di) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 46: Element &#x201C;option&#x201D; without attribute &#x201C;label&#x201D; must not be empty. (value="1"&gt;&lt;/option&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 47: Element &#x201C;option&#x201D; without attribute &#x201C;label&#x201D; must not be empty. (value="2"&gt;&lt;/option&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 48: Element &#x201C;option&#x201D; without attribute &#x201C;label&#x201D; must not be empty. (value="3"&gt;&lt;/option&gt;     ) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 63: Self-closing syntax (&#x201C;/&gt;&#x201D;) used on a non-void HTML element. Ignoring the slash and treating as a start tag. (d-footer"&gt;&lt;button type="submit" class="btn btn-primary" name="downloadpdf" /&gt;[[down) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/signin_downloadform.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/signin_downloadform.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>HTML Validation error, line 20: The value of the &#x201C;for&#x201D; attribute of the &#x201C;label&#x201D; element must be the ID of a non-hidden form control. (4"&gt;      &lt;label for="addemptyrows"&gt;[[sign) </message>
        <description/>
        <code/>
      </problem>
      <problem file="mod/booking/templates/site_overview_bookinginstance.mustache" linefrom="1" lineto="1" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/b1a2b93b3090bd9071deeb15f7ca31595f3c68cb/mod/booking/templates/site_overview_bookinginstance.mustache#L1" ruleset="moodle" rule="" url="https://docs.moodle.org/dev/Templates" type="warning" weight="1">
        <message>Example context missing (@template section not found.) </message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
</smurf>
