<?xml version="1.0"?>
<smurf version="0.9.0"><check title="Coding style problems" url="http://docs.moodle.org/dev/Coding_style"><description>This sections shows the coding style problems detected in the code by phpcs</description><mess><problem file="admin/repository.php" linefrom="176" lineto="176" method="" class="" package="" api="" ruleset="Generic" rule="WhiteSpace.ScopeIndent.Incorrect" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Line indented incorrectly; expected at least 16 spaces, found 15</message><description/><code/></problem><problem file="backup/moodle2/backup_stepslib.php" linefrom="1441" lineto="1441" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="backup/moodle2/restore_stepslib.php" linefrom="601" lineto="601" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="backup/moodle2/restore_stepslib.php" linefrom="601" lineto="601" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="backup/moodle2/restore_stepslib.php" linefrom="616" lineto="616" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="backup/util/dbops/restore_dbops.class.php" linefrom="1216" lineto="1216" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="backup/util/helper/backup_file_manager.class.php" linefrom="76" lineto="76" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="backup/util/helper/backup_file_manager.class.php" linefrom="76" lineto="76" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/db/upgrade.php" linefrom="363" lineto="363" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/db/upgrade.php" linefrom="366" lineto="366" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/db/upgrade.php" linefrom="372" lineto="372" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/db/upgrade.php" linefrom="375" lineto="375" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/db/upgrade.php" linefrom="380" lineto="380" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="1989" lineto="1989" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="1989" lineto="1989" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="3027" lineto="3027" method="" class="" package="" api="" ruleset="Squiz" rule="Scope.MethodScope.Missing" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No scope modifier specified for function "__construct"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="3064" lineto="3064" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...) {\n"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="3098" lineto="3098" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...) {\n"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4026" lineto="4026" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4026" lineto="4026" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4033" lineto="4033" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4033" lineto="4033" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4038" lineto="4038" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4038" lineto="4038" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4042" lineto="4042" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4042" lineto="4042" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4055" lineto="4055" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4057" lineto="4057" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...) {\n"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4059" lineto="4059" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...) {\n"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4060" lineto="4060" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4060" lineto="4060" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4078" lineto="4078" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4090" lineto="4090" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4094" lineto="4094" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4106" lineto="4106" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4109" lineto="4109" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4137" lineto="4137" method="" class="" package="" api="" ruleset="Squiz" rule="Scope.StaticThisUsage.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Usage of "$this" in static methods will cause runtime errors</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4140" lineto="4140" method="" class="" package="" api="" ruleset="Squiz" rule="Scope.StaticThisUsage.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Usage of "$this" in static methods will cause runtime errors</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4141" lineto="4141" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...){\n"</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4142" lineto="4142" method="" class="" package="" api="" ruleset="Squiz" rule="Scope.StaticThisUsage.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Usage of "$this" in static methods will cause runtime errors</message><description/><code/></problem><problem file="lib/filestorage/file_exceptions.php" linefrom="135" lineto="135" method="" class="" package="" api="" ruleset="Squiz" rule="Scope.MethodScope.Missing" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No scope modifier specified for function "__construct"</message><description/><code/></problem><problem file="lib/filestorage/file_exceptions.php" linefrom="135" lineto="135" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_exceptions.php" linefrom="135" lineto="135" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="658" lineto="658" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="677" lineto="677" method="" class="" package="" api="" ruleset="Squiz" rule="ControlStructures.ForEachLoopDeclaration.NoSpaceBeforeArrow" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 1 space before "=&gt;"; 0 found</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="677" lineto="677" method="" class="" package="" api="" ruleset="Squiz" rule="ControlStructures.ForEachLoopDeclaration.NoSpaceAfterArrow" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 1 space after "=&gt;"; 0 found</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="756" lineto="756" method="" class="" package="" api="" ruleset="Squiz" rule="Commenting.EmptyCatchComment.Missing" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Empty CATCH statement must have a comment to explain why the exception is not handled</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="774" lineto="774" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="776" lineto="776" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="776" lineto="776" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// do not modify the submitted record, this cast unlinks objects" but found "//do not modify the submitted record, this cast unlinks objects"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="777" lineto="777" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="830" lineto="830" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="830" lineto="830" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// do not modify the submitted record, this cast unlinks objects" but found "//do not modify the submitted record, this cast unlinks objects"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="831" lineto="831" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="944" lineto="944" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="944" lineto="944" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// do not modify the submitted record, this cast unlinks objects" but found "//do not modify the submitted record, this cast unlinks objects"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="945" lineto="945" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1060" lineto="1060" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1060" lineto="1060" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// do not modify the submitted record, this cast unlinks objects" but found "//do not modify the submitted record, this cast unlinks objects"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1061" lineto="1061" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1063" lineto="1063" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1092" lineto="1092" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1092" lineto="1092" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1098" lineto="1098" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1098" lineto="1098" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1108" lineto="1108" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1108" lineto="1108" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Line exceeds maximum limit of 180 characters; contains 196 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1108" lineto="1108" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// NOTE: unfortunately I make a mistake when creating the "files" table, we can not have negative numbers there, on the other hand no file should be older than 1970, right? (skodak)" but found "//NOTE: unfortunately I make a mistake when creating the "files" table, we can not have negative numbers there, on the other hand no file should be older than 1970, right? (skodak)"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1120" lineto="1120" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1120" lineto="1120" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Line exceeds maximum limit of 180 characters; contains 196 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1120" lineto="1120" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// NOTE: unfortunately I make a mistake when creating the "files" table, we can not have negative numbers there, on the other hand no file should be older than 1970, right? (skodak)" but found "//NOTE: unfortunately I make a mistake when creating the "files" table, we can not have negative numbers there, on the other hand no file should be older than 1970, right? (skodak)"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1145" lineto="1145" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1146" lineto="1146" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1149" lineto="1149" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.MaxExceeded" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Line exceeds maximum limit of 180 characters; contains 192 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1157" lineto="1157" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1161" lineto="1161" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1161" lineto="1161" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1172" lineto="1172" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 162 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1188" lineto="1188" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1188" lineto="1188" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1188" lineto="1188" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1188" lineto="1188" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 133 characters</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1199" lineto="1199" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1533" lineto="1533" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1533" lineto="1533" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1537" lineto="1537" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1537" lineto="1537" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1544" lineto="1544" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1544" lineto="1544" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1551" lineto="1551" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1551" lineto="1551" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1554" lineto="1554" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1554" lineto="1554" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="70" lineto="70" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="70" lineto="70" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="94" lineto="94" method="" class="" package="" api="" ruleset="Squiz" rule="ControlStructures.ForEachLoopDeclaration.NoSpaceBeforeArrow" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 1 space before "=&gt;"; 0 found</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="94" lineto="94" method="" class="" package="" api="" ruleset="Squiz" rule="ControlStructures.ForEachLoopDeclaration.NoSpaceAfterArrow" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 1 space after "=&gt;"; 0 found</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="110" lineto="110" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="115" lineto="115" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="160" lineto="160" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="160" lineto="160" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="196" lineto="196" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="196" lineto="196" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NoSpaceBefore" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>No space before comment text; expected "// binary reading only!!" but found "//binary reading only!!"</message><description/><code/></problem><problem file="lib/outputrequirementslib.php" linefrom="450" lineto="450" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 145 characters</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="257" lineto="257" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="257" lineto="257" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="285" lineto="285" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="286" lineto="286" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="291" lineto="291" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="291" lineto="291" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="374" lineto="374" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="375" lineto="375" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="388" lineto="388" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="388" lineto="388" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="411" lineto="411" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="411" lineto="411" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/filesystem/lib.php" linefrom="241" lineto="241" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/filesystem/lib.php" linefrom="242" lineto="242" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="repository/lib.php" linefrom="94" lineto="94" method="" class="" package="" api="" ruleset="Squiz" rule="Commenting.DocCommentAlignment.SpaceBeforeAsterisk" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 6 space(s) before asterisk; 5 found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="95" lineto="95" method="" class="" package="" api="" ruleset="Squiz" rule="Commenting.DocCommentAlignment.SpaceBeforeAsterisk" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 6 space(s) before asterisk; 5 found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="97" lineto="97" method="" class="" package="" api="" ruleset="Squiz" rule="Commenting.DocCommentAlignment.SpaceBeforeAsterisk" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 6 space(s) before asterisk; 5 found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="98" lineto="98" method="" class="" package="" api="" ruleset="Squiz" rule="Commenting.DocCommentAlignment.SpaceBeforeAsterisk" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected 6 space(s) before asterisk; 5 found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="514" lineto="514" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/lib.php" linefrom="514" lineto="514" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/lib.php" linefrom="671" lineto="671" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="repository/lib.php" linefrom="672" lineto="672" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="repository/lib.php" linefrom="758" lineto="758" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1114" lineto="1114" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1115" lineto="1115" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1172" lineto="1172" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1172" lineto="1172" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1173" lineto="1173" method="" class="" package="" api="" ruleset="Squiz" rule="Classes.SelfMemberReference.NotUsed" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Must use "self::" for local static member reference</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1489" lineto="1489" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1489" lineto="1489" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="134" lineto="134" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="135" lineto="135" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="136" lineto="136" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="137" lineto="137" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="138" lineto="138" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="139" lineto="139" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="164" lineto="164" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="165" lineto="165" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="174" lineto="174" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="175" lineto="175" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="176" lineto="176" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="177" lineto="177" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="178" lineto="178" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="179" lineto="179" method="" class="" package="" api="" ruleset="Generic" rule="PHP.LowerCaseConstant.Found" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="61" lineto="61" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="61" lineto="61" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="210" lineto="210" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="222" lineto="222" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="224" lineto="224" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="235" lineto="235" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="235" lineto="235" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="241" lineto="241" method="" class="" package="" api="" ruleset="moodle" rule="ControlStructures.ControlSignature" url="http://docs.moodle.org/dev/Coding_style" weight="5"><message>Expected "if (...) {\n"; found "if(...) {\n"</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="272" lineto="272" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="274" lineto="274" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="274" lineto="274" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="277" lineto="277" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="277" lineto="277" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="290" lineto="290" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 135 characters</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="297" lineto="297" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="300" lineto="300" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 150 characters</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="308" lineto="308" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="315" lineto="315" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="315" lineto="315" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="152" lineto="152" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.NotCapital" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must start with a capital letter, digit or 3-dots sequence</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="153" lineto="153" method="" class="" package="" api="" ruleset="moodle" rule="Commenting.InlineComment.InvalidEndChar" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Inline comments must end in  full-stops, exclamation marks, or question marks</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="175" lineto="175" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 143 characters</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="176" lineto="176" method="" class="" package="" api="" ruleset="moodle" rule="Files.LineLength.TooLong" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Line exceeds 132 characters; contains 140 characters</message><description/><code/></problem></mess></check><check title="PHPDocs style problems" url="http://docs.moodle.org/dev/Coding_style"><description>This sections shows the phpdocs problems detected in the code by local_moodlecheck</description><mess><problem file="lib/filelib.php" linefrom="4074" lineto="4074" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function cache_file::create_from_file has incomplete parameters list</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4085" lineto="4085" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function cache_file::create_from_url has incomplete parameters list</message><description/><code/></problem><problem file="lib/filelib.php" linefrom="4101" lineto="4101" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function cache_file::create_from_string has incomplete parameters list</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="265" lineto="265" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function file_storage::get_external_files has incomplete parameters list</message><description/><code/></problem><problem file="lib/filestorage/file_storage.php" linefrom="1528" lineto="1528" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function file_storage::import_external_file has incomplete parameters list</message><description/><code/></problem><problem file="lib/filestorage/stored_file.php" linefrom="56" lineto="56" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/alfresco/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="209" lineto="209" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function repository_boxnet::type_config_form has incomplete parameters list</message><description/><code/></problem><problem file="repository/boxnet/lib.php" linefrom="112" lineto="112" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/coursefiles/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="84" lineto="84" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function repository_dropbox::set_access_key is not documented</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="88" lineto="88" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function repository_dropbox::set_access_secret is not documented</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="398" lineto="398" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function repository_dropbox::cron is not documented</message><description/><code/></problem><problem file="repository/dropbox/lib.php" linefrom="422" lineto="422" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function repository_dropbox_cron is not documented</message><description/><code/></problem><problem file="repository/dropbox/locallib.php" linefrom="74" lineto="74" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function dropbox::get_file_url is not documented</message><description/><code/></problem><problem file="repository/filesystem/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/flickr/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/flickr_public/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/googledocs/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2022" lineto="2022" method="" class="" package="" api="" ruleset="moodle" rule="functionsdocumented" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Function repository::convert_references_to_local is not documented</message><description/><code/></problem><problem file="repository/lib.php" linefrom="497" lineto="497" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function repository::__construct has incomplete parameters list</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1794" lineto="1794" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function repository::get_listing has incomplete parameters list</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1817" lineto="1817" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function repository::search has incomplete parameters list</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1924" lineto="1924" method="" class="" package="" api="" ruleset="moodle" rule="functionarguments" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for function repository::type_form_validation has incomplete parameters list</message><description/><code/></problem><problem file="repository/lib.php" linefrom="482" lineto="482" method="" class="" package="" api="" ruleset="moodle" rule="variableshasvar" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Phpdocs for variable repository::$id does not contain @var or incorrect</message><description/><code/></problem><problem file="repository/lib.php" linefrom="120" lineto="120" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="213" lineto="213" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="325" lineto="325" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="348" lineto="348" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="375" lineto="375" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="435" lineto="435" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="482" lineto="482" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @version used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="562" lineto="562" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="580" lineto="580" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="599" lineto="599" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="599" lineto="599" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="627" lineto="627" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="696" lineto="696" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="696" lineto="696" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="811" lineto="811" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="811" lineto="811" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="811" lineto="811" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1000" lineto="1000" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1042" lineto="1042" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1153" lineto="1153" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1153" lineto="1153" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1153" lineto="1153" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1153" lineto="1153" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1299" lineto="1299" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1299" lineto="1299" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1299" lineto="1299" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1478" lineto="1478" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1542" lineto="1542" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1577" lineto="1577" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1577" lineto="1577" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1599" lineto="1599" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1599" lineto="1599" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1651" lineto="1651" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1672" lineto="1672" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1701" lineto="1701" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1732" lineto="1732" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2160" lineto="2160" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsnotrecommendedtag" url="http://docs.moodle.org/dev/Coding_style" weight="1"><message>Not recommended phpdocs tag @global used</message><description/><code/></problem><problem file="repository/lib.php" linefrom="1818" lineto="1818" method="" class="" package="" api="" ruleset="moodle" rule="phpdocsinvalidinlinetag" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Invalid inline phpdocs tag @see found</message><description/><code/></problem><problem file="repository/lib.php" linefrom="22" lineto="22" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="52" lineto="52" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="472" lineto="472" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2035" lineto="2035" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2047" lineto="2047" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2148" lineto="2148" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="473" lineto="473" method="" class="" package="" api="" ruleset="moodle" rule="categoryvalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Category repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2036" lineto="2036" method="" class="" package="" api="" ruleset="moodle" rule="categoryvalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Category repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2048" lineto="2048" method="" class="" package="" api="" ruleset="moodle" rule="categoryvalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Category repository is not valid</message><description/><code/></problem><problem file="repository/lib.php" linefrom="2149" lineto="2149" method="" class="" package="" api="" ruleset="moodle" rule="categoryvalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Category repository is not valid</message><description/><code/></problem><problem file="repository/local/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/merlot/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/picasa/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/recent/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/repository_ajax.php" linefrom="22" lineto="22" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/s3/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/upload/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/url/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/user/lib.php" linefrom="24" lineto="24" method="" class="" package="" api="" ruleset="moodle" rule="packagevalid" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>Package repository is not valid</message><description/><code/></problem><problem file="repository/webdav/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/wikimedia/lib.php" linefrom="18" lineto="18" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem><problem file="repository/youtube/lib.php" linefrom="17" lineto="17" method="" class="" package="" api="" ruleset="moodle" rule="filephpdocpresent" url="http://docs.moodle.org/dev/Coding_style" weight="3"><message>File-level phpdocs block is not found</message><description/><code/></problem></mess></check></smurf>
