<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="1.5.5">
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/helpers/sample_helper.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="10" column="2" severity="error" message="Expected 0 spaces before opening brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeBrace"/>
 <error line="14" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="14" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/helpers/helpers_config.php">
 <error line="5" column="12" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="5" column="12" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="9" column="23" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="9" column="23" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="9" column="26" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="9" column="26" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="11" column="24" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="11" column="24" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="12" column="4" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="12" column="4" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="14" column="3" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/widgets/widget_tp.php">
 <error line="8" column="50" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="11" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="13" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="13" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="13" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="16" column="2" severity="error" message="Visibility must be declared on method &quot;NewTag&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="22" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="24" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="24" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="24" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="27" column="2" severity="error" message="Visibility must be declared on method &quot;ItemEditLink&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="32" column="179" severity="error" message="Line exceeds maximum limit of 140 characters; contains 178 characters" source="Generic.Files.LineLength.MaxExceeded"/>
 <error line="34" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="34" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="35" column="18" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 4 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="35" column="18" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="35" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="36" column="17" severity="error" message="Concat operator must be surrounded by spaces. Found &quot;...refix.'_mod...&quot;; expected &quot;...refix . '_mod...&quot;" source="CodingStandard.Strings.ConcatenationSpacing"/>
 <error line="36" column="26" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="36" column="26" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="36" column="26" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="37" column="17" severity="error" message="Concat operator must be surrounded by spaces. Found &quot;...refix.'_eve...&quot;; expected &quot;...refix . '_eve...&quot;" source="CodingStandard.Strings.ConcatenationSpacing"/>
 <error line="37" column="27" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="37" column="27" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="37" column="27" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="38" column="17" severity="error" message="Concat operator must be surrounded by spaces. Found &quot;...refix.'_id'...&quot;; expected &quot;...refix . '_id'...&quot;" source="CodingStandard.Strings.ConcatenationSpacing"/>
 <error line="38" column="25" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="38" column="25" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="38" column="25" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="39" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 5 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="39" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="39" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="39" column="24" severity="error" message="Concat operator must be surrounded by spaces. Found &quot;...all,'.$this...&quot;; expected &quot;...all,' . $this...&quot;" source="CodingStandard.Strings.ConcatenationSpacing"/>
 <error line="40" column="23" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="40" column="23" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="40" column="23" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="44" column="2" severity="error" message="Expected 1 blank line after function; 2 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="48" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="50" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="50" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="50" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="66" column="1" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/widgets/widgets_config.php">
 <error line="11" column="11" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="11" column="11" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="13" column="11" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="15" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="15" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="16" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="16" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="18" column="22" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="18" column="22" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="18" column="22" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="18" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="18" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="19" column="22" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="19" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="19" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="2" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="31" column="2" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="34" column="2" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="35" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="39" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="41" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="41" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="41" column="29" severity="error" message="Concat operator must be surrounded by spaces. Found &quot;...REFIX.'Widg...&quot;; expected &quot;...REFIX . 'Widg...&quot;" source="CodingStandard.Strings.ConcatenationSpacing"/>
 <error line="51" column="2" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="51" column="2" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="55" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="55" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="56" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="56" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="57" column="27" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="57" column="27" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="58" column="28" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="58" column="28" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="59" column="24" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="59" column="24" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="62" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="62" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="63" column="18" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="63" column="18" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="64" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="64" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="64" column="123" severity="warning" message="Comma not allowed after last value in single-line array declaration" source="CodingStandard.Array.Array.LastComma"/>
 <error line="67" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="67" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="68" column="18" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="68" column="18" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="69" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="69" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="73" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="73" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="75" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="75" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="76" column="23" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="76" column="23" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="77" column="13" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="80" column="13" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="80" column="13" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="81" column="21" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="81" column="21" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="87" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="87" column="27" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="87" column="27" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="90" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="90" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="90" column="24" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="95" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="95" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="100" column="17" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="100" column="17" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="100" column="17" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="100" column="17" severity="error" message="Expected 1 space after &quot;=&gt;&quot;; 2 found" source="Squiz.WhiteSpace.OperatorSpacing.SpacingAfter"/>
 <error line="100" column="21" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="100" column="21" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="101" column="9" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="101" column="9" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="102" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="103" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="103" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="104" column="3" severity="warning" message="A comma should follow the last multiline array item. Found: )" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="110" column="3" severity="warning" message="A comma should follow the last multiline array item. Found: )" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="113" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="113" column="21" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="113" column="21" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="114" column="27" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="114" column="27" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="117" column="11" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="117" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="117" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="118" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="118" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="119" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="119" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="123" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="123" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="128" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="128" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="133" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="133" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="135" column="13" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="135" column="13" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="138" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="138" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="146" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="146" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="149" column="53" severity="warning" message="A comma should follow the last multiline array item. Found: 1" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="150" column="12" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="150" column="12" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="152" column="51" severity="warning" message="A comma should follow the last multiline array item. Found: 0" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="154" column="12" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="154" column="15" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="154" column="15" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="156" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="159" column="18" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="159" column="18" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="165" column="13" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="165" column="13" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="167" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="167" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="168" column="54" severity="warning" message="A comma should follow the last multiline array item. Found: 0" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="170" column="18" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="170" column="18" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="173" column="17" severity="warning" message="A comma should follow the last multiline array item. Found: null" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="175" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="175" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="177" column="35" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="179" column="43" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="179" column="43" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="181" column="25" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="182" column="29" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="186" column="34" severity="warning" message="A comma should follow the last multiline array item. Found: null" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="188" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="188" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="190" column="35" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="193" column="43" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="193" column="43" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="195" column="21" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="196" column="28" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="197" column="17" severity="warning" message="A comma should follow the last multiline array item. Found: null" source="CodingStandard.Array.Array.NoLastComma"/>
 <error line="201" column="10" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="201" column="10" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="201" column="13" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="201" column="13" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="202" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="202" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="203" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="204" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="204" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="205" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="205" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="206" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="206" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="207" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="207" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="208" column="15" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="208" column="15" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="209" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="209" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="210" column="15" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="210" column="15" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="211" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="211" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="212" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="212" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="213" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="213" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="214" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="214" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="215" column="22" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="215" column="22" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="216" column="29" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="216" column="29" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="225" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/widgets/widget_eh.php">
 <error line="8" column="50" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="11" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="15" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="21" column="18" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="21" column="18" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="22" column="21" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="21" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="23" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="23" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="30" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="32" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="32" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="33" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="38" column="36" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="38" column="36" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="50" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="52" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="53" column="1" severity="error" message="Missing @return tag in function comment" source="CodingStandard.Commenting.FunctionComment.MissingReturn"/>
 <error line="54" column="1" severity="error" message="Type hint &quot;kEvent&quot; missing for $event at position 1" source="CodingStandard.Commenting.FunctionComment.TypeHintMissing"/>
 <error line="54" column="2" severity="error" message="Visibility must be declared on method &quot;OnCustomEvent&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="62" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="64" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="64" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="67" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="76" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="77" column="3" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="78" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="78" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="83" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="85" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="85" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="89" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="96" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="98" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="98" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="102" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="109" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="109" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="112" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="112" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="116" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="119" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="124" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="124" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="127" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="127" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="131" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="134" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="136" column="2" severity="error" message="Expected 1 blank line after function; 2 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="140" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="142" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="142" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="146" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="149" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="154" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="156" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="156" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="160" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="163" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="168" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="168" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="171" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="171" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="175" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="178" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="183" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="185" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="185" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="189" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="192" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="197" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="199" column="1" severity="warning" message="Line exceeds 120 characters; contains 130 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="199" column="1" severity="error" message="Expected &quot;integer&quot;; found &quot;int&quot; for $rewrite_mode at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="200" column="1" severity="error" message="The variable names for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="200" column="1" severity="error" message="The comments for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="200" column="1" severity="error" message="Param comment must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ParamCommentFullStop"/>
 <error line="201" column="1" severity="error" message="The variable names for parameters $prefix (2) and $params (3) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="201" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 3" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="202" column="1" severity="error" message="The comments for parameters $params (3) and $url_parts (4) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="202" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $url_parts at position 4" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="203" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="203" column="1" severity="error" message="The variable names for parameters $url_parts (4) and $keep_events (5) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="203" column="1" severity="error" message="The comments for parameters $url_parts (4) and $keep_events (5) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="203" column="1" severity="error" message="Expected &quot;boolean&quot;; found &quot;bool&quot; for $keep_events at position 5" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="204" column="1" severity="error" message="Line exceeds maximum limit of 140 characters; contains 181 characters" source="Generic.Files.LineLength.MaxExceeded"/>
 <error line="206" column="2" severity="error" message="Method name &quot;WidgetEventHandler::WidgetRewriteListener&quot; is not in camel caps format" source="CodingStandard.NamingConventions.ValidFunctionName.NotCamelCaps"/>
 <error line="206" column="2" severity="error" message="Visibility must be declared on method &quot;WidgetRewriteListener&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="206" column="69" severity="error" message="Arguments with default values must be at the end of the argument list" source="PEAR.Functions.ValidDefaultValue.NotAtEnd"/>
 <error line="206" column="122" severity="warning" message="Line exceeds 120 characters; contains 121 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="208" column="7" severity="error" message="Expected 1 spaces after &quot;if&quot; opening bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpacingAfterOpenBrace"/>
 <error line="208" column="24" severity="error" message="Expected 1 spaces before &quot;if&quot; closing bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpaceBeforeCloseBrace"/>
 <error line="212" column="7" severity="error" message="Expected 1 spaces after &quot;if&quot; opening bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpacingAfterOpenBrace"/>
 <error line="212" column="24" severity="error" message="Expected 1 spaces before &quot;if&quot; closing bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpaceBeforeCloseBrace"/>
 <error line="220" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="222" column="1" severity="warning" message="Line exceeds 120 characters; contains 130 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="222" column="1" severity="error" message="Expected &quot;integer&quot;; found &quot;int&quot; for $rewrite_mode at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="223" column="1" severity="error" message="The variable names for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="223" column="1" severity="error" message="The comments for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="223" column="1" severity="error" message="Param comment must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ParamCommentFullStop"/>
 <error line="224" column="1" severity="error" message="The variable names for parameters $prefix (2) and $params (3) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="224" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 3" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="225" column="1" severity="error" message="The comments for parameters $params (3) and $url_parts (4) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="225" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $url_parts at position 4" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="226" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="226" column="1" severity="error" message="The variable names for parameters $url_parts (4) and $keep_events (5) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="226" column="1" severity="error" message="The comments for parameters $url_parts (4) and $keep_events (5) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="226" column="1" severity="error" message="Expected &quot;boolean&quot;; found &quot;bool&quot; for $keep_events at position 5" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="227" column="1" severity="error" message="Line exceeds maximum limit of 140 characters; contains 181 characters" source="Generic.Files.LineLength.MaxExceeded"/>
 <error line="229" column="2" severity="error" message="Method name &quot;WidgetEventHandler::WidgetRewriteBuilder&quot; is not in camel caps format" source="CodingStandard.NamingConventions.ValidFunctionName.NotCamelCaps"/>
 <error line="229" column="2" severity="error" message="Visibility must be declared on method &quot;WidgetRewriteBuilder&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="229" column="68" severity="error" message="Arguments with default values must be at the end of the argument list" source="PEAR.Functions.ValidDefaultValue.NotAtEnd"/>
 <error line="234" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="234" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="247" column="10" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="247" column="10" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="249" column="138" severity="warning" message="Line exceeds 120 characters; contains 137 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="253" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="253" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="264" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="264" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="275" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="277" column="1" severity="warning" message="Line exceeds 120 characters; contains 130 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="277" column="1" severity="error" message="Expected &quot;integer&quot;; found &quot;int&quot; for $rewrite_mode at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="278" column="1" severity="error" message="The variable names for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="278" column="1" severity="error" message="The comments for parameters $rewrite_mode (1) and $prefix (2) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="278" column="1" severity="error" message="Param comment must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ParamCommentFullStop"/>
 <error line="279" column="1" severity="error" message="The variable names for parameters $prefix (2) and $params (3) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterNamesNotAligned"/>
 <error line="279" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 3" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="280" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="280" column="1" severity="error" message="The comments for parameters $params (3) and $url_parts (4) do not align" source="CodingStandard.Commenting.FunctionComment.ParameterCommentsNotAligned"/>
 <error line="280" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $url_parts at position 4" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="281" column="1" severity="error" message="Line exceeds maximum limit of 140 characters; contains 181 characters" source="Generic.Files.LineLength.MaxExceeded"/>
 <error line="283" column="2" severity="error" message="Method name &quot;WidgetEventHandler::WidgetRewriteParser&quot; is not in camel caps format" source="CodingStandard.NamingConventions.ValidFunctionName.NotCamelCaps"/>
 <error line="283" column="2" severity="error" message="Visibility must be declared on method &quot;WidgetRewriteParser&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="283" column="67" severity="error" message="Arguments with default values must be at the end of the argument list" source="PEAR.Functions.ValidDefaultValue.NotAtEnd"/>
 <error line="313" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="313" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="318" column="2" severity="error" message="Expected 1 blank line after function; 0 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="319" column="1" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/products/e_product_tp.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="58" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="17" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="17" column="3" severity="error" message="Visibility must be declared on method &quot;FormattedField&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="19" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="19" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="20" column="9" severity="error" message="Method name mismatch in parent:: call" source="CodingStandard.CodeAnalysis.WrongParentCall.WrongName"/>
 <error line="22" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="22" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="28" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="28" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/products/e_product_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="58" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="16" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="18" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="22" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="24" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="33" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="33" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="34" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="37" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="39" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="51" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="53" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="53" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="57" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="61" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="75" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="63" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="64" column="74" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="65" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="67" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="68" column="90" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="69" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="70" column="89" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="74" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="76" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="76" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="79" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="81" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="88" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="89" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="89" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="90" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="90" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="93" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="94" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="94" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="95" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="95" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="100" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="102" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="102" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="106" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="106" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="109" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="114" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="116" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="116" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="120" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="120" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="123" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="128" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="128" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="131" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="131" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="135" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="135" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="138" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="143" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="143" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="146" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="146" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="150" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="150" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="153" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="158" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="160" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="160" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="164" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="164" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="167" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="172" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="174" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="174" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="178" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="178" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="181" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="186" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="186" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="189" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="189" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="193" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="193" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="196" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="201" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="201" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="204" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="204" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="208" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="208" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="211" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="215" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="215" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/reviews/e_review_eh.php">
 <error line="9" column="55" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="18" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="23" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="24" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="24" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="27" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="28" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="32" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="34" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="34" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="38" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="41" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="46" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="48" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="48" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="52" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="55" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="60" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="60" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="63" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="63" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="67" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="70" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="75" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="75" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="78" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="78" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="82" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="85" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="87" column="2" severity="error" message="Expected 1 blank line after function; 2 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="91" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="93" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="93" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="97" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="100" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="105" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="107" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="107" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="111" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="114" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="119" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="119" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="122" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="122" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="126" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="129" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="134" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="134" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="137" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="137" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="141" column="12" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="144" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/articles/e_article_tp.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="58" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="17" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="17" column="3" severity="error" message="Visibility must be declared on method &quot;FormattedField&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="19" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="19" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="20" column="9" severity="error" message="Method name mismatch in parent:: call" source="CodingStandard.CodeAnalysis.WrongParentCall.WrongName"/>
 <error line="22" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="22" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="27" column="1" severity="error" message="Whitespace found at end of line" source="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
 <error line="28" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/articles/e_article_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="58" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="16" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="18" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="22" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="24" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="33" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="33" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="34" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="37" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="39" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="51" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="53" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="53" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="57" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="61" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="75" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="63" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="64" column="74" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="66" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="67" column="90" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="68" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="69" column="89" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="73" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="75" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="75" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="78" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="80" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="87" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="88" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="88" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="92" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="93" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="93" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="99" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="101" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="101" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="105" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="105" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="108" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="113" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="115" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="115" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="119" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="119" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="122" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="127" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="127" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="130" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="130" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="134" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="134" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="137" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="142" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="142" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="145" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="145" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="149" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="149" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="152" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="157" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="159" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="159" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="163" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="163" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="166" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="171" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="173" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="173" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="177" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="177" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="180" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="185" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="185" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="188" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="188" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="192" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="192" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="195" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="200" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="200" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="203" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="203" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="207" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="207" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="210" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="214" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/custom_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="49" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="15" column="1" severity="error" message="Missing @return tag in function comment" source="CodingStandard.Commenting.FunctionComment.MissingReturn"/>
 <error line="16" column="1" severity="error" message="Type hint &quot;kEvent&quot; missing for $event at position 1" source="CodingStandard.Commenting.FunctionComment.TypeHintMissing"/>
 <error line="16" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="16" column="3" severity="error" message="Visibility must be declared on method &quot;OnOverrideClonedSubItems&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="18" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="18" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="19" column="1" severity="warning" message="Line exceeds 120 characters; contains 132 characters" source="Generic.Files.LineLength.TooLong"/>
 <error line="19" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="23" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="25" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="26" column="1" severity="error" message="Missing @return tag in function comment" source="CodingStandard.Commenting.FunctionComment.MissingReturn"/>
 <error line="27" column="1" severity="error" message="Type hint &quot;kEvent&quot; missing for $event at position 1" source="CodingStandard.Commenting.FunctionComment.TypeHintMissing"/>
 <error line="27" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="27" column="3" severity="error" message="Visibility must be declared on method &quot;OnModifyCategoriesConfig&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="29" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="32" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="36" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="36" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/sections_config.php">
 <error line="12" column="12" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="12" column="12" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="18" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="19" column="23" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="19" column="23" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="19" column="26" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="19" column="26" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="21" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="22" column="26" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="26" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="25" column="24" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="25" column="24" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="27" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="27" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="29" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="31" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="31" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="33" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="35" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="35" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="37" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="39" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="39" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="41" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="43" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="43" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="45" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="49" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="50" column="26" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="50" column="26" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="50" column="26" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="50" column="29" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="50" column="29" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="51" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="51" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="52" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="54" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="54" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="55" column="1" severity="error" message="There must be no blank line following an inline comment" source="CodingStandard.Commenting.InlineComment.SpacingAfter"/>
 <error line="57" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="57" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="61" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="14" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="62" column="14" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="64" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="65" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="77" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="90" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="90" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="92" column="3" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="93" column="17" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="93" column="17" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="94" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="94" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="95" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="95" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="95" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="96" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="96" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="96" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="97" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="97" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="97" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="98" column="13" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="98" column="13" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="98" column="13" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="98" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="98" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="99" column="19" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="99" column="19" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="99" column="19" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="99" column="22" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="99" column="22" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="100" column="17" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="100" column="17" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="100" column="17" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="101" column="18" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="101" column="18" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="101" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="102" column="18" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="102" column="18" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="102" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="103" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="103" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="103" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="106" column="31" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="106" column="31" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="107" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="107" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="107" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="108" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="108" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="108" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="109" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="109" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="109" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="111" column="13" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="111" column="13" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="111" column="13" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="111" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="111" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="112" column="19" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="112" column="19" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="112" column="19" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="112" column="22" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="112" column="22" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="113" column="17" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="113" column="17" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="113" column="17" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="114" column="18" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="114" column="18" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="114" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="115" column="18" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="115" column="18" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="115" column="18" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="116" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="116" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="116" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="119" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="119" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="120" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="120" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="120" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="121" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="121" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="121" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="122" column="15" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="122" column="15" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="122" column="15" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="123" column="13" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="123" column="13" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="123" column="13" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="123" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="124" column="19" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 1 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="124" column="19" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="124" column="19" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="124" column="22" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="125" column="17" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 2 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="125" column="17" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="125" column="17" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="126" column="14" severity="error" message="Expected 1 space before &quot;=&gt;&quot;; 3 found" source="CodingStandard.Formatting.SpaceOperator.SpacingBefore"/>
 <error line="126" column="14" severity="error" message="Spaces must be used to prefix the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="126" column="14" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="130" column="3" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/links/e_link_tp.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="51" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="17" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="17" column="3" severity="error" message="Visibility must be declared on method &quot;FormattedField&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="19" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="19" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="20" column="9" severity="error" message="Method name mismatch in parent:: call" source="CodingStandard.CodeAnalysis.WrongParentCall.WrongName"/>
 <error line="22" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="22" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="27" column="1" severity="error" message="Whitespace found at end of line" source="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
 <error line="28" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="28" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/links/e_link_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="52" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="16" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="18" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="18" column="3" severity="error" message="Visibility must be declared on method &quot;mapPermissions&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="22" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="24" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="33" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="33" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="34" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="37" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="39" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="51" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="53" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="53" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="57" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="61" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="75" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="63" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="64" column="74" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="66" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="67" column="90" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="68" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="69" column="89" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="73" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="75" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="75" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="78" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="80" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="87" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="88" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="88" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="92" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="93" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="93" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="99" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="101" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="101" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="105" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="105" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="108" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="113" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="115" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="115" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="119" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="119" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="122" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="127" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="127" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="130" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="130" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="134" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="134" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="137" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="142" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="142" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="145" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="145" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="149" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="149" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="152" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="154" column="3" severity="error" message="Expected 1 blank line after function; 2 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="158" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="160" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="160" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="164" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="164" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="167" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="172" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="174" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="174" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="178" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="178" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="181" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="186" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="186" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="189" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="189" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="193" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="193" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="196" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="201" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="201" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="204" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="204" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="208" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="208" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="211" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="215" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="215" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/users/e_user_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="52" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="16" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="18" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="22" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="22" severity="error" message="Spaces must be used to follow the item assignment operator =&gt;" source="CodingStandard.Formatting.ItemAssignment"/>
 <error line="23" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="24" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="33" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="33" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="34" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="37" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="39" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="51" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="53" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="53" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="57" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="61" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="75" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="63" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="64" column="74" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="66" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="67" column="90" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="68" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="69" column="89" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="73" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="75" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="75" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="78" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="80" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="87" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="88" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="88" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="92" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="93" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="93" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="99" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="101" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="101" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="105" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="105" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="108" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="113" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="115" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="115" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="119" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="119" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="122" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="127" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="127" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="130" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="130" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="134" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="134" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="137" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="142" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="142" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="145" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="145" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="149" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="149" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="152" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="154" column="3" severity="error" message="Expected 1 blank line after function; 2 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="158" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="160" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="160" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="164" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="164" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="167" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="172" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="174" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="174" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="178" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="178" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="181" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="186" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="186" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="189" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="189" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="193" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="193" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="196" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="201" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="203" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="203" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="207" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="207" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="210" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="214" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="214" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/users/e_user_tp.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="53" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for [ UNKNOWN ] at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="14" column="1" severity="error" message="Doc comment for var [ UNKNOWN ] does not match actual variable name $params at position 1" source="CodingStandard.Commenting.FunctionComment.ParamNameNoMatch"/>
 <error line="14" column="1" severity="error" message="Missing parameter name at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamName"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;[ UNKNOWN ]&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="17" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="17" column="3" severity="error" message="Visibility must be declared on method &quot;PrintFormattedUserAddress&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="25" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="25" column="8" severity="error" message="Expected 1 spaces after &quot;if&quot; opening bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpacingAfterOpenBrace"/>
 <error line="25" column="26" severity="error" message="Expected 1 spaces before &quot;if&quot; closing bracket; 0 found" source="CodingStandard.WhiteSpace.ControlStructureSpacing.SpaceBeforeCloseBrace"/>
 <error line="37" column="2" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
 <error line="37" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/categories/e_category_tp.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="61" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="14" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="14" column="1" severity="error" message="Expected &quot;array&quot;; found &quot;Array&quot; for $params at position 1" source="CodingStandard.Commenting.FunctionComment.IncorrectParamVarName"/>
 <error line="14" column="1" severity="error" message="Missing comment for param &quot;$params&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="17" column="3" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="17" column="3" severity="error" message="Visibility must be declared on method &quot;FormattedField&quot;" source="Squiz.Scope.MethodScope.Missing"/>
 <error line="19" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="19" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="20" column="9" severity="error" message="Method name mismatch in parent:: call" source="CodingStandard.CodeAnalysis.WrongParentCall.WrongName"/>
 <error line="22" column="4" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="22" column="4" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="27" column="1" severity="error" message="Whitespace found at end of line" source="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
 <error line="28" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/units/sections/categories/e_category_eh.php">
 <error line="9" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="9" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="9" column="61" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="12" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="16" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="18" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="22" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="22" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="23" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="23" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="24" column="25" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="24" column="25" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="33" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="33" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="34" column="1" severity="error" message="Function return type &quot;bool&quot; is invalid" source="CodingStandard.Commenting.FunctionComment.InvalidReturn"/>
 <error line="37" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="39" column="37" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="37" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="51" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="53" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="53" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="57" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="61" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="62" column="75" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="63" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="64" column="74" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="66" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="67" column="90" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="68" column="1" severity="error" message="Line indented incorrectly; expected at least 2 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="69" column="89" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="73" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="75" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="75" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="78" column="1" severity="error" message="@see tag indented incorrectly; expected 4 spaces but found 1" source="CodingStandard.Commenting.FunctionComment.SeeIndent"/>
 <error line="80" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="87" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="88" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="88" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="89" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="92" column="4" severity="error" message="Perl-style comments are not allowed; use &quot;// Comment&quot; instead" source="CodingStandard.Commenting.InlineComment.WrongStyle"/>
 <error line="93" column="4" severity="error" message="Empty IF statement detected" source="Generic.CodeAnalysis.EmptyStatement.NotAllowed"/>
 <error line="93" column="4" severity="error" message="Line indented incorrectly; expected 2 spaces, found 3" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Line indented incorrectly; expected at least 3 spaces, found 0" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="94" column="1" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="99" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="101" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="101" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="105" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="105" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="108" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="113" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="115" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="115" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="119" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="119" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="122" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="127" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="127" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="130" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="130" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="134" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="134" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="137" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="142" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="142" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="145" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="145" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="149" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="149" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="152" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="157" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="159" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="159" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="163" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="163" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="166" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="171" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="173" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="173" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="177" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="177" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="180" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="185" column="1" severity="error" message="Function comment short description must be on a single line" source="CodingStandard.Commenting.FunctionComment.ShortSingleLine"/>
 <error line="185" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="188" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="188" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="192" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="192" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="195" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="200" column="1" severity="error" message="Function comment short description must end with a full stop" source="CodingStandard.Commenting.FunctionComment.ShortFullStop"/>
 <error line="202" column="1" severity="error" message="Last parameter comment requires a blank newline after it" source="CodingStandard.Commenting.FunctionComment.SpacingAfterParams"/>
 <error line="202" column="1" severity="error" message="Missing comment for param &quot;$event&quot; at position 1" source="CodingStandard.Commenting.FunctionComment.MissingParamComment"/>
 <error line="206" column="13" severity="warning" message="Possible useless method overriding detected" source="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
 <error line="206" column="13" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="209" column="1" severity="error" message="Functions must not contain multiple empty lines in a row; found 2 empty lines" source="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines"/>
 <error line="213" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/install.php">
 <error line="5" column="2" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="5" column="2" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="10" column="2" severity="error" message="Language constructs must be followed by a single space; expected &quot;include_once (&quot; but found &quot;include_once(&quot;" source="Squiz.WhiteSpace.LanguageConstructSpacing.Incorrect"/>
 <error line="22" column="2" severity="error" message="Inline comments must start with a capital letter or digit" source="CodingStandard.Commenting.InlineComment.NotCapital"/>
 <error line="22" column="2" severity="error" message="Inline comments must end in full-stops, exclamation marks, question marks, commas, or semicolons" source="CodingStandard.Commenting.InlineComment.InvalidEndChar"/>
 <error line="38" column="55" severity="error" message="File must end with a newline character" source="Generic.Files.EndFileNewline.NotFound"/>
