PageRenderTime 49ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 1ms

/src/Documentation/Quality/code-sniffs/checkstyle.xml

https://bitbucket.org/mgatto/versioncontrol_hg
XML | 774 lines | 774 code | 0 blank | 0 comment | 0 complexity | ae999064752a68af50b5132af95dfb98 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <checkstyle version="1.3.0">
  3. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg.php">
  4. <error line="91" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  5. <error line="117" column="1" severity="error" message="The comments for parameters $method (1) and $arguments (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
  6. <error line="136" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  7. <error line="137" column="17" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  8. <error line="138" column="95" severity="warning" message="Line exceeds 85 characters; contains 94 characters" source="Generic.Files.LineLength.TooLong"/>
  9. <error line="139" column="19" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  10. <error line="141" column="19" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  11. <error line="142" column="88" severity="warning" message="Line exceeds 85 characters; contains 87 characters" source="Generic.Files.LineLength.TooLong"/>
  12. <error line="145" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  13. <error line="146" column="17" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  14. <error line="148" column="19" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  15. <error line="150" column="19" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  16. <error line="151" column="88" severity="warning" message="Line exceeds 85 characters; contains 87 characters" source="Generic.Files.LineLength.TooLong"/>
  17. <error line="155" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  18. <error line="158" column="1" severity="warning" message="Line exceeds 85 characters; contains 94 characters" source="Generic.Files.LineLength.TooLong"/>
  19. <error line="181" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  20. <error line="182" column="34" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  21. <error line="186" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  22. <error line="196" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  23. <error line="201" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  24. <error line="210" column="1" severity="error" message="Extra newline(s) found before function comment short description" source="PEAR.Commenting.FunctionComment.SpacingBeforeShort"/>
  25. <error line="212" column="1" severity="error" message="Missing comment for param &quot;$name&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  26. <error line="212" column="1" severity="error" message="There must be exactly one blank line before the tags in function comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeTags"/>
  27. <error line="213" column="1" severity="error" message="The comments for parameters $name (1) and $value (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
  28. <error line="213" column="1" severity="error" message="Missing comment for param &quot;$value&quot; at position 2" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  29. <error line="214" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  30. <error line="215" column="42" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  31. <error line="219" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  32. <error line="222" column="91" severity="warning" message="Line exceeds 85 characters; contains 90 characters" source="Generic.Files.LineLength.TooLong"/>
  33. <error line="224" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  34. <error line="229" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  35. </file>
  36. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\CommandProxy.php">
  37. <error line="7" column="1" severity="error" message="@category tag comment indented incorrectly; expected 2 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  38. <error line="8" column="1" severity="error" message="@package tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  39. <error line="9" column="1" severity="error" message="@author tag comment indented incorrectly; expected 4 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  40. <error line="10" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 1 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  41. <error line="11" column="1" severity="error" message="@license tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  42. <error line="12" column="1" severity="warning" message="Invalid version &quot;Hg: $Revision: de3cf362e5e3 $&quot; in file comment; consider &quot;CVS: &lt;cvs_id&gt;&quot; or &quot;SVN: &lt;svn_id&gt;&quot; instead" source="PEAR.Commenting.FileComment.InvalidVersion"/>
  43. <error line="12" column="1" severity="error" message="@version tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  44. <error line="13" column="1" severity="error" message="@link tag comment indented incorrectly; expected 6 spaces but found 8" source="PEAR.Commenting.FileComment.TagIndent"/>
  45. <error line="28" column="1" severity="error" message="@category tag comment indented incorrectly; expected 2 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  46. <error line="29" column="1" severity="error" message="@package tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  47. <error line="30" column="1" severity="error" message="@author tag comment indented incorrectly; expected 4 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  48. <error line="31" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 1 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  49. <error line="32" column="1" severity="error" message="@license tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  50. <error line="33" column="1" severity="warning" message="Invalid version &quot;Hg: $Revision: de3cf362e5e3 $&quot; in doc comment; consider &quot;Release: &lt;package_version&gt;&quot; instead" source="PEAR.Commenting.ClassComment.InvalidVersion"/>
  51. <error line="33" column="1" severity="error" message="@version tag comment indented incorrectly; expected 3 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  52. <error line="34" column="1" severity="error" message="@link tag comment indented incorrectly; expected 6 spaces but found 8" source="PEAR.Commenting.ClassComment.TagIndent"/>
  53. <error line="52" column="15" severity="error" message="Protected member variable &quot;_command&quot; must not be prefixed with an underscore" source="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
  54. <error line="59" column="15" severity="error" message="Protected member variable &quot;_hg&quot; must not be prefixed with an underscore" source="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
  55. <error line="64" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  56. <error line="64" column="1" severity="error" message="Missing comment for param &quot;$hg&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  57. <error line="66" column="56" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  58. <error line="73" column="1" severity="error" message="Doc comment for var VersionControl_Hg_Command_Interface does not match actual variable name $command at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  59. <error line="73" column="1" severity="error" message="Missing comment for param &quot;VersionControl_Hg_Command_Interface&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  60. <error line="74" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  61. <error line="75" column="78" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  62. <error line="84" column="34" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  63. <error line="91" column="1" severity="error" message="Doc comment for var string does not match actual variable name $method at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  64. <error line="91" column="1" severity="error" message="Missing comment for param &quot;string&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  65. <error line="92" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  66. <error line="92" column="1" severity="error" message="The variable names for parameters string (1) and array (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
  67. <error line="92" column="1" severity="error" message="The comments for parameters string (1) and array (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
  68. <error line="92" column="1" severity="error" message="Doc comment for var array does not match actual variable name $arguments at position 2" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  69. <error line="92" column="1" severity="error" message="Missing comment for param &quot;array&quot; at position 2" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  70. <error line="96" column="56" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  71. <error line="107" column="9" severity="error" message="File is being conditionally included; use &quot;include_once&quot; instead" source="PEAR.Files.IncludingFile.UseIncludeOnce"/>
  72. </file>
  73. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Abstract.php">
  74. <error line="7" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  75. <error line="8" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  76. <error line="9" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.FileComment.TagIndent"/>
  77. <error line="10" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  78. <error line="11" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  79. <error line="12" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  80. <error line="13" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 1" source="PEAR.Commenting.FileComment.TagIndent"/>
  81. <error line="35" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  82. <error line="36" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  83. <error line="38" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  84. <error line="39" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  85. <error line="40" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  86. <error line="41" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 1" source="PEAR.Commenting.ClassComment.TagIndent"/>
  87. <error line="131" column="5" severity="error" message="Doc comment for &quot;$params&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
  88. <error line="153" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  89. <error line="153" column="1" severity="error" message="Missing comment for param &quot;$method&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  90. <error line="154" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  91. <error line="154" column="1" severity="error" message="The variable names for parameters $method (1) and $args (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
  92. <error line="154" column="1" severity="error" message="The comments for parameters $method (1) and $args (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
  93. <error line="154" column="1" severity="error" message="Doc comment for var $args does not match actual variable name $arguments at position 2" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  94. <error line="154" column="1" severity="error" message="Missing comment for param &quot;$args&quot; at position 2" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  95. <error line="159" column="49" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  96. <error line="163" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  97. <error line="167" column="17" severity="warning" message="Line exceeds 85 characters; contains 89 characters" source="Generic.Files.LineLength.TooLong"/>
  98. <error line="169" column="13" severity="error" message="Line indented incorrectly; expected 8 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  99. <error line="171" column="17" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  100. <error line="174" column="19" severity="error" message="Line indented incorrectly; expected 12 spaces, found 16" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  101. <error line="193" column="1" severity="error" message="Parameters must appear immediately after the comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeParams"/>
  102. <error line="193" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  103. <error line="193" column="1" severity="error" message="Doc comment for var string does not match actual variable name $filter at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  104. <error line="193" column="1" severity="error" message="Missing comment for param &quot;string&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  105. <error line="200" column="36" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
  106. <error line="217" column="1" severity="error" message="Parameters must appear immediately after the comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeParams"/>
  107. <error line="217" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  108. <error line="217" column="1" severity="error" message="Doc comment for var string does not match actual variable name $filter at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  109. <error line="217" column="1" severity="error" message="Missing comment for param &quot;string&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  110. <error line="227" column="36" severity="warning" message="Line exceeds 85 characters; contains 90 characters" source="Generic.Files.LineLength.TooLong"/>
  111. <error line="234" column="12" severity="error" message="You must use &quot;/**&quot; style comments for a function comment" source="PEAR.Commenting.FunctionComment.WrongStyle"/>
  112. <error line="234" column="44" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  113. <error line="243" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
  114. <error line="244" column="89" severity="warning" message="Line exceeds 85 characters; contains 88 characters" source="Generic.Files.LineLength.TooLong"/>
  115. <error line="248" column="93" severity="warning" message="Line exceeds 85 characters; contains 92 characters" source="Generic.Files.LineLength.TooLong"/>
  116. <error line="303" column="13" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
  117. <error line="322" column="87" severity="warning" message="Line exceeds 85 characters; contains 86 characters" source="Generic.Files.LineLength.TooLong"/>
  118. <error line="327" column="1" severity="error" message="Multi-line function call not indented correctly; expected 16 spaces but found 20" source="PEAR.Functions.FunctionCallSignature.Indent"/>
  119. <error line="369" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  120. <error line="369" column="1" severity="error" message="Doc comment for var is does not match actual variable name $name at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  121. <error line="370" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  122. <error line="370" column="1" severity="error" message="The variable names for parameters is (1) and is (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
  123. <error line="370" column="1" severity="error" message="Doc comment for var is does not match actual variable name $value at position 2" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  124. <error line="375" column="50" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
  125. <error line="393" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  126. <error line="393" column="1" severity="error" message="Missing comment for param &quot;$options&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  127. <error line="426" column="1" severity="error" message="Missing comment for param &quot;$option&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  128. <error line="434" column="9" severity="error" message="Expected &quot;if (...) {\n&quot;; found &quot;if(...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
  129. <error line="450" column="1" severity="error" message="Parameters must appear immediately after the comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeParams"/>
  130. <error line="450" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  131. <error line="451" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  132. <error line="451" column="1" severity="error" message="Doc comment for &quot;$delimiter&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
  133. <error line="467" column="17" severity="warning" message="Line exceeds 85 characters; contains 110 characters" source="Generic.Files.LineLength.TooLong"/>
  134. <error line="500" column="97" severity="warning" message="Line exceeds 85 characters; contains 96 characters" source="Generic.Files.LineLength.TooLong"/>
  135. <error line="502" column="21" severity="error" message="Line indented incorrectly; expected at least 24 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  136. <error line="508" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  137. <error line="529" column="1" severity="error" message="Doc comment for var VersionControl_Hg does not match actual variable name $hg at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  138. <error line="529" column="1" severity="error" message="Missing comment for param &quot;VersionControl_Hg&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  139. <error line="530" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  140. <error line="549" column="1" severity="error" message="Superfluous doc comment at position 1" source="PEAR.Commenting.FunctionComment.ExtraParamComment"/>
  141. <error line="554" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  142. <error line="557" column="31" severity="error" message="Multi-line assignments must have the equal sign on the second line" source="PEAR.Formatting.MultiLineAssignment.EqualSignLine"/>
  143. <error line="580" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  144. <error line="580" column="1" severity="error" message="Doc comment for var [ UNKNOWN ] does not match actual variable name $first at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  145. <error line="580" column="1" severity="error" message="Missing parameter name at position 1" source="PEAR.Commenting.FunctionComment.MissingParamName"/>
  146. <error line="580" column="1" severity="error" message="Missing comment for param &quot;[ UNKNOWN ]&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  147. <error line="581" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  148. <error line="581" column="1" severity="error" message="The variable names for parameters UNKNOWN (1) and [ UNKNOWN ] (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
  149. <error line="581" column="1" severity="error" message="Doc comment for var [ UNKNOWN ] does not match actual variable name $last at position 2" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  150. <error line="581" column="1" severity="error" message="Missing parameter name at position 2" source="PEAR.Commenting.FunctionComment.MissingParamName"/>
  151. <error line="581" column="1" severity="error" message="Missing comment for param &quot;[ UNKNOWN ]&quot; at position 2" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  152. </file>
  153. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Add.php">
  154. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  155. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  156. </file>
  157. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Archive.php">
  158. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  159. <error line="8" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  160. <error line="9" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  161. <error line="10" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.FileComment.TagIndent"/>
  162. <error line="11" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  163. <error line="12" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  164. <error line="13" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  165. <error line="14" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.FileComment.TagIndent"/>
  166. <error line="15" column="1" severity="error" message="@see tag comment indented incorrectly; expected 8 spaces but found 9" source="PEAR.Commenting.FileComment.TagIndent"/>
  167. <error line="43" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  168. <error line="44" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  169. <error line="45" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.ClassComment.TagIndent"/>
  170. <error line="46" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  171. <error line="47" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  172. <error line="48" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  173. <error line="49" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.ClassComment.TagIndent"/>
  174. <error line="119" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  175. <error line="119" column="1" severity="error" message="Expected 1 space before variable type" source="PEAR.Commenting.FunctionComment.SpacingBeforeParamType"/>
  176. <error line="119" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  177. <error line="132" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  178. <error line="135" column="21" severity="error" message="Line indented incorrectly; expected 16 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  179. <error line="136" column="21" severity="error" message="Line indented incorrectly; expected 16 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  180. <error line="137" column="21" severity="error" message="Line indented incorrectly; expected 16 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  181. <error line="138" column="21" severity="error" message="Line indented incorrectly; expected 16 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  182. <error line="141" column="21" severity="error" message="Line indented incorrectly; expected 16 spaces, found 20" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  183. <error line="154" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  184. <error line="154" column="1" severity="error" message="Missing comment for param &quot;$directory&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  185. <error line="173" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
  186. <error line="188" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  187. <error line="216" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  188. <error line="216" column="1" severity="error" message="Missing comment for param &quot;$revision&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  189. <error line="220" column="49" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  190. <error line="241" column="1" severity="warning" message="Line exceeds 85 characters; contains 87 characters" source="Generic.Files.LineLength.TooLong"/>
  191. <error line="242" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  192. <error line="242" column="1" severity="error" message="Missing comment for param &quot;$prefix&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  193. <error line="246" column="37" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  194. <error line="259" column="5" severity="error" message="Doc comment for &quot;$params&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
  195. <error line="261" column="1" severity="warning" message="Line exceeds 85 characters; contains 90 characters" source="Generic.Files.LineLength.TooLong"/>
  196. <error line="261" column="1" severity="error" message="There must be exactly one blank line before the tags in function comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeTags"/>
  197. <error line="262" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  198. <error line="276" column="16" severity="error" message="Opening parenthesis of a multi-line function call must be the last content on the line" source="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
  199. <error line="279" column="10" severity="error" message="Closing parenthesis of a multi-line function call must be on a line by itself" source="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
  200. <error line="281" column="9" severity="warning" message="Line exceeds 85 characters; contains 97 characters" source="Generic.Files.LineLength.TooLong"/>
  201. <error line="306" column="1" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 0" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  202. </file>
  203. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Backout.php">
  204. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  205. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  206. </file>
  207. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Branch.php">
  208. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  209. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  210. </file>
  211. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Cat.php">
  212. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  213. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  214. </file>
  215. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Clone.php">
  216. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  217. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  218. </file>
  219. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Commit.php">
  220. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  221. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  222. </file>
  223. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Copy.php">
  224. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  225. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  226. </file>
  227. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Exception.php">
  228. <error line="8" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  229. <error line="9" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  230. <error line="10" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.FileComment.TagIndent"/>
  231. <error line="11" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  232. <error line="12" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  233. <error line="13" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  234. <error line="14" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.FileComment.TagIndent"/>
  235. <error line="22" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  236. <error line="23" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  237. <error line="24" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.ClassComment.TagIndent"/>
  238. <error line="25" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  239. <error line="26" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  240. <error line="27" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  241. <error line="28" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.ClassComment.TagIndent"/>
  242. <error line="52" column="15" severity="error" message="Protected member variable &quot;_messages&quot; must not be prefixed with an underscore" source="PEAR.NamingConventions.ValidVariableName.PublicUnderscore"/>
  243. <error line="53" column="175" severity="warning" message="Line exceeds 85 characters; contains 174 characters" source="Generic.Files.LineLength.TooLong"/>
  244. <error line="62" column="1" severity="error" message="Doc comment for &quot;$custom_message&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
  245. <error line="64" column="67" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  246. </file>
  247. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Export.php">
  248. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  249. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  250. </file>
  251. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Forget.php">
  252. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  253. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  254. </file>
  255. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Import.php">
  256. <error line="1" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
  257. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  258. </file>
  259. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Interface.php">
  260. <error line="8" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  261. <error line="9" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  262. <error line="10" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.FileComment.TagIndent"/>
  263. <error line="11" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  264. <error line="12" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  265. <error line="13" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  266. <error line="14" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.FileComment.TagIndent"/>
  267. <error line="22" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  268. <error line="23" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  269. <error line="24" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.ClassComment.TagIndent"/>
  270. <error line="25" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  271. <error line="26" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  272. <error line="27" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  273. <error line="28" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.ClassComment.TagIndent"/>
  274. <error line="32" column="12" severity="error" message="Missing function doc comment" source="PEAR.Commenting.FunctionComment.Missing"/>
  275. </file>
  276. <file name="H:\Development\_Webroot\Trunk\VersionControl\Hg\Command\Log.php">
  277. <error line="1" column="1" severity="error" message="End of line character is invalid; expected &quot;\n&quot; but found &quot;\r\n&quot;" source="Generic.Files.LineEndings.InvalidEOLChar"/>
  278. <error line="7" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.FileComment.TagIndent"/>
  279. <error line="8" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  280. <error line="9" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.FileComment.TagIndent"/>
  281. <error line="10" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.FileComment.TagIndent"/>
  282. <error line="11" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.FileComment.TagIndent"/>
  283. <error line="12" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.FileComment.TagIndent"/>
  284. <error line="13" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.FileComment.TagIndent"/>
  285. <error line="38" column="1" severity="warning" message="Line exceeds 85 characters; contains 144 characters" source="Generic.Files.LineLength.TooLong"/>
  286. <error line="42" column="1" severity="error" message="@category tag comment indented incorrectly; expected 3 spaces but found 4" source="PEAR.Commenting.ClassComment.TagIndent"/>
  287. <error line="43" column="1" severity="error" message="@package tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  288. <error line="44" column="1" severity="error" message="@subpackage tag comment indented incorrectly; expected 1 spaces but found 2" source="PEAR.Commenting.ClassComment.TagIndent"/>
  289. <error line="45" column="1" severity="error" message="@author tag comment indented incorrectly; expected 5 spaces but found 6" source="PEAR.Commenting.ClassComment.TagIndent"/>
  290. <error line="46" column="1" severity="error" message="@copyright tag comment indented incorrectly; expected 2 spaces but found 3" source="PEAR.Commenting.ClassComment.TagIndent"/>
  291. <error line="47" column="1" severity="error" message="@license tag comment indented incorrectly; expected 4 spaces but found 5" source="PEAR.Commenting.ClassComment.TagIndent"/>
  292. <error line="48" column="1" severity="error" message="@link tag comment indented incorrectly; expected 7 spaces but found 8" source="PEAR.Commenting.ClassComment.TagIndent"/>
  293. <error line="108" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  294. <error line="108" column="1" severity="error" message="Doc comment for var $param does not match actual variable name $params at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
  295. <error line="119" column="5" severity="error" message="Doc comment for &quot;$params&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
  296. <error line="123" column="1" severity="warning" message="Line exceeds 85 characters; contains 90 characters" source="Generic.Files.LineLength.TooLong"/>
  297. <error line="123" column="1" severity="error" message="There must be exactly one blank line before the tags in function comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeTags"/>
  298. <error line="124" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
  299. <error line="139" column="16" severity="error" message="Opening parenthesis of a multi-line function call must be the last content on the line" source="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
  300. <error line="142" column="10" severity="error" message="Closing parenthesis of a multi-line function call must be on a line by itself" source="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
  301. <error line="147" column="1" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 0" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  302. <error line="150" column="1" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 0" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
  303. <error line="173" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  304. <error line="173" column="1" severity="error" message="Missing comment for param &quot;$revision&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  305. <error line="177" column="49" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
  306. <error line="202" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.Commenting.FunctionComment.SpacingAfterParams"/>
  307. <error line="202" column="1" severity="error" message="Superfluous doc comment at position 1" source="PEAR.Commenting.FunctionComment.ExtraParamComment"/>
  308. <error line="202" column="1" severity="error" message="Missing parameter name at position 1" source="PEAR.Commenting.FunctionComment.MissingParamName"/>
  309. <error line="202" column="1" severity="error" message="Missing comment for param &quot;[ UNKNOWN ]&quot; at position 1" source="PEAR.Commenting.FunctionComment.MissingParamComment"/>
  310. <error line="221" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="PEAR.…

Large files files are truncated, but you can click here to view the full file