Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created January 6, 2015 16:17
Show Gist options
  • Save dhaley/88dea4a6cfc7fa41283c to your computer and use it in GitHub Desktop.
Save dhaley/88dea4a6cfc7fa41283c to your computer and use it in GitHub Desktop.
flycheck-phpcs-standard of PEAR
-*- mode: compilation; default-directory: "~/sites/sws/sites/all/modules/custom/sws_fg/" -*-
Compilation started at Tue Jan 6 09:15:39
phpcs --report\=checkstyle /Users/dhaley/sites/sws/sites/all/modules/custom/sws_fg/sws_fg.module
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="1.4.2">
<file name="/Users/dhaley/sites/sws/sites/all/modules/custom/sws_fg/sws_fg.module">
<error line="2" column="1" severity="error" message="Missing file doc comment" source="PEAR.Commenting.FileComment.Missing"/>
<error line="4" column="7" severity="error" message="File is being unconditionally included; use &quot;require_once&quot; instead" source="PEAR.Files.IncludingFile.UseRequireOnce"/>
<error line="6" column="1" severity="error" message="Doc comment for &quot;$entity_info&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="8" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="9" column="1" severity="error" message="Function name &quot;sws_fg_entity_info_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="9" column="50" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="10" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="12" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="13" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="14" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="16" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="17" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="18" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="20" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="21" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="22" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="24" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="25" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="28" column="1" severity="error" message="Missing function doc comment" source="PEAR.Commenting.FunctionComment.Missing"/>
<error line="28" column="1" severity="error" message="Function name &quot;sws_fg_field_extra_fields&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="28" column="38" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="29" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="31" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="39" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="41" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="46" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="47" column="1" severity="error" message="Function name &quot;sws_fg_menu&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="47" column="24" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="49" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="50" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="57" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="59" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="60" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="64" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="66" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="72" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="74" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="75" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="81" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="83" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="84" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="90" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="92" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="93" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="99" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="101" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="102" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="108" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="110" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="111" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="118" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="119" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="125" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="127" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="128" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="134" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="135" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="136" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="142" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="143" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="144" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="150" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="152" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="153" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="158" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="160" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="165" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="166" column="1" severity="error" message="Function name &quot;sws_fg_permission&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="166" column="30" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="167" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="174" column="208" severity="warning" message="Line exceeds 85 characters; contains 207 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="176" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="179" column="1" severity="error" message="Doc comment for &quot;$op&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="179" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="179" column="1" severity="error" message="Doc comment for &quot;$account&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="188" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="189" column="1" severity="error" message="Function name &quot;sws_fg_access&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="189" column="47" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="189" column="53" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="190" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="191" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="194" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="195" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="196" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="198" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="199" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="201" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="201" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="202" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="204" column="7" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="204" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="205" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="205" column="16" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="207" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="210" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="211" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="213" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="213" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="214" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="215" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="215" column="109" severity="warning" message="Line exceeds 85 characters; contains 108 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="217" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="220" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="221" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="223" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="223" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="224" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="225" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="225" column="100" severity="warning" message="Line exceeds 85 characters; contains 99 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="227" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="230" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="231" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="233" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="233" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="234" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="235" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="235" column="100" severity="warning" message="Line exceeds 85 characters; contains 99 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="237" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="241" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="243" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="244" column="1" severity="error" message="Function name &quot;sws_fg_node_presave&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="244" column="37" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="245" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="246" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="247" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="247" column="113" severity="warning" message="Line exceeds 85 characters; contains 112 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="248" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="249" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="249" column="159" severity="warning" message="Line exceeds 85 characters; contains 158 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="252" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="253" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="254" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="255" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="257" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="258" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="258" column="42" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="258" column="48" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="260" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="261" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="261" column="99" severity="warning" message="Line exceeds 85 characters; contains 98 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="262" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="262" column="88" severity="warning" message="Line exceeds 85 characters; contains 87 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="266" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="268" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="269" column="1" severity="error" message="Function name &quot;sws_fg_node_update&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="269" column="36" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="270" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="271" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="272" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="274" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="275" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="276" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="277" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="278" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="279" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="285" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="287" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="288" column="1" severity="error" message="Function name &quot;sws_fg_node_delete&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="288" column="36" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="289" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="290" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="291" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="292" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="297" column="1" severity="error" message="Doc comment for &quot;$vars&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="297" column="1" severity="error" message="Doc comment for &quot;$hook&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="299" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="300" column="1" severity="error" message="Function name &quot;sws_fg_preprocess&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="300" column="43" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="301" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="303" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="304" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="305" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="310" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="311" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="311" column="66" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="313" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="314" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="315" column="9" severity="error" message="Line indented incorrectly; expected 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="316" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="318" column="9" severity="error" message="Line indented incorrectly; expected 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="319" column="11" severity="warning" message="Line exceeds 85 characters; contains 125 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="319" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="320" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="322" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="323" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="325" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="326" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="326" column="91" severity="warning" message="Line exceeds 85 characters; contains 90 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="327" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="329" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="330" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="330" column="108" severity="warning" message="Line exceeds 85 characters; contains 107 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="331" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="333" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="333" column="90" severity="warning" message="Line exceeds 85 characters; contains 89 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="334" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="336" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="337" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="338" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="341" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="342" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="342" column="87" severity="warning" message="Line exceeds 85 characters; contains 86 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="344" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="345" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="345" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="346" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="347" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="347" column="105" severity="warning" message="Line exceeds 85 characters; contains 104 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="348" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="353" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="354" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="355" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="357" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="358" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="362" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="363" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="365" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="366" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="366" column="88" severity="warning" message="Line exceeds 85 characters; contains 87 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="368" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="369" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="371" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="372" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="373" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="374" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="375" column="9" severity="error" message="Line indented incorrectly; expected 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="375" column="97" severity="warning" message="Line exceeds 85 characters; contains 96 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="376" column="11" severity="error" message="Line indented incorrectly; expected 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="377" column="13" severity="error" message="Line indented incorrectly; expected at least 20 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="377" column="114" severity="warning" message="Line exceeds 85 characters; contains 113 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="380" column="11" severity="error" message="Line indented incorrectly; expected 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="381" column="13" severity="error" message="Line indented incorrectly; expected at least 20 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="381" column="118" severity="warning" message="Line exceeds 85 characters; contains 117 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="386" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="387" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="388" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="389" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="391" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="392" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="394" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="395" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="395" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="396" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="398" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="399" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="400" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="402" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="403" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="404" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="406" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="407" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="408" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="409" column="11" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="410" column="11" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="411" column="11" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="412" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="414" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="414" column="94" severity="warning" message="Line exceeds 85 characters; contains 93 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="415" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="415" column="23" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="416" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="417" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="418" column="9" severity="error" message="Line indented incorrectly; expected 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="419" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="420" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="421" column="11" severity="error" message="Line indented incorrectly; expected 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="422" column="13" severity="error" message="Line indented incorrectly; expected at least 20 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="424" column="11" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="424" column="11" severity="error" message="Line indented incorrectly; expected 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="425" column="13" severity="error" message="Line indented incorrectly; expected at least 20 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="429" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="430" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="430" column="118" severity="warning" message="Line exceeds 85 characters; contains 117 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="431" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="434" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="439" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="439" column="105" severity="warning" message="Line exceeds 85 characters; contains 104 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="440" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="442" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="443" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="444" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="445" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="445" column="99" severity="warning" message="Line exceeds 85 characters; contains 98 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="447" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="447" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="448" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="448" column="225" severity="warning" message="Line exceeds 85 characters; contains 224 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="449" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="450" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="452" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="454" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="458" column="1" severity="error" message="Doc comment for &quot;$existing&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="458" column="1" severity="error" message="Doc comment for &quot;$type&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="458" column="1" severity="error" message="Doc comment for &quot;$theme&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="458" column="1" severity="error" message="Doc comment for &quot;$path&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="460" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="461" column="1" severity="error" message="Function name &quot;sws_fg_theme&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="461" column="56" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="462" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="464" column="38" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="469" column="38" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="474" column="38" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="478" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="483" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="484" column="1" severity="error" message="Function name &quot;sws_fg_token_info&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="484" column="30" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="485" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="488" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="490" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="493" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="494" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="497" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="498" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="501" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="502" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="505" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="506" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="508" column="93" severity="warning" message="Line exceeds 85 characters; contains 92 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="509" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="510" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="512" column="100" severity="warning" message="Line exceeds 85 characters; contains 99 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="513" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="514" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="516" column="98" severity="warning" message="Line exceeds 85 characters; contains 97 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="517" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="518" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="520" column="114" severity="warning" message="Line exceeds 85 characters; contains 113 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="521" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="523" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="526" column="1" severity="error" message="Doc comment for &quot;$type&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="526" column="1" severity="error" message="Doc comment for &quot;$tokens&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="526" column="1" severity="error" message="Doc comment for &quot;$data&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="526" column="1" severity="error" message="Doc comment for &quot;$options&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="528" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="529" column="1" severity="error" message="Function name &quot;sws_fg_tokens&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="529" column="89" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="529" column="90" severity="warning" message="Line exceeds 85 characters; contains 89 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="530" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="532" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="534" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="535" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="536" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="537" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="539" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="540" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="540" column="121" severity="warning" message="Line exceeds 85 characters; contains 120 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="541" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="543" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="544" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="545" column="9" severity="error" message="Line indented incorrectly; expected 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="546" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="547" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="548" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="550" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="551" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="552" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="554" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="555" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="556" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="558" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="559" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="559" column="89" severity="warning" message="Line exceeds 85 characters; contains 88 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="560" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="561" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="563" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="564" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="564" column="98" severity="warning" message="Line exceeds 85 characters; contains 97 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="565" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="566" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="568" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="569" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="570" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="572" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="573" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="574" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="576" column="11" severity="error" message="Line indented incorrectly; expected 12 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="577" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="578" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="579" column="13" severity="error" message="Case breaking statement indented incorrectly; expected 14 spaces, found 12" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="582" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="585" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="590" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="591" column="1" severity="error" message="Function name &quot;sws_fg_block_info&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="591" column="30" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="592" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="595" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="597" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="598" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="599" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="602" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="603" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="606" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="607" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="610" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="611" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="614" column="1" severity="error" message="Doc comment for &quot;$delta&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="616" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="617" column="1" severity="error" message="Function name &quot;sws_fg_block_view&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="617" column="41" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="618" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="620" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="622" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="623" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="624" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="627" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="628" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="629" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="631" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="634" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="635" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="636" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="636" column="90" severity="warning" message="Line exceeds 85 characters; contains 89 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="638" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="641" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="642" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="643" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="645" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="648" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="651" column="1" severity="error" message="Doc comment for &quot;$delta&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="653" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="654" column="1" severity="error" message="Function name &quot;sws_fg_block_configure&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="654" column="46" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="655" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="657" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="659" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="666" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="667" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="670" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="673" column="1" severity="error" message="Doc comment for &quot;$delta&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="673" column="1" severity="error" message="Doc comment for &quot;$edit&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="675" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="676" column="1" severity="error" message="Function name &quot;sws_fg_block_save&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="676" column="58" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="677" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="678" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="678" column="87" severity="warning" message="Line exceeds 85 characters; contains 86 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="684" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="685" column="1" severity="error" message="Function name &quot;sws_fg_block_create_guide_content&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="685" column="46" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="686" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="688" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="689" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="690" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="692" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="693" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="695" column="5" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="695" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="696" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="699" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="700" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="701" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="705" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="706" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="708" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="711" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="713" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="714" column="1" severity="error" message="Function name &quot;sws_fg_block_guide_actions_content&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="714" column="52" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="715" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="717" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="718" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="719" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="720" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="723" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="724" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="729" column="19" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="741" column="99" severity="warning" message="Line exceeds 85 characters; contains 98 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="750" column="87" severity="warning" message="Line exceeds 85 characters; contains 86 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="770" column="19" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="772" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="774" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="775" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="775" column="156" severity="warning" message="Line exceeds 85 characters; contains 155 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="776" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="777" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="778" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="778" column="89" severity="warning" message="Line exceeds 85 characters; contains 88 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="779" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="780" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="781" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="782" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="783" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="784" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="788" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="789" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="789" column="19" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="790" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="793" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="794" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="795" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="797" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="797" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="798" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="801" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="802" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="803" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="804" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="805" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="805" column="34" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="806" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="807" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="810" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="811" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="815" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="815" column="108" severity="warning" message="Line exceeds 85 characters; contains 107 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="818" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="822" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="823" column="1" severity="error" message="Function name &quot;sws_fg_block_manage_guide_actions_content&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="823" column="59" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="824" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="826" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="826" column="134" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="826" column="141" severity="warning" message="Line exceeds 85 characters; contains 140 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="828" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="828" column="108" severity="warning" message="Line exceeds 85 characters; contains 107 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="831" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="835" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="836" column="1" severity="error" message="Function name &quot;sws_fg_block_entry_actions_content&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="836" column="52" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="837" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="838" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="840" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="841" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="875" column="89" severity="warning" message="Line exceeds 85 characters; contains 88 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="889" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="891" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="892" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="893" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="894" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="895" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="895" column="34" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="896" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="897" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="900" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="901" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="905" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="905" column="108" severity="warning" message="Line exceeds 85 characters; contains 107 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="908" column="1" severity="error" message="Doc comment for &quot;$form&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="908" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="912" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="913" column="1" severity="error" message="Function name &quot;sws_fg_block_create_guide_form&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="913" column="62" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="914" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="915" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="917" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="918" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="919" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="922" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="928" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="929" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="932" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="934" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="937" column="1" severity="error" message="Doc comment for &quot;$form&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="937" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="941" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="942" column="1" severity="error" message="Function name &quot;sws_fg_block_create_guide_form_submit&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="942" column="69" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="943" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="945" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="946" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="948" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="948" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="949" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="953" column="1" severity="error" message="Doc comment for &quot;$form&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="953" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="953" column="1" severity="error" message="Doc comment for &quot;$form_id&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="955" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="956" column="1" severity="error" message="Function name &quot;sws_fg_form_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="956" column="60" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="957" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="961" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="962" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="964" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="965" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="966" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="967" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="968" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="970" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="971" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="974" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="975" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="976" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="977" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="978" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="979" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="980" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="980" column="28" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="983" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="984" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="988" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="989" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="989" column="51" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="990" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="995" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="996" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="996" column="95" severity="warning" message="Line exceeds 85 characters; contains 94 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="998" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="999" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1000" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1001" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1001" column="39" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1002" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1002" column="37" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1003" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1003" column="47" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1004" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1004" column="45" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1007" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1008" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1009" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1009" column="116" severity="warning" message="Line exceeds 85 characters; contains 115 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1011" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1012" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1013" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1015" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1018" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1019" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1024" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1025" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1029" column="1" severity="error" message="Doc comment for &quot;$form&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1029" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1029" column="1" severity="error" message="Doc comment for &quot;$vbo&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1031" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1032" column="1" severity="error" message="Function name &quot;sws_fg_views_bulk_operations_form_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1032" column="78" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1033" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1034" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1038" column="1" severity="error" message="Doc comment for &quot;$element&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1038" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1038" column="1" severity="error" message="Doc comment for &quot;$context&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1040" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1041" column="1" severity="error" message="Function name &quot;sws_fg_field_widget_form_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1041" column="76" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1042" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1043" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1044" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1045" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1046" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1047" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1050" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1051" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1051" column="96" severity="warning" message="Line exceeds 85 characters; contains 95 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1052" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1056" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1057" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1058" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1059" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1060" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1065" column="1" severity="error" message="Doc comment for &quot;$element&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1065" column="1" severity="error" message="Doc comment for &quot;$form_state&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1065" column="1" severity="error" message="Doc comment for &quot;$form&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1069" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1070" column="1" severity="error" message="Function name &quot;sws_fg_flickr_import_widget_process&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1070" column="77" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1071" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1072" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1073" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1073" column="131" severity="warning" message="Line exceeds 85 characters; contains 130 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1074" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1075" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1077" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1082" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1083" column="1" severity="error" message="Function name &quot;sws_fg_user_redirect&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1083" column="33" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1084" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1086" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1087" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1093" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1095" column="1" severity="error" message="The variable names for parameters $node (1) and $type (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
<error line="1097" column="1" severity="error" message="The comments for parameters $type (2) and $id (3) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1099" column="1" severity="error" message="The comments for parameters $id (3) and $recurse (4) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1101" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1102" column="1" severity="error" message="Function name &quot;sws_fg_add_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1102" column="57" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1102" column="64" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1103" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1105" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1107" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1108" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1110" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1111" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1112" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1113" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1113" column="59" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1115" column="7" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1115" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1116" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1117" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1119" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1124" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1125" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1127" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1127" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1128" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1130" column="7" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1130" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1131" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1134" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1135" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1137" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1138" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1140" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1143" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1144" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1144" column="25" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1145" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1146" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1147" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1147" column="255" severity="warning" message="Line exceeds 85 characters; contains 254 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1148" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1149" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1150" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1152" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1152" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1153" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1153" column="115" severity="warning" message="Line exceeds 85 characters; contains 114 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1154" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1155" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1162" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1166" column="1" severity="error" message="The variable names for parameters $type (2) and $id (3) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
<error line="1166" column="1" severity="error" message="The comments for parameters $type (2) and $id (3) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1168" column="1" severity="error" message="The comments for parameters $id (3) and $recurse (4) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1170" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1171" column="1" severity="error" message="Function name &quot;sws_fg_remove_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1171" column="60" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1171" column="67" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1172" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1174" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1176" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1177" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1179" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1180" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1181" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1181" column="62" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1183" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1188" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1189" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1191" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1191" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1192" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1194" column="7" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1194" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1195" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1195" column="16" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1198" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1199" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1201" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1202" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1204" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1207" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1209" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1210" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1210" column="50" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1211" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1212" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1213" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1213" column="238" severity="warning" message="Line exceeds 85 characters; contains 237 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1214" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1215" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1216" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1218" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1218" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1219" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1219" column="119" severity="warning" message="Line exceeds 85 characters; contains 118 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1220" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1221" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1227" column="1" severity="error" message="There must be exactly one blank line before the tags in function comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeTags"/>
<error line="1229" column="1" severity="error" message="Parameters must appear immediately after the comment" source="PEAR.Commenting.FunctionComment.SpacingBeforeParams"/>
<error line="1229" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1231" column="1" severity="error" message="The comments for parameters $fg (1) and $type (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1231" column="1" severity="error" message="Doc comment for &quot;$id&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1231" column="1" severity="error" message="Doc comment for &quot;$recurse&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1236" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1237" column="1" severity="error" message="Function name &quot;sws_fg_delete_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1237" column="58" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1237" column="65" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1238" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1239" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1241" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1242" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1243" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1244" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1249" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1250" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1252" column="7" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1252" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1253" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1255" column="7" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1255" column="7" severity="error" message="Line indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1256" column="9" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1256" column="16" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1258" column="7" severity="error" message="Case breaking statement indented incorrectly; expected 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeClosingBrace.BreakIdent"/>
<error line="1261" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1261" column="50" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1262" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1264" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1265" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1266" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1267" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1269" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1269" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1270" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1271" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1275" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1275" column="1" severity="error" message="Doc comment for &quot;$spec&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1277" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1278" column="1" severity="error" message="Function name &quot;sws_fg_create_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1278" column="44" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1279" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1280" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1281" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1282" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1283" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1284" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1285" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1287" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1295" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1297" column="1" severity="error" message="The variable names for parameters $node (1) and $status (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
<error line="1297" column="1" severity="error" message="The comments for parameters $node (1) and $status (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1299" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1300" column="1" severity="error" message="Function name &quot;sws_fg_update_node_status&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1300" column="52" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1301" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1302" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1304" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1305" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1306" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1308" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1308" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1309" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1312" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1315" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1317" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1318" column="1" severity="error" message="Function name &quot;sws_fg_print_guide&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1318" column="36" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1319" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1320" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1321" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1324" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1326" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1327" column="1" severity="error" message="Function name &quot;sws_fg_pdf_guide_loading&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1327" column="42" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1328" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1331" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1333" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1334" column="1" severity="error" message="Function name &quot;sws_fg_pdf_guide&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1334" column="34" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1335" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1336" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1337" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1339" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1340" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1341" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1341" column="110" severity="warning" message="Line exceeds 85 characters; contains 109 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1342" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1345" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1347" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1348" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1349" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1350" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1351" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1351" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1353" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1354" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1355" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1358" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1359" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1360" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1362" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1363" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1364" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1365" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1366" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1368" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1369" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1370" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1372" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1373" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1373" column="87" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1373" column="94" severity="warning" message="Line exceeds 85 characters; contains 93 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1374" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1376" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1377" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1378" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1379" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1380" column="7" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1381" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1382" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1384" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1384" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1385" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1385" column="110" severity="warning" message="Line exceeds 85 characters; contains 109 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1386" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1393" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1395" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1396" column="1" severity="error" message="Function name &quot;sws_fg_preview_spec&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1396" column="37" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1397" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1399" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1400" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1401" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1402" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1403" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1405" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1406" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1407" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1410" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1411" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1412" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1414" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1417" column="1" severity="error" message="Doc comment for &quot;$entry&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1419" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1420" column="1" severity="error" message="Function name &quot;sws_fg_load_guide_from_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1420" column="47" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1421" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1422" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1430" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1432" column="1" severity="error" message="The comments for parameters $nid (1) and $item_id (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1438" column="1" severity="error" message="Function name &quot;sws_fg_load_entry_from_spec&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1438" column="54" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1439" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1440" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1440" column="218" severity="warning" message="Line exceeds 85 characters; contains 217 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1441" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1443" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1444" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1445" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1446" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1447" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1449" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1449" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1450" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1450" column="12" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1457" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1459" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1460" column="1" severity="error" message="Function name &quot;sws_fg_load_spec_from_entry&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1460" column="46" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1461" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1461" column="99" severity="warning" message="Line exceeds 85 characters; contains 98 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1467" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1469" column="1" severity="error" message="The variable names for parameters $node (1) and $published (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
<error line="1469" column="1" severity="error" message="The comments for parameters $node (1) and $published (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1471" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1472" column="1" severity="error" message="Function name &quot;sws_fg_get_guide_entries&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1472" column="55" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1472" column="61" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1473" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1474" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1474" column="189" severity="warning" message="Line exceeds 85 characters; contains 188 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1476" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1476" column="22" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1477" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1479" column="3" severity="error" message="Expected &quot;} elseif (...) {\n&quot;; found &quot;}\n elseif (...) {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1479" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1479" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1480" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1483" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1485" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1486" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1487" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1488" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1491" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1494" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1496" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1497" column="1" severity="error" message="Function name &quot;sws_fg_guide_last_updated&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1497" column="43" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1498" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1502" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1505" column="1" severity="error" message="Doc comment for &quot;$entity&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1505" column="1" severity="error" message="Doc comment for &quot;$field_name&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1505" column="1" severity="error" message="Doc comment for &quot;$format&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1507" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1508" column="1" severity="error" message="Function name &quot;sws_fg_field_change_text_format&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1508" column="74" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1509" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1510" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1511" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1512" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1514" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1514" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1515" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1518" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1519" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1523" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1523" column="1" severity="error" message="Doc comment for &quot;$account&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1523" column="1" severity="error" message="Doc comment for &quot;$range&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1525" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1526" column="1" severity="error" message="Function name &quot;_sws_fg_set_print_token&quot; is invalid; only private methods should be prefixed with an underscore" source="PEAR.NamingConventions.ValidFunctionName.FunctionUnderscore"/>
<error line="1526" column="52" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;null&quot; but found &quot;NULL&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1526" column="71" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1527" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1528" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1531" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1532" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1533" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1536" column="1" severity="error" message="Doc comment for &quot;$uid&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1536" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1538" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1539" column="1" severity="error" message="Function name &quot;_sws_fg_print_token_check&quot; is invalid; only private methods should be prefixed with an underscore" source="PEAR.NamingConventions.ValidFunctionName.FunctionUnderscore"/>
<error line="1539" column="49" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1540" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1541" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1542" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1543" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1545" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1546" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1549" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1551" column="3" severity="error" message="Expected &quot;} else {\n&quot;; found &quot;}\n else {\n&quot;" source="PEAR.ControlStructures.ControlSignature"/>
<error line="1551" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1552" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1552" column="12" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1571" column="1" severity="error" message="Doc comment for var $data does not match actual variable name &amp;$data at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
<error line="1571" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1584" column="1" severity="error" message="The comments for parameters $data (1) and $router_item (2) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1586" column="1" severity="error" message="The variable names for parameters $router_item (2) and $root_path (3) do not align" source="PEAR.Commenting.FunctionComment.ParameterNamesNotAligned"/>
<error line="1586" column="1" severity="error" message="The comments for parameters $router_item (2) and $root_path (3) do not align" source="PEAR.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
<error line="1588" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1589" column="1" severity="error" message="Function name &quot;sws_fg_menu_local_tasks_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1589" column="74" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1590" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1591" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1591" column="21" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1592" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1593" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1594" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1594" column="25" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;true&quot; but found &quot;TRUE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1597" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1597" column="26" severity="error" message="TRUE, FALSE and NULL must be lowercase; expected &quot;false&quot; but found &quot;FALSE&quot;" source="Generic.PHP.LowerCaseConstant.Found"/>
<error line="1598" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1599" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1600" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1601" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1602" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1603" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1604" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1605" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1606" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1607" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1608" column="15" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 14" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1609" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1610" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1611" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1612" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1613" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1614" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1615" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1616" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1617" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1618" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1618" column="107" severity="warning" message="Line exceeds 85 characters; contains 106 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1619" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1620" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1621" column="13" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 12" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1622" column="11" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1623" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1625" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1628" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1629" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1630" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1631" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1631" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1632" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1633" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1639" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1639" column="1" severity="error" message="Doc comment for &quot;$context&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1641" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1642" column="1" severity="error" message="Function name &quot;sws_fg_clone_node_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1642" column="52" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1643" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1644" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1645" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1646" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1649" column="1" severity="error" message="Doc comment for &quot;$node&quot; missing" source="PEAR.Commenting.FunctionComment.MissingParamTag"/>
<error line="1651" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1652" column="1" severity="error" message="Function name &quot;sws_fg_node_insert&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1652" column="36" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1653" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1653" column="113" severity="warning" message="Line exceeds 85 characters; contains 112 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1654" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1655" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1656" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1657" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1659" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1660" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1661" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1663" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1664" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1665" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1666" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1667" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1668" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1669" column="9" severity="error" message="Line indented incorrectly; expected 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1670" column="11" severity="error" message="Line indented incorrectly; expected at least 20 spaces, found 10" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1674" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1675" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1676" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1677" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1678" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1679" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1680" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1681" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1682" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1683" column="7" severity="error" message="Line indented incorrectly; expected at least 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1701" column="1" severity="error" message="Doc comment for var $build does not match actual variable name &amp;$build at position 1" source="PEAR.Commenting.FunctionComment.ParamNameNoMatch"/>
<error line="1701" column="1" severity="error" message="Expected 1 space after the longest variable name" source="PEAR.Commenting.FunctionComment.SpacingAfterLongName"/>
<error line="1708" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="1709" column="1" severity="error" message="Function name &quot;sws_fg_node_view_alter&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="1709" column="42" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1710" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1711" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1711" column="92" severity="warning" message="Line exceeds 85 characters; contains 91 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1712" column="5" severity="error" message="Line indented incorrectly; expected 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1713" column="7" severity="error" message="Line indented incorrectly; expected 12 spaces, found 6" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1714" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1715" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1716" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1717" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1717" column="116" severity="warning" message="Line exceeds 85 characters; contains 115 characters" source="Generic.Files.LineLength.TooLong"/>
<error line="1718" column="9" severity="error" message="Line indented incorrectly; expected at least 16 spaces, found 8" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1725" column="5" severity="error" message="Missing function doc comment" source="PEAR.Commenting.FunctionComment.Missing"/>
<error line="1725" column="5" severity="error" message="Function name &quot;_sws_fg_set_color&quot; is invalid; only private methods should be prefixed with an underscore" source="PEAR.NamingConventions.ValidFunctionName.FunctionUnderscore"/>
<error line="1725" column="5" severity="error" message="Line indented incorrectly; expected 0 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="1725" column="51" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="1727" column="98" severity="warning" message="Line exceeds 85 characters; contains 97 characters" source="Generic.Files.LineLength.TooLong"/>
</file>
</checkstyle>
Compilation exited abnormally with code 1 at Tue Jan 6 09:15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment