<?xml version="1.0"?>
<smurf version="0.9.1" numerrors="6" numwarnings="0">
  <summary status="error" numerrors="6" numwarnings="0" condensedresult="smurf,error,6,0:phplint,error,6,0;phpcs,success,0,0;js,success,0,0;css,success,0,0;phpdoc,success,0,0;savepoint,success,0,0;thirdparty,success,0,0;grunt,success,0,0;shifter,success,0,0;mustache,success,0,0">
    <detail name="phplint" status="error" numerrors="6" numwarnings="0"/>
    <detail name="phpcs" status="success" numerrors="0" numwarnings="0"/>
    <detail name="js" status="success" numerrors="0" numwarnings="0"/>
    <detail name="css" status="success" numerrors="0" numwarnings="0"/>
    <detail name="phpdoc" status="success" numerrors="0" numwarnings="0"/>
    <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="success" numerrors="0" numwarnings="0"/>
  </summary>
  <check id="phplint" title="PHP lint problems" url="http://php.net/docs.php" numerrors="6" numwarnings="0" allowfiltering="0">
    <description>This section shows php lint problems in the code detected by php -l</description>
    <mess>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class ArithmeticError, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php on line 5 </message>
        <description/>
        <code/>
      </problem>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class AssertionError, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php on line 5 </message>
        <description/>
        <code/>
      </problem>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class DivisionByZeroError, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php on line 5 </message>
        <description/>
        <code/>
      </problem>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/Error.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/Error.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class Error, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/Error.php on line 5 </message>
        <description/>
        <code/>
      </problem>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class ParseError, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php on line 5 </message>
        <description/>
        <code/>
      </problem>
      <problem file="blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php" linefrom="5" lineto="5" method="" class="" package="" api="" diffurl="https://git.in.moodle.com/pluginsbot/moodle-plugins-snapshots/blob/93bbeed7317031cc7c498685ca01ec7f648ab27a/blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php#L5" ruleset="moodle" rule="" url="http://php.net/docs.php" type="error" weight="5">
        <message>PHP Fatal error: Cannot declare class TypeError, because the name is already in use in /blocks/qrcode/thirdparty/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php on line 5 </message>
        <description/>
        <code/>
      </problem>
    </mess>
  </check>
  <check id="phpcs" title="PHP coding style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by phpcs</description>
    <mess/>
  </check>
  <check id="js" title="Javascript coding style problems" url="https://docs.moodle.org/dev/Javascript/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows the coding style problems detected in the code by eslint</description>
    <mess/>
  </check>
  <check id="css" title="CSS problems" url="https://docs.moodle.org/dev/CSS_coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows CSS problems detected by stylelint</description>
    <mess/>
  </check>
  <check id="phpdoc" title="PHPDocs style problems" url="https://docs.moodle.org/dev/Coding_style" numerrors="0" numwarnings="0" allowfiltering="1">
    <description>This section shows the phpdocs problems detected in the code by local_moodlecheck</description>
    <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="0" allowfiltering="0">
    <description>This section shows problems detected in mustache templates</description>
    <mess/>
  </check>
</smurf>