</file>
<file name="/mnt/hd/home/alex/web/d/in-portal.52x/modules/custom/install/upgrades.php">
 <error line="3" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="4" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="5" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="6" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="7" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="8" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="9" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="10" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="11" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="12" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="13" column="1" severity="error" message="Expected 1 space(s) before asterisk; 0 found" source="Squiz.Commenting.DocCommentAlignment.SpaceBeforeAsterisk"/>
 <error line="23" column="2" severity="error" message="Expected 0 spaces before class keyword; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeKeyword"/>
 <error line="23" column="2" severity="error" message="Line indented incorrectly; expected 0 spaces, found 1" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="23" column="46" severity="error" message="Opening brace of a class must be on the line after the definition" source="CodingStandard.Classes.ClassDeclaration.OpenBraceNewLine"/>
 <error line="25" column="10" severity="error" message="Missing function doc comment" source="CodingStandard.Commenting.FunctionComment.Missing"/>
 <error line="25" column="10" severity="error" message="Line indented incorrectly; expected 1 spaces, found 2" source="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
 <error line="29" column="26" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="29" column="26" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="30" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="30" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="31" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="31" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="32" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="32" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="33" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="33" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="34" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="34" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="35" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="35" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="36" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="36" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="37" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="37" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="38" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="38" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="39" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="39" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="40" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="40" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="41" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="41" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="42" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="42" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="43" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="43" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="44" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="44" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="45" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="45" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="46" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="46" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="47" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="47" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="48" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="48" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="49" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="49" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="50" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="50" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="51" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="51" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="52" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="52" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="53" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="53" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="54" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="54" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="55" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="55" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="56" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="56" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="57" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="57" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="58" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="58" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="59" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="59" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="60" column="19" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="60" column="19" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="61" column="20" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="61" column="20" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="62" column="16" severity="error" message="There must be no space between the Array keyword and the opening parenthesis" source="CodingStandard.Array.Array.SpaceAfterKeyword"/>
 <error line="62" column="16" severity="error" message="PHP keywords must be lowercase; expected &quot;array&quot; but found &quot;Array&quot;" source="Generic.PHP.LowerCaseKeyword.Found"/>
 <error line="64" column="3" severity="error" message="Expected 1 blank line after function; 0 found" source="Squiz.WhiteSpace.FunctionSpacing.After"/>
 <error line="65" column="2" severity="error" message="Expected 0 spaces before closing brace; 1 found" source="CodingStandard.Classes.ClassDeclaration.SpaceBeforeCloseBrace"/>
</file>
</checkstyle>
