Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(53226 errors, 3291 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

blocks/pageone/block_pageone.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Whitespace found at end of line
(#13) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Line exceeds maximum limit of 180 characters; contains 242 characters
(#29) Whitespace found at end of line
(#35) Visibility must be declared on method "init"
(#42) Visibility must be declared on method "applicable_formats"
(#46) Visibility must be declared on method "instance_allow_multiple"
(#49) Whitespace found at end of line
(#55) Visibility must be declared on method "get_content"
(#58) Expected "if (...) {\n"; found "if(...) {\n"
(#58) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#66) Whitespace found at end of line
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Expected "if (...) {\n"; found "if (...)\n {\n"
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) 3 slashes comments are not allowed; use "// Comment." instead
(#75) Line exceeds 132 characters; contains 164 characters
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) 3 slashes comments are not allowed; use "// Comment." instead
(#81) Line exceeds 132 characters; contains 167 characters
(#86) Line exceeds 132 characters; contains 176 characters
(#89) Expected 1 space after "="; 2 found
(#91) Inline control structures are not allowed
(#102) Visibility must be declared on method "specialization"
(#113) Visibility must be declared on method "instance_delete"
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#124) Visibility must be declared on method "instance_create"
(#136) Visibility must be declared on method "instance_allow_config"
(#146) Visibility must be declared on method "has_config"
(#147) Line indented incorrectly; expected at least 8 spaces, found 6
(#155) Visibility must be declared on method "check_permission"
(#165) Visibility must be declared on method "groupmode"
(#171) A closing tag is not permitted at the end of a PHP file
blocks/pageone/callback.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#10) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#18) Whitespace found at end of line
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
(#35) Expected 1 space(s) before asterisk; 0 found
(#36) Expected 1 space(s) before asterisk; 0 found
(#38) function name "onDeliveryReport" must be lower-case letters only
(#38) Variable "receiptTime" must be all lower-case
(#38) Variable "resultCode" must be all lower-case
(#38) Variable "transactionID" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Expected "if (...) {\n"; found "if (...)\n {\n"
(#40) Expected 1 space before "!="; 0 found
(#40) Expected 1 space after "!="; 0 found
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Variable "receiptTime" must be all lower-case
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#48) Variable "resultCode" must be all lower-case
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#49) Variable "transactionID" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#55) Expected "if (...) {\n"; found "if (...)\n {\n"
(#55) Expected 1 space before "=="; 0 found
(#55) Expected 1 space after "=="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#62) Expected "if (...) {\n"; found "if (...)\n {\n"
(#68) Inline control structures are not allowed
(#68) Expected 1 space before "=="; 0 found
(#68) Expected 1 space after "=="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#71) Inline control structures are not allowed
(#71) Expected 1 space before "=="; 0 found
(#71) Expected 1 space after "=="; 0 found
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected "while (...) {\n"; found "while (...)\n {\n"
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#87) Expected "if (...) {\n"; found "if (...)\n {\n"
(#87) Expected 1 space before ">"; 0 found
(#87) Expected 1 space after ">"; 0 found
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Inline control structures are not allowed
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Inline control structures are not allowed
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#99) Expected 1 space before "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#100) Inline control structures are not allowed
(#101) Expected 1 space before ".="; 0 found
(#101) Expected 1 space after ".="; 0 found
(#109) Expected 1 space(s) before asterisk; 0 found
(#110) Expected 1 space(s) before asterisk; 0 found
(#111) Expected 1 space(s) before asterisk; 0 found
(#112) Expected 1 space(s) before asterisk; 0 found
(#113) Expected 1 space(s) before asterisk; 0 found
(#114) Expected 1 space(s) before asterisk; 0 found
(#115) Expected 1 space(s) before asterisk; 0 found
(#116) Expected 1 space(s) before asterisk; 0 found
(#118) function name "onMessageReceived" must be lower-case letters only
(#118) Variable "messageTime" must be all lower-case
(#118) Variable "transactionID" must be all lower-case
(#119) Opening brace should be on the same line as the declaration
(#120) Expected "if (...) {\n"; found "if (...)\n {\n"
(#120) Expected 1 space before "!="; 0 found
(#120) Expected 1 space after "!="; 0 found
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#127) Variable "messageTime" must be all lower-case
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#129) Variable "transactionID" must be all lower-case
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#136) Variable "default_sender" must not contain underscores.
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#136) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space after "=>"; 0 found
(#137) Variable "send_user" must not contain underscores.
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#138) Variable "user_found" must not contain underscores.
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Expected 1 space before "="; 0 found
(#139) Expected 1 space after "="; 0 found
(#141) Expected "if (...) {\n"; found "if (...)\n {\n"
(#141) Variable "send_user" must not contain underscores.
(#141) Expected 1 space before "=="; 0 found
(#141) Expected 1 space after "=="; 0 found
(#143) Variable "user_found" must not contain underscores.
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#144) Variable "send_user" must not contain underscores.
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#144) Variable "default_sender" must not contain underscores.
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#147) Inline control structures are not allowed
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Variable "send_user" must not contain underscores.
(#148) Variable "send_user" must not contain underscores.
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#153) Variable "send_user" must not contain underscores.
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#163) Variable "send_user" must not contain underscores.
(#164) Variable "send_user" must not contain underscores.
(#168) Variable "mm_message" must not contain underscores.
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#171) Expected "if (...) {\n"; found "if (...)\n {\n"
(#171) Expected 1 space before ">"; 0 found
(#171) Expected 1 space after ">"; 0 found
(#173) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#175) This comment is 73% valid code; is this commented out code?
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) No space found before comment text; expected "// foreach ($receiver as $v=>$p)" but found "//foreach ($receiver as $v=>$p)"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) This comment is 55% valid code; is this commented out code?
(#178) Variable "receive_user" must not contain underscores.
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) This comment is 72% valid code; is this commented out code?
(#179) No space found before comment text; expected "// logData($CFG->block_pageone_mtype);" but found "//logData($CFG->block_pageone_mtype);"
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// *****Send the message*****" but found "//*****Send the message*****"
(#182) Expected "if (...) {\n"; found "if (...)\n {\n"
(#182) Expected 1 space before "=="; 0 found
(#182) Expected 1 space after "=="; 0 found
(#182) Expected 1 space before "=="; 0 found
(#182) Expected 1 space after "=="; 0 found
(#184) Variable "receive_user" must not contain underscores.
(#185) Variable "send_user" must not contain underscores.
(#185) Variable "receive_user" must not contain underscores.
(#185) Variable "mm_message" must not contain underscores.
(#187) Expected "} else {\n"; found "}\n else\n {\n"
(#189) Variable "receive_user" must not contain underscores.
(#190) Variable "receive_user" must not contain underscores.
(#190) Variable "send_user" must not contain underscores.
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) No space found before comment text; expected "// *****Add to the message log*****" but found "//*****Add to the message log*****"
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#194) Variable "receive_user" must not contain underscores.
(#195) Expected "if (...) {\n"; found "if (...)\n {\n"
(#195) Variable "user_found" must not contain underscores.
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#197) Variable "receive_user" must not contain underscores.
(#197) Variable "send_user" must not contain underscores.
(#198) Inline control structures are not allowed
(#198) Expected 1 space before "=="; 0 found
(#198) Expected 1 space after "=="; 0 found
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#200) Variable "send_user" must not contain underscores.
(#202) Expected "} else {\n"; found "}\n else\n {\n"
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#209) No space found before comment text; expected "// If there is an error reading the time string, substitute the time now." but found "//If there is an error reading the time string, substitute the time now."
(#210) Inline control structures are not allowed
(#210) Expected 1 space before ">"; 0 found
(#210) Expected 1 space after ">"; 0 found
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#212) Inline control structures are not allowed
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) No space found before comment text; expected "// *****If we have got this far, then the receipient could not be identified*****" but found "//*****If we have got this far, then the receipient could not be identified*****"
(#224) Expected "if (...) {\n"; found "if (...)\n {\n"
(#224) Expected 1 space before "=="; 0 found
(#224) Expected 1 space after "=="; 0 found
(#229) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#230) Expected "if (...) {\n"; found "if (...)\n {\n"
(#230) Expected 1 space before "=="; 0 found
(#230) Expected 1 space after "=="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#234) Expected 1 space before "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#234) The use of function eval() is forbidden
(#240) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#241) Expected "if (...) {\n"; found "if (...)\n {\n"
(#241) Expected 1 space before "=="; 0 found
(#241) Expected 1 space after "=="; 0 found
(#241) Variable "user_found" must not contain underscores.
(#243) Variable "send_user" must not contain underscores.
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#247) Variable "send_user" must not contain underscores.
(#247) Variable "default_sender" must not contain underscores.
(#247) Commas (,) must be followed by white space.
(#247) Whitespace found at end of line
(#250) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#251) Expected "if (...) {\n"; found "if (...)\n {\n"
(#251) Expected 1 space before "=="; 0 found
(#251) Expected 1 space after "=="; 0 found
(#251) Expected 1 space before "=="; 0 found
(#251) Expected 1 space after "=="; 0 found
(#251) Line exceeds 132 characters; contains 146 characters
(#251) Line exceeds 132 characters; contains 146 characters
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#256) Inline control structures are not allowed
(#256) Variable "user_found" must not contain underscores.
(#257) Expected 1 space before ".="; 0 found
(#257) Expected 1 space after ".="; 0 found
(#257) Variable "send_user" must not contain underscores.
(#257) Variable "send_user" must not contain underscores.
(#257) Variable "send_user" must not contain underscores.
(#258) Inline control structures are not allowed
(#259) Expected 1 space before ".="; 0 found
(#259) Expected 1 space after ".="; 0 found
(#261) Expected 1 space before ".="; 0 found
(#261) Expected 1 space after ".="; 0 found
(#266) Expected 1 space before "="; 0 found
(#266) Expected 1 space after "="; 0 found
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#267) Variable "send_user" must not contain underscores.
(#268) Expected 1 space before "="; 0 found
(#268) Expected 1 space after "="; 0 found
(#268) Variable "send_user" must not contain underscores.
(#269) Expected 1 space before "="; 0 found
(#269) Expected 1 space after "="; 0 found
(#269) Variable "send_user" must not contain underscores.
(#270) Expected 1 space before "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) This comment is 74% valid code; is this commented out code?
(#277) No space found before comment text; expected "// email_to_user($send_user, $default_sender, get_string('messagefail_subject','block_pageone'), $message);" but found "//email_to_user($send_user, $default_sender, get_string('messagefail_subject','block_pageone'), $message);"
(#277) Whitespace found at end of line
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) No space found before comment text; expected "// *****Should not be reached*****" but found "//*****Should not be reached*****"
(#285) Expected 1 space(s) before asterisk; 0 found
(#286) Expected 1 space(s) before asterisk; 0 found
(#288) function name "onPagerMessageReceived" must be lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Line indented incorrectly; expected at least 4 spaces, found 1
(#290) No space found before comment text; expected "// Not Impmented" but found "//Not Impmented"
(#294) Expected 1 space(s) before asterisk; 0 found
(#295) Expected 1 space(s) before asterisk; 0 found
(#296) Expected 1 space(s) before asterisk; 0 found
(#298) function name "getMailer" must be lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) This comment is 50% valid code; is this commented out code?
(#306) No space found before comment text; expected "// $mail->CharSet = 'UTF-8';" but found "//$mail->CharSet = 'UTF-8';"
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Expected 1 space(s) before asterisk; 0 found
(#333) Expected 1 space(s) before asterisk; 0 found
(#334) Expected 1 space(s) before asterisk; 0 found
(#335) Expected 1 space(s) before asterisk; 0 found
(#336) Expected 1 space(s) before asterisk; 0 found
(#338) function name "getUserByPhoneNumber" must be lower-case letters only
(#339) Opening brace should be on the same line as the declaration
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) No space found before comment text; expected "// *****Create a searchable number****" but found "//*****Create a searchable number****"
(#342) Inline control structures are not allowed
(#342) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#342) Function ereg() has been deprecated
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#346) Inline control structures are not allowed
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#346) Expected 1 space before "<"; 0 found
(#346) Expected 1 space after "<"; 0 found
(#347) Expected 1 space before ".="; 0 found
(#347) Expected 1 space after ".="; 0 found
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) No space found before comment text; expected "// *****Check both phone fields*****" but found "//*****Check both phone fields*****"
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#352) The use of backticks in strings is not recommended
(#353) Inline control structures are not allowed
(#354) Inline control structures are not allowed
(#357) Expected 1 space before "="; 0 found
(#357) Expected 1 space after "="; 0 found
(#357) The use of backticks in strings is not recommended
(#358) Inline control structures are not allowed
(#359) Inline control structures are not allowed
(#371) Expected 1 space(s) before asterisk; 0 found
(#372) Expected 1 space(s) before asterisk; 0 found
(#373) Expected 1 space(s) before asterisk; 0 found
(#375) function name "logData" must be lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#377) Inline control structures are not allowed
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#384) Expected "if (...) {\n"; found "if (...)\n {\n"
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#386) Line indented incorrectly; expected at least 8 spaces, found 5
(#387) Line indented incorrectly; expected at least 8 spaces, found 5
(#389) Inline control structures are not allowed
(#397) Expected 1 space(s) before asterisk; 0 found
(#398) Expected 1 space(s) before asterisk; 0 found
(#399) Expected 1 space(s) before asterisk; 0 found
(#400) Expected 1 space(s) before asterisk; 0 found
(#401) Expected 1 space(s) before asterisk; 0 found
(#402) Expected 1 space(s) before asterisk; 0 found
(#403) Expected 1 space(s) before asterisk; 0 found
(#405) function name "printArray" must be lower-case letters only
(#406) Opening brace should be on the same line as the declaration
(#407) Expected 1 space before "="; 0 found
(#407) Expected 1 space after "="; 0 found
(#408) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#410) Inline control structures are not allowed
(#410) Expected 1 space before "=="; 0 found
(#410) Expected 1 space after "=="; 0 found
(#412) Inline control structures are not allowed
(#419) Inline control structures are not allowed
(#419) Variable "ALLOWED_IPS" must be all lower-case
(#419) Variable "ALLOWED_IPS" must not contain underscores.
(#420) Line indented incorrectly; expected 0 spaces, found 4
(#420) Expected "if (...) {\n"; found "if (...)\n {\n"
(#420) Expected 1 space before "=="; 0 found
(#420) Expected 1 space after "=="; 0 found
(#422) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#422) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#422) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#422) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#422) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#422) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#424) Line indented incorrectly; expected 4 spaces, found 8
(#424) Expected "if (...) {\n"; found "if (...)\n {\n"
(#427) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#427) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#428) Line indented incorrectly; expected 4 spaces, found 8
(#429) Inline control structures are not allowed
(#431) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#431) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#433) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#433) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#436) Line indented incorrectly; expected 0 spaces, found 4
(#456) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#456) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#457) A closing tag is not permitted at the end of a PHP file
blocks/pageone/callback_edit.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#37) Line indented incorrectly; expected 0 spaces, found 4
(#37) Expected "if (...) {\n"; found "if (...)\n {\n"
(#42) Line indented incorrectly; expected 0 spaces, found 4
(#44) Line indented incorrectly; expected 0 spaces, found 4
(#44) Expected "if (...) {\n"; found "if (...)\n {\n"
(#44) Expected 1 space before "=="; 0 found
(#44) Expected 1 space after "=="; 0 found
(#48) Line indented incorrectly; expected 0 spaces, found 4
(#49) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#50) Line indented incorrectly; expected 0 spaces, found 4
(#50) Expected "if (...) {\n"; found "if (...)\n {\n"
(#50) Expected 1 space before "=="; 0 found
(#50) Expected 1 space after "=="; 0 found
(#55) Line indented incorrectly; expected 0 spaces, found 4
(#56) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#57) Line indented incorrectly; expected 0 spaces, found 4
(#57) Expected "if (...) {\n"; found "if (...)\n {\n"
(#57) Expected 1 space before "=="; 0 found
(#57) Expected 1 space after "=="; 0 found
(#60) Line indented incorrectly; expected 0 spaces, found 4
(#61) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#62) Line indented incorrectly; expected 0 spaces, found 4
(#62) Expected "if (...) {\n"; found "if (...)\n {\n"
(#62) Expected 1 space before "=="; 0 found
(#62) Expected 1 space after "=="; 0 found
(#65) Line indented incorrectly; expected 0 spaces, found 4
(#69) Line exceeds 132 characters; contains 142 characters
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) 3 slashes comments are not allowed; use "// Comment." instead
(#79) This comment is 70% valid code; is this commented out code?
(#79) No space found before comment text; expected "// $table->sortable(true, 'user', SORT_DESC);" but found "//$table->sortable(true, 'user', SORT_DESC);"
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) This comment is 86% valid code; is this commented out code?
(#80) No space found before comment text; expected "// $table->collapsible(true);" but found "//$table->collapsible(true);"
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#93) Line indented incorrectly; expected 0 spaces, found 4
(#93) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#100) Line indented incorrectly; expected 0 spaces, found 4
(#108) Variable "CALLBACK_URL" must be all lower-case
(#108) Variable "CALLBACK_URL" must not contain underscores.
(#108) Line exceeds 132 characters; contains 157 characters
(#117) Line exceeds 132 characters; contains 135 characters
(#122) A closing tag is not permitted at the end of a PHP file
blocks/pageone/callback_ips.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Expected 1 space(s) before asterisk; 0 found
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Expected 1 space(s) before asterisk; 0 found
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Expected 1 space(s) before asterisk; 0 found
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Variable "ALLOWED_IPS" must be all lower-case
(#8) Variable "ALLOWED_IPS" must not contain underscores.
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#10) Expected "if (...) {\n"; found "if (...)\n{\n"
(#12) Variable "ALLOWED_IPS" must be all lower-case
(#12) Variable "ALLOWED_IPS" must not contain underscores.
(#13) Variable "ALLOWED_IPS" must be all lower-case
(#13) Variable "ALLOWED_IPS" must not contain underscores.
(#14) Variable "ALLOWED_IPS" must be all lower-case
(#14) Variable "ALLOWED_IPS" must not contain underscores.
(#16) A closing tag is not permitted at the end of a PHP file
blocks/pageone/callback_test.php
(#1) The first thing in a PHP file must be the <?php tag.
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#14) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#24) Expected 1 space before "="; 0 found
(#24) Expected 1 space after "="; 0 found
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#28) Expected 1 space before "="; 0 found
(#28) Expected 1 space after "="; 0 found
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#36) Inline control structures are not allowed
(#41) Line indented incorrectly; expected 0 spaces, found 4
(#41) Expected "if (...) {\n"; found "if (...)\n {\n"
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#43) Expected "if (...) {\n"; found "if (...)\n {\n"
(#43) Expected 1 space before "=="; 0 found
(#43) Expected 1 space after "=="; 0 found
(#47) Line indented incorrectly; expected 4 spaces, found 8
(#47) Whitespace found at end of line
(#48) Expected "} else if (...) {\n"; found "} \n else\n if (...)\n {\n"
(#49) Line indented incorrectly; expected 4 spaces, found 8
(#49) Expected "if (...) {\n"; found "if (...)\n {\n"
(#49) Expected 1 space before "=="; 0 found
(#49) Expected 1 space after "=="; 0 found
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Line exceeds 132 characters; contains 136 characters
(#53) Line indented incorrectly; expected 4 spaces, found 8
(#54) Line indented incorrectly; expected 0 spaces, found 4
(#59) Expected 5 space(s) before asterisk; 4 found
(#60) Expected 5 space(s) before asterisk; 4 found
(#61) Expected 5 space(s) before asterisk; 4 found
(#63) Line indented incorrectly; expected 0 spaces, found 4
(#64) Opening brace should be on the same line as the declaration
(#65) Whitespace found at end of line
(#66) Whitespace found at end of line
(#67) Line indented incorrectly; expected 0 spaces, found 4
(#70) Expected 5 space(s) before asterisk; 4 found
(#71) Expected 5 space(s) before asterisk; 4 found
(#72) Expected 5 space(s) before asterisk; 4 found
(#72) Whitespace found at end of line
(#73) Expected 5 space(s) before asterisk; 4 found
(#75) Line indented incorrectly; expected 0 spaces, found 4
(#76) Opening brace should be on the same line as the declaration
(#80) Line indented incorrectly; expected 4 spaces, found 8
(#80) Expected "if (...) {\n"; found "if (...)\n {\n"
(#83) The use of function print_r() is forbidden
(#85) Line indented incorrectly; expected 4 spaces, found 8
(#86) Inline control structures are not allowed
(#90) Line indented incorrectly; expected 0 spaces, found 4
(#94) Expected 5 space(s) before asterisk; 4 found
(#95) Expected 5 space(s) before asterisk; 4 found
(#96) Expected 5 space(s) before asterisk; 4 found
(#97) Expected 5 space(s) before asterisk; 4 found
(#99) Line indented incorrectly; expected 0 spaces, found 4
(#100) Opening brace should be on the same line as the declaration
(#102) Line indented incorrectly; expected 4 spaces, found 8
(#102) Expected "if (...) {\n"; found "if (...)\n {\n"
(#106) Line indented incorrectly; expected 4 spaces, found 8
(#108) Line indented incorrectly; expected 0 spaces, found 4
(#111) Expected 5 space(s) before asterisk; 4 found
(#112) Expected 5 space(s) before asterisk; 4 found
(#113) Expected 5 space(s) before asterisk; 4 found
(#114) Expected 5 space(s) before asterisk; 4 found
(#115) Expected 5 space(s) before asterisk; 4 found
(#116) Expected 5 space(s) before asterisk; 4 found
(#118) Line indented incorrectly; expected 0 spaces, found 4
(#119) Opening brace should be on the same line as the declaration
(#127) Line indented incorrectly; expected 0 spaces, found 4
(#130) Expected 5 space(s) before asterisk; 4 found
(#131) Expected 5 space(s) before asterisk; 4 found
(#132) Expected 5 space(s) before asterisk; 4 found
(#133) Expected 5 space(s) before asterisk; 4 found
(#134) Expected 5 space(s) before asterisk; 4 found
(#136) Line indented incorrectly; expected 0 spaces, found 4
(#137) Opening brace should be on the same line as the declaration
(#145) Line indented incorrectly; expected 0 spaces, found 4
(#148) Expected 5 space(s) before asterisk; 4 found
(#149) Expected 5 space(s) before asterisk; 4 found
(#150) Expected 5 space(s) before asterisk; 4 found
(#151) Expected 5 space(s) before asterisk; 4 found
(#153) Line indented incorrectly; expected 0 spaces, found 4
(#154) Opening brace should be on the same line as the declaration
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Inline control structures are not allowed
(#164) Line indented incorrectly; expected 0 spaces, found 4
blocks/pageone/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/pageone/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#22) Expected "if (...) {\n"; found "if (...)\n {\n"
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#30) Expected "if (...) {\n"; found "if (...)\n {\n"
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#38) Expected "if (...) {\n"; found "if (...)\n {\n"
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#46) Expected "if (...) {\n"; found "if (...)\n {\n"
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#85) Inline control structures are not allowed
(#92) A closing tag is not permitted at the end of a PHP file
blocks/pageone/edit_form.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
blocks/pageone/editalpha.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Expected 5 space(s) before asterisk; 4 found
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Expected 5 space(s) before asterisk; 4 found
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Expected 5 space(s) before asterisk; 4 found
(#6) Expected 5 space(s) before asterisk; 4 found
(#14) Variable "inc_course_users" must not contain underscores.
(#14) Expected 1 space before "="; 0 found
(#14) Expected 1 space after "="; 0 found
(#37) Line indented incorrectly; expected 0 spaces, found 4
(#37) Expected "if (...) {\n"; found "if (...)\n {\n"
(#42) Line indented incorrectly; expected 0 spaces, found 4
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) This comment is 86% valid code; is this commented out code?
(#44) No space found before comment text; expected "// $PAGE->set_context($context);" but found "//$PAGE->set_context($context);"
(#46) Line indented incorrectly; expected 0 spaces, found 4
(#46) Expected "if (...) {\n"; found "if (...)\n {\n"
(#46) Expected 1 space before "=="; 0 found
(#46) Expected 1 space after "=="; 0 found
(#48) Inline control structures are not allowed
(#48) Expected 1 space before "=="; 0 found
(#48) Expected 1 space after "=="; 0 found
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#51) Line indented incorrectly; expected 0 spaces, found 4
(#53) Inline control structures are not allowed
(#53) Expected 1 space before "=="; 0 found
(#53) Expected 1 space after "=="; 0 found
(#56) Line indented incorrectly; expected 0 spaces, found 4
(#56) Expected "if (...) {\n"; found "if (...)\n {\n"
(#56) Expected 1 space before "=="; 0 found
(#56) Expected 1 space after "=="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Line indented incorrectly; expected 4 spaces, found 8
(#59) Expected "for (...) {\n"; found "for (...)\n {\n"
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#59) Expected 1 space before "<"; 0 found
(#59) Expected 1 space after "<"; 0 found
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#61) Line exceeds 132 characters; contains 167 characters
(#62) Line indented incorrectly; expected 4 spaces, found 8
(#63) Line indented incorrectly; expected 0 spaces, found 4
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) 3 slashes comments are not allowed; use "// Comment." instead
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) 3 slashes comments are not allowed; use "// Comment." instead
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) This comment is 86% valid code; is this commented out code?
(#83) No space found before comment text; expected "// $table->collapsible(true);" but found "//$table->collapsible(true);"
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#97) This comment is 73% valid code; is this commented out code?
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) No space found before comment text; expected "// if ($table->get_sql_where()) {" but found "//if ($table->get_sql_where()) {"
(#98) This comment is 50% valid code; is this commented out code?
(#98) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) This comment is 100% valid code; is this commented out code?
(#99) No space found before comment text; expected "// }" but found "//}"
(#102) Inline control structures are not allowed
(#102) Expected 1 space before ">"; 0 found
(#102) Expected 1 space after ">"; 0 found
(#106) Variable "rec_list" must not contain underscores.
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#107) Variable "rec_list" must not contain underscores.
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#110) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#110) Variable "rec_list" must not contain underscores.
(#112) Inline control structures are not allowed
(#112) Expected 1 space before "=="; 0 found
(#112) Expected 1 space after "=="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Inline control structures are not allowed
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#125) Variable "inc_course_users" must not contain underscores.
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#125) Line exceeds 132 characters; contains 141 characters
(#132) Variable "rec_list" must not contain underscores.
(#134) Variable "inc_course_users" must not contain underscores.
(#135) Expected 1 space before ">"; 0 found
(#135) Expected 1 space after ">"; 0 found
(#144) Variable "capable_users" must not contain underscores.
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#144) Variable "inc_course_users" must not contain underscores.
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#148) Inline control structures are not allowed
(#148) Variable "capable_users" must not contain underscores.
(#149) Line indented incorrectly; expected 0 spaces, found 7
(#149) Expected "if (...) {\n"; found "if (...)\n {\n"
(#153) Line indented incorrectly; expected 0 spaces, found 7
(#155) Inline control structures are not allowed
(#155) Expected 1 space before "=="; 0 found
(#155) Expected 1 space after "=="; 0 found
(#157) Line indented incorrectly; expected 0 spaces, found 7
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#163) Line exceeds 132 characters; contains 148 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#171) Line exceeds 132 characters; contains 138 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#173) Line exceeds 132 characters; contains 144 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#177) Line exceeds 132 characters; contains 137 characters
(#184) Variable "inc_course_users" must not contain underscores.
(#192) Line indented incorrectly; expected 0 spaces, found 8
(#192) Closing brace indented incorrectly; expected 7 spaces, found 8
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) This comment is 84% valid code; is this commented out code?
(#197) No space found before comment text; expected "// $OUTPUT->footer();" but found "//$OUTPUT->footer();"
(#199) Line indented incorrectly; expected 0 spaces, found 4
(#199) Variable "inc_courses" must not contain underscores.
(#200) Opening brace should be on the same line as the declaration
(#202) Variable "all_users" must not contain underscores.
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#203) Variable "all_instances" must not contain underscores.
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#205) Line indented incorrectly; expected 4 spaces, found 8
(#205) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#205) Variable "all_instances" must not contain underscores.
(#207) Variable "context_users" must not contain underscores.
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#208) Variable "all_users" must not contain underscores.
(#208) Variable "context_users" must not contain underscores.
(#209) Line indented incorrectly; expected 4 spaces, found 8
(#211) Line indented incorrectly; expected 4 spaces, found 8
(#211) Expected "if (...) {\n"; found "if (...)\n {\n"
(#211) Variable "inc_courses" must not contain underscores.
(#213) Variable "all_courses" must not contain underscores.
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Line indented incorrectly; expected 8 spaces, found 12
(#214) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#214) Variable "all_courses" must not contain underscores.
(#216) Variable "course_users" must not contain underscores.
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Variable "all_users" must not contain underscores.
(#217) Variable "course_users" must not contain underscores.
(#218) Line indented incorrectly; expected 8 spaces, found 12
(#219) Line indented incorrectly; expected 4 spaces, found 8
(#221) Variable "all_users" must not contain underscores.
(#222) Line indented incorrectly; expected 0 spaces, found 4
(#224) Line indented incorrectly; expected 0 spaces, found 4
(#224) Variable "all_users" must not contain underscores.
(#224) Variable "context_users" must not contain underscores.
(#225) Opening brace should be on the same line as the declaration
(#226) Line indented incorrectly; expected 4 spaces, found 7
(#226) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#226) Expected 1 space before "=>"; 0 found
(#226) Expected 1 space after "=>"; 0 found
(#226) Variable "context_users" must not contain underscores.
(#226) Expected 1 space before "=>"; 0 found
(#226) Expected 1 space after "=>"; 0 found
(#228) Inline control structures are not allowed
(#228) Variable "all_users" must not contain underscores.
(#229) Variable "all_users" must not contain underscores.
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#230) Line indented incorrectly; expected 4 spaces, found 7
(#231) Line indented incorrectly; expected 0 spaces, found 4
(#232) A closing tag is not permitted at the end of a PHP file
blocks/pageone/email.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#26) Inline control structures are not allowed
(#26) Expected 1 space before "=="; 0 found
(#26) Expected 1 space after "=="; 0 found
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#29) Inline control structures are not allowed
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Inline control structures are not allowed
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#37) Variable "course_context" must not contain underscores.
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#38) Inline control structures are not allowed
(#38) Expected 1 space before "=="; 0 found
(#38) Expected 1 space after "=="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#39) Variable "course_context" must not contain underscores.
(#40) Inline control structures are not allowed
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#56) Inline control structures are not allowed
(#58) Inline control structures are not allowed
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Whitespace found at end of line
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) 3 slashes comments are not allowed; use "// Comment." instead
(#62) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#63) Line indented incorrectly; expected 0 spaces, found 4
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#65) Variable "course_context" must not contain underscores.
(#67) Line indented incorrectly; expected 4 spaces, found 8
(#69) Line indented incorrectly; expected 4 spaces, found 8
(#70) Line indented incorrectly; expected 0 spaces, found 4
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected 0 spaces, found 4
(#76) Whitespace found at end of line
(#77) Line indented incorrectly; expected 0 spaces, found 4
(#79) Line indented incorrectly; expected 0 spaces, found 4
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Inline control structures are not allowed
(#82) Expected 1 space before ">"; 0 found
(#82) Expected 1 space after ">"; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#85) Line indented incorrectly; expected 0 spaces, found 4
(#85) Expected "if (...) {\n"; found "if (...)\n {\n"
(#85) Variable "course_context" must not contain underscores.
(#87) Inline control structures are not allowed
(#87) Expected 1 space before "!="; 0 found
(#87) Expected 1 space after "!="; 0 found
(#89) Line indented incorrectly; expected 0 spaces, found 4
(#91) Line indented incorrectly; expected 0 spaces, found 4
(#91) Expected "if (...) {\n"; found "if(...)\n {\n"
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Whitespace found at end of line
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// Check that this user owns the email, if not they need sysadmin permission to see it" but found "//Check that this user owns the email, if not they need sysadmin permission to see it"
(#96) Line indented incorrectly; expected 4 spaces, found 8
(#96) Expected "if (...) {\n"; found "if (...)\n { \n"
(#96) Expected 1 space before "!="; 0 found
(#96) Expected 1 space after "!="; 0 found
(#97) Whitespace found at end of line
(#98) Inline control structures are not allowed
(#100) Line indented incorrectly; expected 4 spaces, found 8
(#102) Inline control structures are not allowed
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#104) Line indented incorrectly; expected 0 spaces, found 4
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Line indented incorrectly; expected 0 spaces, found 4
(#108) Expected "if (...) {\n"; found "if(...) {\n"
(#110) Line indented incorrectly; expected 0 spaces, found 4
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected 0 spaces, found 4
(#119) Line indented incorrectly; expected 4 spaces, found 8
(#123) Line indented incorrectly; expected 4 spaces, found 8
(#128) Line indented incorrectly; expected 4 spaces, found 8
(#131) Line indented incorrectly; expected 8 spaces, found 12
(#131) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#133) Line indented incorrectly; expected 8 spaces, found 12
(#135) Line indented incorrectly; expected 0 spaces, found 4
(#137) No space found before comment text; expected "// Should we use the checkbox display?" but found "//Should we use the checkbox display?"
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Inline control structures are not allowed
(#139) Expected 1 space before ">"; 0 found
(#139) Expected 1 space after ">"; 0 found
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline control structures are not allowed
(#144) Expected 1 space before "=="; 0 found
(#144) Expected 1 space after "=="; 0 found
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#145) Expected 1 space before "=>"; 0 found
(#146) Inline control structures are not allowed
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#149) Line indented incorrectly; expected 0 spaces, found 4
(#149) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#152) Line indented incorrectly; expected 4 spaces, found 8
(#152) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#154) Line indented incorrectly; expected 8 spaces, found 12
(#154) Expected "if (...) {\n"; found "if(...)\n {\n"
(#157) Line indented incorrectly; expected 12 spaces, found 16
(#157) Expected "if (...) {\n"; found "if(...)\n {\n"
(#159) Expected 1 space before "=>"; 0 found
(#160) Line indented incorrectly; expected 12 spaces, found 16
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#161) Variable "course_context" must not contain underscores.
(#164) Line indented incorrectly; expected 8 spaces, found 12
(#165) Line indented incorrectly; expected 4 spaces, found 8
(#166) Line indented incorrectly; expected 4 spaces, found 8
(#166) Expected "if (...) {\n"; found "if(...)\n {\n"
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) Variable "course_context" must not contain underscores.
(#170) Line indented incorrectly; expected 4 spaces, found 8
(#171) Line indented incorrectly; expected 0 spaces, found 4
(#173) Whitespace found at end of line
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#174) Whitespace found at end of line
(#175) Line indented incorrectly; expected 0 spaces, found 4
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#178) Whitespace found at end of line
(#179) Line indented incorrectly; expected 0 spaces, found 4
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#181) Line indented incorrectly; expected 0 spaces, found 4
(#183) Line indented incorrectly; expected 0 spaces, found 4
(#183) Expected "if (...) {\n"; found "if (...)\n {\n"
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) This comment is 50% valid code; is this commented out code?
(#190) No space found before comment text; expected "// $data->format = $pageone->config->defaultformat;" but found "//$data->format = $pageone->config->defaultformat;"
(#191) Line indented incorrectly; expected 4 spaces, found 8
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Line indented incorrectly; expected 8 spaces, found 12
(#195) Expected "if (...) {\n"; found "if (...)\n {\n"
(#197) Inline control structures are not allowed
(#198) Expected 1 space before "="; 0 found
(#198) Expected 1 space after "="; 0 found
(#199) Line indented incorrectly; expected 8 spaces, found 12
(#200) Line indented incorrectly; expected 8 spaces, found 12
(#200) Expected "} else {\n"; found "}\n else\n {\n"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Inline control structures are not allowed
(#204) Commas (,) must be followed by white space.
(#205) Line indented incorrectly; expected 8 spaces, found 12
(#205) Whitespace found at end of line
(#206) Line indented incorrectly; expected 4 spaces, found 8
(#212) Line indented incorrectly; expected 0 spaces, found 4
(#213) Whitespace found at end of line
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) 3 slashes comments are not allowed; use "// Comment." instead
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) File is being unconditionally included; use "require" instead
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected 0 spaces, found 4
(#229) Line indented incorrectly; expected 4 spaces, found 8
(#232) Line indented incorrectly; expected 8 spaces, found 12
(#234) Line indented incorrectly; expected 12 spaces, found 16
(#234) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#236) Line indented incorrectly; expected 12 spaces, found 16
(#236) Whitespace found at end of line
(#237) Line indented incorrectly; expected 8 spaces, found 12
(#239) Line indented incorrectly; expected 8 spaces, found 12
(#241) Line indented incorrectly; expected 12 spaces, found 16
(#241) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#243) Line indented incorrectly; expected 12 spaces, found 16
(#243) Whitespace found at end of line
(#244) Line indented incorrectly; expected 8 spaces, found 12
(#246) Line indented incorrectly; expected 8 spaces, found 12
(#248) Line indented incorrectly; expected 12 spaces, found 16
(#248) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#250) Line indented incorrectly; expected 12 spaces, found 16
(#250) Whitespace found at end of line
(#251) Line indented incorrectly; expected 8 spaces, found 12
(#254) Line indented incorrectly; expected 4 spaces, found 8
(#255) Line indented incorrectly; expected 0 spaces, found 4
(#259) Line indented incorrectly; expected 0 spaces, found 4
(#259) Expected "if (...) {\n"; found "if (...)\n {\n"
(#261) Line indented incorrectly; expected 4 spaces, found 8
(#261) Expected "if (...) {\n"; found "if (...)\n {\n"
(#261) Expected 1 space before "=="; 0 found
(#261) Expected 1 space after "=="; 0 found
(#261) Expected 1 space before "=="; 0 found
(#261) Expected 1 space after "=="; 0 found
(#264) Inline control structures are not allowed
(#266) Line indented incorrectly; expected 4 spaces, found 8
(#267) Line indented incorrectly; expected 0 spaces, found 4
(#269) Inline control structures are not allowed
(#274) File is being unconditionally included; use "require" instead
(#277) Line indented incorrectly; expected 0 spaces, found 4
(#278) Opening brace should be on the same line as the declaration
(#281) Inline control structures are not allowed
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Line indented incorrectly; expected 4 spaces, found 8
(#294) Expected "if (...) {\n"; found "if (...)\n {\n"
(#298) Line indented incorrectly; expected 4 spaces, found 8
(#301) Line indented incorrectly; expected 4 spaces, found 8
(#301) Expected "if (...) {\n"; found "if (...)\n {\n"
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) No space found before comment text; expected "// Find all the mailtos and create an array" but found "//Find all the mailtos and create an array"
(#304) Line indented incorrectly; expected 8 spaces, found 12
(#304) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Line indented incorrectly; expected 12 spaces, found 16
(#309) Expected "if (...) {\n"; found "if (...)\n {\n"
(#309) Expected 1 space before "!=="; 0 found
(#309) Expected 1 space after "!=="; 0 found
(#309) Expected 1 space before "=="; 0 found
(#309) Expected 1 space after "=="; 0 found
(#311) Inline control structures are not allowed
(#312) Expected 1 space before "="; 0 found
(#312) Expected 1 space after "="; 0 found
(#313) Line indented incorrectly; expected 12 spaces, found 16
(#314) Line indented incorrectly; expected 8 spaces, found 12
(#315) Line indented incorrectly; expected 4 spaces, found 8
(#316) Line indented incorrectly; expected 4 spaces, found 8
(#316) Expected "} else {\n"; found "}\n else\n {\n"
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline control structures are not allowed
(#321) Line indented incorrectly; expected 4 spaces, found 8
(#325) Line indented incorrectly; expected 4 spaces, found 8
(#325) Expected "if (...) {\n"; found "if (...)\n {\n"
(#325) Expected 1 space before "=="; 0 found
(#325) Expected 1 space after "=="; 0 found
(#329) Line indented incorrectly; expected 4 spaces, found 8
(#330) Whitespace found at end of line
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Expected 1 space before "="; 0 found
(#332) Expected 1 space after "="; 0 found
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Variable "users_to_text" must not contain underscores.
(#336) Expected 1 space before "="; 0 found
(#336) Expected 1 space after "="; 0 found
(#337) Whitespace found at end of line
(#338) Line indented incorrectly; expected 4 spaces, found 8
(#338) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#340) Line indented incorrectly; expected 8 spaces, found 12
(#340) Expected "if (...) {\n"; found "if(...)\n {\n"
(#343) Line indented incorrectly; expected 8 spaces, found 12
(#345) Line indented incorrectly; expected 8 spaces, found 12
(#345) Expected "if (...) {\n"; found "if (...)\n {\n"
(#345) Expected 1 space before "=="; 0 found
(#345) Expected 1 space after "=="; 0 found
(#345) Expected 1 space before "=="; 0 found
(#345) Expected 1 space after "=="; 0 found
(#347) Line exceeds 132 characters; contains 170 characters
(#348) Line indented incorrectly; expected 12 spaces, found 16
(#348) Expected "if (...) {\n"; found "if(...)\n {\n"
(#352) Line indented incorrectly; expected 12 spaces, found 16
(#353) Line indented incorrectly; expected 12 spaces, found 16
(#353) Expected "} else {\n"; found "}\n else\n {\n"
(#356) Line indented incorrectly; expected 12 spaces, found 16
(#357) Line indented incorrectly; expected 8 spaces, found 12
(#358) Whitespace found at end of line
(#359) Line indented incorrectly; expected 8 spaces, found 12
(#359) Expected "if (...) {\n"; found "if (...)\n {\n"
(#359) Expected 1 space before "=="; 0 found
(#359) Expected 1 space after "=="; 0 found
(#359) Expected 1 space before "=="; 0 found
(#359) Expected 1 space after "=="; 0 found
(#363) Line indented incorrectly; expected 8 spaces, found 12
(#365) Variable "users_to_text" must not contain underscores.
(#366) Line indented incorrectly; expected 4 spaces, found 8
(#369) Expected 1 space before "="; 0 found
(#369) Expected 1 space after "="; 0 found
(#370) Line indented incorrectly; expected 4 spaces, found 8
(#370) Expected "if (...) {\n"; found "if (...)\n {\n"
(#370) Variable "users_to_text" must not contain underscores.
(#370) Expected 1 space before ">"; 0 found
(#370) Expected 1 space after ">"; 0 found
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#370) Line exceeds 132 characters; contains 158 characters
(#372) Expected 1 space before "="; 0 found
(#372) Expected 1 space after "="; 0 found
(#372) Variable "users_to_text" must not contain underscores.
(#373) Line indented incorrectly; expected 8 spaces, found 13
(#373) Expected "if (...) {\n"; found "if (...)\n {\n"
(#373) Expected 1 space before "=="; 0 found
(#373) Expected 1 space after "=="; 0 found
(#376) Inline control structures are not allowed
(#377) Expected 1 space before ".="; 0 found
(#377) Expected 1 space after ".="; 0 found
(#378) Inline control structures are not allowed
(#380) Line indented incorrectly; expected 8 spaces, found 13
(#381) Inline control structures are not allowed
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#384) Inline control structures are not allowed
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#385) Inline control structures are not allowed
(#386) Expected 1 space before "="; 0 found
(#386) Expected 1 space after "="; 0 found
(#387) Line indented incorrectly; expected 4 spaces, found 8
(#388) Whitespace found at end of line
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) Line indented incorrectly; expected 4 spaces, found 8
(#390) Expected "if (...) {\n"; found "if(...)\n {\n"
(#392) Line indented incorrectly; expected 8 spaces, found 12
(#392) Expected "if (...) {\n"; found "if(...)\n {\n"
(#395) Line indented incorrectly; expected 8 spaces, found 12
(#396) Line indented incorrectly; expected 8 spaces, found 12
(#396) Expected "} else {\n"; found "}\n else\n {\n"
(#398) Line indented incorrectly; expected 12 spaces, found 16
(#398) Expected "if (...) {\n"; found "if(...)\n {\n"
(#401) Line indented incorrectly; expected 12 spaces, found 16
(#402) Line indented incorrectly; expected 8 spaces, found 12
(#403) Line indented incorrectly; expected 4 spaces, found 8
(#404) Whitespace found at end of line
(#405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) Expected 1 space before "="; 0 found
(#418) Expected 1 space after "="; 0 found
(#420) Inline control structures are not allowed
(#421) Expected 1 space before "="; 0 found
(#421) Expected 1 space after "="; 0 found
(#422) Inline control structures are not allowed
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#424) Inline control structures are not allowed
(#425) Expected 1 space before "="; 0 found
(#425) Expected 1 space after "="; 0 found
(#426) Inline control structures are not allowed
(#427) Expected 1 space before "="; 0 found
(#427) Expected 1 space after "="; 0 found
(#430) Line indented incorrectly; expected 4 spaces, found 8
(#430) Expected "if (...) {\n"; found "if (...)\n {\n"
(#433) Line indented incorrectly; expected 4 spaces, found 8
(#434) Whitespace found at end of line
(#435) Line indented incorrectly; expected 4 spaces, found 8
(#435) Expected "if (...) {\n"; found "if(...)\n { // if no emailing errors, we are done\n"
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) Whitespace found at end of line
(#441) Line indented incorrectly; expected 4 spaces, found 8
(#444) Line indented incorrectly; expected 0 spaces, found 4
(#447) Expected 5 space(s) before asterisk; 4 found
(#448) Expected 5 space(s) before asterisk; 4 found
(#449) Expected 5 space(s) before asterisk; 4 found
(#450) Expected 5 space(s) before asterisk; 4 found
(#451) Expected 5 space(s) before asterisk; 4 found
(#452) Expected 5 space(s) before asterisk; 4 found
(#454) Line indented incorrectly; expected 0 spaces, found 4
(#455) Opening brace should be on the same line as the declaration
(#457) Expected 1 space before "="; 0 found
(#457) Expected 1 space after "="; 0 found
(#458) Expected 1 space before "="; 0 found
(#458) Expected 1 space after "="; 0 found
(#459) Expected 1 space before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#460) Inline control structures are not allowed
(#461) Expected 1 space before "="; 0 found
(#461) Expected 1 space after "="; 0 found
(#462) Inline control structures are not allowed
(#463) Expected 1 space before "="; 0 found
(#463) Expected 1 space after "="; 0 found
(#465) Line indented incorrectly; expected 4 spaces, found 12
(#465) Expected "if (...) {\n"; found "if (...)\n {\n"
(#465) Expected 1 space before ">"; 0 found
(#465) Expected 1 space after ">"; 0 found
(#465) Expected 1 space before "!="; 0 found
(#465) Expected 1 space after "!="; 0 found
(#467) Inline control structures are not allowed
(#468) Expected 1 space before "="; 0 found
(#468) Expected 1 space after "="; 0 found
(#468) Line exceeds 132 characters; contains 158 characters
(#469) Line indented incorrectly; expected 4 spaces, found 12
(#470) Line indented incorrectly; expected 4 spaces, found 12
(#470) Expected "} else {\n"; found "}\n else\n {\n"
(#472) Expected 1 space before "="; 0 found
(#472) Expected 1 space after "="; 0 found
(#473) Inline control structures are not allowed
(#474) Expected 1 space before "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#474) Line exceeds 132 characters; contains 157 characters
(#476) Inline control structures are not allowed
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#478) Line indented incorrectly; expected 4 spaces, found 12
(#480) Expected 1 space before "="; 0 found
(#480) Expected 1 space after "="; 0 found
(#481) Line indented incorrectly; expected 4 spaces, found 12
(#481) Expected "if (...) {\n"; found "if (...)\n {\n"
(#483) Inline control structures are not allowed
(#484) Expected 1 space before ".="; 0 found
(#484) Expected 1 space after ".="; 0 found
(#486) Inline control structures are not allowed
(#487) Expected 1 space before ".="; 0 found
(#487) Expected 1 space after ".="; 0 found
(#488) Expected 1 space before "="; 0 found
(#488) Expected 1 space after "="; 0 found
(#489) Line indented incorrectly; expected 4 spaces, found 12
(#490) Line indented incorrectly; expected 4 spaces, found 12
(#490) Expected "} else {\n"; found "}\n else\n {\n"
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#493) Inline control structures are not allowed
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#495) Inline control structures are not allowed
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#497) Inline control structures are not allowed
(#498) Expected 1 space before ".="; 0 found
(#498) Expected 1 space after ".="; 0 found
(#498) Line exceeds 132 characters; contains 137 characters
(#499) Whitespace found at end of line
(#500) Line indented incorrectly; expected 4 spaces, found 12
(#502) Expected 1 space before "="; 0 found
(#502) Expected 1 space after "="; 0 found
(#503) Inline control structures are not allowed
(#503) Expected 1 space before "=="; 0 found
(#503) Expected 1 space after "=="; 0 found
(#503) Expected 1 space before "=="; 0 found
(#503) Expected 1 space after "=="; 0 found
(#504) Expected 1 space before "="; 0 found
(#504) Expected 1 space after "="; 0 found
(#506) Line indented incorrectly; expected 0 spaces, found 4
(#508) Line indented incorrectly; expected 0 spaces, found 4
(#509) Opening brace should be on the same line as the declaration
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#513) Expected 1 space before "="; 0 found
(#513) Expected 1 space after "="; 0 found
(#515) Line indented incorrectly; expected 4 spaces, found 8
(#515) Expected "if (...) {\n"; found "if (...)\n {\t\n"
(#515) Expected 1 space before ">"; 0 found
(#515) Expected 1 space after ">"; 0 found
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Whitespace found at end of line
(#518) Expected 1 space before ".="; 0 found
(#518) Expected 1 space after ".="; 0 found
(#518) Line exceeds 132 characters; contains 152 characters
(#522) Expected 1 space before "="; 0 found
(#522) Expected 1 space after "="; 0 found
(#523) Line indented incorrectly; expected 8 spaces, found 12
(#523) Expected "for (...) {\n"; found "for (...)\n {\n"
(#523) Expected 1 space before "="; 0 found
(#523) Expected 1 space after "="; 0 found
(#523) Expected 1 space before "<"; 0 found
(#523) Expected 1 space after "<"; 0 found
(#523) Expected 1 space before "="; 0 found
(#523) Expected 1 space after "="; 0 found
(#523) Expected 1 space before "+"; 0 found
(#523) Expected 1 space after "+"; 0 found
(#525) Line indented incorrectly; expected 12 spaces, found 16
(#525) Expected "if (...) {\n"; found "if (...)\n {\n"
(#525) Expected 1 space before ">"; 0 found
(#525) Expected 1 space after ">"; 0 found
(#527) Expected 1 space before "="; 0 found
(#527) Expected 1 space after "="; 0 found
(#527) Expected 1 space before "=>"; 0 found
(#527) Expected 1 space after "=>"; 0 found
(#528) Inline control structures are not allowed
(#529) Expected 1 space before ".="; 0 found
(#529) Expected 1 space after ".="; 0 found
(#529) Line exceeds 132 characters; contains 136 characters
(#531) Inline control structures are not allowed
(#532) Expected 1 space before ".="; 0 found
(#532) Expected 1 space after ".="; 0 found
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Whitespace found at end of line
(#534) Inline control structures are not allowed
(#534) Expected 1 space before "+"; 0 found
(#534) Expected 1 space after "+"; 0 found
(#534) Expected 1 space before "=="; 0 found
(#534) Expected 1 space after "=="; 0 found
(#534) Expected 1 space before "+"; 0 found
(#534) Expected 1 space after "+"; 0 found
(#534) Expected 1 space before "=="; 0 found
(#534) Expected 1 space after "=="; 0 found
(#534) Expected 1 space before "+"; 0 found
(#534) Expected 1 space after "+"; 0 found
(#534) Expected 1 space before "=="; 0 found
(#534) Expected 1 space after "=="; 0 found
(#534) Expected 1 space before "+"; 0 found
(#534) Expected 1 space after "+"; 0 found
(#534) Expected 1 space before "=="; 0 found
(#534) Expected 1 space after "=="; 0 found
(#535) Expected 1 space before "="; 0 found
(#535) Expected 1 space after "="; 0 found
(#536) Expected 1 space before ".="; 0 found
(#536) Expected 1 space after ".="; 0 found
(#536) Expected 1 space before "+"; 0 found
(#536) Expected 1 space after "+"; 0 found
(#536) Line exceeds 132 characters; contains 138 characters
(#537) Line indented incorrectly; expected 12 spaces, found 16
(#538) Line indented incorrectly; expected 8 spaces, found 12
(#540) Expected 1 space before ".="; 0 found
(#540) Expected 1 space after ".="; 0 found
(#542) Inline control structures are not allowed
(#544) Line indented incorrectly; expected 4 spaces, found 8
(#547) Line indented incorrectly; expected 0 spaces, found 4
(#548) A closing tag is not permitted at the end of a PHP file
blocks/pageone/email_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Whitespace found at end of line
(#9) Line indented incorrectly; expected 0 spaces, found 4
(#11) Whitespace found at end of line
(#12) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#12) Scope modifier not specified for member variable "$userlist"
(#12) Spaces must be used for alignment; tabs are not allowed
(#12) Tab found within whitespace
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Line indented incorrectly; expected 4 spaces, found 8
(#14) Visibility must be declared on method "__construct"
(#15) Opening brace should be on the same line as the declaration
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#23) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#24) Line indented incorrectly; expected 4 spaces, found 8
(#25) Whitespace found at end of line
(#26) Line indented incorrectly; expected 4 spaces, found 8
(#26) Visibility must be declared on method "definition"
(#27) Opening brace should be on the same line as the declaration
(#27) Whitespace found at end of line
(#30) Whitespace found at end of line
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected 8 spaces, found 12
(#32) Expected "if (...) {\n"; found "if (...)\n {\n"
(#32) Expected 1 space before ">"; 0 found
(#32) Expected 1 space after ">"; 0 found
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#36) Line indented incorrectly; expected 12 spaces, found 16
(#36) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Expected 1 space before "="; 0 found
(#43) Inline control structures are not allowed
(#43) Expected 1 space before "!="; 0 found
(#43) Expected 1 space after "!="; 0 found
(#44) Expected 1 space before "="; 0 found
(#47) Line indented incorrectly; expected 16 spaces, found 20
(#47) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#49) Inline control structures are not allowed
(#49) Expected 1 space before "=="; 0 found
(#49) Expected 1 space after "=="; 0 found
(#50) Expected 1 space before "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#54) Inline control structures are not allowed
(#54) Expected 1 space before "=="; 0 found
(#54) Expected 1 space after "=="; 0 found
(#57) Expected 1 space before "="; 0 found
(#58) Inline control structures are not allowed
(#58) Expected 1 space before "<"; 0 found
(#58) Expected 1 space after "<"; 0 found
(#60) Line indented incorrectly; expected 20 spaces, found 24
(#63) Expected 1 space before "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Line indented incorrectly; expected 20 spaces, found 24
(#66) Line indented incorrectly; expected 16 spaces, found 20
(#68) Inline control structures are not allowed
(#68) Expected 1 space before ">"; 0 found
(#68) Expected 1 space after ">"; 0 found
(#68) Expected 1 space before ">"; 0 found
(#68) Expected 1 space after ">"; 0 found
(#69) Inline control structures are not allowed
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "<"; 0 found
(#69) Expected 1 space after "<"; 0 found
(#70) Expected 1 space before "="; 0 found
(#72) Inline control structures are not allowed
(#72) Expected 1 space before ">"; 0 found
(#72) Expected 1 space after ">"; 0 found
(#73) Expected 1 space before "="; 0 found
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 75% valid code; is this commented out code?
(#81) No space found before comment text; expected "// $to="&nbsp;";" but found "//$to="&nbsp;";"
(#82) Line indented incorrectly; expected 12 spaces, found 16
(#84) Line indented incorrectly; expected 8 spaces, found 12
(#85) Line indented incorrectly; expected 8 spaces, found 12
(#85) Expected "} else {\n"; found "}\n else\n {\n"
(#87) Variable "select_lists" must not contain underscores.
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Line indented incorrectly; expected 12 spaces, found 16
(#89) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#92) Variable "select_lists" must not contain underscores.
(#92) Line exceeds 132 characters; contains 166 characters
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Line exceeds 132 characters; contains 147 characters
(#95) Variable "select_lists" must not contain underscores.
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Variable "select_lists" must not contain underscores.
(#97) Line indented incorrectly; expected 12 spaces, found 16
(#99) Variable "select_lists" must not contain underscores.
(#100) Line exceeds 132 characters; contains 154 characters
(#101) Variable "select_lists" must not contain underscores.
(#103) Line indented incorrectly; expected 8 spaces, found 12
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Variable "t_options" must not contain underscores.
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#111) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#111) Variable "t_options" must not contain underscores.
(#112) Line exceeds 132 characters; contains 146 characters
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) This comment is 76% valid code; is this commented out code?
(#112) No space found before comment text; expected "// $mform->setHelpButton('messagetype', array('messageopts', get_string('messagetype_help_button', 'block_pageone'), 'block_pageone'));" but found "//$mform->setHelpButton('messagetype', array('messageopts', get_string('messagetype_help_button', 'block_pageone'), 'block_pageone'));"
(#113) Whitespace found at end of line
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Whitespace found at end of line
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) This comment is 74% valid code; is this commented out code?
(#124) No space found before comment text; expected "// $mform->addRule('message', null, 'required', null, 'client');" but found "//$mform->addRule('message', null, 'required', null, 'client');"
(#130) Whitespace found at end of line
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#136) Commas (,) must be followed by white space.
(#136) Commas (,) must be followed by white space.
(#137) Whitespace found at end of line
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected 4 spaces, found 8
(#160) Line indented incorrectly; expected 0 spaces, found 4
blocks/pageone/email_javascript.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Inline control structures are not allowed
(#43) Whitespace found at end of line
(#62) No space found before comment text; expected "// This bit ought to go in javascript.php, but the php tags in this file don't get parsed." but found "//This bit ought to go in javascript.php, but the php tags in this file don't get parsed."
blocks/pageone/emaillog.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#24) Inline control structures are not allowed
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#31) Line indented incorrectly; expected 0 spaces, found 4
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#33) Line indented incorrectly; expected 0 spaces, found 4
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#38) Inline control structures are not allowed
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Variable "course_context" must not contain underscores.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Inline control structures are not allowed
(#41) Expected 1 space before "=="; 0 found
(#41) Expected 1 space after "=="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#42) Variable "course_context" must not contain underscores.
(#43) Inline control structures are not allowed
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Inline control structures are not allowed
(#49) Inline control structures are not allowed
(#61) 3 slashes comments are not allowed; use "// Comment." instead
(#61) Whitespace found at end of line
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) 3 slashes comments are not allowed; use "// Comment." instead
(#62) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#64) Line indented incorrectly; expected 0 spaces, found 4
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Line indented incorrectly; expected 4 spaces, found 8
(#66) Variable "course_context" must not contain underscores.
(#68) Line indented incorrectly; expected 4 spaces, found 8
(#70) Line indented incorrectly; expected 4 spaces, found 8
(#71) Line indented incorrectly; expected 0 spaces, found 4
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected 0 spaces, found 4
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Whitespace found at end of line
(#79) Line indented incorrectly; expected 0 spaces, found 4
(#80) Whitespace found at end of line
(#81) Line indented incorrectly; expected 0 spaces, found 4
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#84) Whitespace found at end of line
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected 0 spaces, found 4
(#89) Whitespace found at end of line
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected 4 spaces, found 8
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#93) Line indented incorrectly; expected 4 spaces, found 8
(#94) Inline control structures are not allowed
(#96) Line indented incorrectly; expected 4 spaces, found 8
(#97) Line indented incorrectly; expected 0 spaces, found 4
(#98) Whitespace found at end of line
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) 3 slashes comments are not allowed; use "// Comment." instead
(#101) Line indented incorrectly; expected 0 spaces, found 4
(#103) Line indented incorrectly; expected 0 spaces, found 4
(#105) Line indented incorrectly; expected 0 spaces, found 4
(#106) Expected 1 space before "="; 0 found
(#107) Line indented incorrectly; expected 0 spaces, found 4
(#107) Expected "if (...) {\n"; found "if (...)\n {\n"
(#116) Line indented incorrectly; expected 0 spaces, found 4
(#117) Whitespace found at end of line
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) 3 slashes comments are not allowed; use "// Comment." instead
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline control structures are not allowed
(#126) Inline control structures are not allowed
(#128) File is being unconditionally included; use "require" instead
(#129) Whitespace found at end of line
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) 3 slashes comments are not allowed; use "// Comment." instead
(#131) Line indented incorrectly; expected 0 spaces, found 4
(#132) Line indented incorrectly; expected 4 spaces, found 8
(#134) Line indented incorrectly; expected 4 spaces, found 8
(#136) Line indented incorrectly; expected 4 spaces, found 8
(#137) Line indented incorrectly; expected 0 spaces, found 4
(#139) Line indented incorrectly; expected 0 spaces, found 4
(#140) Whitespace found at end of line
(#141) Line exceeds 132 characters; contains 155 characters
(#143) Line indented incorrectly; expected 0 spaces, found 4
(#151) Line indented incorrectly; expected 4 spaces, found 8
(#151) Expected "if (...) {\n"; found "if (...)\n {\n"
(#155) Line indented incorrectly; expected 4 spaces, found 8
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#169) Line indented incorrectly; expected 4 spaces, found 8
(#169) Expected "if (...) {\n"; found "if (...)\n {\n"
(#169) Expected 1 space before "=="; 0 found
(#169) Expected 1 space after "=="; 0 found
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) This comment is 70% valid code; is this commented out code?
(#172) No space found before comment text; expected "// helpbutton("messageopts", get_string("messagetype", "block_pageone"), "block_pageone", true, true);" but found "//helpbutton("messageopts", get_string("messagetype", "block_pageone"), "block_pageone", true, true);"
(#173) Line indented incorrectly; expected 4 spaces, found 8
(#175) Line indented incorrectly; expected 0 spaces, found 4
(#179) Line indented incorrectly; expected 0 spaces, found 3
(#180) Opening brace should be on the same line as the declaration
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) 3 slashes comments are not allowed; use "// Comment." instead
(#187) Line exceeds 132 characters; contains 160 characters
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) 3 slashes comments are not allowed; use "// Comment." instead
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) 3 slashes comments are not allowed; use "// Comment." instead
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) This comment is 77% valid code; is this commented out code?
(#196) No space found before comment text; expected "// $table->column_style('timesent', 'width', '40%');" but found "//$table->column_style('timesent', 'width', '40%');"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) 3 slashes comments are not allowed; use "// Comment." instead
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) This comment is 80% valid code; is this commented out code?
(#203) No space found before comment text; expected "// $table->set_attribute('width', '80%');" but found "//$table->set_attribute('width', '80%');"
(#206) Whitespace found at end of line
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) 3 slashes comments are not allowed; use "// Comment." instead
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#210) Inline control structures are not allowed
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Inline control structures are not allowed
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#217) Line exceeds 132 characters; contains 140 characters
(#218) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#220) Expected "if (...) {\n"; found "if (...)\n {\n"
(#220) Expected 1 space before "=="; 0 found
(#220) Expected 1 space after "=="; 0 found
(#223) Expected 1 space before "=>"; 0 found
(#223) Expected 1 space after "=>"; 0 found
(#225) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#226) Expected "if (...) {\n"; found "if (...)\n {\n"
(#226) Expected 1 space before "=="; 0 found
(#226) Expected 1 space after "=="; 0 found
(#228) Expected 1 space before ".="; 0 found
(#228) Expected 1 space after ".="; 2 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#231) Expected "} else if (...) {\n"; found "}\n else\n if (...)\n {\n"
(#232) Expected "if (...) {\n"; found "if (...)\n {\n"
(#232) Expected 1 space before "=="; 0 found
(#232) Expected 1 space after "=="; 0 found
(#234) Expected 1 space before ".="; 0 found
(#234) Expected 1 space after ".="; 2 found
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#237) Inline control structures are not allowed
(#240) This comment is 78% valid code; is this commented out code?
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) No space found before comment text; expected "// if ($table->get_sql_where())" but found "//if ($table->get_sql_where())"
(#241) This comment is 100% valid code; is this commented out code?
(#241) No space found before comment text; expected "// {" but found "//{"
(#242) This comment is 50% valid code; is this commented out code?
(#242) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) This comment is 100% valid code; is this commented out code?
(#243) No space found before comment text; expected "// }" but found "//}"
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) 3 slashes comments are not allowed; use "// Comment." instead
(#250) Expected "if (...) {\n"; found "if (...)\n {\n"
(#252) Line indented incorrectly; expected 8 spaces, found 12
(#252) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#255) Line indented incorrectly; expected 8 spaces, found 12
(#259) Line indented incorrectly; expected 0 spaces, found 3
(#262) Expected 5 space(s) before asterisk; 4 found
(#263) Expected 5 space(s) before asterisk; 4 found
(#264) Expected 5 space(s) before asterisk; 4 found
(#265) Expected 5 space(s) before asterisk; 4 found
(#266) Expected 5 space(s) before asterisk; 4 found
(#267) Expected 5 space(s) before asterisk; 4 found
(#269) Line indented incorrectly; expected 0 spaces, found 4
(#270) Opening brace should be on the same line as the declaration
(#271) Line indented incorrectly; expected 4 spaces, found 8
(#271) Expected "if (...) {\n"; found "if (...)\n {\n"
(#273) Inline control structures are not allowed
(#273) Expected 1 space before "=="; 0 found
(#273) Expected 1 space after "=="; 0 found
(#273) Expected 1 space before "=="; 0 found
(#273) Expected 1 space after "=="; 0 found
(#274) Commas (,) must be followed by white space.
(#277) Line exceeds 132 characters; contains 139 characters
(#278) Line indented incorrectly; expected 4 spaces, found 8
(#279) Line indented incorrectly; expected 4 spaces, found 8
(#279) Expected "} else {\n"; found "}\n else\n {\n"
(#281) Line indented incorrectly; expected 8 spaces, found 12
(#281) Expected "if (...) {\n"; found "if (...)\n {\n"
(#281) Expected 1 space before "=="; 0 found
(#281) Expected 1 space after "=="; 0 found
(#281) Expected 1 space before "=="; 0 found
(#281) Expected 1 space after "=="; 0 found
(#283) Line exceeds 132 characters; contains 171 characters
(#286) Line indented incorrectly; expected 8 spaces, found 12
(#289) Whitespace found at end of line
(#291) Line indented incorrectly; expected 4 spaces, found 8
(#292) Line indented incorrectly; expected 0 spaces, found 4
(#295) Expected 5 space(s) before asterisk; 4 found
(#296) Expected 5 space(s) before asterisk; 4 found
(#297) Expected 5 space(s) before asterisk; 4 found
(#298) Expected 5 space(s) before asterisk; 4 found
(#299) Expected 5 space(s) before asterisk; 4 found
(#300) Expected 5 space(s) before asterisk; 4 found
(#302) Line indented incorrectly; expected 0 spaces, found 4
(#303) Opening brace should be on the same line as the declaration
(#304) Line indented incorrectly; expected 4 spaces, found 8
(#304) Expected "if (...) {\n"; found "if (...)\n {\n"
(#306) Inline control structures are not allowed
(#306) Expected 1 space before "=="; 0 found
(#306) Expected 1 space after "=="; 0 found
(#306) Expected 1 space before "=="; 0 found
(#306) Expected 1 space after "=="; 0 found
(#307) Commas (,) must be followed by white space.
(#310) Line indented incorrectly; expected 4 spaces, found 8
(#311) Line indented incorrectly; expected 4 spaces, found 8
(#311) Expected "} else {\n"; found "}\n else\n {\n"
(#313) Inline control structures are not allowed
(#313) Expected 1 space before "=="; 0 found
(#313) Expected 1 space after "=="; 0 found
(#313) Expected 1 space before "=="; 0 found
(#313) Expected 1 space after "=="; 0 found
(#317) Line indented incorrectly; expected 4 spaces, found 8
(#318) Line indented incorrectly; expected 0 spaces, found 4
(#321) Expected 5 space(s) before asterisk; 4 found
(#322) Expected 5 space(s) before asterisk; 4 found
(#323) Expected 5 space(s) before asterisk; 4 found
(#324) Expected 5 space(s) before asterisk; 4 found
(#325) Expected 5 space(s) before asterisk; 4 found
(#326) Expected 5 space(s) before asterisk; 4 found
(#327) Expected 5 space(s) before asterisk; 4 found
(#328) Expected 5 space(s) before asterisk; 4 found
(#329) Expected 5 space(s) before asterisk; 4 found
(#330) Expected 5 space(s) before asterisk; 4 found
(#332) Line indented incorrectly; expected 0 spaces, found 4
(#333) Opening brace should be on the same line as the declaration
(#335) Expected 1 space before "="; 0 found
(#335) Expected 1 space after "="; 0 found
(#338) Line indented incorrectly; expected 4 spaces, found 8
(#338) Expected "if (...) {\n"; found "if (...)\n {\n"
(#340) Line indented incorrectly; expected 8 spaces, found 12
(#340) Expected "if (...) {\n"; found "if (...)\n {\n"
(#340) Expected 1 space before "=="; 0 found
(#340) Expected 1 space after "=="; 0 found
(#340) Expected 1 space before "=="; 0 found
(#340) Expected 1 space after "=="; 0 found
(#342) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#344) Line exceeds 132 characters; contains 138 characters
(#345) Line indented incorrectly; expected 8 spaces, found 12
(#347) Expected 1 space before "="; 0 found
(#347) Expected 1 space after "="; 0 found
(#348) Inline control structures are not allowed
(#349) Expected 1 space before "="; 0 found
(#349) Expected 1 space after "="; 0 found
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#354) Line indented incorrectly; expected 4 spaces, found 8
(#355) Line indented incorrectly; expected 4 spaces, found 8
(#355) Expected "} else {\n"; found "}\n else\n {\n"
(#357) Inline control structures are not allowed
(#357) Expected 1 space before "=="; 0 found
(#357) Expected 1 space after "=="; 0 found
(#357) Expected 1 space before "=="; 0 found
(#357) Expected 1 space after "=="; 0 found
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#362) Inline control structures are not allowed
(#363) Expected 1 space before "="; 0 found
(#363) Expected 1 space after "="; 0 found
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#371) Line exceeds 132 characters; contains 151 characters
(#373) Line indented incorrectly; expected 4 spaces, found 8
(#376) Line exceeds maximum limit of 180 characters; contains 194 characters
(#379) Line indented incorrectly; expected 0 spaces, found 4
(#382) Expected 5 space(s) before asterisk; 4 found
(#383) Expected 5 space(s) before asterisk; 4 found
(#384) Expected 5 space(s) before asterisk; 4 found
(#385) Expected 5 space(s) before asterisk; 4 found
(#387) Line indented incorrectly; expected 0 spaces, found 4
(#388) Opening brace should be on the same line as the declaration
(#389) Inline control structures are not allowed
(#389) Expected 1 space before "=="; 0 found
(#389) Expected 1 space after "=="; 0 found
(#391) Inline control structures are not allowed
(#391) Expected 1 space before "=="; 0 found
(#391) Expected 1 space after "=="; 0 found
(#393) Inline control structures are not allowed
(#393) Expected 1 space before "=="; 0 found
(#393) Expected 1 space after "=="; 0 found
(#396) Line indented incorrectly; expected 0 spaces, found 4
(#399) Expected 5 space(s) before asterisk; 4 found
(#400) Expected 5 space(s) before asterisk; 4 found
(#401) Expected 5 space(s) before asterisk; 4 found
(#402) Expected 5 space(s) before asterisk; 4 found
(#404) Line indented incorrectly; expected 0 spaces, found 4
(#405) Opening brace should be on the same line as the declaration
(#407) Expected 1 space before "="; 0 found
(#407) Expected 1 space after "="; 0 found
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#409) Expected 1 space before "="; 0 found
(#409) Expected 1 space after "="; 0 found
(#410) Expected 1 space before "="; 0 found
(#410) Expected 1 space after "="; 0 found
(#412) Line indented incorrectly; expected 4 spaces, found 8
(#412) Expected "while (...) {\n"; found "while (...)\n {\n"
(#414) Inline control structures are not allowed
(#415) Expected 1 space before "="; 0 found
(#415) Expected 1 space after "="; 0 found
(#416) Inline control structures are not allowed
(#417) Expected 1 space before ".="; 0 found
(#417) Expected 1 space after ".="; 0 found
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#420) Expected 1 space before ".="; 0 found
(#420) Expected 1 space after ".="; 0 found
(#424) Line indented incorrectly; expected 8 spaces, found 12
(#424) Expected "if (...) {\n"; found "if (...)\n {\n"
(#424) Expected 1 space before ">"; 0 found
(#424) Expected 1 space after ">"; 0 found
(#424) Expected 1 space before "!="; 0 found
(#424) Expected 1 space after "!="; 0 found
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#427) Expected 1 space before ".="; 0 found
(#427) Expected 1 space after ".="; 0 found
(#428) Line indented incorrectly; expected 8 spaces, found 12
(#429) Line indented incorrectly; expected 4 spaces, found 8
(#432) Line indented incorrectly; expected 0 spaces, found 4
(#435) Expected 5 space(s) before asterisk; 4 found
(#436) Expected 5 space(s) before asterisk; 4 found
(#437) Expected 5 space(s) before asterisk; 4 found
(#438) Expected 5 space(s) before asterisk; 4 found
(#439) Expected 5 space(s) before asterisk; 4 found
(#441) Line indented incorrectly; expected 0 spaces, found 4
(#442) Opening brace should be on the same line as the declaration
(#443) Inline control structures are not allowed
(#443) Expected 1 space before "=="; 0 found
(#443) Expected 1 space after "=="; 0 found
(#445) Inline control structures are not allowed
(#447) Line indented incorrectly; expected 0 spaces, found 4
(#448) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lang/en/block_pageone.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#162) Expected 1 space before "="; 0 found
(#163) Expected 1 space before "="; 0 found
(#164) Expected 1 space before "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#166) Expected 1 space before "="; 0 found
(#167) Expected 1 space before "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) This comment is 67% valid code; is this commented out code?
(#234) No space found before comment text; expected "// $string['tab_config'] = 'Block configuration';" but found "//$string['tab_config'] = 'Block configuration';"
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#247) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lang/en_utf8/block_pageone.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#162) Expected 1 space before "="; 0 found
(#163) Expected 1 space before "="; 0 found
(#164) Expected 1 space before "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#166) Expected 1 space before "="; 0 found
(#167) Expected 1 space before "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) This comment is 67% valid code; is this commented out code?
(#234) No space found before comment text; expected "// $string['tab_config'] = 'Block configuration';" but found "//$string['tab_config'] = 'Block configuration';"
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#247) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib-mdl1.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Inline control structures are not allowed
(#16) Expected 1 space(s) before asterisk; 0 found
(#17) Expected 1 space(s) before asterisk; 0 found
(#20) Opening brace should be on the same line as the declaration
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Opening brace should be on the same line as the declaration
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Opening brace should be on the same line as the declaration
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Expected "if (...) {\n"; found "if (...)\n {\n"
(#31) Expected 1 space before ">"; 0 found
(#31) Expected 1 space after ">"; 0 found
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Expected "} else {\n"; found "}\n else\n {\n"
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) No space found before comment text; expected "// The instance ID is missing, try to find a suitable instance based on the course" but found "//The instance ID is missing, try to find a suitable instance based on the course"
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Expected "if (...) {\n"; found "if (...)\n {\n"
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Opening brace should be on the same line as the declaration
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Expected "if (...) {\n"; found "if (...)\n {\n"
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Opening brace should be on the same line as the declaration
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#62) Commas (,) must be followed by white space.
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Expected "if (...) {\n"; found "if (...)\n {\n"
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Inline control structures are not allowed
(#66) Line indented incorrectly; expected at least 12 spaces, found 4
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Whitespace found at end of line
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Opening brace should be on the same line as the declaration
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 64% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) No space found before comment text; expected "// $maxbytes = get_max_upload_file_size($CFG->maxbytes, $obj->_customdata['maxbytes']);" but found "//$maxbytes = get_max_upload_file_size($CFG->maxbytes, $obj->_customdata['maxbytes']);"
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Line exceeds 132 characters; contains 156 characters
(#81) Opening brace should be on the same line as the declaration
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Opening brace should be on the same line as the declaration
(#94) Whitespace found at end of line
(#97) Expected "if (...) {\n"; found "if (...)\n {\n"
(#99) Whitespace found at end of line
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Expected "if (...) {\n"; found "if (...)\n {\n"
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Whitespace found at end of line
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline control structures are not allowed
(#115) Inline control structures are not allowed
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#126) Opening brace should be on the same line as the declaration
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) Line indented incorrectly; expected at least 4 spaces, found 2
(#132) Opening brace should be on the same line as the declaration
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Inline control structures are not allowed
(#138) Line indented incorrectly; expected at least 8 spaces, found 3
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#140) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib-mdl2.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Inline control structures are not allowed
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#13) Opening brace should be on the same line as the declaration
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Opening brace should be on the same line as the declaration
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Opening brace should be on the same line as the declaration
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#26) Expected "if (...) {\n"; found "if (...)\n {\n"
(#26) Expected 1 space before ">"; 0 found
(#26) Expected 1 space after ">"; 0 found
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Expected "} else {\n"; found "}\n else\n {\n"
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) No space found before comment text; expected "// The instance ID is missing, try to find a suitable instance based on the course" but found "//The instance ID is missing, try to find a suitable instance based on the course"
(#33) Line indented incorrectly; expected 8 spaces, found 2
(#33) Expected "if (...) {\n"; found "if (...)\n {\n"
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#50) Opening brace should be on the same line as the declaration
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) This comment is 64% valid code; is this commented out code?
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) No space found before comment text; expected "// $maxbytes = get_max_upload_file_size($CFG->maxbytes, $obj->_customdata['maxbytes']);" but found "//$maxbytes = get_max_upload_file_size($CFG->maxbytes, $obj->_customdata['maxbytes']);"
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Opening brace should be on the same line as the declaration
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Opening brace should be on the same line as the declaration
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected "if (...) {\n"; found "if(...)\n {\n"
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Expected 1 space before "="; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#77) Expected "} else {\n"; found "}\n else\n {\n"
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#92) Opening brace should be on the same line as the declaration
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Line indented incorrectly; expected at least 4 spaces, found 2
(#97) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.nusoap_base.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) This comment is 52% valid code; is this commented out code?
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Variable "GLOBALS" must be all lower-case
(#77) Expected 1 space(s) before asterisk; 0 found
(#78) Expected 1 space(s) before asterisk; 0 found
(#79) Expected 1 space(s) before asterisk; 0 found
(#80) Expected 1 space(s) before asterisk; 0 found
(#81) Expected 1 space(s) before asterisk; 0 found
(#82) Expected 1 space(s) before asterisk; 0 found
(#83) Expected 1 space(s) before asterisk; 0 found
(#84) Expected 1 space(s) before asterisk; 0 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Inline doc block comments are not allowed; use "// Comment." instead
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#92) Scope modifier not specified for member variable "$title"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Inline doc block comments are not allowed; use "// Comment." instead
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#99) Scope modifier not specified for member variable "$version"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Inline doc block comments are not allowed; use "// Comment." instead
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#106) Scope modifier not specified for member variable "$revision"
(#107) Inline doc block comments are not allowed; use "// Comment." instead
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Member variable "error_str" must not contain underscores.
(#113) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#113) Scope modifier not specified for member variable "$error_str"
(#114) Inline doc block comments are not allowed; use "// Comment." instead
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Member variable "debug_str" must not contain underscores.
(#120) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#120) Scope modifier not specified for member variable "$debug_str"
(#121) Inline doc block comments are not allowed; use "// Comment." instead
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#128) Scope modifier not specified for member variable "$charencoding"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Inline doc block comments are not allowed; use "// Comment." instead
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Member variable "debugLevel" must be all lower-case
(#135) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#135) Scope modifier not specified for member variable "$debugLevel"
(#137) Inline doc block comments are not allowed; use "// Comment." instead
(#138) Spaces must be used for alignment; tabs are not allowed
(#139) Spaces must be used for alignment; tabs are not allowed
(#140) Spaces must be used for alignment; tabs are not allowed
(#141) Spaces must be used for alignment; tabs are not allowed
(#142) Spaces must be used for alignment; tabs are not allowed
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Member variable "XMLSchemaVersion" must be all lower-case
(#143) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#143) Scope modifier not specified for member variable "$XMLSchemaVersion"
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Inline doc block comments are not allowed; use "// Comment." instead
(#146) Spaces must be used for alignment; tabs are not allowed
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#151) Member variable "soap_defencoding" must not contain underscores.
(#151) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#151) Scope modifier not specified for member variable "$soap_defencoding"
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) This comment is 50% valid code; is this commented out code?
(#152) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) No space found before comment text; expected "// var $soap_defencoding = 'UTF-8';" but found "//var $soap_defencoding = 'UTF-8';"
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Inline doc block comments are not allowed; use "// Comment." instead
(#155) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#161) Spaces must be used for alignment; tabs are not allowed
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#162) Scope modifier not specified for member variable "$namespaces"
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 4 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Inline doc block comments are not allowed; use "// Comment." instead
(#170) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#172) Spaces must be used for alignment; tabs are not allowed
(#173) Spaces must be used for alignment; tabs are not allowed
(#174) Spaces must be used for alignment; tabs are not allowed
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Member variable "usedNamespaces" must be all lower-case
(#175) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#175) Scope modifier not specified for member variable "$usedNamespaces"
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Inline doc block comments are not allowed; use "// Comment." instead
(#178) Spaces must be used for alignment; tabs are not allowed
(#179) Spaces must be used for alignment; tabs are not allowed
(#180) Spaces must be used for alignment; tabs are not allowed
(#181) Spaces must be used for alignment; tabs are not allowed
(#182) Spaces must be used for alignment; tabs are not allowed
(#183) Spaces must be used for alignment; tabs are not allowed
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#184) Scope modifier not specified for member variable "$typemap"
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 2
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 4 spaces, found 2
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 2
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#190) Commas (,) must be followed by white space.
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 4 spaces, found 2
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Line exceeds 132 characters; contains 135 characters
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 2
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 2
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 2
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 2
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 2
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 2
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 2
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Inline doc block comments are not allowed; use "// Comment." instead
(#210) Spaces must be used for alignment; tabs are not allowed
(#211) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#213) Spaces must be used for alignment; tabs are not allowed
(#214) Spaces must be used for alignment; tabs are not allowed
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Spaces must be used for alignment; tabs are not allowed
(#216) Spaces must be used for alignment; tabs are not allowed
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Member variable "xmlEntities" must be all lower-case
(#217) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#217) Scope modifier not specified for member variable "$xmlEntities"
(#217) Commas (,) must be followed by white space.
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 2
(#218) Commas (,) must be followed by white space.
(#218) Commas (,) must be followed by white space.
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Expected 2 space(s) before asterisk; 1 found
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Expected 2 space(s) before asterisk; 1 found
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Expected 2 space(s) before asterisk; 1 found
(#223) Spaces must be used for alignment; tabs are not allowed
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Expected 2 space(s) before asterisk; 1 found
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) PHP4 style constructors are not allowed; use "__construct()" instead
(#225) Visibility must be declared on method "nusoap_base"
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "GLOBALS" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Expected 2 space(s) before asterisk; 1 found
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Expected 2 space(s) before asterisk; 1 found
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Expected 2 space(s) before asterisk; 1 found
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Spaces must be used for alignment; tabs are not allowed
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Expected 2 space(s) before asterisk; 1 found
(#233) Spaces must be used for alignment; tabs are not allowed
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Expected 2 space(s) before asterisk; 1 found
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#235) method name "nusoap_base::getGlobalDebugLevel" must be in lower-case letters only
(#235) Visibility must be declared on method "getGlobalDebugLevel"
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Variable "GLOBALS" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Expected 2 space(s) before asterisk; 1 found
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Expected 2 space(s) before asterisk; 1 found
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Expected 2 space(s) before asterisk; 1 found
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Spaces must be used for alignment; tabs are not allowed
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Expected 2 space(s) before asterisk; 1 found
(#243) Spaces must be used for alignment; tabs are not allowed
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Expected 2 space(s) before asterisk; 1 found
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) method name "nusoap_base::setGlobalDebugLevel" must be in lower-case letters only
(#245) Visibility must be declared on method "setGlobalDebugLevel"
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Variable "GLOBALS" must be all lower-case
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Expected 2 space(s) before asterisk; 1 found
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Expected 2 space(s) before asterisk; 1 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Expected 2 space(s) before asterisk; 1 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Expected 2 space(s) before asterisk; 1 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Expected 2 space(s) before asterisk; 1 found
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) method name "nusoap_base::getDebugLevel" must be in lower-case letters only
(#255) Visibility must be declared on method "getDebugLevel"
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Expected 2 space(s) before asterisk; 1 found
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Expected 2 space(s) before asterisk; 1 found
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Expected 2 space(s) before asterisk; 1 found
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Spaces must be used for alignment; tabs are not allowed
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Expected 2 space(s) before asterisk; 1 found
(#263) Spaces must be used for alignment; tabs are not allowed
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Expected 2 space(s) before asterisk; 1 found
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 4 spaces, found 1
(#265) method name "nusoap_base::setDebugLevel" must be in lower-case letters only
(#265) Visibility must be declared on method "setDebugLevel"
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 4 spaces, found 1
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Expected 2 space(s) before asterisk; 1 found
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Expected 2 space(s) before asterisk; 1 found
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Expected 2 space(s) before asterisk; 1 found
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Expected 2 space(s) before asterisk; 1 found
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Expected 2 space(s) before asterisk; 1 found
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) Visibility must be declared on method "debug"
(#275) Expected 1 space after closing parenthesis; found 0
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 8 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Expected 2 space(s) before asterisk; 1 found
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Expected 2 space(s) before asterisk; 1 found
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Expected 2 space(s) before asterisk; 1 found
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Expected 2 space(s) before asterisk; 1 found
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Expected 2 space(s) before asterisk; 1 found
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 4 spaces, found 1
(#287) method name "nusoap_base::appendDebug" must be in lower-case letters only
(#287) Visibility must be declared on method "appendDebug"
(#287) Expected 1 space after closing parenthesis; found 0
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 8 spaces, found 2
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Line indented incorrectly; expected at least 12 spaces, found 3
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Line indented incorrectly; expected at least 12 spaces, found 3
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 2
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 4 spaces, found 1
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Expected 2 space(s) before asterisk; 1 found
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Expected 2 space(s) before asterisk; 1 found
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Expected 2 space(s) before asterisk; 1 found
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Expected 2 space(s) before asterisk; 1 found
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#300) method name "nusoap_base::clearDebug" must be in lower-case letters only
(#300) Visibility must be declared on method "clearDebug"
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 4 spaces, found 1
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Expected 2 space(s) before asterisk; 1 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Expected 2 space(s) before asterisk; 1 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Expected 2 space(s) before asterisk; 1 found
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Expected 2 space(s) before asterisk; 1 found
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Expected 2 space(s) before asterisk; 1 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 4 spaces, found 1
(#312) method name "nusoap_base::getDebug" must be in lower-case letters only
(#312) Visibility must be declared on method "getDebug"
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Expected 2 space(s) before asterisk; 1 found
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Expected 2 space(s) before asterisk; 1 found
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Expected 2 space(s) before asterisk; 1 found
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Expected 2 space(s) before asterisk; 1 found
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Expected 2 space(s) before asterisk; 1 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Expected 2 space(s) before asterisk; 1 found
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#325) method name "nusoap_base::getDebugAsXMLComment" must be in lower-case letters only
(#325) Visibility must be declared on method "getDebugAsXMLComment"
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 8 spaces, found 2
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 12 spaces, found 3
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 2
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 5
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 4 spaces, found 1
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Expected 2 space(s) before asterisk; 1 found
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Spaces must be used for alignment; tabs are not allowed
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Expected 2 space(s) before asterisk; 1 found
(#339) Spaces must be used for alignment; tabs are not allowed
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Expected 2 space(s) before asterisk; 1 found
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 4 spaces, found 1
(#341) method name "nusoap_base::expandEntities" must be in lower-case letters only
(#341) Visibility must be declared on method "expandEntities"
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 6
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 6
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 6
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 6
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 6
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 8 spaces, found 5
(#348) Closing brace indented incorrectly; expected 2 spaces, found 5
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 4 spaces, found 1
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 4 spaces, found 1
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Expected 2 space(s) before asterisk; 1 found
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Expected 2 space(s) before asterisk; 1 found
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Expected 2 space(s) before asterisk; 1 found
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Expected 2 space(s) before asterisk; 1 found
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Expected 2 space(s) before asterisk; 1 found
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 4 spaces, found 1
(#358) method name "nusoap_base::getError" must be in lower-case letters only
(#358) Visibility must be declared on method "getError"
(#358) Expected 1 space after closing parenthesis; found 0
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 8 spaces, found 2
(#359) Expected "if (...) {\n"; found "if(...){\n"
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 12 spaces, found 3
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Expected 2 space(s) before asterisk; 1 found
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Expected 2 space(s) before asterisk; 1 found
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Expected 2 space(s) before asterisk; 1 found
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Expected 2 space(s) before asterisk; 1 found
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Expected 2 space(s) before asterisk; 1 found
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#371) method name "nusoap_base::setError" must be in lower-case letters only
(#371) Visibility must be declared on method "setError"
(#371) Expected 1 space after closing parenthesis; found 0
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Expected 2 space(s) before asterisk; 1 found
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Expected 2 space(s) before asterisk; 1 found
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Expected 2 space(s) before asterisk; 1 found
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Spaces must be used for alignment; tabs are not allowed
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Expected 2 space(s) before asterisk; 1 found
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Spaces must be used for alignment; tabs are not allowed
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Expected 2 space(s) before asterisk; 1 found
(#380) Spaces must be used for alignment; tabs are not allowed
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Expected 2 space(s) before asterisk; 1 found
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 4 spaces, found 1
(#382) method name "nusoap_base::isArraySimpleOrStruct" must be in lower-case letters only
(#382) Visibility must be declared on method "isArraySimpleOrStruct"
(#383) Variable "keyList" must be all lower-case
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected 8 spaces, found 2
(#384) Variable "keyList" must be all lower-case
(#384) Variable "keyListValue" must be all lower-case
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 12 spaces, found 3
(#385) Variable "keyListValue" must be all lower-case
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 4
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 12 spaces, found 3
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 8 spaces, found 2
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 4 spaces, found 1
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 4 spaces, found 1
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Expected 2 space(s) before asterisk; 1 found
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Expected 2 space(s) before asterisk; 1 found
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Expected 2 space(s) before asterisk; 1 found
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Expected 2 space(s) before asterisk; 1 found
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Spaces must be used for alignment; tabs are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Expected 2 space(s) before asterisk; 1 found
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Expected 2 space(s) before asterisk; 1 found
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Expected 2 space(s) before asterisk; 1 found
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Expected 2 space(s) before asterisk; 1 found
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Expected 2 space(s) before asterisk; 1 found
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Expected 2 space(s) before asterisk; 1 found
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Expected 2 space(s) before asterisk; 1 found
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Expected 2 space(s) before asterisk; 1 found
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#405) Expected 2 space(s) before asterisk; 4 found
(#405) Spaces must be used for alignment; tabs are not allowed
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Expected 2 space(s) before asterisk; 1 found
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 4 spaces, found 1
(#407) Visibility must be declared on method "serialize_val"
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Variable "name_ns" must not contain underscores.
(#407) Commas (,) must be followed by white space.
(#407) Variable "type_ns" must not contain underscores.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Line exceeds 132 characters; contains 133 characters
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 8 spaces, found 2
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 8 spaces, found 2
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 8 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 6
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 9
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 3
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 3
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 3
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 3
(#419) Closing brace indented incorrectly; expected 5 spaces, found 8
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Line indented incorrectly; expected at least 8 spaces, found 2
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 8 spaces, found 2
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 12 spaces, found 3
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 8 spaces, found 2
(#423) Usage of ELSEIF not allowed; use ELSE IF instead
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 12 spaces, found 3
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 2
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 8 spaces, found 2
(#428) Expected "if (...) {\n"; found "if(...){\n"
(#428) Variable "name_ns" must not contain underscores.
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 12 spaces, found 3
(#429) Commas (,) must be followed by white space.
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 12 spaces, found 3
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 3
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 8 spaces, found 2
(#432) Closing brace indented incorrectly; expected 8 spaces, found 2
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Line indented incorrectly; expected at least 8 spaces, found 2
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 8 spaces, found 2
(#434) Expected "if (...) {\n"; found "if(...){\n"
(#434) Variable "type_ns" must not contain underscores.
(#434) Variable "type_ns" must not contain underscores.
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Line indented incorrectly; expected at least 12 spaces, found 3
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Line indented incorrectly; expected at least 12 spaces, found 6
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 12 spaces, found 3
(#437) Variable "type_prefix" must not contain underscores.
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 2
(#438) Usage of ELSEIF not allowed; use ELSE IF instead
(#438) Variable "type_ns" must not contain underscores.
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 12 spaces, found 3
(#439) Variable "type_prefix" must not contain underscores.
(#439) Commas (,) must be followed by white space.
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#440) Variable "type_prefix" must not contain underscores.
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 8 spaces, found 2
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 8 spaces, found 2
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 8 spaces, found 2
(#444) Expected "if (...) {\n"; found "if(...){\n"
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 12 spaces, found 3
(#445) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 16 spaces, found 4
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 12 spaces, found 3
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 8 spaces, found 2
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 8 spaces, found 2
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 6
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 12 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Line indented incorrectly; expected at least 16 spaces, found 4
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 4
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 4
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 16 spaces, found 10
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 12 spaces, found 9
(#457) Closing brace indented incorrectly; expected 3 spaces, found 9
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 16 spaces, found 4
(#458) Variable "type_prefix" must not contain underscores.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 20 spaces, found 5
(#459) Variable "type_str" must not contain underscores.
(#459) Variable "type_prefix" must not contain underscores.
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 16 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 20 spaces, found 5
(#461) Variable "type_str" must not contain underscores.
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 16 spaces, found 4
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 16 spaces, found 4
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 16 spaces, found 4
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 16 spaces, found 10
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 12 spaces, found 9
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 8 spaces, found 2
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Expected "if (...) {\n"; found "if(...){\n"
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 12 spaces, found 6
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 12 spaces, found 9
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 16 spaces, found 10
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 20 spaces, found 11
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 16 spaces, found 10
(#474) Usage of ELSEIF not allowed; use ELSE IF instead
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 20 spaces, found 11
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 16 spaces, found 10
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 12 spaces, found 3
(#477) Closing brace indented incorrectly; expected 9 spaces, found 3
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 16 spaces, found 4
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 12 spaces, found 3
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 12 spaces, found 3
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 16 spaces, found 4
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 16 spaces, found 4
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 16 spaces, found 10
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 12 spaces, found 9
(#484) Closing brace indented incorrectly; expected 3 spaces, found 9
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 16 spaces, found 4
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 16 spaces, found 4
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 16 spaces, found 10
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 12 spaces, found 9
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) Line indented incorrectly; expected at least 8 spaces, found 2
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 8 spaces, found 2
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 8 spaces, found 2
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 12 spaces, found 3
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 16 spaces, found 7
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 16 spaces, found 10
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 20 spaces, found 11
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected 16 spaces, found 10
(#497) Usage of ELSEIF not allowed; use ELSE IF instead
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 20 spaces, found 11
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 16 spaces, found 10
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 16 spaces, found 4
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 20 spaces, found 5
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 16 spaces, found 4
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 20 spaces, found 5
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 16 spaces, found 4
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected 12 spaces, found 3
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 16 spaces, found 7
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 16 spaces, found 4
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 20 spaces, found 5
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 16 spaces, found 4
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 20 spaces, found 5
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 16 spaces, found 4
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 12 spaces, found 3
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 16 spaces, found 7
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected 16 spaces, found 4
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 20 spaces, found 5
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 16 spaces, found 4
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 20 spaces, found 5
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 16 spaces, found 4
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 16 spaces, found 7
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 16 spaces, found 4
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 16 spaces, found 4
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 20 spaces, found 5
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 16 spaces, found 4
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 20 spaces, found 5
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 16 spaces, found 4
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 16 spaces, found 7
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 16 spaces, found 7
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 20 spaces, found 8
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 20 spaces, found 11
(#535) Variable "pXml" must be all lower-case
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 20 spaces, found 5
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 20 spaces, found 5
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected 16 spaces, found 10
(#538) Closing brace indented incorrectly; expected 7 spaces, found 10
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 20 spaces, found 5
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 24 spaces, found 6
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 24 spaces, found 6
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 20 spaces, found 5
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 24 spaces, found 6
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 20 spaces, found 5
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 20 spaces, found 5
(#545) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 24 spaces, found 6
(#546) Variable "pXml" must be all lower-case
(#546) Variable "pXml" must be all lower-case
(#546) Variable "pXml" must be all lower-case
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Line exceeds 132 characters; contains 151 characters
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 20 spaces, found 5
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 16 spaces, found 4
(#548) Closing brace indented incorrectly; expected 10 spaces, found 4
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 16 spaces, found 4
(#549) Expected "if (...) {\n"; found "if(...){\n"
(#549) Variable "type_prefix" must not contain underscores.
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 20 spaces, found 5
(#550) Variable "type_str" must not contain underscores.
(#550) Variable "type_prefix" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 16 spaces, found 4
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 20 spaces, found 5
(#552) Variable "type_str" must not contain underscores.
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected 16 spaces, found 4
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected 16 spaces, found 4
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 20 spaces, found 5
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected 16 spaces, found 4
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 20 spaces, found 5
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 16 spaces, found 4
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 12 spaces, found 3
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected 12 spaces, found 3
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Line indented incorrectly; expected at least 16 spaces, found 4
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 16 spaces, found 4
(#563) Variable "valueType" must be all lower-case
(#564) Expected "if (...) {\n"; found "if(...){\n"
(#564) Variable "valueType" must be all lower-case
(#564) Expected 1 space before "=="; 0 found
(#564) Expected 1 space after "=="; 0 found
(#564) Commas (,) must be followed by white space.
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 20 spaces, found 8
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 20 spaces, found 5
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected 20 spaces, found 5
(#567) Expected "if (...) {\n"; found "if(...){\n"
(#567) Expected 1 space before ">"; 0 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected 24 spaces, found 6
(#568) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 28 spaces, found 22
(#569) Expected "if (...) {\n"; found "if(...){\n"
(#569) Expected 1 space after "=="; 2 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 32 spaces, found 8
(#570) Variable "tt_ns" must not contain underscores.
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 32 spaces, found 8
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 28 spaces, found 7
(#572) Closing brace indented incorrectly; expected 22 spaces, found 7
(#572) Usage of ELSEIF not allowed; use ELSE IF instead
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 32 spaces, found 8
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 28 spaces, found 7
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 32 spaces, found 8
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 28 spaces, found 25
(#576) Closing brace indented incorrectly; expected 7 spaces, found 25
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 28 spaces, found 7
(#577) Variable "array_types" must not contain underscores.
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Line indented incorrectly; expected at least 28 spaces, found 7
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 28 spaces, found 7
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 28 spaces, found 7
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 24 spaces, found 6
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected 24 spaces, found 6
(#582) Expected "if (...) {\n"; found "if(...){\n"
(#582) Variable "array_types" must not contain underscores.
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 28 spaces, found 7
(#583) Variable "array_typename" must not contain underscores.
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 24 spaces, found 6
(#584) Usage of ELSEIF not allowed; use ELSE IF instead
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 28 spaces, found 7
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 32 spaces, found 8
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 28 spaces, found 7
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 28 spaces, found 7
(#588) Variable "array_typename" must not contain underscores.
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected 24 spaces, found 6
(#589) Usage of ELSEIF not allowed; use ELSE IF instead
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 28 spaces, found 7
(#590) Variable "array_typename" must not contain underscores.
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 24 spaces, found 6
(#591) Usage of ELSEIF not allowed; use ELSE IF instead
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 28 spaces, found 7
(#592) Variable "array_typename" must not contain underscores.
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 24 spaces, found 6
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Inline comments must start with a capital letter, digit or 3-dots sequence
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) Line indented incorrectly; expected at least 28 spaces, found 7
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected 28 spaces, found 7
(#595) Expected "if (...) {\n"; found "if (...){\n"
(#595) Variable "tt_ns" must not contain underscores.
(#595) Variable "tt_ns" must not contain underscores.
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 32 spaces, found 9
(#596) Variable "array_typename" must not contain underscores.
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 28 spaces, found 7
(#597) Usage of ELSEIF not allowed; use ELSE IF instead
(#597) Variable "tt_ns" must not contain underscores.
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 32 spaces, found 8
(#598) Variable "tt_prefix" must not contain underscores.
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 32 spaces, found 8
(#599) Variable "array_typename" must not contain underscores.
(#599) Variable "tt_prefix" must not contain underscores.
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 32 spaces, found 8
(#600) Variable "tt_prefix" must not contain underscores.
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 28 spaces, found 7
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 32 spaces, found 8
(#602) Variable "array_typename" must not contain underscores.
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected 28 spaces, found 7
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 24 spaces, found 6
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 24 spaces, found 6
(#605) Variable "array_type" must not contain underscores.
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 24 spaces, found 6
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 28 spaces, found 7
(#607) Variable "type_str" must not contain underscores.
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 24 spaces, found 6
(#608) Variable "type_prefix" must not contain underscores.
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 28 spaces, found 7
(#609) Variable "type_str" must not contain underscores.
(#609) Variable "type_prefix" must not contain underscores.
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 24 spaces, found 6
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 28 spaces, found 7
(#611) Variable "type_str" must not contain underscores.
(#611) Variable "array_typename" must not contain underscores.
(#611) Variable "array_type" must not contain underscores.
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 24 spaces, found 6
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#613) Inline comments must end in full-stops, exclamation marks, or question marks
(#613) This comment is 50% valid code; is this commented out code?
(#613) Line indented incorrectly; expected at least 24 spaces, found 5
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected 20 spaces, found 5
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 24 spaces, found 6
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 28 spaces, found 7
(#616) Variable "type_str" must not contain underscores.
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 24 spaces, found 6
(#617) Variable "type_prefix" must not contain underscores.
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 28 spaces, found 7
(#618) Variable "type_str" must not contain underscores.
(#618) Variable "type_prefix" must not contain underscores.
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected 24 spaces, found 6
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 28 spaces, found 7
(#620) Variable "type_str" must not contain underscores.
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 24 spaces, found 6
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 20 spaces, found 5
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Inline comments must end in full-stops, exclamation marks, or question marks
(#623) Line indented incorrectly; expected at least 20 spaces, found 5
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 20 spaces, found 5
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 16 spaces, found 4
(#625) Closing brace indented incorrectly; expected 16 spaces, found 4
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Line indented incorrectly; expected at least 20 spaces, found 5
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 20 spaces, found 8
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 20 spaces, found 5
(#628) Expected "if (...) {\n"; found "if(...){\n"
(#628) Variable "type_prefix" must not contain underscores.
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 24 spaces, found 6
(#629) Variable "type_str" must not contain underscores.
(#629) Variable "type_prefix" must not contain underscores.
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 20 spaces, found 5
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 24 spaces, found 6
(#631) Variable "type_str" must not contain underscores.
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 20 spaces, found 5
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 20 spaces, found 5
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 24 spaces, found 6
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected 20 spaces, found 5
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 24 spaces, found 6
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 20 spaces, found 5
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 20 spaces, found 5
(#638) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) Line indented incorrectly; expected at least 24 spaces, found 6
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected 24 spaces, found 6
(#640) Variable "type_ns" must not contain underscores.
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 28 spaces, found 7
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 28 spaces, found 7
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 28 spaces, found 7
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 28 spaces, found 7
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 24 spaces, found 6
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 28 spaces, found 7
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 24 spaces, found 6
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 20 spaces, found 5
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 20 spaces, found 5
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected 16 spaces, found 4
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected 12 spaces, found 3
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 16 spaces, found 7
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 16 spaces, found 4
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected 8 spaces, found 2
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 8 spaces, found 2
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 8 spaces, found 2
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 4 spaces, found 1
(#662) Expected 5 space(s) before asterisk; 4 found
(#663) Expected 5 space(s) before asterisk; 4 found
(#664) Expected 5 space(s) before asterisk; 4 found
(#665) Expected 5 space(s) before asterisk; 4 found
(#665) Line exceeds 132 characters; contains 143 characters
(#666) Expected 5 space(s) before asterisk; 4 found
(#667) Expected 5 space(s) before asterisk; 4 found
(#668) Expected 5 space(s) before asterisk; 4 found
(#669) Expected 5 space(s) before asterisk; 4 found
(#670) Expected 5 space(s) before asterisk; 4 found
(#671) Expected 5 space(s) before asterisk; 4 found
(#672) Expected 5 space(s) before asterisk; 4 found
(#673) method name "nusoap_base::serializeEnvelope" must be in lower-case letters only
(#673) Visibility must be declared on method "serializeEnvelope"
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Variable "encodingStyle" must be all lower-case
(#673) Expected 1 space after closing parenthesis; found 0
(#673) Line exceeds 132 characters; contains 160 characters
(#674) Line indented incorrectly; expected at least 8 spaces, found 4
(#675) Line indented incorrectly; expected at least 8 spaces, found 4
(#676) Inline comments must end in full-stops, exclamation marks, or question marks
(#676) Line indented incorrectly; expected at least 8 spaces, found 4
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 8 spaces, found 1
(#678) Line exceeds 132 characters; contains 176 characters
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 8 spaces, found 1
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 8 spaces, found 1
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected at least 8 spaces, found 1
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 8 spaces, found 1
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#684) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) Line indented incorrectly; expected at least 8 spaces, found 1
(#685) Line indented incorrectly; expected at least 8 spaces, found 4
(#685) Variable "ns_string" must not contain underscores.
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 8 spaces, found 1
(#686) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#686) Commas (,) must be followed by white space.
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 12 spaces, found 2
(#687) Variable "ns_string" must not contain underscores.
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected 8 spaces, found 1
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected 8 spaces, found 1
(#689) Expected "if (...) {\n"; found "if(...) {\n"
(#689) Variable "encodingStyle" must be all lower-case
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 12 spaces, found 2
(#690) Variable "ns_string" must not contain underscores.
(#690) Variable "encodingStyle" must be all lower-case
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected 8 spaces, found 1
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Line indented incorrectly; expected at least 8 spaces, found 1
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected 8 spaces, found 1
(#694) Expected "if (...) {\n"; found "if(...){\n"
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected 12 spaces, found 2
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected at least 16 spaces, found 3
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected 16 spaces, found 3
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected 20 spaces, found 4
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 24 spaces, found 5
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected 20 spaces, found 4
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 24 spaces, found 5
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 20 spaces, found 4
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected 16 spaces, found 3
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 16 spaces, found 3
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 16 spaces, found 3
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected 12 spaces, found 2
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 12 spaces, found 2
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 8 spaces, found 1
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Line indented incorrectly; expected at least 8 spaces, found 1
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 8 spaces, found 1
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 8 spaces, found 1
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 1
(#712) Variable "ns_string" must not contain underscores.
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 8 spaces, found 1
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 8 spaces, found 1
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 8 spaces, found 2
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 8 spaces, found 1
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 1
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 4 spaces, found 1
(#721) Spaces must be used for alignment; tabs are not allowed
(#722) Spaces must be used for alignment; tabs are not allowed
(#723) Spaces must be used for alignment; tabs are not allowed
(#724) Spaces must be used for alignment; tabs are not allowed
(#725) Spaces must be used for alignment; tabs are not allowed
(#726) Spaces must be used for alignment; tabs are not allowed
(#727) Spaces must be used for alignment; tabs are not allowed
(#728) method name "nusoap_base::formatDump" must be in lower-case letters only
(#728) Visibility must be declared on method "formatDump"
(#728) Expected 1 space after closing parenthesis; found 0
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 8 spaces, found 2
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 2
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 4 spaces, found 1
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Expected 2 space(s) before asterisk; 1 found
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Expected 2 space(s) before asterisk; 1 found
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Expected 2 space(s) before asterisk; 1 found
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Expected 2 space(s) before asterisk; 1 found
(#737) Spaces must be used for alignment; tabs are not allowed
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Expected 2 space(s) before asterisk; 1 found
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Expected 2 space(s) before asterisk; 1 found
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected 4 spaces, found 1
(#740) method name "nusoap_base::contractQname" must be in lower-case letters only
(#740) Visibility must be declared on method "contractQname"
(#740) Expected 1 space after closing parenthesis; found 0
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) This comment is 86% valid code; is this commented out code?
(#742) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) No space found before comment text; expected "// $this->xdebug("Contract $qname");" but found "//$this->xdebug("Contract $qname");"
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected 8 spaces, found 2
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) Line indented incorrectly; expected at least 12 spaces, found 3
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 12 spaces, found 3
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Inline comments must start with a capital letter, digit or 3-dots sequence
(#746) Inline comments must end in full-stops, exclamation marks, or question marks
(#746) Line indented incorrectly; expected at least 12 spaces, found 3
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 12 spaces, found 3
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 12 spaces, found 3
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 12 spaces, found 3
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 16 spaces, found 4
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 12 spaces, found 3
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 3
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 8 spaces, found 2
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 3
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected 8 spaces, found 2
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected 4 spaces, found 1
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 4 spaces, found 1
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Expected 2 space(s) before asterisk; 1 found
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Expected 2 space(s) before asterisk; 1 found
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Expected 2 space(s) before asterisk; 1 found
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Expected 2 space(s) before asterisk; 1 found
(#762) Spaces must be used for alignment; tabs are not allowed
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Expected 2 space(s) before asterisk; 1 found
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Expected 2 space(s) before asterisk; 1 found
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 4 spaces, found 1
(#765) method name "nusoap_base::expandQname" must be in lower-case letters only
(#765) Visibility must be declared on method "expandQname"
(#765) Expected 1 space after closing parenthesis; found 0
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Line indented incorrectly; expected at least 8 spaces, found 2
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 8 spaces, found 2
(#767) Expected "if (...) {\n"; found "if(...){\n"
(#767) Commas (,) must be followed by white space.
(#767) Commas (,) must be followed by white space.
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Commas (,) must be followed by white space.
(#769) Commas (,) must be followed by white space.
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Inline comments must start with a capital letter, digit or 3-dots sequence
(#770) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Commas (,) must be followed by white space.
(#771) Commas (,) must be followed by white space.
(#771) Commas (,) must be followed by white space.
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected 12 spaces, found 3
(#772) Expected "if (...) {\n"; found "if(...){\n"
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 16 spaces, found 4
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected 12 spaces, found 3
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 16 spaces, found 4
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 12 spaces, found 3
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected 8 spaces, found 2
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 12 spaces, found 3
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected 8 spaces, found 2
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 4 spaces, found 1
(#783) Expected 5 space(s) before asterisk; 4 found
(#784) Expected 5 space(s) before asterisk; 4 found
(#785) Expected 5 space(s) before asterisk; 4 found
(#786) Expected 5 space(s) before asterisk; 4 found
(#787) Expected 5 space(s) before asterisk; 4 found
(#788) Expected 5 space(s) before asterisk; 4 found
(#789) Expected 5 space(s) before asterisk; 4 found
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected 4 spaces, found 1
(#790) method name "nusoap_base::getLocalPart" must be in lower-case letters only
(#790) Visibility must be declared on method "getLocalPart"
(#790) Expected 1 space after closing parenthesis; found 0
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected 8 spaces, found 2
(#791) Expected "if (...) {\n"; found "if(...){\n"
(#791) Commas (,) must be followed by white space.
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#792) Line indented incorrectly; expected at least 12 spaces, found 3
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 12 spaces, found 3
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected 8 spaces, found 2
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 12 spaces, found 3
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected 8 spaces, found 2
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 4 spaces, found 1
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 4 spaces, found 1
(#800) Expected 2 space(s) before asterisk; 4 found
(#801) Expected 2 space(s) before asterisk; 4 found
(#802) Expected 2 space(s) before asterisk; 4 found
(#803) Expected 2 space(s) before asterisk; 4 found
(#804) Expected 2 space(s) before asterisk; 4 found
(#805) Expected 2 space(s) before asterisk; 4 found
(#806) Expected 2 space(s) before asterisk; 4 found
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected 4 spaces, found 1
(#807) method name "nusoap_base::getPrefix" must be in lower-case letters only
(#807) Visibility must be declared on method "getPrefix"
(#807) Expected 1 space after closing parenthesis; found 0
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected 8 spaces, found 2
(#808) Expected "if (...) {\n"; found "if(...){\n"
(#808) Commas (,) must be followed by white space.
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Inline comments must end in full-stops, exclamation marks, or question marks
(#809) Line indented incorrectly; expected at least 12 spaces, found 3
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 12 spaces, found 3
(#810) Commas (,) must be followed by white space.
(#810) Commas (,) must be followed by white space.
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected 8 spaces, found 2
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 8 spaces, found 2
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected 4 spaces, found 1
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 4 spaces, found 1
(#816) Expected 2 space(s) before asterisk; 4 found
(#817) Expected 2 space(s) before asterisk; 4 found
(#818) Expected 2 space(s) before asterisk; 4 found
(#819) Expected 2 space(s) before asterisk; 4 found
(#820) Expected 2 space(s) before asterisk; 4 found
(#821) Expected 2 space(s) before asterisk; 4 found
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected 4 spaces, found 1
(#822) method name "nusoap_base::getNamespaceFromPrefix" must be in lower-case letters only
(#822) Visibility must be declared on method "getNamespaceFromPrefix"
(#822) Expected 1 space after closing parenthesis; found 0
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Line indented incorrectly; expected 8 spaces, found 2
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected at least 12 spaces, found 3
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 8 spaces, found 2
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#826) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) This comment is 86% valid code; is this commented out code?
(#826) Line indented incorrectly; expected at least 8 spaces, found 2
(#826) No space found before comment text; expected "// $this->setError("No namespace registered for prefix '$prefix'");" but found "//$this->setError("No namespace registered for prefix '$prefix'");"
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected at least 8 spaces, found 2
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected 4 spaces, found 1
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected at least 4 spaces, found 1
(#831) Expected 2 space(s) before asterisk; 4 found
(#832) Expected 2 space(s) before asterisk; 4 found
(#833) Expected 2 space(s) before asterisk; 4 found
(#834) Expected 2 space(s) before asterisk; 4 found
(#835) Expected 2 space(s) before asterisk; 4 found
(#836) Expected 2 space(s) before asterisk; 4 found
(#837) Expected 2 space(s) before asterisk; 4 found
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 4 spaces, found 1
(#838) method name "nusoap_base::getPrefixFromNamespace" must be in lower-case letters only
(#838) Visibility must be declared on method "getPrefixFromNamespace"
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected 8 spaces, found 2
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected 12 spaces, found 3
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 16 spaces, found 7
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Line indented incorrectly; expected at least 16 spaces, found 4
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected 12 spaces, found 3
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected 8 spaces, found 2
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 8 spaces, found 2
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected 4 spaces, found 1
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 4 spaces, found 1
(#849) Expected 2 space(s) before asterisk; 4 found
(#850) Expected 2 space(s) before asterisk; 4 found
(#851) Expected 2 space(s) before asterisk; 4 found
(#852) Expected 2 space(s) before asterisk; 4 found
(#853) Expected 2 space(s) before asterisk; 4 found
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected 4 spaces, found 1
(#854) Visibility must be declared on method "getmicrotime"
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 8 spaces, found 2
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 12 spaces, found 3
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 12 spaces, found 3
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 12 spaces, found 3
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected 8 spaces, found 2
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 12 spaces, found 3
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected at least 12 spaces, found 3
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 8 spaces, found 2
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 8 spaces, found 2
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected 4 spaces, found 1
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected at least 4 spaces, found 1
(#867) Spaces must be used for alignment; tabs are not allowed
(#868) Spaces must be used for alignment; tabs are not allowed
(#869) Spaces must be used for alignment; tabs are not allowed
(#870) Spaces must be used for alignment; tabs are not allowed
(#871) Spaces must be used for alignment; tabs are not allowed
(#872) Spaces must be used for alignment; tabs are not allowed
(#873) method name "nusoap_base::varDump" must be in lower-case letters only
(#873) Visibility must be declared on method "varDump"
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected at least 8 spaces, found 2
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 8 spaces, found 2
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 8 spaces, found 2
(#876) Variable "ret_val" must not contain underscores.
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected at least 8 spaces, found 2
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 8 spaces, found 2
(#878) Variable "ret_val" must not contain underscores.
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected 4 spaces, found 1
(#879) Closing brace indented incorrectly; expected 4 spaces, found 1
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected at least 4 spaces, found 1
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Expected 2 space(s) before asterisk; 1 found
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Expected 2 space(s) before asterisk; 1 found
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Expected 2 space(s) before asterisk; 1 found
(#884) Spaces must be used for alignment; tabs are not allowed
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Expected 2 space(s) before asterisk; 1 found
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Expected 2 space(s) before asterisk; 1 found
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected 4 spaces, found 1
(#887) Visibility must be declared on method "__toString"
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected at least 8 spaces, found 2
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected 4 spaces, found 1
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) No space found before comment text; expected "// xsd:dateTime helpers" but found "//xsd:dateTime helpers"
(#897) Expected 1 space(s) before asterisk; 0 found
(#898) Expected 1 space(s) before asterisk; 0 found
(#899) Expected 1 space(s) before asterisk; 0 found
(#900) Expected 1 space(s) before asterisk; 0 found
(#900) Spaces must be used for alignment; tabs are not allowed
(#901) Expected 1 space(s) before asterisk; 0 found
(#901) Spaces must be used for alignment; tabs are not allowed
(#902) Expected 1 space(s) before asterisk; 0 found
(#903) Expected 1 space(s) before asterisk; 0 found
(#904) Commas (,) must be followed by white space.
(#904) Expected 1 space after closing parenthesis; found 0
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 4 spaces, found 1
(#905) Commas (,) must be followed by white space.
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 4 spaces, found 1
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 4 spaces, found 1
(#907) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 8 spaces, found 2
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 4 spaces, found 1
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 4 spaces, found 1
(#910) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected 8 spaces, found 2
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 12 spaces, found 3
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 8 spaces, found 2
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected 4 spaces, found 1
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected 4 spaces, found 1
(#915) Expected "if (...) {\n"; found "if(...){\n"
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 8 spaces, found 2
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 8 spaces, found 2
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 8 spaces, found 2
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 8 spaces, found 2
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 8 spaces, found 2
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected at least 8 spaces, found 2
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 8 spaces, found 2
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected at least 8 spaces, found 2
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected at least 8 spaces, found 2
(#924) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected at least 8 spaces, found 2
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected 8 spaces, found 2
(#927) Expected "if (...) {\n"; found "if(...){\n"
(#927) Commas (,) must be followed by white space.
(#927) Commas (,) must be followed by white space.
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected at least 12 spaces, found 3
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 8 spaces, found 2
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 8 spaces, found 2
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected 4 spaces, found 1
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 8 spaces, found 2
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected 4 spaces, found 1
(#937) Expected 1 space(s) before asterisk; 0 found
(#938) Expected 1 space(s) before asterisk; 0 found
(#939) Expected 1 space(s) before asterisk; 0 found
(#940) Expected 1 space(s) before asterisk; 0 found
(#940) Spaces must be used for alignment; tabs are not allowed
(#941) Expected 1 space(s) before asterisk; 0 found
(#942) Expected 1 space(s) before asterisk; 0 found
(#943) Expected 1 space after closing parenthesis; found 0
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 4 spaces, found 1
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected at least 4 spaces, found 1
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 4 spaces, found 1
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected at least 4 spaces, found 1
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected at least 4 spaces, found 1
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected at least 4 spaces, found 1
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 4 spaces, found 1
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected at least 4 spaces, found 1
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Line indented incorrectly; expected at least 4 spaces, found 1
(#952) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected at least 4 spaces, found 1
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected 4 spaces, found 1
(#954) Expected "if (...) {\n"; found "if(...){\n"
(#954) Commas (,) must be followed by white space.
(#954) Commas (,) must be followed by white space.
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#955) Line indented incorrectly; expected at least 8 spaces, found 2
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected 8 spaces, found 2
(#956) Expected "if (...) {\n"; found "if(...){\n"
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected at least 12 spaces, found 3
(#957) Commas (,) must be followed by white space.
(#957) Commas (,) must be followed by white space.
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 12 spaces, found 3
(#958) Commas (,) must be followed by white space.
(#958) Commas (,) must be followed by white space.
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected at least 12 spaces, found 3
(#959) Commas (,) must be followed by white space.
(#959) Expected 1 space before "-"; 0 found
(#959) Expected 1 space after "-"; 0 found
(#959) Commas (,) must be followed by white space.
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 12 spaces, found 3
(#960) Expected "if (...) {\n"; found "if(...){\n"
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 16 spaces, found 4
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 16 spaces, found 4
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected 12 spaces, found 3
(#963) Usage of ELSEIF not allowed; use ELSE IF instead
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 16 spaces, found 4
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected at least 16 spaces, found 4
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected 12 spaces, found 3
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 8 spaces, found 2
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 8 spaces, found 2
(#969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) This comment is 63% valid code; is this commented out code?
(#969) Line indented incorrectly; expected at least 8 spaces, found 0
(#969) Tab found before comment text; expected "// return strtotime("$regs[1]-$regs[2]-$regs[3] $regs[4]:$regs[5]:$regs[6]Z");" but found "// return strtotime("$regs[1]-$regs[2]-$regs[3] $regs[4]:$regs[5]:$regs[6]Z");"
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 4 spaces, found 1
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 8 spaces, found 2
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 4 spaces, found 1
(#976) Expected 1 space(s) before asterisk; 0 found
(#977) Expected 1 space(s) before asterisk; 0 found
(#978) Expected 1 space(s) before asterisk; 0 found
(#979) Expected 1 space(s) before asterisk; 0 found
(#980) Expected 1 space(s) before asterisk; 0 found
(#981) Expected 1 space(s) before asterisk; 0 found
(#982) function name "usleepWindows" must be lower-case letters only
(#983) Opening brace should be on the same line as the declaration
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 4 spaces, found 1
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Whitespace found at end of line
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected 4 spaces, found 1
(#986) Expected "do {\n...} while (...);\n"; found "do\n\t{\n...}\n\twhile (...);\n"
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 4 spaces, found 1
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected at least 8 spaces, found 2
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected at least 8 spaces, found 2
(#989) Variable "timePassed" must be all lower-case
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected at least 8 spaces, found 2
(#990) Expected 1 space before "+"; newline found
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected 4 spaces, found 1
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 4 spaces, found 1
(#992) Variable "timePassed" must be all lower-case
(#996) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soap_fault.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Inline doc block comments are not allowed; use "// Comment." instead
(#16) Spaces must be used to indent lines; tabs are not allowed
(#17) Spaces must be used to indent lines; tabs are not allowed
(#18) Spaces must be used to indent lines; tabs are not allowed
(#19) Spaces must be used to indent lines; tabs are not allowed
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$faultcode"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Inline doc block comments are not allowed; use "// Comment." instead
(#22) Spaces must be used to indent lines; tabs are not allowed
(#23) Spaces must be used to indent lines; tabs are not allowed
(#24) Spaces must be used to indent lines; tabs are not allowed
(#25) Spaces must be used to indent lines; tabs are not allowed
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$faultactor"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Inline doc block comments are not allowed; use "// Comment." instead
(#28) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$faultstring"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$faultdetail"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Expected 2 space(s) before asterisk; 1 found
(#42) Expected 2 space(s) before asterisk; 4 found
(#43) Expected 2 space(s) before asterisk; 4 found
(#44) Expected 2 space(s) before asterisk; 4 found
(#45) Expected 2 space(s) before asterisk; 4 found
(#46) Expected 2 space(s) before asterisk; 4 found
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Expected 2 space(s) before asterisk; 1 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) PHP4 style constructors are not allowed; use "__construct()" instead
(#48) Visibility must be declared on method "nusoap_fault"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Expected 2 space(s) before asterisk; 1 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Expected 2 space(s) before asterisk; 1 found
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Expected 2 space(s) before asterisk; 1 found
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Visibility must be declared on method "serialize"
(#62) Expected 1 space after closing parenthesis; found 0
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "ns_string" must not contain underscores.
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#64) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Variable "ns_string" must not contain underscores.
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "return_msg" must not contain underscores.
(#67) Expected 1 space after "="; newline found
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Variable "ns_string" must not contain underscores.
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "return_msg" must not contain underscores.
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#90) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soap_parser.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Line 12 of the opening comment must start "//".
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Expected 1 space(s) before asterisk; 0 found
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#17) Scope modifier not specified for member variable "$xml"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Member variable "xml_encoding" must not contain underscores.
(#18) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#18) Scope modifier not specified for member variable "$xml_encoding"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$method"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Member variable "root_struct" must not contain underscores.
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$root_struct"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Member variable "root_struct_name" must not contain underscores.
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$root_struct_name"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) Member variable "root_struct_namespace" must not contain underscores.
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$root_struct_namespace"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Member variable "root_header" must not contain underscores.
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$root_header"
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$document"
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$status"
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$position"
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$depth"
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Member variable "default_namespace" must not contain underscores.
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$default_namespace"
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$namespaces"
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$message"
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$parent"
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$fault"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Member variable "fault_code" must not contain underscores.
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$fault_code"
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Member variable "fault_str" must not contain underscores.
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$fault_str"
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Member variable "fault_detail" must not contain underscores.
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$fault_detail"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Member variable "depth_array" must not contain underscores.
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$depth_array"
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Member variable "debug_flag" must not contain underscores.
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$debug_flag"
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$soapresponse"
(#39) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$soapheader"
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Member variable "responseHeaders" must be all lower-case
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$responseHeaders"
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Member variable "body_position" must not contain underscores.
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$body_position"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#45) Scope modifier not specified for member variable "$ids"
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#47) Scope modifier not specified for member variable "$multirefs"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Member variable "decode_utf8" must not contain underscores.
(#49) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#49) Scope modifier not specified for member variable "$decode_utf8"
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Expected 2 space(s) before asterisk; 1 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Expected 2 space(s) before asterisk; 1 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Expected 2 space(s) before asterisk; 1 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Expected 2 space(s) before asterisk; 1 found
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Expected 2 space(s) before asterisk; 1 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Expected 2 space(s) before asterisk; 1 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) PHP4 style constructors are not allowed; use "__construct()" instead
(#60) Visibility must be declared on method "nusoap_parser"
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Variable "decode_utf8" must not contain underscores.
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Variable "decode_utf8" must not contain underscores.
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Variable "pos_xml" must not contain underscores.
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Variable "pos_xml" must not contain underscores.
(#71) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#72) Variable "xml_decl" must not contain underscores.
(#72) Variable "pos_xml" must not contain underscores.
(#72) Variable "pos_xml" must not contain underscores.
(#72) Variable "pos_xml" must not contain underscores.
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 16 spaces, found 4
(#73) Variable "xml_decl" must not contain underscores.
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 5
(#74) Variable "xml_encoding" must not contain underscores.
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 20 spaces, found 5
(#75) Variable "xml_encoding" must not contain underscores.
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Variable "xml_encoding" must not contain underscores.
(#76) Line exceeds 132 characters; contains 135 characters
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 24 spaces, found 6
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 24 spaces, found 6
(#78) Variable "xml_encoding" must not contain underscores.
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 28 spaces, found 7
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 28 spaces, found 7
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 24 spaces, found 6
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line exceeds 132 characters; contains 135 characters
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 24 spaces, found 6
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 20 spaces, found 5
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 24 spaces, found 6
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 20 spaces, found 5
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 64% valid code; is this commented out code?
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) No space found before comment text; expected "// xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);" but found "//xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);"
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Commas (,) must be followed by white space.
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Commas (,) must be followed by white space.
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 12 spaces, found 3
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 7
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 7
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 7
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 7
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 16 spaces, found 4
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 16 spaces, found 4
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 16 spaces, found 4
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 16 spaces, found 4
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 16 spaces, found 4
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 4
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 5
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 16 spaces, found 4
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line indented incorrectly; expected at least 16 spaces, found 4
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 16 spaces, found 4
(#125) Expected "if (...) {\n"; found "if(...){\n"
(#125) The use of function sizeof() is forbidden; use count() instead
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 20 spaces, found 5
(#126) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 24 spaces, found 6
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 24 spaces, found 6
(#128) Variable "idVal" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 24 spaces, found 6
(#129) Variable "idVal" must be all lower-case
(#129) Variable "idVal" must be all lower-case
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 28 spaces, found 7
(#130) Variable "idVal" must be all lower-case
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 24 spaces, found 6
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 24 spaces, found 6
(#132) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#132) Variable "refPos" must be all lower-case
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 28 spaces, found 7
(#133) Variable "refPos" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 28 spaces, found 7
(#134) Variable "refPos" must be all lower-case
(#134) Variable "idVal" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 24 spaces, found 6
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 20 spaces, found 5
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 16 spaces, found 4
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 12 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Expected 2 space(s) before asterisk; 1 found
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Expected 2 space(s) before asterisk; 1 found
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Expected 2 space(s) before asterisk; 1 found
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Expected 2 space(s) before asterisk; 1 found
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Expected 2 space(s) before asterisk; 1 found
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Expected 2 space(s) before asterisk; 1 found
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Expected 2 space(s) before asterisk; 1 found
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#154) Visibility must be declared on method "start_element"
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 2
(#165) Expected "if (...) {\n"; found "if(...){\n"
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#175) Expected "if (...) {\n"; found "if(...){\n"
(#175) Commas (,) must be followed by white space.
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 8 spaces, found 2
(#184) Usage of ELSEIF not allowed; use ELSE IF instead
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#187) Usage of ELSEIF not allowed; use ELSE IF instead
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 12 spaces, found 2
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#191) Usage of ELSEIF not allowed; use ELSE IF instead
(#191) Expected 1 space before "+"; 0 found
(#191) Expected 1 space after "+"; 0 found
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 2
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#207) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 9
(#208) Variable "key_prefix" must not contain underscores.
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 3
(#209) Variable "key_localpart" must not contain underscores.
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#211) Variable "key_prefix" must not contain underscores.
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 16 spaces, found 4
(#212) Expected "if (...) {\n"; found "if(...){\n"
(#212) Commas (,) must be followed by white space.
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 20 spaces, found 5
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 20 spaces, found 5
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 20 spaces, found 5
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 16 spaces, found 4
(#217) Variable "key_localpart" must not contain underscores.
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 16 spaces, found 4
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 16 spaces, found 4
(#219) Expected "if (...) {\n"; found "if(...){\n"
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 20 spaces, found 5
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 16 spaces, found 4
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Line indented incorrectly; expected at least 16 spaces, found 3
(#223) Line indented incorrectly; expected 12 spaces, found 8
(#223) Closing brace indented incorrectly; expected 12 spaces, found 8
(#223) Usage of ELSEIF not allowed; use ELSE IF instead
(#223) Variable "key_localpart" must not contain underscores.
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 16 spaces, found 10
(#224) Empty IF statement detected
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Line indented incorrectly; expected at least 20 spaces, found 11
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 16 spaces, found 10
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 20 spaces, found 14
(#227) Variable "value_prefix" must not contain underscores.
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 20 spaces, found 17
(#228) Variable "value_localpart" must not contain underscores.
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 20 spaces, found 5
(#229) Variable "value_localpart" must not contain underscores.
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 20 spaces, found 5
(#230) Variable "value_prefix" must not contain underscores.
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 20 spaces, found 17
(#231) Expected "if (...) {\n"; found "if(...){\n"
(#231) Variable "value_prefix" must not contain underscores.
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 24 spaces, found 18
(#232) Variable "value_prefix" must not contain underscores.
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 20 spaces, found 17
(#233) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#233) Expected "if (...) {\n"; found "if(...) {\n"
(#233) Variable "value_prefix" must not contain underscores.
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 24 spaces, found 6
(#234) Variable "value_prefix" must not contain underscores.
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 20 spaces, found 17
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Line indented incorrectly; expected at least 20 spaces, found 5
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 16 spaces, found 4
(#237) Closing brace indented incorrectly; expected 10 spaces, found 4
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 12 spaces, found 3
(#238) Closing brace indented incorrectly; expected 8 spaces, found 3
(#238) Usage of ELSEIF not allowed; use ELSE IF instead
(#238) Variable "key_localpart" must not contain underscores.
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 4
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 16 spaces, found 4
(#241) Line indented incorrectly; expected at least 16 spaces, found 4
(#242) Line indented incorrectly; expected at least 16 spaces, found 4
(#243) Line indented incorrectly; expected at least 16 spaces, found 4
(#244) Line indented incorrectly; expected at least 16 spaces, found 4
(#245) Line indented incorrectly; expected at least 16 spaces, found 4
(#246) Line indented incorrectly; expected at least 16 spaces, found 4
(#247) Line indented incorrectly; expected at least 16 spaces, found 4
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 16 spaces, found 4
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 16 spaces, found 4
(#249) Expected "if (...) {\n"; found "if(...){\n"
(#249) Commas (,) must be followed by white space.
(#249) Commas (,) must be followed by white space.
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 20 spaces, found 5
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 20 spaces, found 5
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 20 spaces, found 17
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 24 spaces, found 18
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 20 spaces, found 17
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 24 spaces, found 6
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 20 spaces, found 17
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 20 spaces, found 5
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 20 spaces, found 5
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 20 spaces, found 5
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 16 spaces, found 4
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Line indented incorrectly; expected at least 16 spaces, found 3
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 12 spaces, found 3
(#262) Usage of ELSEIF not allowed; use ELSE IF instead
(#262) Variable "key_localpart" must not contain underscores.
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Line indented incorrectly; expected at least 16 spaces, found 3
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 12 spaces, found 3
(#265) Usage of ELSEIF not allowed; use ELSE IF instead
(#265) Variable "key_localpart" must not contain underscores.
(#265) Variable "key_localpart" must not contain underscores.
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 16 spaces, found 4
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 12 spaces, found 3
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 12 spaces, found 3
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 16 spaces, found 4
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 12 spaces, found 3
(#273) Expected "if (...) {\n"; found "if(...){\n"
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 16 spaces, found 4
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 12 spaces, found 3
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Line indented incorrectly; expected at least 12 spaces, found 3
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 12 spaces, found 3
(#277) Expected "if (...) {\n"; found "if(...){\n"
(#277) Variable "key_localpart" must not contain underscores.
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 16 spaces, found 4
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 16 spaces, found 4
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 4
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 16 spaces, found 4
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 12 spaces, found 3
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 8 spaces, found 2
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 8 spaces, found 2
(#287) Expected "if (...) {\n"; found "if(...){\n"
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 12 spaces, found 3
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 3
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 8 spaces, found 2
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 2
(#293) Expected "if (...) {\n"; found "if(...){\n"
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 12 spaces, found 9
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 16 spaces, found 10
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 12 spaces, found 9
(#297) Usage of ELSEIF not allowed; use ELSE IF instead
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 9
(#299) Line indented incorrectly; expected 12 spaces, found 8
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 4 spaces, found 1
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Expected 2 space(s) before asterisk; 1 found
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Expected 2 space(s) before asterisk; 1 found
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Expected 2 space(s) before asterisk; 1 found
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Expected 2 space(s) before asterisk; 1 found
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Expected 2 space(s) before asterisk; 1 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Expected 2 space(s) before asterisk; 1 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 4 spaces, found 1
(#309) Visibility must be declared on method "end_element"
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 8 spaces, found 2
(#314) Expected "if (...) {\n"; found "if(...){\n"
(#314) Commas (,) must be followed by white space.
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected at least 12 spaces, found 3
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 12 spaces, found 3
(#316) Commas (,) must be followed by white space.
(#316) Commas (,) must be followed by white space.
(#316) Commas (,) must be followed by white space.
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Line indented incorrectly; expected at least 12 spaces, found 3
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 12 spaces, found 3
(#318) Commas (,) must be followed by white space.
(#318) Commas (,) must be followed by white space.
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 8 spaces, found 2
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 8 spaces, found 2
(#322) Expected "if (...) {\n"; found "if(...){\n"
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Line indented incorrectly; expected at least 12 spaces, found 3
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 12 spaces, found 3
(#324) Expected "if (...) {\n"; found "if(...){\n"
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) Line indented incorrectly; expected at least 16 spaces, found 4
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 16 spaces, found 4
(#326) Commas (,) must be followed by white space.
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Line indented incorrectly; expected at least 16 spaces, found 4
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 16 spaces, found 4
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Line indented incorrectly; expected at least 16 spaces, found 4
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 16 spaces, found 4
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Line indented incorrectly; expected at least 16 spaces, found 12
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 12 spaces, found 3
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Line indented incorrectly; expected at least 16 spaces, found 4
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 16 spaces, found 4
(#334) Expected "if (...) {\n"; found "if(...){\n"
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 20 spaces, found 5
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 16 spaces, found 4
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) Line indented incorrectly; expected at least 16 spaces, found 3
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 12 spaces, found 3
(#338) Usage of ELSEIF not allowed; use ELSE IF instead
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 16 spaces, found 4
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 20 spaces, found 5
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 16 spaces, found 4
(#341) Usage of ELSEIF not allowed; use ELSE IF instead
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 20 spaces, found 14
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 24 spaces, found 6
(#343) Line exceeds maximum limit of 180 characters; contains 218 characters
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 20 spaces, found 5
(#344) Closing brace indented incorrectly; expected 14 spaces, found 5
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 24 spaces, found 6
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 24 spaces, found 6
(#346) Line exceeds 132 characters; contains 146 characters
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 28 spaces, found 7
(#347) Line exceeds maximum limit of 180 characters; contains 241 characters
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 24 spaces, found 6
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 28 spaces, found 7
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 24 spaces, found 6
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 20 spaces, found 5
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 16 spaces, found 4
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 16 spaces, found 4
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Line indented incorrectly; expected at least 16 spaces, found 3
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 12 spaces, found 3
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line exceeds 132 characters; contains 133 characters
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) This comment is 80% valid code; is this commented out code?
(#356) Line indented incorrectly; expected at least 16 spaces, found 13
(#356) No space found before comment text; expected "// $this->debug('adding data for scalar value '.$this->message[$pos]['name'].' of value '.$this->message[$pos]['cdata']);" but found "//$this->debug('adding data for scalar value '.$this->message[$pos]['name'].' of value '.$this->message[$pos]['cdata']);"
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 16 spaces, found 4
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 20 spaces, found 5
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 16 spaces, found 4
(#359) Usage of ELSEIF not allowed; use ELSE IF instead
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 20 spaces, found 5
(#360) Line exceeds maximum limit of 180 characters; contains 212 characters
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 16 spaces, found 4
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 20 spaces, found 5
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 20 spaces, found 5
(#363) Line exceeds 132 characters; contains 145 characters
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 24 spaces, found 6
(#364) Line exceeds maximum limit of 180 characters; contains 235 characters
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 20 spaces, found 5
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 24 spaces, found 6
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 20 spaces, found 5
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 16 spaces, found 4
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 16 spaces, found 4
(#371) Line indented incorrectly; expected at least 16 spaces, found 4
(#372) Line indented incorrectly; expected at least 16 spaces, found 4
(#373) Line indented incorrectly; expected at least 16 spaces, found 5
(#374) Line indented incorrectly; expected at least 16 spaces, found 6
(#375) Line indented incorrectly; expected at least 16 spaces, found 5
(#376) Line indented incorrectly; expected at least 16 spaces, found 6
(#377) Line indented incorrectly; expected at least 16 spaces, found 5
(#378) Line indented incorrectly; expected at least 16 spaces, found 4
(#379) Line indented incorrectly; expected at least 16 spaces, found 4
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 12 spaces, found 3
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 8 spaces, found 2
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Inline comments must start with a capital letter, digit or 3-dots sequence
(#383) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Expected "if (...) {\n"; found "if(...){\n"
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 12 spaces, found 9
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 10
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 12 spaces, found 9
(#388) Usage of ELSEIF not allowed; use ELSE IF instead
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 12 spaces, found 9
(#390) Line indented incorrectly; expected 12 spaces, found 8
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Line indented incorrectly; expected at least 12 spaces, found 2
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 12 spaces, found 2
(#392) Expected "if (...) {\n"; found "if (...){\n"
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 16 spaces, found 3
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 16 spaces, found 3
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 12 spaces, found 2
(#395) Usage of ELSEIF not allowed; use ELSE IF instead
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 16 spaces, found 3
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected 12 spaces, found 2
(#397) Usage of ELSEIF not allowed; use ELSE IF instead
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 16 spaces, found 3
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 12 spaces, found 2
(#399) Usage of ELSEIF not allowed; use ELSE IF instead
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 16 spaces, found 3
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 12 spaces, found 2
(#401) Usage of ELSEIF not allowed; use ELSE IF instead
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 16 spaces, found 3
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 12 spaces, found 2
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) Line indented incorrectly; expected at least 12 spaces, found 2
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 12 spaces, found 2
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 4 spaces, found 1
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 4 spaces, found 1
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Expected 2 space(s) before asterisk; 1 found
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Expected 2 space(s) before asterisk; 1 found
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Expected 2 space(s) before asterisk; 1 found
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Expected 2 space(s) before asterisk; 1 found
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Expected 2 space(s) before asterisk; 1 found
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Expected 2 space(s) before asterisk; 1 found
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 4 spaces, found 1
(#415) Visibility must be declared on method "character_data"
(#415) Expected 1 space after closing parenthesis; found 0
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 8 spaces, found 2
(#417) Expected "if (...) {\n"; found "if (...){\n"
(#417) Expected 1 space before "=="; 0 found
(#417) Expected 1 space after "=="; 0 found
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 3
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 12 spaces, found 3
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Line indented incorrectly; expected at least 12 spaces, found 3
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 12 spaces, found 3
(#421) Expected "if (...) {\n"; found "if(...){\n"
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 16 spaces, found 4
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 12 spaces, found 3
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 8 spaces, found 2
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Expected "if (...) {\n"; found "if(...){\n"
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 12 spaces, found 9
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 12 spaces, found 9
(#431) Line indented incorrectly; expected 12 spaces, found 8
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 1
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 4 spaces, found 1
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Expected 2 space(s) before asterisk; 1 found
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Expected 2 space(s) before asterisk; 1 found
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Expected 2 space(s) before asterisk; 1 found
(#437) Spaces must be used for alignment; tabs are not allowed
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Expected 2 space(s) before asterisk; 1 found
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Expected 2 space(s) before asterisk; 1 found
(#439) Spaces must be used for alignment; tabs are not allowed
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Expected 2 space(s) before asterisk; 1 found
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 4 spaces, found 1
(#441) Visibility must be declared on method "get_response"
(#441) Expected 1 space after closing parenthesis; found 0
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 4 spaces, found 1
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 4 spaces, found 1
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Expected 2 space(s) before asterisk; 1 found
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Expected 2 space(s) before asterisk; 1 found
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Expected 2 space(s) before asterisk; 1 found
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 4 spaces, found 1
(#451) Visibility must be declared on method "get_soapbody"
(#451) Expected 1 space after closing parenthesis; found 0
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 8 spaces, found 2
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 4 spaces, found 1
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 4 spaces, found 1
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Expected 2 space(s) before asterisk; 1 found
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Expected 2 space(s) before asterisk; 1 found
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Expected 2 space(s) before asterisk; 1 found
(#458) Spaces must be used for alignment; tabs are not allowed
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Expected 2 space(s) before asterisk; 1 found
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Expected 2 space(s) before asterisk; 1 found
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 4 spaces, found 1
(#461) Visibility must be declared on method "get_soapheader"
(#461) Expected 1 space after closing parenthesis; found 0
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 8 spaces, found 2
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 4 spaces, found 1
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 4 spaces, found 1
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Expected 2 space(s) before asterisk; 1 found
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Expected 2 space(s) before asterisk; 1 found
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Expected 2 space(s) before asterisk; 1 found
(#468) Spaces must be used for alignment; tabs are not allowed
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Expected 2 space(s) before asterisk; 1 found
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Expected 2 space(s) before asterisk; 1 found
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 4 spaces, found 1
(#471) method name "nusoap_parser::getHeaders" must be in lower-case letters only
(#471) Visibility must be declared on method "getHeaders"
(#471) Expected 1 space after closing parenthesis; found 0
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 8 spaces, found 5
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 4 spaces, found 1
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 4 spaces, found 1
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Expected 2 space(s) before asterisk; 1 found
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Expected 2 space(s) before asterisk; 1 found
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Expected 2 space(s) before asterisk; 1 found
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Expected 2 space(s) before asterisk; 1 found
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Expected 2 space(s) before asterisk; 1 found
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Expected 2 space(s) before asterisk; 1 found
(#481) Spaces must be used for alignment; tabs are not allowed
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Expected 2 space(s) before asterisk; 1 found
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Expected 2 space(s) before asterisk; 1 found
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 4 spaces, found 1
(#484) method name "nusoap_parser::decodeSimple" must be in lower-case letters only
(#484) Visibility must be declared on method "decodeSimple"
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 2
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 8 spaces, found 2
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 12 spaces, found 3
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 8 spaces, found 2
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 8 spaces, found 2
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 12 spaces, found 3
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 8 spaces, found 2
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 8 spaces, found 2
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 12 spaces, found 3
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected 8 spaces, found 2
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 8 spaces, found 2
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 12 spaces, found 3
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 16 spaces, found 4
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected 12 spaces, found 3
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 12 spaces, found 3
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 8 spaces, found 2
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 8 spaces, found 2
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 12 spaces, found 3
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 12 spaces, found 3
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 8 spaces, found 2
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Inline comments must start with a capital letter, digit or 3-dots sequence
(#505) Inline comments must end in full-stops, exclamation marks, or question marks
(#505) Line indented incorrectly; expected at least 8 spaces, found 2
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected 8 spaces, found 2
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 8 spaces, found 3
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 8 spaces, found 3
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 8 spaces, found 3
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 12 spaces, found 3
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 8 spaces, found 2
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line indented incorrectly; expected at least 8 spaces, found 2
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 8 spaces, found 2
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 12 spaces, found 3
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 8 spaces, found 2
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 4 spaces, found 1
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 4 spaces, found 1
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Expected 2 space(s) before asterisk; 1 found
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Expected 2 space(s) before asterisk; 1 found
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Expected 2 space(s) before asterisk; 1 found
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Expected 2 space(s) before asterisk; 1 found
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Expected 2 space(s) before asterisk; 1 found
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Spaces must be used for alignment; tabs are not allowed
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Expected 2 space(s) before asterisk; 1 found
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Expected 2 space(s) before asterisk; 1 found
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 4 spaces, found 1
(#528) method name "nusoap_parser::buildVal" must be in lower-case letters only
(#528) Visibility must be declared on method "buildVal"
(#528) Expected 1 space after closing parenthesis; found 0
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 8 spaces, found 2
(#529) Expected "if (...) {\n"; found "if(...){\n"
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 12 spaces, found 3
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 8 spaces, found 2
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 8 spaces, found 2
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Line indented incorrectly; expected at least 8 spaces, found 2
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 8 spaces, found 2
(#534) Expected "if (...) {\n"; found "if(...){\n"
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 12 spaces, found 3
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 12 spaces, found 3
(#536) Commas (,) must be followed by white space.
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 12 spaces, found 3
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Line indented incorrectly; expected at least 12 spaces, found 3
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 12 spaces, found 3
(#539) Expected "if (...) {\n"; found "if(...){\n"
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 16 spaces, found 13
(#540) Expected 1 space before "="; 0 found
(#540) Expected 1 space after "="; 0 found
(#540) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 16 spaces, found 13
(#541) Expected 1 space before "="; 0 found
(#541) Expected 1 space after "="; 0 found
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 16 spaces, found 13
(#542) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#542) Variable "child_pos" must not contain underscores.
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 20 spaces, found 5
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 20 spaces, found 5
(#544) Variable "child_pos" must not contain underscores.
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 20 spaces, found 8
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected 20 spaces, found 8
(#546) Expected "if (...) {\n"; found "if(...){\n"
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 24 spaces, found 9
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 24 spaces, found 6
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 20 spaces, found 8
(#550) Closing brace indented incorrectly; expected 13 spaces, found 16
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) This comment is 50% valid code; is this commented out code?
(#551) Line indented incorrectly; expected at least 16 spaces, found 12
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 12 spaces, found 3
(#552) Usage of ELSEIF not allowed; use ELSE IF instead
(#554) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#554) Variable "child_pos" must not contain underscores.
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 20 spaces, found 17
(#555) Variable "child_pos" must not contain underscores.
(#557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) Line indented incorrectly; expected at least 16 spaces, found 12
(#558) Closing brace indented incorrectly; expected 3 spaces, found 12
(#558) Usage of ELSEIF not allowed; use ELSE IF instead
(#558) Line exceeds 132 characters; contains 138 characters
(#560) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#560) Variable "child_pos" must not contain underscores.
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 20 spaces, found 17
(#561) Commas (,) must be followed by white space.
(#561) Variable "child_pos" must not contain underscores.
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#564) Line indented incorrectly; expected at least 16 spaces, found 12
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) This comment is 67% valid code; is this commented out code?
(#565) Line indented incorrectly; expected at least 16 spaces, found 12
(#565) No space found before comment text; expected "// } elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {" but found "//} elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {"
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected 20 spaces, found 6
(#566) Closing brace indented incorrectly; expected 12 spaces, found 6
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#567) Line indented incorrectly; expected at least 24 spaces, found 7
(#568) Line indented incorrectly; expected at least 24 spaces, found 16
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 24 spaces, found 4
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 28 spaces, found 5
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected 24 spaces, found 4
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 28 spaces, found 5
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 24 spaces, found 13
(#573) Closing brace indented incorrectly; expected 4 spaces, found 13
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 24 spaces, found 13
(#574) Blank comments are not allowed
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected 24 spaces, found 13
(#575) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#575) Variable "child_pos" must not contain underscores.
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 28 spaces, found 14
(#576) Expected "if (...) {\n"; found "if(...){\n"
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 32 spaces, found 15
(#577) Variable "child_pos" must not contain underscores.
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 28 spaces, found 14
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected 32 spaces, found 15
(#579) Variable "child_pos" must not contain underscores.
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Inline comments must start with a capital letter, digit or 3-dots sequence
(#580) Inline comments must end in full-stops, exclamation marks, or question marks
(#580) Line indented incorrectly; expected at least 36 spaces, found 16
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 36 spaces, found 16
(#581) Variable "child_pos" must not contain underscores.
(#581) Variable "child_pos" must not contain underscores.
(#581) Line exceeds 132 characters; contains 139 characters
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 40 spaces, found 17
(#582) Variable "child_pos" must not contain underscores.
(#582) Variable "child_pos" must not contain underscores.
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 36 spaces, found 16
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 36 spaces, found 16
(#584) Variable "child_pos" must not contain underscores.
(#584) Variable "child_pos" must not contain underscores.
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 32 spaces, found 15
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 36 spaces, found 10
(#586) Variable "child_pos" must not contain underscores.
(#586) Variable "child_pos" must not contain underscores.
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 32 spaces, found 9
(#587) Closing brace indented incorrectly; expected 15 spaces, found 9
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 28 spaces, found 17
(#588) Closing brace indented incorrectly; expected 14 spaces, found 17
(#589) Line indented incorrectly; expected 24 spaces, found 16
(#589) Closing brace indented incorrectly; expected 13 spaces, found 16
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected 20 spaces, found 3
(#590) Closing brace indented incorrectly; expected 6 spaces, found 3
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 20 spaces, found 3
(#592) Line indented incorrectly; expected at least 24 spaces, found 16
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 24 spaces, found 4
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 28 spaces, found 5
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected 24 spaces, found 4
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 20 spaces, found 3
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Inline comments must start with a capital letter, digit or 3-dots sequence
(#597) Inline comments must end in full-stops, exclamation marks, or question marks
(#597) Line indented incorrectly; expected at least 20 spaces, found 3
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 20 spaces, found 3
(#599) Line indented incorrectly; expected at least 24 spaces, found 16
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected 24 spaces, found 13
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected at least 28 spaces, found 5
(#601) Line exceeds maximum limit of 180 characters; contains 194 characters
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected 24 spaces, found 4
(#602) Closing brace indented incorrectly; expected 13 spaces, found 4
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 28 spaces, found 5
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 28 spaces, found 5
(#604) Line exceeds 132 characters; contains 145 characters
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 32 spaces, found 6
(#605) Line exceeds maximum limit of 180 characters; contains 217 characters
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 28 spaces, found 5
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 32 spaces, found 6
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 28 spaces, found 5
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected 24 spaces, found 4
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 20 spaces, found 3
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 20 spaces, found 3
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected at least 20 spaces, found 3
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 20 spaces, found 3
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 20 spaces, found 3
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 8 spaces, found 2
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 12 spaces, found 9
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 12 spaces, found 3
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 12 spaces, found 9
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 16 spaces, found 4
(#619) Line exceeds 132 characters; contains 162 characters
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 16 spaces, found 4
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 16 spaces, found 4
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 12 spaces, found 3
(#622) Closing brace indented incorrectly; expected 9 spaces, found 3
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected at least 12 spaces, found 3
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected 12 spaces, found 3
(#624) Line exceeds 132 characters; contains 143 characters
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 16 spaces, found 4
(#625) Line exceeds maximum limit of 180 characters; contains 184 characters
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 16 spaces, found 4
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 16 spaces, found 4
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 12 spaces, found 3
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 12 spaces, found 3
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 8 spaces, found 2
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 4 spaces, found 1
(#643) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soap_server.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Line 12 of the opening comment must start "//".
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Expected 1 space(s) before asterisk; 0 found
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected 1 space(s) before asterisk; 0 found
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Inline doc block comments are not allowed; use "// Comment." instead
(#18) Spaces must be used to indent lines; tabs are not allowed
(#19) Spaces must be used to indent lines; tabs are not allowed
(#20) Spaces must be used to indent lines; tabs are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$headers"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Inline doc block comments are not allowed; use "// Comment." instead
(#24) Spaces must be used to indent lines; tabs are not allowed
(#25) Spaces must be used to indent lines; tabs are not allowed
(#26) Spaces must be used to indent lines; tabs are not allowed
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$request"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#30) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Member variable "requestHeaders" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$requestHeaders"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Member variable "requestHeader" must be all lower-case
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$requestHeader"
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#46) Scope modifier not specified for member variable "$document"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Inline doc block comments are not allowed; use "// Comment." instead
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Member variable "requestSOAP" must be all lower-case
(#52) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#52) Scope modifier not specified for member variable "$requestSOAP"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Inline doc block comments are not allowed; use "// Comment." instead
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Member variable "methodURI" must be all lower-case
(#58) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#58) Scope modifier not specified for member variable "$methodURI"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Inline doc block comments are not allowed; use "// Comment." instead
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#64) Scope modifier not specified for member variable "$methodname"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Inline doc block comments are not allowed; use "// Comment." instead
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#70) Scope modifier not specified for member variable "$methodparams"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Inline doc block comments are not allowed; use "// Comment." instead
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Member variable "SOAPAction" must be all lower-case
(#76) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#76) Scope modifier not specified for member variable "$SOAPAction"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Inline doc block comments are not allowed; use "// Comment." instead
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Member variable "xml_encoding" must not contain underscores.
(#82) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#82) Scope modifier not specified for member variable "$xml_encoding"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Inline doc block comments are not allowed; use "// Comment." instead
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Member variable "decode_utf8" must not contain underscores.
(#88) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#88) Scope modifier not specified for member variable "$decode_utf8"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Inline doc block comments are not allowed; use "// Comment." instead
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Member variable "outgoing_headers" must not contain underscores.
(#95) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#95) Scope modifier not specified for member variable "$outgoing_headers"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Inline doc block comments are not allowed; use "// Comment." instead
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#101) Scope modifier not specified for member variable "$response"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Inline doc block comments are not allowed; use "// Comment." instead
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Member variable "responseHeaders" must be all lower-case
(#107) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#107) Scope modifier not specified for member variable "$responseHeaders"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Inline doc block comments are not allowed; use "// Comment." instead
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Member variable "responseSOAP" must be all lower-case
(#113) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#113) Scope modifier not specified for member variable "$responseSOAP"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Inline doc block comments are not allowed; use "// Comment." instead
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#119) Scope modifier not specified for member variable "$methodreturn"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Inline doc block comments are not allowed; use "// Comment." instead
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#125) Scope modifier not specified for member variable "$methodreturnisliteralxml"
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Inline doc block comments are not allowed; use "// Comment." instead
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#131) Scope modifier not specified for member variable "$fault"
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) Inline doc block comments are not allowed; use "// Comment." instead
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#137) Scope modifier not specified for member variable "$result"
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Inline doc block comments are not allowed; use "// Comment." instead
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#145) Scope modifier not specified for member variable "$operations"
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Inline doc block comments are not allowed; use "// Comment." instead
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#151) Scope modifier not specified for member variable "$wsdl"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) Inline doc block comments are not allowed; use "// Comment." instead
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Member variable "externalWSDLURL" must be all lower-case
(#157) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#157) Scope modifier not specified for member variable "$externalWSDLURL"
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Inline doc block comments are not allowed; use "// Comment." instead
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Member variable "debug_flag" must not contain underscores.
(#163) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#163) Scope modifier not specified for member variable "$debug_flag"
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Expected 2 space(s) before asterisk; 1 found
(#168) Expected 2 space(s) before asterisk; 4 found
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Expected 2 space(s) before asterisk; 1 found
(#170) Expected 2 space(s) before asterisk; 4 found
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Expected 2 space(s) before asterisk; 1 found
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Expected 2 space(s) before asterisk; 1 found
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#173) PHP4 style constructors are not allowed; use "__construct()" instead
(#173) Visibility must be declared on method "nusoap_server"
(#173) Expected 1 space after closing parenthesis; found 0
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#177) Variable "HTTP_SERVER_VARS" must be all lower-case
(#177) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 8 spaces, found 2
(#182) Usage of ELSEIF not allowed; use ELSE IF instead
(#182) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#182) Variable "HTTP_SERVER_VARS" must be all lower-case
(#182) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#184) Variable "HTTP_SERVER_VARS" must be all lower-case
(#184) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 12 spaces, found 3
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 8 spaces, found 2
(#192) Usage of ELSEIF not allowed; use ELSE IF instead
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 16 spaces, found 4
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 20 spaces, found 5
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 20 spaces, found 5
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 16 spaces, found 4
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 12 spaces, found 3
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 8 spaces, found 2
(#200) Usage of ELSEIF not allowed; use ELSE IF instead
(#200) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#200) Variable "HTTP_SERVER_VARS" must be all lower-case
(#200) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#201) Variable "HTTP_SERVER_VARS" must be all lower-case
(#201) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 12 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 16 spaces, found 4
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 20 spaces, found 5
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 20 spaces, found 5
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 16 spaces, found 4
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 12 spaces, found 3
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 8 spaces, found 2
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 16 spaces, found 4
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 16 spaces, found 4
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 16 spaces, found 4
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 12 spaces, found 3
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 16 spaces, found 4
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 16 spaces, found 4
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 16 spaces, found 4
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 12 spaces, found 3
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 12 spaces, found 3
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 3
(#224) Expected "if (...) {\n"; found "if(...){\n"
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 4
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 12 spaces, found 3
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 8 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Expected 2 space(s) before asterisk; 1 found
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Expected 2 space(s) before asterisk; 1 found
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Expected 2 space(s) before asterisk; 1 found
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Expected 2 space(s) before asterisk; 1 found
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Expected 2 space(s) before asterisk; 1 found
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 1
(#236) Visibility must be declared on method "service"
(#236) Expected 1 space after closing parenthesis; found 0
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#237) Variable "HTTP_SERVER_VARS" must be all lower-case
(#237) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 8 spaces, found 2
(#241) Usage of ELSEIF not allowed; use ELSE IF instead
(#241) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#241) Variable "HTTP_SERVER_VARS" must be all lower-case
(#241) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#242) Variable "HTTP_SERVER_VARS" must be all lower-case
(#242) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 8 spaces, found 2
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 8 spaces, found 2
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 8 spaces, found 2
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 12 spaces, found 3
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 8 spaces, found 2
(#249) Usage of ELSEIF not allowed; use ELSE IF instead
(#249) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#249) Variable "HTTP_SERVER_VARS" must be all lower-case
(#249) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#250) Variable "HTTP_SERVER_VARS" must be all lower-case
(#250) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 8 spaces, found 2
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 12 spaces, found 3
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 16 spaces, found 4
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 12 spaces, found 3
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 12 spaces, found 3
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 12 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 3
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 8 spaces, found 2
(#266) Usage of ELSEIF not allowed; use ELSE IF instead
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 12 spaces, found 3
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 12 spaces, found 3
(#268) Expected "if (...) {\n"; found "if (...){\n"
(#269) Line indented incorrectly; expected 16 spaces, found 14
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 20 spaces, found 4
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 20 spaces, found 4
(#272) Line indented incorrectly; expected 16 spaces, found 14
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 20 spaces, found 4
(#274) Line indented incorrectly; expected at least 20 spaces, found 16
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 20 spaces, found 4
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 20 spaces, found 4
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 24 spaces, found 5
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 20 spaces, found 4
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 24 spaces, found 5
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 20 spaces, found 4
(#281) Line indented incorrectly; expected at least 20 spaces, found 16
(#282) Line indented incorrectly; expected at least 20 spaces, found 16
(#283) Line indented incorrectly; expected 16 spaces, found 14
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 12 spaces, found 3
(#284) Usage of ELSEIF not allowed; use ELSE IF instead
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 4
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 16 spaces, found 4
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 16 spaces, found 4
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 16 spaces, found 4
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 20 spaces, found 5
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 20 spaces, found 5
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 5
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 16 spaces, found 4
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 12 spaces, found 3
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 16 spaces, found 4
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 16 spaces, found 4
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 16 spaces, found 4
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 12 spaces, found 3
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 8 spaces, found 2
(#298) Usage of ELSEIF not allowed; use ELSE IF instead
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 12 spaces, found 3
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 8 spaces, found 2
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 12 spaces, found 3
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 12 spaces, found 3
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 12 spaces, found 3
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 8 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 spaces, found 1
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 4 spaces, found 1
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Expected 2 space(s) before asterisk; 1 found
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Expected 2 space(s) before asterisk; 1 found
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Expected 2 space(s) before asterisk; 1 found
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Expected 2 space(s) before asterisk; 1 found
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Expected 2 space(s) before asterisk; 1 found
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Expected 2 space(s) before asterisk; 1 found
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Expected 2 space(s) before asterisk; 1 found
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Expected 2 space(s) before asterisk; 1 found
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Expected 2 space(s) before asterisk; 1 found
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Expected 2 space(s) before asterisk; 1 found
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Expected 2 space(s) before asterisk; 1 found
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 4 spaces, found 1
(#320) Visibility must be declared on method "parse_http_headers"
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#321) Variable "HTTP_SERVER_VARS" must be all lower-case
(#321) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 8 spaces, found 2
(#325) Expected "if (...) {\n"; found "if(...){\n"
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 12 spaces, found 3
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 12 spaces, found 3
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 12 spaces, found 3
(#328) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#328) Expected 1 space before "=>"; 0 found
(#328) Expected 1 space after "=>"; 0 found
(#328) Expected 1 space before "=>"; 0 found
(#328) Expected 1 space after "=>"; 0 found
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 16 spaces, found 4
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 16 spaces, found 4
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 16 spaces, found 4
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 16 spaces, found 4
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 12 spaces, found 3
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Line indented incorrectly; expected at least 12 spaces, found 3
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 12 spaces, found 3
(#335) Expected "if (...) {\n"; found "if(...){\n"
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 16 spaces, found 4
(#336) Commas (,) must be followed by white space.
(#336) Commas (,) must be followed by white space.
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 12 spaces, found 3
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Line indented incorrectly; expected at least 12 spaces, found 3
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 12 spaces, found 3
(#339) Expected "if (...) {\n"; found "if(...){\n"
(#339) Commas (,) must be followed by white space.
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 16 spaces, found 4
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 16 spaces, found 4
(#341) Expected "if (...) {\n"; found "if(...){\n"
(#341) Commas (,) must be followed by white space.
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 20 spaces, found 5
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 16 spaces, found 4
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 20 spaces, found 5
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 16 spaces, found 4
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 12 spaces, found 3
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Line indented incorrectly; expected at least 16 spaces, found 4
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 16 spaces, found 4
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 12 spaces, found 3
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 8 spaces, found 2
(#350) Usage of ELSEIF not allowed; use ELSE IF instead
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 12 spaces, found 3
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 12 spaces, found 3
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 16 spaces, found 4
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 20 spaces, found 5
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 16 spaces, found 4
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 20 spaces, found 5
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 16 spaces, found 4
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 16 spaces, found 4
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Line indented incorrectly; expected at least 20 spaces, found 5
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 20 spaces, found 5
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 20 spaces, found 5
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 20 spaces, found 5
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 20 spaces, found 5
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 16 spaces, found 4
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Line indented incorrectly; expected at least 20 spaces, found 5
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 20 spaces, found 5
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 24 spaces, found 6
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 24 spaces, found 6
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 24 spaces, found 6
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 24 spaces, found 6
(#370) Commas (,) must be followed by white space.
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 28 spaces, found 7
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 24 spaces, found 6
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 28 spaces, found 7
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 24 spaces, found 6
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 20 spaces, found 5
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Line indented incorrectly; expected at least 24 spaces, found 6
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 24 spaces, found 6
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 20 spaces, found 5
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 16 spaces, found 4
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 16 spaces, found 4
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 16 spaces, found 4
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 16 spaces, found 4
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 12 spaces, found 3
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected 8 spaces, found 2
(#384) Usage of ELSEIF not allowed; use ELSE IF instead
(#384) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#384) Variable "HTTP_SERVER_VARS" must be all lower-case
(#384) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 12 spaces, found 3
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 12 spaces, found 3
(#386) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#386) Variable "HTTP_SERVER_VARS" must be all lower-case
(#386) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 16 spaces, found 4
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 20 spaces, found 5
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line exceeds 132 characters; contains 156 characters
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 16 spaces, found 4
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 20 spaces, found 5
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line exceeds 132 characters; contains 134 characters
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 16 spaces, found 4
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 16 spaces, found 4
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Line indented incorrectly; expected at least 20 spaces, found 5
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 20 spaces, found 5
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 20 spaces, found 5
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 20 spaces, found 5
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 20 spaces, found 5
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 16 spaces, found 4
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) Line indented incorrectly; expected at least 20 spaces, found 5
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 20 spaces, found 5
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 24 spaces, found 6
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 24 spaces, found 6
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 24 spaces, found 6
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 24 spaces, found 6
(#404) Commas (,) must be followed by white space.
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 28 spaces, found 7
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 24 spaces, found 6
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 28 spaces, found 7
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 24 spaces, found 6
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 20 spaces, found 5
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Line indented incorrectly; expected at least 24 spaces, found 6
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 24 spaces, found 6
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 20 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 16 spaces, found 4
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 16 spaces, found 4
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 16 spaces, found 4
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 16 spaces, found 4
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 12 spaces, found 3
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected 8 spaces, found 2
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 12 spaces, found 3
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 12 spaces, found 3
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 8 spaces, found 2
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected 4 spaces, found 1
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 4 spaces, found 1
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Expected 2 space(s) before asterisk; 1 found
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Expected 2 space(s) before asterisk; 1 found
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Expected 2 space(s) before asterisk; 1 found
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Expected 2 space(s) before asterisk; 1 found
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Expected 2 space(s) before asterisk; 1 found
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Expected 2 space(s) before asterisk; 1 found
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Expected 2 space(s) before asterisk; 1 found
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Expected 2 space(s) before asterisk; 1 found
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Expected 2 space(s) before asterisk; 1 found
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Expected 2 space(s) before asterisk; 1 found
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Expected 2 space(s) before asterisk; 1 found
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Expected 2 space(s) before asterisk; 1 found
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Expected 2 space(s) before asterisk; 1 found
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Expected 2 space(s) before asterisk; 1 found
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Expected 2 space(s) before asterisk; 1 found
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Expected 2 space(s) before asterisk; 1 found
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Expected 2 space(s) before asterisk; 1 found
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Expected 2 space(s) before asterisk; 1 found
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Expected 2 space(s) before asterisk; 1 found
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Expected 2 space(s) before asterisk; 1 found
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Expected 2 space(s) before asterisk; 1 found
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 4 spaces, found 1
(#446) Visibility must be declared on method "parse_request"
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 8 spaces, found 2
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Line indented incorrectly; expected at least 8 spaces, found 2
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 8 spaces, found 2
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 12 spaces, found 3
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Line indented incorrectly; expected at least 16 spaces, found 7
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected 16 spaces, found 4
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 20 spaces, found 5
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 24 spaces, found 6
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 20 spaces, found 5
(#458) Usage of ELSEIF not allowed; use ELSE IF instead
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 24 spaces, found 6
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 20 spaces, found 5
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 24 spaces, found 6
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 24 spaces, found 6
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 20 spaces, found 5
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 16 spaces, found 4
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 20 spaces, found 5
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 20 spaces, found 5
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 16 spaces, found 4
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 12 spaces, found 3
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 8 spaces, found 2
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 8 spaces, found 2
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 8 spaces, found 2
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 8 spaces, found 2
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 8 spaces, found 2
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 4 spaces, found 1
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 4 spaces, found 1
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Expected 2 space(s) before asterisk; 1 found
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Expected 2 space(s) before asterisk; 1 found
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Expected 2 space(s) before asterisk; 1 found
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Expected 2 space(s) before asterisk; 1 found
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Expected 2 space(s) before asterisk; 1 found
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Expected 2 space(s) before asterisk; 1 found
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Expected 2 space(s) before asterisk; 1 found
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Expected 2 space(s) before asterisk; 1 found
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Expected 2 space(s) before asterisk; 1 found
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Expected 2 space(s) before asterisk; 1 found
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Expected 2 space(s) before asterisk; 1 found
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Expected 2 space(s) before asterisk; 1 found
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Expected 2 space(s) before asterisk; 1 found
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Expected 2 space(s) before asterisk; 1 found
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Expected 2 space(s) before asterisk; 1 found
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Expected 2 space(s) before asterisk; 1 found
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#493) Visibility must be declared on method "invoke_method"
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 2
(#494) Line exceeds 132 characters; contains 140 characters
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Inline comments must start with a capital letter, digit or 3-dots sequence
(#496) Line indented incorrectly; expected at least 8 spaces, found 2
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 8 spaces, found 2
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 8 spaces, found 2
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 8 spaces, found 2
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 8 spaces, found 2
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 8 spaces, found 2
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 8 spaces, found 2
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 8 spaces, found 2
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 8 spaces, found 2
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 8 spaces, found 2
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 8 spaces, found 2
(#506) Variable "orig_methodname" must not contain underscores.
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 8 spaces, found 2
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 12 spaces, found 3
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 16 spaces, found 4
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 16 spaces, found 4
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 12 spaces, found 3
(#511) Usage of ELSEIF not allowed; use ELSE IF instead
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line indented incorrectly; expected at least 16 spaces, found 4
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 16 spaces, found 4
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 16 spaces, found 4
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 16 spaces, found 4
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected 12 spaces, found 3
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 16 spaces, found 4
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 16 spaces, found 4
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 16 spaces, found 4
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 12 spaces, found 3
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 8 spaces, found 2
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 8 spaces, found 2
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Inline comments must start with a capital letter, digit or 3-dots sequence
(#525) Line indented incorrectly; expected at least 8 spaces, found 2
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 8 spaces, found 2
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Line indented incorrectly; expected at least 8 spaces, found 2
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 8 spaces, found 2
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected 8 spaces, found 2
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected 8 spaces, found 2
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 12 spaces, found 3
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 8 spaces, found 2
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 8 spaces, found 2
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 2
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 8 spaces, found 2
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 12 spaces, found 3
(#540) Variable "try_class" must not contain underscores.
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected 12 spaces, found 3
(#541) Variable "try_class" must not contain underscores.
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Line indented incorrectly; expected at least 16 spaces, found 4
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 16 spaces, found 4
(#543) Variable "try_class" must not contain underscores.
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 16 spaces, found 4
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 16 spaces, found 4
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected 12 spaces, found 3
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 16 spaces, found 4
(#547) Variable "try_class" must not contain underscores.
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 12 spaces, found 3
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 8 spaces, found 2
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 12 spaces, found 3
(#550) Variable "try_class" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 12 spaces, found 3
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 8 spaces, found 2
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) Line indented incorrectly; expected at least 8 spaces, found 2
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected 8 spaces, found 2
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected 12 spaces, found 3
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 16 spaces, found 4
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 16 spaces, found 4
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected at least 16 spaces, found 4
(#559) Commas (,) must be followed by white space.
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 16 spaces, found 4
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected 12 spaces, found 3
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected 8 spaces, found 2
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 12 spaces, found 3
(#563) Variable "method_to_compare" must not contain underscores.
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected 12 spaces, found 3
(#564) Variable "method_to_compare" must not contain underscores.
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 16 spaces, found 4
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 16 spaces, found 4
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 16 spaces, found 4
(#567) Commas (,) must be followed by white space.
(#567) Line exceeds 132 characters; contains 161 characters
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 16 spaces, found 4
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 12 spaces, found 3
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 8 spaces, found 2
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Line indented incorrectly; expected at least 8 spaces, found 2
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Inline comments must end in full-stops, exclamation marks, or question marks
(#573) Line indented incorrectly; expected at least 8 spaces, found 2
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 8 spaces, found 2
(#574) Expected "if (...) {\n"; found "if(...){\n"
(#574) Commas (,) must be followed by white space.
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) Line indented incorrectly; expected at least 12 spaces, found 3
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 12 spaces, found 3
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 12 spaces, found 3
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Line indented incorrectly; expected at least 12 spaces, found 3
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 12 spaces, found 3
(#579) Commas (,) must be followed by white space.
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 12 spaces, found 3
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 8 spaces, found 2
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#583) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) Line indented incorrectly; expected at least 8 spaces, found 2
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 8 spaces, found 2
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 2
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 2
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 8 spaces, found 2
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 12 spaces, found 3
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 16 spaces, found 4
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 16 spaces, found 4
(#590) Variable "funcCall" must be all lower-case
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 12 spaces, found 3
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected 16 spaces, found 4
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 20 spaces, found 5
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 20 spaces, found 5
(#594) Variable "funcCall" must be all lower-case
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected 16 spaces, found 4
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 20 spaces, found 5
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Inline comments must start with a capital letter, digit or 3-dots sequence
(#597) Inline comments must end in full-stops, exclamation marks, or question marks
(#597) Line indented incorrectly; expected at least 20 spaces, found 5
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 20 spaces, found 5
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 20 spaces, found 5
(#599) Variable "funcCall" must be all lower-case
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 20 spaces, found 5
(#600) Variable "funcCall" must be all lower-case
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 16 spaces, found 4
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected 12 spaces, found 3
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected 12 spaces, found 3
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 16 spaces, found 4
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected 20 spaces, found 5
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 24 spaces, found 6
(#606) Line exceeds 132 characters; contains 153 characters
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 24 spaces, found 6
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 20 spaces, found 5
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 20 spaces, found 5
(#609) Variable "funcCall" must be all lower-case
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 16 spaces, found 4
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 16 spaces, found 4
(#611) Variable "funcCall" must be all lower-case
(#611) Variable "funcCall" must be all lower-case
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 12 spaces, found 3
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 12 spaces, found 3
(#613) Variable "funcCall" must be all lower-case
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 12 spaces, found 3
(#614) Variable "funcCall" must be all lower-case
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 12 spaces, found 3
(#615) The use of function eval() is forbidden
(#615) Variable "funcCall" must be all lower-case
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 8 spaces, found 2
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 12 spaces, found 3
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 16 spaces, found 4
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 16 spaces, found 4
(#619) Variable "call_arg" must not contain underscores.
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 12 spaces, found 3
(#620) Usage of ELSEIF not allowed; use ELSE IF instead
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 16 spaces, found 4
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 16 spaces, found 4
(#622) Variable "call_arg" must not contain underscores.
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 12 spaces, found 3
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 16 spaces, found 4
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 16 spaces, found 4
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 16 spaces, found 4
(#626) Variable "call_arg" must not contain underscores.
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected 12 spaces, found 3
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 12 spaces, found 3
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 16 spaces, found 4
(#629) Variable "call_arg" must not contain underscores.
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 12 spaces, found 3
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 16 spaces, found 4
(#631) Variable "call_arg" must not contain underscores.
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 12 spaces, found 3
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 8 spaces, found 2
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 8 spaces, found 2
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 4 spaces, found 1
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 4 spaces, found 1
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Expected 2 space(s) before asterisk; 1 found
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Expected 2 space(s) before asterisk; 1 found
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Expected 2 space(s) before asterisk; 1 found
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Expected 2 space(s) before asterisk; 1 found
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Expected 2 space(s) before asterisk; 1 found
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Expected 2 space(s) before asterisk; 1 found
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Expected 2 space(s) before asterisk; 1 found
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Expected 2 space(s) before asterisk; 1 found
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Expected 2 space(s) before asterisk; 1 found
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Expected 2 space(s) before asterisk; 1 found
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected 4 spaces, found 1
(#650) Visibility must be declared on method "serialize_return"
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected at least 8 spaces, found 2
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Line indented incorrectly; expected at least 8 spaces, found 2
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 8 spaces, found 2
(#653) Line exceeds 132 characters; contains 177 characters
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 12 spaces, found 3
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 12 spaces, found 3
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 12 spaces, found 3
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected 8 spaces, found 2
(#657) Usage of ELSEIF not allowed; use ELSE IF instead
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 12 spaces, found 3
(#658) Variable "return_val" must not contain underscores.
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#659) Line indented incorrectly; expected at least 12 spaces, found 2
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected 8 spaces, found 2
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 12 spaces, found 3
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 12 spaces, found 3
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected 12 spaces, found 3
(#663) Expected "if (...) {\n"; found "if(...){\n"
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected 16 spaces, found 4
(#664) The use of function sizeof() is forbidden; use count() instead
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 20 spaces, found 5
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 20 spaces, found 8
(#666) Variable "opParams" must be all lower-case
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected 16 spaces, found 7
(#667) Closing brace indented incorrectly; expected 4 spaces, found 7
(#667) Usage of ELSEIF not allowed; use ELSE IF instead
(#667) The use of function sizeof() is forbidden; use count() instead
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected at least 20 spaces, found 5
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 20 spaces, found 5
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) This comment is 70% valid code; is this commented out code?
(#670) Line indented incorrectly; expected at least 20 spaces, found 8
(#670) No space found before comment text; expected "// foreach ($this->opData['output']['parts'] as $name => $type) {" but found "//foreach ($this->opData['output']['parts'] as $name => $type) {"
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) This comment is 59% valid code; is this commented out code?
(#671) Line indented incorrectly; expected at least 20 spaces, found 5
(#671) Tab found before comment text; expected "// $this->debug('wrap in element named ' . $name);" but found "// $this->debug('wrap in element named ' . $name);"
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#672) This comment is 100% valid code; is this commented out code?
(#672) Line indented incorrectly; expected at least 20 spaces, found 8
(#672) No space found before comment text; expected "// }" but found "//}"
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 20 spaces, found 8
(#673) Variable "opParams" must be all lower-case
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected 16 spaces, found 7
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected at least 16 spaces, found 7
(#675) Variable "return_val" must not contain underscores.
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Variable "opParams" must be all lower-case
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected at least 16 spaces, found 7
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 16 spaces, found 7
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected 16 spaces, found 4
(#678) Expected "if (...) {\n"; found "if(...){\n"
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 20 spaces, found 5
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 20 spaces, found 5
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected at least 20 spaces, found 5
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected 16 spaces, found 4
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected 12 spaces, found 3
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected 16 spaces, found 4
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 20 spaces, found 5
(#685) Variable "return_val" must not contain underscores.
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 16 spaces, found 4
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 20 spaces, found 5
(#687) Variable "return_val" must not contain underscores.
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected at least 20 spaces, found 5
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected 16 spaces, found 4
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected 12 spaces, found 3
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected 8 spaces, found 2
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected at least 8 spaces, found 2
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected at least 8 spaces, found 2
(#693) Variable "return_val" must not contain underscores.
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected at least 8 spaces, found 2
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected 8 spaces, found 2
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 12 spaces, found 3
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected 12 spaces, found 3
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 16 spaces, found 4
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected 16 spaces, found 4
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line exceeds 132 characters; contains 139 characters
(#701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#701) Line indented incorrectly; expected at least 20 spaces, found 5
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 20 spaces, found 5
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 24 spaces, found 6
(#703) Variable "return_val" must not contain underscores.
(#703) Line exceeds 132 characters; contains 139 characters
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected 20 spaces, found 5
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 24 spaces, found 6
(#705) Variable "return_val" must not contain underscores.
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected 20 spaces, found 5
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected 16 spaces, found 4
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 20 spaces, found 5
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 24 spaces, found 6
(#709) Variable "return_val" must not contain underscores.
(#709) Line exceeds 132 characters; contains 139 characters
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected 20 spaces, found 5
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 24 spaces, found 6
(#711) Variable "return_val" must not contain underscores.
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected 20 spaces, found 5
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected 16 spaces, found 4
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected 12 spaces, found 3
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 16 spaces, found 4
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 16 spaces, found 4
(#716) Variable "return_val" must not contain underscores.
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected 12 spaces, found 3
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected 8 spaces, found 2
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 12 spaces, found 3
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 12 spaces, found 3
(#720) Variable "return_val" must not contain underscores.
(#720) Line exceeds 132 characters; contains 136 characters
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected 8 spaces, found 2
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 8 spaces, found 2
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected 8 spaces, found 2
(#723) Expected "if (...) {\n"; found "if(...){\n"
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Inline comments must start with a capital letter, digit or 3-dots sequence
(#724) Inline comments must end in full-stops, exclamation marks, or question marks
(#724) This comment is 86% valid code; is this commented out code?
(#724) Line indented incorrectly; expected at least 12 spaces, found 3
(#724) No space found before comment text; expected "// if($this->debug_flag){" but found "//if($this->debug_flag){"
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#726) Inline comments must end in full-stops, exclamation marks, or question marks
(#726) This comment is 50% valid code; is this commented out code?
(#726) Tab found before comment text; expected "// }" but found "// }"
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 12 spaces, found 3
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 16 spaces, found 4
(#728) Variable "encodingStyle" must be all lower-case
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected 12 spaces, found 3
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 16 spaces, found 4
(#730) Variable "encodingStyle" must be all lower-case
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected 12 spaces, found 3
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 12 spaces, found 3
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 12 spaces, found 3
(#733) Commas (,) must be followed by white space.
(#733) Commas (,) must be followed by white space.
(#733) Commas (,) must be followed by white space.
(#733) Commas (,) must be followed by white space.
(#733) Commas (,) must be followed by white space.
(#733) Variable "encodingStyle" must be all lower-case
(#733) Line exceeds 132 characters; contains 180 characters
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected 8 spaces, found 2
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 12 spaces, found 3
(#735) Commas (,) must be followed by white space.
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected 8 spaces, found 2
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 8 spaces, found 2
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected 4 spaces, found 1
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 4 spaces, found 1
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Expected 2 space(s) before asterisk; 1 found
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Expected 2 space(s) before asterisk; 1 found
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Expected 2 space(s) before asterisk; 1 found
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Expected 2 space(s) before asterisk; 1 found
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Expected 2 space(s) before asterisk; 1 found
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Expected 2 space(s) before asterisk; 1 found
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Expected 2 space(s) before asterisk; 1 found
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Expected 2 space(s) before asterisk; 1 found
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Expected 2 space(s) before asterisk; 1 found
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected 4 spaces, found 1
(#750) Visibility must be declared on method "send_response"
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 8 spaces, found 2
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected 8 spaces, found 2
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 12 spaces, found 3
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 3
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 12 spaces, found 3
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected 8 spaces, found 2
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 12 spaces, found 3
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 12 spaces, found 3
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 12 spaces, found 3
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected at least 12 spaces, found 3
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) This comment is 55% valid code; is this commented out code?
(#761) Line indented incorrectly; expected at least 12 spaces, found 3
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#762) This comment is 55% valid code; is this commented out code?
(#762) Line indented incorrectly; expected at least 12 spaces, found 3
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 8 spaces, found 2
(#764) Inline comments must start with a capital letter, digit or 3-dots sequence
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 8 spaces, found 2
(#765) Expected "if (...) {\n"; found "if(...){\n"
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 12 spaces, found 9
(#767) Closing brace indented incorrectly; expected 2 spaces, found 8
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 8 spaces, found 2
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 8 spaces, found 2
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 8 spaces, found 2
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 8 spaces, found 2
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Inline comments must end in full-stops, exclamation marks, or question marks
(#772) This comment is 60% valid code; is this commented out code?
(#772) Line indented incorrectly; expected at least 8 spaces, found 2
(#772) No space found before comment text; expected "// $this->outgoing_headers[] = "Connection: Close\r\n";" but found "//$this->outgoing_headers[] = "Connection: Close\r\n";"
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 8 spaces, found 2
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 8 spaces, found 2
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 8 spaces, found 2
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 8 spaces, found 2
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Inline comments must start with a capital letter, digit or 3-dots sequence
(#777) Line indented incorrectly; expected at least 8 spaces, found 2
(#777) No space found before comment text; expected "// begin code to compress payload - by John" but found "//begin code to compress payload - by John"
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 8 spaces, found 2
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 8 spaces, found 2
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 8 spaces, found 2
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Whitespace found at end of line
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected 12 spaces, found 3
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected 16 spaces, found 4
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected 20 spaces, found 5
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected at least 24 spaces, found 6
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 20 spaces, found 5
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 20 spaces, found 5
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 20 spaces, found 5
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 16 spaces, found 4
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected 20 spaces, found 5
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected at least 24 spaces, found 6
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected 20 spaces, found 5
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected 16 spaces, found 4
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected 12 spaces, found 3
(#793) Usage of ELSEIF not allowed; use ELSE IF instead
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected at least 16 spaces, found 4
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 16 spaces, found 4
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#796) Line indented incorrectly; expected at least 16 spaces, found 4
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 16 spaces, found 4
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected 20 spaces, found 5
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 24 spaces, found 6
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 20 spaces, found 5
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 20 spaces, found 5
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 20 spaces, found 5
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected 16 spaces, found 4
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected 20 spaces, found 5
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 24 spaces, found 6
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected 20 spaces, found 5
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected 16 spaces, found 4
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected 12 spaces, found 3
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected 8 spaces, found 2
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Inline comments must start with a capital letter, digit or 3-dots sequence
(#810) Inline comments must end in full-stops, exclamation marks, or question marks
(#810) Line indented incorrectly; expected at least 8 spaces, found 2
(#810) No space found before comment text; expected "// end code" but found "//end code"
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected at least 8 spaces, found 2
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 8 spaces, found 2
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected 8 spaces, found 2
(#813) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Tab found within whitespace
(#814) Line indented incorrectly; expected at least 12 spaces, found 3
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected 8 spaces, found 2
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected at least 8 spaces, found 2
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected at least 8 spaces, found 2
(#817) Commas (,) must be followed by white space.
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected 4 spaces, found 1
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line indented incorrectly; expected at least 4 spaces, found 1
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Expected 2 space(s) before asterisk; 1 found
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Expected 2 space(s) before asterisk; 1 found
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Expected 2 space(s) before asterisk; 1 found
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Expected 2 space(s) before asterisk; 1 found
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Spaces must be used for alignment; tabs are not allowed
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Expected 2 space(s) before asterisk; 1 found
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Spaces must be used for alignment; tabs are not allowed
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Expected 2 space(s) before asterisk; 1 found
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Spaces must be used for alignment; tabs are not allowed
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Expected 2 space(s) before asterisk; 1 found
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Expected 2 space(s) before asterisk; 1 found
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected 4 spaces, found 1
(#829) Visibility must be declared on method "verify_method"
(#829) Commas (,) must be followed by white space.
(#829) Expected 1 space after closing parenthesis; found 0
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected 8 spaces, found 2
(#830) Expected "if (...) {\n"; found "if(...){\n"
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected 12 spaces, found 3
(#831) Expected "if (...) {\n"; found "if(...){\n"
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected at least 16 spaces, found 4
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected 12 spaces, found 3
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 8 spaces, found 5
(#834) Closing brace indented incorrectly; expected 2 spaces, found 5
(#834) Usage of ELSEIF not allowed; use ELSE IF instead
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 12 spaces, found 3
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected 8 spaces, found 2
(#836) Closing brace indented incorrectly; expected 5 spaces, found 2
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Line indented incorrectly; expected at least 8 spaces, found 2
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 4 spaces, found 1
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 4 spaces, found 1
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Expected 2 space(s) before asterisk; 1 found
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Expected 2 space(s) before asterisk; 1 found
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Expected 2 space(s) before asterisk; 1 found
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Spaces must be used for alignment; tabs are not allowed
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Expected 2 space(s) before asterisk; 1 found
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Spaces must be used for alignment; tabs are not allowed
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Expected 2 space(s) before asterisk; 1 found
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Spaces must be used for alignment; tabs are not allowed
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Expected 2 space(s) before asterisk; 1 found
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Expected 2 space(s) before asterisk; 1 found
(#848) method name "nusoap_server::parseRequest" must be in lower-case letters only
(#848) Visibility must be declared on method "parseRequest"
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected at least 8 spaces, found 2
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected at least 8 spaces, found 2
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected 8 spaces, found 5
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Line indented incorrectly; expected at least 12 spaces, found 3
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 12 spaces, found 3
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected 8 spaces, found 5
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 8 spaces, found 2
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 12 spaces, found 3
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 12 spaces, found 3
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected 8 spaces, found 2
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected 8 spaces, found 2
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 12 spaces, found 3
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected at least 12 spaces, found 3
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 12 spaces, found 3
(#862) Expected "if (...) {\n"; found "if(...){\n"
(#862) Commas (,) must be followed by white space.
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 16 spaces, found 4
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected 12 spaces, found 3
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Tab found within whitespace
(#865) Line indented incorrectly; expected at least 16 spaces, found 4
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected 12 spaces, found 3
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Tab found within whitespace
(#867) Line indented incorrectly; expected 8 spaces, found 2
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#868) Inline comments must end in full-stops, exclamation marks, or question marks
(#868) Line indented incorrectly; expected at least 12 spaces, found 3
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected at least 12 spaces, found 3
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected 8 spaces, found 2
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected at least 8 spaces, found 2
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#872) Inline comments must end in full-stops, exclamation marks, or question marks
(#872) Line indented incorrectly; expected at least 8 spaces, found 2
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected at least 8 spaces, found 2
(#873) Commas (,) must be followed by white space.
(#873) Commas (,) must be followed by white space.
(#873) Commas (,) must be followed by white space.
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Inline comments must start with a capital letter, digit or 3-dots sequence
(#874) Inline comments must end in full-stops, exclamation marks, or question marks
(#874) Line indented incorrectly; expected at least 8 spaces, found 2
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 8 spaces, found 2
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) Line indented incorrectly; expected at least 8 spaces, found 2
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected 8 spaces, found 2
(#877) Expected "if (...) {\n"; found "if(...){\n"
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 12 spaces, found 3
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected at least 12 spaces, found 3
(#879) Commas (,) must be followed by white space.
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Inline comments must start with a capital letter, digit or 3-dots sequence
(#880) Inline comments must end in full-stops, exclamation marks, or question marks
(#880) Line indented incorrectly; expected at least 12 spaces, found 2
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected 8 spaces, found 2
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Tab found within whitespace
(#882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#882) Inline comments must end in full-stops, exclamation marks, or question marks
(#882) Line indented incorrectly; expected at least 12 spaces, found 3
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected at least 12 spaces, found 3
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Line indented incorrectly; expected at least 12 spaces, found 3
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Tab found within whitespace
(#885) Line indented incorrectly; expected at least 12 spaces, found 3
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected at least 12 spaces, found 3
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected at least 12 spaces, found 3
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Inline comments must start with a capital letter, digit or 3-dots sequence
(#888) Inline comments must end in full-stops, exclamation marks, or question marks
(#888) Line indented incorrectly; expected at least 12 spaces, found 3
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected at least 12 spaces, found 3
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Inline comments must start with a capital letter, digit or 3-dots sequence
(#890) Inline comments must end in full-stops, exclamation marks, or question marks
(#890) Line indented incorrectly; expected at least 12 spaces, found 3
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Line indented incorrectly; expected at least 12 spaces, found 3
(#892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected 8 spaces, found 2
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected 4 spaces, found 2
(#895) Closing brace indented incorrectly; expected 4 spaces, found 2
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected at least 4 spaces, found 1
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Expected 2 space(s) before asterisk; 1 found
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Expected 2 space(s) before asterisk; 1 found
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Expected 2 space(s) before asterisk; 1 found
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Expected 2 space(s) before asterisk; 1 found
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Expected 2 space(s) before asterisk; 1 found
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Expected 2 space(s) before asterisk; 1 found
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected 4 spaces, found 1
(#904) method name "nusoap_server::getHTTPBody" must be in lower-case letters only
(#904) Visibility must be declared on method "getHTTPBody"
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 8 spaces, found 2
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected 4 spaces, found 1
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Whitespace found at end of line
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 4 spaces, found 1
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Expected 2 space(s) before asterisk; 1 found
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Expected 2 space(s) before asterisk; 1 found
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Expected 2 space(s) before asterisk; 1 found
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Expected 2 space(s) before asterisk; 1 found
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Expected 2 space(s) before asterisk; 1 found
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Expected 2 space(s) before asterisk; 1 found
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Expected 2 space(s) before asterisk; 1 found
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected 4 spaces, found 1
(#916) method name "nusoap_server::getHTTPContentType" must be in lower-case letters only
(#916) Visibility must be declared on method "getHTTPContentType"
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 8 spaces, found 2
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected 4 spaces, found 1
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Whitespace found at end of line
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 4 spaces, found 1
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Expected 2 space(s) before asterisk; 1 found
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Expected 2 space(s) before asterisk; 1 found
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Expected 2 space(s) before asterisk; 1 found
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Expected 2 space(s) before asterisk; 1 found
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Expected 2 space(s) before asterisk; 1 found
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Expected 2 space(s) before asterisk; 1 found
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Expected 2 space(s) before asterisk; 1 found
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Expected 2 space(s) before asterisk; 1 found
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 4 spaces, found 1
(#929) method name "nusoap_server::getHTTPContentTypeCharset" must be in lower-case letters only
(#929) Visibility must be declared on method "getHTTPContentTypeCharset"
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 8 spaces, found 2
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected 4 spaces, found 1
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected at least 4 spaces, found 1
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Expected 2 space(s) before asterisk; 1 found
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Expected 2 space(s) before asterisk; 1 found
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Expected 2 space(s) before asterisk; 1 found
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Expected 2 space(s) before asterisk; 1 found
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Expected 2 space(s) before asterisk; 1 found
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Expected 2 space(s) before asterisk; 1 found
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Expected 2 space(s) before asterisk; 1 found
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Expected 2 space(s) before asterisk; 1 found
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Line indented incorrectly; expected 4 spaces, found 1
(#942) Visibility must be declared on method "add_to_map"
(#942) Commas (,) must be followed by white space.
(#942) Commas (,) must be followed by white space.
(#942) Expected 1 space after closing parenthesis; found 0
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected at least 8 spaces, found 3
(#943) Commas (,) must be followed by white space.
(#943) Commas (,) must be followed by white space.
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected 4 spaces, found 1
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 4 spaces, found 1
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Expected 2 space(s) before asterisk; 1 found
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Expected 2 space(s) before asterisk; 1 found
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Expected 2 space(s) before asterisk; 1 found
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Expected 2 space(s) before asterisk; 1 found
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Expected 2 space(s) before asterisk; 1 found
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Expected 2 space(s) before asterisk; 1 found
(#952) Spaces must be used for alignment; tabs are not allowed
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Expected 2 space(s) before asterisk; 1 found
(#953) Spaces must be used for alignment; tabs are not allowed
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Expected 2 space(s) before asterisk; 1 found
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Line exceeds 132 characters; contains 155 characters
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Expected 2 space(s) before asterisk; 1 found
(#955) Spaces must be used for alignment; tabs are not allowed
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Expected 2 space(s) before asterisk; 1 found
(#956) Spaces must be used for alignment; tabs are not allowed
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Expected 2 space(s) before asterisk; 1 found
(#957) Spaces must be used for alignment; tabs are not allowed
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Expected 2 space(s) before asterisk; 1 found
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Expected 2 space(s) before asterisk; 1 found
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 4 spaces, found 1
(#960) Visibility must be declared on method "register"
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Commas (,) must be followed by white space.
(#960) Variable "encodingStyle" must be all lower-case
(#960) Expected 1 space after closing parenthesis; found 0
(#960) Line exceeds 132 characters; contains 146 characters
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 8 spaces, found 2
(#961) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#961) Variable "HTTP_SERVER_VARS" must be all lower-case
(#961) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected 8 spaces, found 2
(#963) Expected "if (...) {\n"; found "if(...){\n"
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 12 spaces, found 3
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected 8 spaces, found 2
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected 8 spaces, found 2
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected at least 12 spaces, found 3
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected 8 spaces, found 2
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected 8 spaces, found 2
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected at least 12 spaces, found 3
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected 8 spaces, found 2
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 8 spaces, found 2
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 12 spaces, found 3
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected 8 spaces, found 2
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected 8 spaces, found 2
(#975) Expected "if (...) {\n"; found "if(...) {\n"
(#975) Empty IF statement detected
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected 8 spaces, found 2
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected 8 spaces, found 2
(#977) Expected "if (...) {\n"; found "if(...) {\n"
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Line indented incorrectly; expected 12 spaces, found 3
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Line indented incorrectly; expected at least 16 spaces, found 4
(#979) Variable "SERVER_NAME" must be all lower-case
(#979) Variable "SERVER_NAME" must not contain underscores.
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Line indented incorrectly; expected at least 16 spaces, found 4
(#980) Variable "SCRIPT_NAME" must be all lower-case
(#980) Variable "SCRIPT_NAME" must not contain underscores.
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected at least 16 spaces, found 4
(#981) Variable "HTTPS" must be all lower-case
(#981) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#981) Variable "HTTP_SERVER_VARS" must be all lower-case
(#981) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#981) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#981) Variable "HTTP_SERVER_VARS" must be all lower-case
(#981) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#981) Line exceeds 132 characters; contains 133 characters
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Line indented incorrectly; expected 12 spaces, found 3
(#982) Usage of ELSEIF not allowed; use ELSE IF instead
(#982) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#982) Variable "HTTP_SERVER_VARS" must be all lower-case
(#982) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Line indented incorrectly; expected at least 16 spaces, found 4
(#983) Variable "SERVER_NAME" must be all lower-case
(#983) Variable "SERVER_NAME" must not contain underscores.
(#983) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#983) Variable "HTTP_SERVER_VARS" must be all lower-case
(#983) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 16 spaces, found 4
(#984) Variable "SCRIPT_NAME" must be all lower-case
(#984) Variable "SCRIPT_NAME" must not contain underscores.
(#984) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#984) Variable "HTTP_SERVER_VARS" must be all lower-case
(#984) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#984) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#984) Variable "HTTP_SERVER_VARS" must be all lower-case
(#984) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#984) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#984) Variable "HTTP_SERVER_VARS" must be all lower-case
(#984) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Line indented incorrectly; expected at least 16 spaces, found 4
(#985) Variable "HTTPS" must be all lower-case
(#985) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#985) Variable "HTTP_SERVER_VARS" must be all lower-case
(#985) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#985) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#985) Variable "HTTP_SERVER_VARS" must be all lower-case
(#985) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected 12 spaces, found 3
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 16 spaces, found 4
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected 12 spaces, found 3
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected 12 spaces, found 9
(#989) Variable "HTTPS" must be all lower-case
(#989) Variable "HTTPS" must be all lower-case
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected at least 16 spaces, found 10
(#990) Variable "SCHEME" must be all lower-case
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected 12 spaces, found 9
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 16 spaces, found 10
(#992) Variable "SCHEME" must be all lower-case
(#993) Spaces must be used for alignment; tabs are not allowed
(#993) Tab found within whitespace
(#993) Line indented incorrectly; expected 12 spaces, found 9
(#994) Spaces must be used for alignment; tabs are not allowed
(#994) Tab found within whitespace
(#994) Line indented incorrectly; expected at least 12 spaces, found 3
(#994) Variable "SCHEME" must be all lower-case
(#995) Spaces must be used for alignment; tabs are not allowed
(#995) Tab found within whitespace
(#995) Line indented incorrectly; expected 8 spaces, found 2
(#996) Spaces must be used for alignment; tabs are not allowed
(#996) Tab found within whitespace
(#996) Line indented incorrectly; expected 8 spaces, found 2
(#996) Expected "if (...) {\n"; found "if(...) {\n"
(#997) Spaces must be used for alignment; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected at least 12 spaces, found 3
(#998) Spaces must be used for alignment; tabs are not allowed
(#998) Tab found within whitespace
(#998) Line indented incorrectly; expected 8 spaces, found 2
(#999) Spaces must be used for alignment; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected 8 spaces, found 2
(#999) Expected "if (...) {\n"; found "if(...) {\n"
(#1000) Spaces must be used for alignment; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected at least 12 spaces, found 3
(#1001) Spaces must be used for alignment; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected 8 spaces, found 2
(#1002) Spaces must be used for alignment; tabs are not allowed
(#1002) Tab found within whitespace
(#1002) Line indented incorrectly; expected 8 spaces, found 2
(#1002) Variable "encodingStyle" must be all lower-case
(#1003) Spaces must be used for alignment; tabs are not allowed
(#1003) Tab found within whitespace
(#1003) Line indented incorrectly; expected at least 12 spaces, found 3
(#1003) Variable "encodingStyle" must be all lower-case
(#1004) Spaces must be used for alignment; tabs are not allowed
(#1004) Tab found within whitespace
(#1004) Line indented incorrectly; expected 8 spaces, found 2
(#1006) Spaces must be used for alignment; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Line indented incorrectly; expected at least 8 spaces, found 2
(#1007) Spaces must be used for alignment; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Line indented incorrectly; expected at least 8 spaces, found 5
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Line indented incorrectly; expected at least 8 spaces, found 5
(#1009) Spaces must be used for alignment; tabs are not allowed
(#1009) Tab found within whitespace
(#1009) Line indented incorrectly; expected at least 8 spaces, found 5
(#1010) Spaces must be used for alignment; tabs are not allowed
(#1010) Tab found within whitespace
(#1010) Line indented incorrectly; expected at least 8 spaces, found 5
(#1011) Spaces must be used for alignment; tabs are not allowed
(#1011) Tab found within whitespace
(#1011) Line indented incorrectly; expected at least 8 spaces, found 5
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Line indented incorrectly; expected at least 8 spaces, found 5
(#1013) Line indented incorrectly; expected 11 spaces, found 8
(#1013) Expected "if (...) {\n"; found "if(...){\n"
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Line indented incorrectly; expected at least 15 spaces, found 9
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Commas (,) must be followed by white space.
(#1014) Variable "encodingStyle" must be all lower-case
(#1015) Spaces must be used for alignment; tabs are not allowed
(#1015) Tab found within whitespace
(#1015) Line indented incorrectly; expected 12 spaces, found 5
(#1015) Closing brace indented incorrectly; expected 8 spaces, found 5
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Line indented incorrectly; expected at least 12 spaces, found 2
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1017) Tab found within whitespace
(#1017) Line indented incorrectly; expected 4 spaces, found 1
(#1019) Spaces must be used for alignment; tabs are not allowed
(#1019) Tab found within whitespace
(#1019) Line indented incorrectly; expected at least 4 spaces, found 1
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Expected 2 space(s) before asterisk; 1 found
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1021) Expected 2 space(s) before asterisk; 1 found
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1022) Expected 2 space(s) before asterisk; 1 found
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1023) Expected 2 space(s) before asterisk; 1 found
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1024) Expected 2 space(s) before asterisk; 1 found
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1025) Expected 2 space(s) before asterisk; 1 found
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1026) Expected 2 space(s) before asterisk; 1 found
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1027) Expected 2 space(s) before asterisk; 1 found
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1028) Expected 2 space(s) before asterisk; 1 found
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected 4 spaces, found 1
(#1029) Visibility must be declared on method "fault"
(#1029) Commas (,) must be followed by white space.
(#1029) Commas (,) must be followed by white space.
(#1029) Commas (,) must be followed by white space.
(#1029) Expected 1 space after closing parenthesis; found 0
(#1030) Spaces must be used for alignment; tabs are not allowed
(#1030) Tab found within whitespace
(#1030) Line indented incorrectly; expected 8 spaces, found 2
(#1031) Spaces must be used for alignment; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Line indented incorrectly; expected at least 12 spaces, found 3
(#1032) Spaces must be used for alignment; tabs are not allowed
(#1032) Tab found within whitespace
(#1032) Line indented incorrectly; expected 8 spaces, found 2
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Line indented incorrectly; expected at least 8 spaces, found 2
(#1033) Commas (,) must be followed by white space.
(#1033) Commas (,) must be followed by white space.
(#1033) Commas (,) must be followed by white space.
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Line indented incorrectly; expected at least 8 spaces, found 2
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected 4 spaces, found 1
(#1038) Expected 5 space(s) before asterisk; 4 found
(#1039) Expected 5 space(s) before asterisk; 4 found
(#1040) Expected 5 space(s) before asterisk; 4 found
(#1041) Expected 5 space(s) before asterisk; 4 found
(#1042) Expected 5 space(s) before asterisk; 4 found
(#1043) Expected 5 space(s) before asterisk; 4 found
(#1044) Expected 5 space(s) before asterisk; 4 found
(#1045) Expected 5 space(s) before asterisk; 4 found
(#1046) Expected 5 space(s) before asterisk; 4 found
(#1047) Expected 5 space(s) before asterisk; 4 found
(#1048) method name "nusoap_server::configureWSDL" must be in lower-case letters only
(#1048) Visibility must be declared on method "configureWSDL"
(#1048) Variable "serviceName" must be all lower-case
(#1048) Commas (,) must be followed by white space.
(#1048) Commas (,) must be followed by white space.
(#1048) Commas (,) must be followed by white space.
(#1048) Variable "schemaTargetNamespace" must be all lower-case
(#1048) Line exceeds 132 characters; contains 175 characters
(#1049) Opening brace should be on the same line as the declaration
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Line indented incorrectly; expected at least 8 spaces, found 5
(#1050) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1050) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1050) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Tab found within whitespace
(#1052) Line indented incorrectly; expected 8 spaces, found 2
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Tab found within whitespace
(#1053) Line indented incorrectly; expected at least 12 spaces, found 3
(#1053) Variable "SERVER_NAME" must be all lower-case
(#1053) Variable "SERVER_NAME" must not contain underscores.
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Tab found within whitespace
(#1054) Line indented incorrectly; expected at least 12 spaces, found 3
(#1054) Variable "SERVER_PORT" must be all lower-case
(#1054) Variable "SERVER_PORT" must not contain underscores.
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected at least 12 spaces, found 3
(#1055) Variable "SCRIPT_NAME" must be all lower-case
(#1055) Variable "SCRIPT_NAME" must not contain underscores.
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Line indented incorrectly; expected at least 12 spaces, found 3
(#1056) Variable "HTTPS" must be all lower-case
(#1056) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1056) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1056) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1056) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1056) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1056) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Line indented incorrectly; expected 8 spaces, found 2
(#1057) Usage of ELSEIF not allowed; use ELSE IF instead
(#1057) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1057) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1057) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Line indented incorrectly; expected at least 12 spaces, found 3
(#1058) Variable "SERVER_NAME" must be all lower-case
(#1058) Variable "SERVER_NAME" must not contain underscores.
(#1058) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1058) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1058) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected at least 12 spaces, found 3
(#1059) Variable "SERVER_PORT" must be all lower-case
(#1059) Variable "SERVER_PORT" must not contain underscores.
(#1059) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1059) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1059) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Line indented incorrectly; expected at least 12 spaces, found 3
(#1060) Variable "SCRIPT_NAME" must be all lower-case
(#1060) Variable "SCRIPT_NAME" must not contain underscores.
(#1060) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1060) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1060) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1060) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1060) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1060) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1060) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1060) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1060) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Line indented incorrectly; expected at least 12 spaces, found 3
(#1061) Variable "HTTPS" must be all lower-case
(#1061) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1061) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1061) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1061) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#1061) Variable "HTTP_SERVER_VARS" must be all lower-case
(#1061) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Line indented incorrectly; expected 8 spaces, found 2
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Line indented incorrectly; expected at least 12 spaces, found 3
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Line indented incorrectly; expected 8 spaces, found 2
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line exceeds 132 characters; contains 146 characters
(#1065) Inline comments must end in full-stops, exclamation marks, or question marks
(#1065) Line indented incorrectly; expected at least 8 spaces, found 2
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected at least 8 spaces, found 2
(#1066) Variable "SERVER_NAME" must be all lower-case
(#1066) Variable "SERVER_NAME" must not contain underscores.
(#1066) Commas (,) must be followed by white space.
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected 8 spaces, found 2
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected at least 12 spaces, found 6
(#1068) Variable "SERVER_NAME" must be all lower-case
(#1068) Variable "SERVER_NAME" must not contain underscores.
(#1068) Variable "SERVER_NAME" must be all lower-case
(#1068) Variable "SERVER_NAME" must not contain underscores.
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Line indented incorrectly; expected 8 spaces, found 2
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected 8 spaces, found 2
(#1070) Variable "SERVER_PORT" must be all lower-case
(#1070) Variable "SERVER_PORT" must not contain underscores.
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected at least 12 spaces, found 3
(#1071) Variable "SERVER_PORT" must be all lower-case
(#1071) Variable "SERVER_PORT" must not contain underscores.
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected 8 spaces, found 2
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected at least 12 spaces, found 3
(#1073) Variable "SERVER_PORT" must be all lower-case
(#1073) Variable "SERVER_PORT" must not contain underscores.
(#1073) Variable "SERVER_PORT" must be all lower-case
(#1073) Variable "SERVER_PORT" must not contain underscores.
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Line indented incorrectly; expected 8 spaces, found 2
(#1075) Expected "if (...) {\n"; found "if(...) {\n"
(#1076) Variable "SERVER_NAME" must be all lower-case
(#1076) Variable "SERVER_NAME" must not contain underscores.
(#1078) Whitespace found at end of line
(#1079) Expected "if (...) {\n"; found "if(...) {\n"
(#1080) Spaces must be used for alignment; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected 12 spaces, found 9
(#1080) Variable "HTTPS" must be all lower-case
(#1080) Variable "HTTPS" must be all lower-case
(#1081) Spaces must be used for alignment; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Line indented incorrectly; expected at least 16 spaces, found 10
(#1081) Variable "SCHEME" must be all lower-case
(#1082) Spaces must be used for alignment; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Line indented incorrectly; expected 12 spaces, found 9
(#1083) Spaces must be used for alignment; tabs are not allowed
(#1083) Tab found within whitespace
(#1083) Line indented incorrectly; expected at least 16 spaces, found 10
(#1083) Variable "SCHEME" must be all lower-case
(#1084) Spaces must be used for alignment; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected 12 spaces, found 9
(#1085) Variable "SCHEME" must be all lower-case
(#1087) Whitespace found at end of line
(#1088) Expected "if (...) {\n"; found "if(...) {\n"
(#1088) Variable "schemaTargetNamespace" must be all lower-case
(#1089) Variable "schemaTargetNamespace" must be all lower-case
(#1091) Whitespace found at end of line
(#1092) Spaces must be used for alignment; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected at least 8 spaces, found 2
(#1093) Spaces must be used for alignment; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Line indented incorrectly; expected at least 8 spaces, found 2
(#1093) Variable "serviceName" must be all lower-case
(#1095) Spaces must be used for alignment; tabs are not allowed
(#1095) Tab found within whitespace
(#1095) Line indented incorrectly; expected at least 8 spaces, found 2
(#1096) Spaces must be used for alignment; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Line indented incorrectly; expected at least 8 spaces, found 2
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Line indented incorrectly; expected at least 8 spaces, found 2
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Line indented incorrectly; expected 8 spaces, found 2
(#1098) Variable "schemaTargetNamespace" must be all lower-case
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Line indented incorrectly; expected at least 12 spaces, found 3
(#1099) Variable "schemaTargetNamespace" must be all lower-case
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Line indented incorrectly; expected 8 spaces, found 2
(#1101) Variable "schemaTargetNamespace" must be all lower-case
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected at least 12 spaces, found 9
(#1103) Variable "schemaTargetNamespace" must be all lower-case
(#1105) Variable "schemaTargetNamespace" must be all lower-case
(#1105) Variable "schemaTargetNamespace" must be all lower-case
(#1106) Variable "schemaTargetNamespace" must be all lower-case
(#1106) Line exceeds 132 characters; contains 157 characters
(#1107) Variable "schemaTargetNamespace" must be all lower-case
(#1107) Line exceeds 132 characters; contains 148 characters
(#1108) Variable "serviceName" must be all lower-case
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Expected 1 space before "=>"; 0 found
(#1109) Expected 1 space after "=>"; 0 found
(#1109) Variable "serviceName" must be all lower-case
(#1110) Expected 1 space before "=>"; 0 found
(#1110) Expected 1 space after "=>"; 0 found
(#1111) Expected 1 space before "=>"; 0 found
(#1111) Expected 1 space after "=>"; 0 found
(#1112) Expected 1 space before "=>"; 0 found
(#1112) Expected 1 space after "=>"; 0 found
(#1112) Variable "serviceName" must be all lower-case
(#1113) Variable "serviceName" must be all lower-case
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Expected 1 space before "=>"; 0 found
(#1114) Expected 1 space after "=>"; 0 found
(#1114) Variable "serviceName" must be all lower-case
(#1115) Expected 1 space before "=>"; 0 found
(#1115) Expected 1 space after "=>"; 0 found
(#1116) Expected 1 space before "=>"; 0 found
(#1116) Expected 1 space after "=>"; 0 found
(#1127) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soap_transport_http.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#17) Scope modifier not specified for member variable "$url"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#18) Scope modifier not specified for member variable "$uri"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Member variable "digest_uri" must not contain underscores.
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$digest_uri"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$scheme"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$host"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$port"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$path"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Member variable "request_method" must not contain underscores.
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$request_method"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Member variable "protocol_version" must not contain underscores.
(#25) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#25) Scope modifier not specified for member variable "$protocol_version"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$encoding"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Member variable "outgoing_headers" must not contain underscores.
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$outgoing_headers"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Member variable "incoming_headers" must not contain underscores.
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$incoming_headers"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Member variable "incoming_cookies" must not contain underscores.
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$incoming_cookies"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Member variable "outgoing_payload" must not contain underscores.
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$outgoing_payload"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Member variable "incoming_payload" must not contain underscores.
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$incoming_payload"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Member variable "response_status_line" must not contain underscores.
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$response_status_line"
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Member variable "useSOAPAction" must be all lower-case
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$useSOAPAction"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Member variable "persistentConnection" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$persistentConnection"
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$ch"
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Member variable "ch_options" must not contain underscores.
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$ch_options"
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Member variable "use_curl" must not contain underscores.
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$use_curl"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$proxy"
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$username"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$password"
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$authtype"
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Member variable "digestRequest" must be all lower-case
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$digestRequest"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Member variable "certRequest" must be all lower-case
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$certRequest"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line exceeds 132 characters; contains 174 characters
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Expected 2 space(s) before asterisk; 1 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Expected 2 space(s) before asterisk; 1 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Expected 2 space(s) before asterisk; 1 found
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Expected 2 space(s) before asterisk; 1 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Expected 2 space(s) before asterisk; 1 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) PHP4 style constructors are not allowed; use "__construct()" instead
(#60) Visibility must be declared on method "soap_transport_http"
(#60) Variable "curl_options" must not contain underscores.
(#60) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#60) Variable "use_curl" must not contain underscores.
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Variable "curl_options" must not contain underscores.
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Variable "curl_options" must not contain underscores.
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Variable "curl_options" must not contain underscores.
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "use_curl" must not contain underscores.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Expected 2 space(s) before asterisk; 1 found
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Expected 2 space(s) before asterisk; 1 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Expected 2 space(s) before asterisk; 1 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Expected 2 space(s) before asterisk; 1 found
(#77) Spaces must be used for alignment; tabs are not allowed
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Expected 2 space(s) before asterisk; 1 found
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Expected 2 space(s) before asterisk; 1 found
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) method name "soap_transport_http::setCurlOption" must be in lower-case letters only
(#80) Visibility must be declared on method "setCurlOption"
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Expected 2 space(s) before asterisk; 1 found
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Expected 2 space(s) before asterisk; 1 found
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Expected 2 space(s) before asterisk; 1 found
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Expected 2 space(s) before asterisk; 1 found
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Expected 2 space(s) before asterisk; 1 found
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Expected 2 space(s) before asterisk; 1 found
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) method name "soap_transport_http::setHeader" must be in lower-case letters only
(#93) Visibility must be declared on method "setHeader"
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Expected 2 space(s) before asterisk; 1 found
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Expected 2 space(s) before asterisk; 1 found
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Expected 2 space(s) before asterisk; 1 found
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Expected 2 space(s) before asterisk; 1 found
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Expected 2 space(s) before asterisk; 1 found
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#104) method name "soap_transport_http::unsetHeader" must be in lower-case letters only
(#104) Visibility must be declared on method "unsetHeader"
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Expected 2 space(s) before asterisk; 1 found
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Expected 2 space(s) before asterisk; 1 found
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Expected 2 space(s) before asterisk; 1 found
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Expected 2 space(s) before asterisk; 1 found
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Expected 2 space(s) before asterisk; 1 found
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 4 spaces, found 1
(#117) method name "soap_transport_http::setURL" must be in lower-case letters only
(#117) Visibility must be declared on method "setURL"
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#121) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#127) Expected "if (...) {\n"; found "if(...){\n"
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 12 spaces, found 3
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 3
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 4
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 12 spaces, found 3
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Expected 2 space(s) before asterisk; 1 found
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Expected 2 space(s) before asterisk; 1 found
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Expected 2 space(s) before asterisk; 1 found
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Expected 2 space(s) before asterisk; 1 found
(#159) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Expected 2 space(s) before asterisk; 1 found
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#161) Visibility must be declared on method "io_method"
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Inline control structures are not allowed
(#162) Line exceeds maximum limit of 180 characters; contains 203 characters
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 3
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Inline control structures are not allowed
(#164) Line exceeds 132 characters; contains 154 characters
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Expected 2 space(s) before asterisk; 1 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Expected 2 space(s) before asterisk; 1 found
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Expected 2 space(s) before asterisk; 1 found
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Expected 2 space(s) before asterisk; 1 found
(#173) Spaces must be used for alignment; tabs are not allowed
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Expected 2 space(s) before asterisk; 1 found
(#174) Spaces must be used for alignment; tabs are not allowed
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Expected 2 space(s) before asterisk; 1 found
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Expected 2 space(s) before asterisk; 1 found
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#177) Visibility must be declared on method "connect"
(#177) Variable "connection_timeout" must not contain underscores.
(#177) Commas (,) must be followed by white space.
(#177) Variable "response_timeout" must not contain underscores.
(#177) Expected 1 space after closing parenthesis; found 0
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 4
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 4
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 4
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) This comment is 43% valid code; is this commented out code?
(#181) Line indented incorrectly; expected at least 8 spaces, found 4
(#181) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#182) Line indented incorrectly; expected at least 8 spaces, found 0
(#182) Tab found before comment text; expected "// if ($this->scheme == 'https') {" but found "// if ($this->scheme == 'https') {"
(#183) Line indented incorrectly; expected at least 8 spaces, found 0
(#183) Tab found before comment text; expected "// if (version_compare(phpversion(), '4.3.0') >= 0) {" but found "// if (version_compare(phpversion(), '4.3.0') >= 0) {"
(#184) Line indented incorrectly; expected at least 8 spaces, found 0
(#184) Tab found before comment text; expected "// if (extension_loaded('openssl')) {" but found "// if (extension_loaded('openssl')) {"
(#185) Line indented incorrectly; expected at least 8 spaces, found 0
(#185) Tab found before comment text; expected "// $this->scheme = 'ssl';" but found "// $this->scheme = 'ssl';"
(#186) Line indented incorrectly; expected at least 8 spaces, found 0
(#186) Tab found before comment text; expected "// $this->debug('Using SSL over OpenSSL');" but found "// $this->debug('Using SSL over OpenSSL');"
(#187) Line indented incorrectly; expected at least 8 spaces, found 0
(#187) Tab found before comment text; expected "// }" but found "// }"
(#188) Line indented incorrectly; expected at least 8 spaces, found 0
(#188) Tab found before comment text; expected "// }" but found "// }"
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Line indented incorrectly; expected at least 8 spaces, found 0
(#189) Tab found before comment text; expected "// }" but found "// }"
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Variable "connection_timeout" must not contain underscores.
(#190) Line exceeds 132 characters; contains 159 characters
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 3
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 2
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 3
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 16 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 12 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 16 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 16 spaces, found 3
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 12 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 12 spaces, found 2
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 12 spaces, found 2
(#201) Expected "if (...) {\n"; found "if(...){\n"
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 16 spaces, found 3
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 20 spaces, found 4
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 20 spaces, found 4
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 16 spaces, found 3
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 16 spaces, found 3
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 16 spaces, found 3
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 12 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line indented incorrectly; expected at least 12 spaces, found 2
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 12 spaces, found 2
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 16 spaces, found 3
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 2
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 2
(#214) Variable "connection_timeout" must not contain underscores.
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Line indented incorrectly; expected at least 12 spaces, found 2
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 12 spaces, found 2
(#217) Expected "if (...) {\n"; found "if(...){\n"
(#217) Variable "connection_timeout" must not contain underscores.
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 16 spaces, found 3
(#218) Variable "connection_timeout" must not contain underscores.
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 12 spaces, found 2
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 16 spaces, found 3
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 12 spaces, found 2
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Whitespace found at end of line
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Line indented incorrectly; expected at least 12 spaces, found 2
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 2
(#224) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 3
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 16 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 20 spaces, found 4
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 16 spaces, found 3
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 20 spaces, found 4
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 16 spaces, found 3
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 16 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 16 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 16 spaces, found 3
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 12 spaces, found 2
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Whitespace found at end of line
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 12 spaces, found 2
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 2
(#237) Variable "response_timeout" must not contain underscores.
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 2
(#238) Variable "response_timeout" must not contain underscores.
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 2
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 2
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 8 spaces, found 3
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 12 spaces, found 2
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) This comment is 75% valid code; is this commented out code?
(#244) Line indented incorrectly; expected at least 16 spaces, found 0
(#244) Tab found before comment text; expected "// $this->setError('cURL Extension, or OpenSSL extension w/ PHP version >= 4.3 is required for HTTPS');" but found "// $this->setError('cURL Extension, or OpenSSL extension w/ PHP version >= 4.3 is required for HTTPS');"
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 16 spaces, found 3
(#245) Line exceeds maximum limit of 180 characters; contains 188 characters
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 16 spaces, found 3
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 12 spaces, found 2
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Line indented incorrectly; expected at least 12 spaces, found 2
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 2
(#249) Inline control structures are not allowed
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#250) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 2
(#251) Inline control structures are not allowed
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#252) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#252) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 2
(#253) Inline control structures are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#254) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 2
(#255) Inline control structures are not allowed
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#256) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 2
(#257) Inline control structures are not allowed
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#258) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 2
(#259) Inline control structures are not allowed
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 12 spaces, found 3
(#260) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#260) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 12 spaces, found 2
(#261) Inline control structures are not allowed
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 3
(#262) Variable "CURLAUTH_BASIC" must be all lower-case
(#262) Variable "CURLAUTH_BASIC" must not contain underscores.
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 12 spaces, found 2
(#263) Inline control structures are not allowed
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 3
(#264) Variable "CURLAUTH_BASIC" must be all lower-case
(#264) Variable "CURLAUTH_BASIC" must not contain underscores.
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 2
(#265) Inline control structures are not allowed
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 12 spaces, found 3
(#266) Variable "CURLAUTH_DIGEST" must be all lower-case
(#266) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 12 spaces, found 2
(#267) Inline control structures are not allowed
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 12 spaces, found 3
(#268) Variable "CURLAUTH_DIGEST" must be all lower-case
(#268) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 12 spaces, found 2
(#269) Inline control structures are not allowed
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 3
(#270) Variable "CURLAUTH_NTLM" must be all lower-case
(#270) Variable "CURLAUTH_NTLM" must not contain underscores.
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 2
(#271) Inline control structures are not allowed
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Variable "CURLAUTH_NTLM" must be all lower-case
(#272) Variable "CURLAUTH_NTLM" must not contain underscores.
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 2
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Line indented incorrectly; expected at least 12 spaces, found 2
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 12 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Line indented incorrectly; expected at least 12 spaces, found 2
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 2
(#278) Variable "hostURL" must be all lower-case
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Line indented incorrectly; expected at least 12 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 2
(#280) Variable "hostURL" must be all lower-case
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 12 spaces, found 2
(#281) Variable "hostURL" must be all lower-case
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Line indented incorrectly; expected at least 12 spaces, found 2
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 12 spaces, found 2
(#283) INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4.
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 16 spaces, found 3
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 3
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 16 spaces, found 3
(#286) INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4.
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 16 spaces, found 3
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 16 spaces, found 3
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 12 spaces, found 2
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 16 spaces, found 3
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 12 spaces, found 2
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Line indented incorrectly; expected at least 12 spaces, found 2
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 2
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Line indented incorrectly; expected at least 12 spaces, found 2
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 12 spaces, found 2
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Line indented incorrectly; expected at least 12 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 12 spaces, found 2
(#298) Line indented incorrectly; expected at least 12 spaces, found 0
(#298) Tab found before comment text; expected "// if(function_exists('gzuncompress')){" but found "// if(function_exists('gzuncompress')){"
(#299) Line indented incorrectly; expected at least 12 spaces, found 0
(#299) Tab found before comment text; expected "// $this->setCurlOption(CURLOPT_ENCODING, 'deflate');" but found "// $this->setCurlOption(CURLOPT_ENCODING, 'deflate');"
(#300) Line indented incorrectly; expected at least 12 spaces, found 0
(#300) Tab found before comment text; expected "// }" but found "// }"
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Line indented incorrectly; expected at least 12 spaces, found 2
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 12 spaces, found 2
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 16 spaces, found 3
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 16 spaces, found 3
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 16 spaces, found 3
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 16 spaces, found 3
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) This comment is 70% valid code; is this commented out code?
(#307) Line indented incorrectly; expected at least 16 spaces, found 3
(#307) No space found before comment text; expected "// $this->setCurlOption(CURL_HTTP_VERSION_1_1, true);" but found "//$this->setCurlOption(CURL_HTTP_VERSION_1_1, true);"
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 16 spaces, found 3
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 16 spaces, found 3
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 12 spaces, found 2
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Line indented incorrectly; expected at least 12 spaces, found 2
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 12 spaces, found 2
(#312) Variable "connection_timeout" must not contain underscores.
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 16 spaces, found 3
(#313) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#313) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#313) Variable "connection_timeout" must not contain underscores.
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 12 spaces, found 2
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 12 spaces, found 2
(#315) Variable "response_timeout" must not contain underscores.
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 16 spaces, found 3
(#316) Variable "response_timeout" must not contain underscores.
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 12 spaces, found 2
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 12 spaces, found 2
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 16 spaces, found 3
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Line indented incorrectly; expected at least 16 spaces, found 3
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 16 spaces, found 3
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 16 spaces, found 3
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) This comment is 70% valid code; is this commented out code?
(#324) Line indented incorrectly; expected at least 16 spaces, found 3
(#324) No space found before comment text; expected "// $this->setCurlOption(CURLOPT_CAINFO, 'f:\php-4.3.2-win32\extensions\curl-ca-bundle.crt');" but found "//$this->setCurlOption(CURLOPT_CAINFO, 'f:\php-4.3.2-win32\extensions\curl-ca-bundle.crt');"
(#324) Whitespace found at end of line
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 16 spaces, found 3
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 16 spaces, found 3
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Line indented incorrectly; expected at least 16 spaces, found 3
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 16 spaces, found 3
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 20 spaces, found 4
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 20 spaces, found 4
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 24 spaces, found 5
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 20 spaces, found 4
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 20 spaces, found 4
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 24 spaces, found 5
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 20 spaces, found 4
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 24 spaces, found 5
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 20 spaces, found 4
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 20 spaces, found 4
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 24 spaces, found 5
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 20 spaces, found 4
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 24 spaces, found 5
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 20 spaces, found 4
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 20 spaces, found 4
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 24 spaces, found 5
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 20 spaces, found 4
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 20 spaces, found 4
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 24 spaces, found 5
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 20 spaces, found 4
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 20 spaces, found 4
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 24 spaces, found 5
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 20 spaces, found 4
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 20 spaces, found 4
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 24 spaces, found 5
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 20 spaces, found 4
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 16 spaces, found 3
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 12 spaces, found 2
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 2
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 16 spaces, found 3
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 20 spaces, found 4
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 20 spaces, found 4
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 16 spaces, found 3
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 16 spaces, found 3
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 20 spaces, found 4
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 20 spaces, found 4
(#365) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#365) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#365) Variable "CURLAUTH_BASIC" must be all lower-case
(#365) Variable "CURLAUTH_BASIC" must not contain underscores.
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 16 spaces, found 3
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 16 spaces, found 3
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 20 spaces, found 4
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 20 spaces, found 4
(#369) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#369) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#369) Variable "CURLAUTH_DIGEST" must be all lower-case
(#369) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 16 spaces, found 3
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 16 spaces, found 3
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 20 spaces, found 4
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 20 spaces, found 4
(#373) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#373) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#373) Variable "CURLAUTH_NTLM" must be all lower-case
(#373) Variable "CURLAUTH_NTLM" must not contain underscores.
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 16 spaces, found 3
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 12 spaces, found 2
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 12 spaces, found 2
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 16 spaces, found 3
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 16 spaces, found 3
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 20 spaces, found 4
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 16 spaces, found 3
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 20 spaces, found 4
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 16 spaces, found 3
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 16 spaces, found 3
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 20 spaces, found 4
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 20 spaces, found 4
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 20 spaces, found 4
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 24 spaces, found 5
(#387) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#387) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#387) Variable "CURLAUTH_BASIC" must be all lower-case
(#387) Variable "CURLAUTH_BASIC" must not contain underscores.
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 20 spaces, found 4
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 20 spaces, found 4
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 24 spaces, found 5
(#390) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#390) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#390) Variable "CURLAUTH_NTLM" must be all lower-case
(#390) Variable "CURLAUTH_NTLM" must not contain underscores.
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 20 spaces, found 4
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 16 spaces, found 3
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 12 spaces, found 2
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 2
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 12 spaces, found 2
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 8 spaces, found 3
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 2
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 12 spaces, found 2
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 12 spaces, found 2
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 8 spaces, found 3
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 4 spaces, found 1
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 4 spaces, found 1
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Expected 2 space(s) before asterisk; 1 found
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Expected 2 space(s) before asterisk; 1 found
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Expected 2 space(s) before asterisk; 1 found
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Expected 2 space(s) before asterisk; 1 found
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Expected 2 space(s) before asterisk; 1 found
(#408) Spaces must be used for alignment; tabs are not allowed
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Expected 2 space(s) before asterisk; 1 found
(#409) Spaces must be used for alignment; tabs are not allowed
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Expected 2 space(s) before asterisk; 1 found
(#410) Spaces must be used for alignment; tabs are not allowed
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Expected 2 space(s) before asterisk; 1 found
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Expected 2 space(s) before asterisk; 1 found
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 4 spaces, found 1
(#413) Visibility must be declared on method "send"
(#413) Variable "response_timeout" must not contain underscores.
(#413) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Whitespace found at end of line
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 8 spaces, found 2
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 8 spaces, found 2
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 8 spaces, found 2
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 8 spaces, found 2
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 12 spaces, found 3
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 12 spaces, found 3
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Inline comments must start with a capital letter, digit or 3-dots sequence
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) Line indented incorrectly; expected at least 16 spaces, found 4
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 16 spaces, found 4
(#423) Expected "if (...) {\n"; found "if (...){\n"
(#423) Variable "response_timeout" must not contain underscores.
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 20 spaces, found 5
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 16 spaces, found 4
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Whitespace found at end of line
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Line indented incorrectly; expected at least 16 spaces, found 4
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected 16 spaces, found 4
(#428) Expected "if (...) {\n"; found "if (...){\n"
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 20 spaces, found 5
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 16 spaces, found 4
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Line indented incorrectly; expected at least 16 spaces, found 4
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 16 spaces, found 4
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 12 spaces, found 3
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 16 spaces, found 4
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 12 spaces, found 3
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 8 spaces, found 2
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Whitespace found at end of line
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 8 spaces, found 2
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 4 spaces, found 1
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 4 spaces, found 1
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Expected 2 space(s) before asterisk; 1 found
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Expected 2 space(s) before asterisk; 1 found
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Expected 2 space(s) before asterisk; 1 found
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Expected 2 space(s) before asterisk; 1 found
(#449) Spaces must be used for alignment; tabs are not allowed
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Expected 2 space(s) before asterisk; 1 found
(#450) Spaces must be used for alignment; tabs are not allowed
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Expected 2 space(s) before asterisk; 1 found
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Expected 2 space(s) before asterisk; 1 found
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Expected 2 space(s) before asterisk; 1 found
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 4 spaces, found 1
(#454) method name "soap_transport_http::sendHTTPS" must be in lower-case letters only
(#454) Visibility must be declared on method "sendHTTPS"
(#454) Variable "response_timeout" must not contain underscores.
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 8 spaces, found 2
(#455) Variable "response_timeout" must not contain underscores.
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 4 spaces, found 1
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Whitespace found at end of line
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 4 spaces, found 1
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Expected 2 space(s) before asterisk; 1 found
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Expected 2 space(s) before asterisk; 1 found
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Expected 2 space(s) before asterisk; 1 found
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Expected 2 space(s) before asterisk; 1 found
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Expected 2 space(s) before asterisk; 1 found
(#463) Spaces must be used for alignment; tabs are not allowed
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Expected 2 space(s) before asterisk; 1 found
(#464) Spaces must be used for alignment; tabs are not allowed
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Expected 2 space(s) before asterisk; 1 found
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Line exceeds maximum limit of 180 characters; contains 213 characters
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Expected 2 space(s) before asterisk; 1 found
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Expected 2 space(s) before asterisk; 1 found
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 4 spaces, found 1
(#468) method name "soap_transport_http::setCredentials" must be in lower-case letters only
(#468) Visibility must be declared on method "setCredentials"
(#468) Variable "digestRequest" must be all lower-case
(#468) Variable "certRequest" must be all lower-case
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 8 spaces, found 2
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 8 spaces, found 2
(#470) Variable "digestRequest" must be all lower-case
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 8 spaces, found 2
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 8 spaces, found 2
(#472) Variable "certRequest" must be all lower-case
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Inline comments must start with a capital letter, digit or 3-dots sequence
(#473) Inline comments must end in full-stops, exclamation marks, or question marks
(#473) Line indented incorrectly; expected at least 8 spaces, found 2
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 8 spaces, found 2
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 12 spaces, found 3
(#475) Commas (,) must be followed by white space.
(#475) Commas (,) must be followed by white space.
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 8 spaces, found 2
(#476) Usage of ELSEIF not allowed; use ELSE IF instead
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 12 spaces, found 3
(#477) Variable "digestRequest" must be all lower-case
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 16 spaces, found 4
(#478) Variable "digestRequest" must be all lower-case
(#478) Variable "digestRequest" must be all lower-case
(#478) Variable "digestRequest" must be all lower-case
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Whitespace found at end of line
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Line exceeds maximum limit of 180 characters; contains 217 characters
(#480) Line indented incorrectly; expected at least 16 spaces, found 4
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Whitespace found at end of line
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) Line indented incorrectly; expected at least 16 spaces, found 4
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 16 spaces, found 4
(#483) Variable "A1" must be all lower-case
(#483) Variable "digestRequest" must be all lower-case
(#483) Variable "digestRequest" must be all lower-case
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Whitespace found at end of line
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Line indented incorrectly; expected at least 16 spaces, found 4
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 16 spaces, found 4
(#486) Variable "HA1" must be all lower-case
(#486) Variable "A1" must be all lower-case
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Line indented incorrectly; expected at least 16 spaces, found 4
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 16 spaces, found 4
(#489) Variable "A2" must be all lower-case
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Whitespace found at end of line
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Line indented incorrectly; expected at least 16 spaces, found 4
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 16 spaces, found 4
(#492) Variable "HA2" must be all lower-case
(#492) Expected 1 space after "="; 2 found
(#492) Variable "A2" must be all lower-case
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Whitespace found at end of line
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) This comment is 42% valid code; is this commented out code?
(#494) Line indented incorrectly; expected at least 16 spaces, found 4
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 16 spaces, found 4
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 16 spaces, found 4
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 16 spaces, found 4
(#497) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 4
(#498) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 16 spaces, found 4
(#499) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) This comment is 43% valid code; is this commented out code?
(#500) Line indented incorrectly; expected at least 16 spaces, found 4
(#500) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 16 spaces, found 4
(#501) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 16 spaces, found 4
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Line indented incorrectly; expected at least 16 spaces, found 4
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Whitespace found at end of line
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 16 spaces, found 4
(#505) Variable "unhashedDigest" must be all lower-case
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 16 spaces, found 4
(#506) Variable "digestRequest" must be all lower-case
(#506) Variable "digestRequest" must be all lower-case
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 16 spaces, found 4
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 16 spaces, found 4
(#508) Variable "digestRequest" must be all lower-case
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 20 spaces, found 5
(#509) Variable "unhashedDigest" must be all lower-case
(#509) Variable "HA1" must be all lower-case
(#509) Variable "digestRequest" must be all lower-case
(#509) Variable "digestRequest" must be all lower-case
(#509) Variable "HA2" must be all lower-case
(#509) Line exceeds 132 characters; contains 148 characters
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 16 spaces, found 4
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 20 spaces, found 5
(#511) Variable "unhashedDigest" must be all lower-case
(#511) Variable "HA1" must be all lower-case
(#511) Variable "HA2" must be all lower-case
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 16 spaces, found 4
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Whitespace found at end of line
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 16 spaces, found 4
(#514) Variable "hashedDigest" must be all lower-case
(#514) Variable "unhashedDigest" must be all lower-case
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Whitespace found at end of line
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 16 spaces, found 4
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Whitespace found at end of line
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 16 spaces, found 4
(#517) Variable "digestRequest" must be all lower-case
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 20 spaces, found 5
(#518) Variable "digestRequest" must be all lower-case
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 16 spaces, found 4
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 16 spaces, found 4
(#521) Variable "digestRequest" must be all lower-case
(#521) Variable "digestRequest" must be all lower-case
(#521) Variable "digestRequest" must be all lower-case
(#521) Variable "hashedDigest" must be all lower-case
(#521) Line exceeds maximum limit of 180 characters; contains 332 characters
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 8 spaces, found 2
(#523) Usage of ELSEIF not allowed; use ELSE IF instead
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 12 spaces, found 3
(#524) Variable "certRequest" must be all lower-case
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 12 spaces, found 3
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 8 spaces, found 2
(#526) Usage of ELSEIF not allowed; use ELSE IF instead
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Line indented incorrectly; expected at least 12 spaces, found 3
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 12 spaces, found 3
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 8 spaces, found 2
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 8 spaces, found 2
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 8 spaces, found 2
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 8 spaces, found 2
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 2
(#533) Variable "digestRequest" must be all lower-case
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 4 spaces, found 1
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Whitespace found at end of line
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 4 spaces, found 1
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Expected 2 space(s) before asterisk; 1 found
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Expected 2 space(s) before asterisk; 1 found
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Expected 2 space(s) before asterisk; 1 found
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Expected 2 space(s) before asterisk; 1 found
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Expected 2 space(s) before asterisk; 1 found
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 4 spaces, found 1
(#542) method name "soap_transport_http::setSOAPAction" must be in lower-case letters only
(#542) Visibility must be declared on method "setSOAPAction"
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 2
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 4 spaces, found 1
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Whitespace found at end of line
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 4 spaces, found 1
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Expected 2 space(s) before asterisk; 1 found
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Expected 2 space(s) before asterisk; 1 found
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Expected 2 space(s) before asterisk; 1 found
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Expected 2 space(s) before asterisk; 1 found
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Expected 2 space(s) before asterisk; 1 found
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 4 spaces, found 1
(#552) method name "soap_transport_http::setEncoding" must be in lower-case letters only
(#552) Visibility must be declared on method "setEncoding"
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected 8 spaces, found 2
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 12 spaces, found 3
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 12 spaces, found 3
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected 12 spaces, found 3
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 16 spaces, found 4
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 16 spaces, found 4
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 12 spaces, found 3
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Inline comments must start with a capital letter, digit or 3-dots sequence
(#560) Line indented incorrectly; expected at least 12 spaces, found 3
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) This comment is 80% valid code; is this commented out code?
(#561) Line indented incorrectly; expected at least 12 spaces, found 3
(#561) No space found before comment text; expected "// set_magic_quotes_runtime(0);" but found "//set_magic_quotes_runtime(0);"
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 12 spaces, found 3
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected 8 spaces, found 2
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected 4 spaces, found 1
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Whitespace found at end of line
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 4 spaces, found 1
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Expected 2 space(s) before asterisk; 1 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Expected 2 space(s) before asterisk; 1 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Expected 2 space(s) before asterisk; 1 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Expected 2 space(s) before asterisk; 1 found
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Expected 2 space(s) before asterisk; 1 found
(#571) Spaces must be used for alignment; tabs are not allowed
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Expected 2 space(s) before asterisk; 1 found
(#572) Spaces must be used for alignment; tabs are not allowed
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Expected 2 space(s) before asterisk; 1 found
(#573) Spaces must be used for alignment; tabs are not allowed
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Expected 2 space(s) before asterisk; 1 found
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Expected 2 space(s) before asterisk; 1 found
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 4 spaces, found 1
(#576) method name "soap_transport_http::setProxy" must be in lower-case letters only
(#576) Visibility must be declared on method "setProxy"
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected 8 spaces, found 2
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 12 spaces, found 3
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 12 spaces, found 4
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 12 spaces, found 4
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 12 spaces, found 4
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 12 spaces, found 4
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 12 spaces, found 4
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 18 spaces, found 3
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 18 spaces, found 3
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 22 spaces, found 4
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 20 spaces, found 3
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 8 spaces, found 2
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 12 spaces, found 3
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 12 spaces, found 3
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 12 spaces, found 3
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected 8 spaces, found 2
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 4 spaces, found 1
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Whitespace found at end of line
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 4 spaces, found 1
(#597) Spaces must be used for alignment; tabs are not allowed
(#598) Spaces must be used for alignment; tabs are not allowed
(#599) Spaces must be used for alignment; tabs are not allowed
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Spaces must be used for alignment; tabs are not allowed
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Spaces must be used for alignment; tabs are not allowed
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Spaces must be used for alignment; tabs are not allowed
(#603) Spaces must be used for alignment; tabs are not allowed
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 4 spaces, found 1
(#604) method name "soap_transport_http::isSkippableCurlHeader" must be in lower-case letters only
(#604) Visibility must be declared on method "isSkippableCurlHeader"
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 8 spaces, found 2
(#605) Variable "skipHeaders" must be all lower-case
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected 11 spaces, found 2
(#613) Variable "skipHeaders" must be all lower-case
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 15 spaces, found 3
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 15 spaces, found 3
(#615) Inline control structures are not allowed
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 12 spaces, found 2
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 12 spaces, found 2
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected 4 spaces, found 1
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 4 spaces, found 1
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Expected 2 space(s) before asterisk; 1 found
(#623) Spaces must be used for alignment; tabs are not allowed
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Expected 2 space(s) before asterisk; 1 found
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Expected 2 space(s) before asterisk; 1 found
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Expected 2 space(s) before asterisk; 1 found
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Expected 2 space(s) before asterisk; 1 found
(#627) Spaces must be used for alignment; tabs are not allowed
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Expected 2 space(s) before asterisk; 1 found
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Expected 2 space(s) before asterisk; 1 found
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Expected 2 space(s) before asterisk; 1 found
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 4 spaces, found 1
(#631) method name "soap_transport_http::decodeChunked" must be in lower-case letters only
(#631) Visibility must be declared on method "decodeChunked"
(#631) Expected 1 space after closing parenthesis; found 0
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) Line indented incorrectly; expected at least 8 spaces, found 2
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 8 spaces, found 2
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 8 spaces, found 2
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Whitespace found at end of line
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#636) Line indented incorrectly; expected at least 8 spaces, found 2
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) Line indented incorrectly; expected at least 8 spaces, found 2
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 8 spaces, found 2
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 8 spaces, found 2
(#639) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 12 spaces, found 3
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 12 spaces, found 3
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected 8 spaces, found 2
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 8 spaces, found 2
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 8 spaces, found 2
(#644) Variable "chunk_size" must not contain underscores.
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected at least 8 spaces, found 2
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) Line indented incorrectly; expected at least 8 spaces, found 2
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 8 spaces, found 2
(#647) Variable "chunk_size" must not contain underscores.
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected at least 12 spaces, found 3
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 12 spaces, found 3
(#649) Variable "chunk_size" must not contain underscores.
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Whitespace found at end of line
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#651) Line indented incorrectly; expected at least 12 spaces, found 3
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected 12 spaces, found 5
(#652) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 16 spaces, found 9
(#653) Commas (,) must be followed by white space.
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#654) Inline comments must end in full-stops, exclamation marks, or question marks
(#654) Line indented incorrectly; expected at least 16 spaces, found 4
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 16 spaces, found 7
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 16 spaces, found 9
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 16 spaces, found 9
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected 12 spaces, found 3
(#658) Closing brace indented incorrectly; expected 5 spaces, found 3
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Whitespace found at end of line
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#660) Inline comments must end in full-stops, exclamation marks, or question marks
(#660) Line indented incorrectly; expected at least 12 spaces, found 5
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 12 spaces, found 5
(#661) Commas (,) must be followed by white space.
(#661) Commas (,) must be followed by white space.
(#661) Expected 1 space before "-"; 0 found
(#661) Expected 1 space after "-"; 0 found
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Inline comments must start with a capital letter, digit or 3-dots sequence
(#662) Inline comments must end in full-stops, exclamation marks, or question marks
(#662) Line indented incorrectly; expected at least 12 spaces, found 5
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 12 spaces, found 5
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Inline comments must start with a capital letter, digit or 3-dots sequence
(#664) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) Line indented incorrectly; expected at least 12 spaces, found 5
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 12 spaces, found 5
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#666) Inline comments must end in full-stops, exclamation marks, or question marks
(#666) Line indented incorrectly; expected at least 12 spaces, found 5
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 12 spaces, found 5
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Whitespace found at end of line
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 12 spaces, found 5
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 12 spaces, found 3
(#670) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 16 spaces, found 4
(#671) Inline comments must end in full-stops, exclamation marks, or question marks
(#671) No space found before comment text; expected "// Just in case we got a broken connection" but found "//Just in case we got a broken connection"
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected 12 spaces, found 3
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 12 spaces, found 3
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Expected 1 space before "-"; 0 found
(#673) Expected 1 space after "-"; 0 found
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 12 spaces, found 3
(#674) Variable "chunk_size" must not contain underscores.
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected at least 12 spaces, found 3
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 8 spaces, found 2
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 8 spaces, found 2
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected 4 spaces, found 1
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Whitespace found at end of line
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 4 spaces, found 1
(#681) Spaces must be used for alignment; tabs are not allowed
(#682) Spaces must be used for alignment; tabs are not allowed
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Spaces must be used for alignment; tabs are not allowed
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Spaces must be used for alignment; tabs are not allowed
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Spaces must be used for alignment; tabs are not allowed
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Spaces must be used for alignment; tabs are not allowed
(#687) Spaces must be used for alignment; tabs are not allowed
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected 4 spaces, found 1
(#688) method name "soap_transport_http::buildPayload" must be in lower-case letters only
(#688) Visibility must be declared on method "buildPayload"
(#688) Variable "cookie_str" must not contain underscores.
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected at least 8 spaces, found 2
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 8 spaces, found 2
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected at least 8 spaces, found 2
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Line indented incorrectly; expected at least 8 spaces, found 2
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected 8 spaces, found 2
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected at least 12 spaces, found 3
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected 8 spaces, found 2
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Inline comments must start with a capital letter, digit or 3-dots sequence
(#698) Inline comments must end in full-stops, exclamation marks, or question marks
(#698) Line indented incorrectly; expected at least 8 spaces, found 2
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected 8 spaces, found 2
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 12 spaces, found 3
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected 8 spaces, found 2
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected at least 12 spaces, found 3
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected 8 spaces, found 2
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 8 spaces, found 2
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 8 spaces, found 2
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 8 spaces, found 2
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Inline comments must start with a capital letter, digit or 3-dots sequence
(#708) Inline comments must end in full-stops, exclamation marks, or question marks
(#708) Line indented incorrectly; expected at least 8 spaces, found 2
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected 8 spaces, found 2
(#709) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 12 spaces, found 3
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 12 spaces, found 3
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 12 spaces, found 3
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected 8 spaces, found 2
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#715) Inline comments must end in full-stops, exclamation marks, or question marks
(#715) Line indented incorrectly; expected at least 8 spaces, found 2
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected 8 spaces, found 2
(#716) Variable "cookie_str" must not contain underscores.
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 12 spaces, found 3
(#717) Variable "cookie_str" must not contain underscores.
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 12 spaces, found 3
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 12 spaces, found 3
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected 8 spaces, found 2
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#722) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) Line indented incorrectly; expected at least 8 spaces, found 2
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 8 spaces, found 2
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Whitespace found at end of line
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Inline comments must start with a capital letter, digit or 3-dots sequence
(#725) Inline comments must end in full-stops, exclamation marks, or question marks
(#725) Line indented incorrectly; expected at least 8 spaces, found 2
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 8 spaces, found 2
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 4 spaces, found 1
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 4 spaces, found 1
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Expected 2 space(s) before asterisk; 1 found
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Expected 2 space(s) before asterisk; 1 found
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Expected 2 space(s) before asterisk; 1 found
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Expected 2 space(s) before asterisk; 1 found
(#733) Spaces must be used for alignment; tabs are not allowed
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Expected 2 space(s) before asterisk; 1 found
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Spaces must be used for alignment; tabs are not allowed
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Expected 2 space(s) before asterisk; 1 found
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Expected 2 space(s) before asterisk; 1 found
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected 4 spaces, found 1
(#737) method name "soap_transport_http::sendRequest" must be in lower-case letters only
(#737) Visibility must be declared on method "sendRequest"
(#737) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#738) Line indented incorrectly; expected at least 8 spaces, found 2
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 8 spaces, found 2
(#739) Variable "cookie_str" must not contain underscores.
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) Variable "cookie_str" must not contain underscores.
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected 8 spaces, found 3
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Inline comments must start with a capital letter, digit or 3-dots sequence
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Line indented incorrectly; expected at least 12 spaces, found 2
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected 12 spaces, found 2
(#746) Expected "if (...) {\n"; found "if(...) {\n"
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 16 spaces, found 3
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 16 spaces, found 3
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 16 spaces, found 3
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected 12 spaces, found 2
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 12 spaces, found 2
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 2
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 8 spaces, found 3
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#754) Line indented incorrectly; expected at least 12 spaces, found 2
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 12 spaces, found 2
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 12 spaces, found 2
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 12 spaces, found 2
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Inline comments must end in full-stops, exclamation marks, or question marks
(#758) This comment is 67% valid code; is this commented out code?
(#758) Line indented incorrectly; expected at least 12 spaces, found 2
(#758) No space found before comment text; expected "// $this->setCurlOption(CURLOPT_CUSTOMREQUEST, $this->outgoing_payload);" but found "//$this->setCurlOption(CURLOPT_CUSTOMREQUEST, $this->outgoing_payload);"
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 12 spaces, found 2
(#759) Variable "curl_headers" must not contain underscores.
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected 12 spaces, found 2
(#760) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected 16 spaces, found 3
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 20 spaces, found 4
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 16 spaces, found 3
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 20 spaces, found 4
(#764) Variable "curl_headers" must not contain underscores.
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 16 spaces, found 3
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected 12 spaces, found 2
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 12 spaces, found 2
(#767) Variable "cookie_str" must not contain underscores.
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 16 spaces, found 3
(#768) Variable "curl_headers" must not contain underscores.
(#768) Variable "cookie_str" must not contain underscores.
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected 12 spaces, found 2
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 12 spaces, found 2
(#770) Variable "curl_headers" must not contain underscores.
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 12 spaces, found 2
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected 12 spaces, found 2
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 16 spaces, found 5
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 16 spaces, found 5
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 16 spaces, found 3
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 12 spaces, found 4
(#776) Closing brace indented incorrectly; expected 2 spaces, found 4
(#776) Empty ELSE statement detected
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected 12 spaces, found 4
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#778) Inline comments must end in full-stops, exclamation marks, or question marks
(#778) Line indented incorrectly; expected at least 12 spaces, found 2
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected 12 spaces, found 2
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 16 spaces, found 3
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected 12 spaces, found 2
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 12 spaces, found 2
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected at least 12 spaces, found 2
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 8 spaces, found 3
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected 4 spaces, found 1
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected at least 4 spaces, found 1
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Expected 2 space(s) before asterisk; 1 found
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Expected 2 space(s) before asterisk; 1 found
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Expected 2 space(s) before asterisk; 1 found
(#791) Spaces must be used for alignment; tabs are not allowed
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Expected 2 space(s) before asterisk; 1 found
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Expected 2 space(s) before asterisk; 1 found
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected 4 spaces, found 1
(#794) method name "soap_transport_http::getResponse" must be in lower-case letters only
(#794) Visibility must be declared on method "getResponse"
(#794) Expected 1 space after closing parenthesis; found 0
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 8 spaces, found 2
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Whitespace found at end of line
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 8 spaces, found 3
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Inline comments must start with a capital letter, digit or 3-dots sequence
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Line indented incorrectly; expected at least 12 spaces, found 5
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 12 spaces, found 5
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 12 spaces, found 5
(#800) Expected "while (...) {\n"; found "while (...){\n"
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 16 spaces, found 3
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected 16 spaces, found 3
(#803) Expected "if (...) {\n"; found "if(...) {\n"
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected at least 20 spaces, found 4
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 20 spaces, found 4
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected at least 20 spaces, found 4
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected at least 20 spaces, found 4
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected at least 20 spaces, found 4
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected 16 spaces, found 3
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected at least 16 spaces, found 3
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 16 spaces, found 3
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected at least 16 spaces, found 3
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected 16 spaces, found 3
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected at least 20 spaces, found 4
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected at least 20 spaces, found 4
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected at least 20 spaces, found 4
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected at least 20 spaces, found 4
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line indented incorrectly; expected at least 20 spaces, found 4
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Line indented incorrectly; expected 16 spaces, found 3
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Line indented incorrectly; expected at least 16 spaces, found 3
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected at least 16 spaces, found 3
(#824) Commas (,) must be followed by white space.
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 16 spaces, found 3
(#825) Expected "if (...) {\n"; found "if(...){\n"
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Line indented incorrectly; expected at least 20 spaces, found 4
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected 16 spaces, found 3
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected at least 20 spaces, found 4
(#828) Commas (,) must be followed by white space.
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected 20 spaces, found 4
(#829) Expected "if (...) {\n"; found "if(...){\n"
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected at least 24 spaces, found 5
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected 20 spaces, found 4
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected 16 spaces, found 3
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Inline comments must start with a capital letter, digit or 3-dots sequence
(#833) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) Line indented incorrectly; expected at least 16 spaces, found 3
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 16 spaces, found 3
(#834) Commas (,) must be followed by white space.
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 20 spaces, found 4
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected at least 20 spaces, found 4
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Line indented incorrectly; expected 16 spaces, found 3
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 12 spaces, found 2
(#838) Closing brace indented incorrectly; expected 5 spaces, found 2
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Inline comments must start with a capital letter, digit or 3-dots sequence
(#839) Inline comments must end in full-stops, exclamation marks, or question marks
(#839) Line indented incorrectly; expected at least 12 spaces, found 2
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 12 spaces, found 2
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 12 spaces, found 2
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#842) Inline comments must end in full-stops, exclamation marks, or question marks
(#842) Line indented incorrectly; expected at least 12 spaces, found 2
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected at least 12 spaces, found 2
(#843) Variable "header_data" must not contain underscores.
(#843) Commas (,) must be followed by white space.
(#843) Commas (,) must be followed by white space.
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected at least 12 spaces, found 2
(#844) Variable "header_array" must not contain underscores.
(#844) Commas (,) must be followed by white space.
(#844) Variable "header_data" must not contain underscores.
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 12 spaces, found 2
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 12 spaces, found 2
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 12 spaces, found 2
(#847) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#847) Variable "header_array" must not contain underscores.
(#847) Variable "header_line" must not contain underscores.
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 16 spaces, found 3
(#848) Commas (,) must be followed by white space.
(#848) Variable "header_line" must not contain underscores.
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected 16 spaces, found 3
(#849) Expected "if (...) {\n"; found "if(...){\n"
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected at least 20 spaces, found 4
(#850) Variable "header_name" must not contain underscores.
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected at least 20 spaces, found 4
(#851) Variable "header_name" must not contain underscores.
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Line indented incorrectly; expected 20 spaces, found 4
(#852) Variable "header_name" must not contain underscores.
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Inline comments must end in full-stops, exclamation marks, or question marks
(#853) Line indented incorrectly; expected at least 24 spaces, found 5
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected at least 24 spaces, found 5
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 24 spaces, found 5
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 28 spaces, found 6
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 28 spaces, found 6
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected 24 spaces, found 5
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected at least 28 spaces, found 6
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected 24 spaces, found 5
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected 20 spaces, found 7
(#861) Closing brace indented incorrectly; expected 4 spaces, found 7
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 16 spaces, found 3
(#862) Variable "header_name" must not contain underscores.
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Inline comments must start with a capital letter, digit or 3-dots sequence
(#863) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) Line indented incorrectly; expected at least 20 spaces, found 4
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected at least 20 spaces, found 4
(#864) Variable "header_name" must not contain underscores.
(#864) Variable "header_line" must not contain underscores.
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Tab found within whitespace
(#865) Line indented incorrectly; expected 16 spaces, found 3
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected 12 spaces, found 2
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Tab found within whitespace
(#867) Whitespace found at end of line
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#868) Inline comments must end in full-stops, exclamation marks, or question marks
(#868) Line indented incorrectly; expected at least 12 spaces, found 2
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected 12 spaces, found 2
(#869) Line exceeds 132 characters; contains 133 characters
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected at least 16 spaces, found 3
(#870) Variable "content_length" must not contain underscores.
(#870) Expected 1 space after "="; 2 found
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Inline comments must start with a capital letter, digit or 3-dots sequence
(#870) Inline comments must end in full-stops, exclamation marks, or question marks
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected at least 16 spaces, found 3
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected at least 16 spaces, found 3
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected 12 spaces, found 2
(#873) Usage of ELSEIF not allowed; use ELSE IF instead
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected at least 16 spaces, found 3
(#874) Variable "content_length" must not contain underscores.
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 16 spaces, found 3
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 16 spaces, found 3
(#876) Variable "content_length" must not contain underscores.
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected 12 spaces, found 2
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 16 spaces, found 3
(#878) Variable "content_length" must not contain underscores.
(#878) Expected 1 space after "="; 2 found
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected at least 16 spaces, found 3
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Line indented incorrectly; expected at least 16 spaces, found 3
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected 12 spaces, found 2
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected at least 12 spaces, found 2
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected 12 spaces, found 2
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Line indented incorrectly; expected 16 spaces, found 3
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Tab found within whitespace
(#885) Line indented incorrectly; expected at least 20 spaces, found 4
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected at least 20 spaces, found 4
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected at least 20 spaces, found 4
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected 20 spaces, found 4
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected at least 24 spaces, found 5
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Line indented incorrectly; expected at least 24 spaces, found 5
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Line indented incorrectly; expected at least 24 spaces, found 5
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected at least 24 spaces, found 5
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected at least 24 spaces, found 5
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected 20 spaces, found 4
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 20 spaces, found 4
(#895) Variable "content_length" must not contain underscores.
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 20 spaces, found 4
(#896) Variable "content_length" must not contain underscores.
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected 16 spaces, found 3
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected at least 16 spaces, found 3
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected 16 spaces, found 6
(#899) Variable "content_length" must not contain underscores.
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Line indented incorrectly; expected at least 20 spaces, found 7
(#900) Variable "content_length" must not contain underscores.
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Line indented incorrectly; expected at least 20 spaces, found 4
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected at least 20 spaces, found 4
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 20 spaces, found 4
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected 20 spaces, found 4
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 24 spaces, found 5
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 24 spaces, found 5
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected at least 24 spaces, found 5
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 24 spaces, found 5
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected at least 24 spaces, found 5
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 20 spaces, found 4
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 20 spaces, found 4
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 20 spaces, found 4
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 16 spaces, found 3
(#913) Closing brace indented incorrectly; expected 6 spaces, found 3
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected 16 spaces, found 3
(#914) Variable "content_length" must not contain underscores.
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 20 spaces, found 4
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 20 spaces, found 4
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 20 spaces, found 4
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected 20 spaces, found 4
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 24 spaces, found 5
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 24 spaces, found 5
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected at least 24 spaces, found 5
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 24 spaces, found 5
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected at least 24 spaces, found 5
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected 20 spaces, found 4
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected 16 spaces, found 3
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Tab found within whitespace
(#926) Line indented incorrectly; expected 12 spaces, found 2
(#926) Variable "content_length" must not contain underscores.
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected 12 spaces, found 2
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected at least 16 spaces, found 3
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 12 spaces, found 2
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 12 spaces, found 2
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected at least 12 spaces, found 2
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 12 spaces, found 2
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Whitespace found at end of line
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Inline comments must start with a capital letter, digit or 3-dots sequence
(#934) Inline comments must end in full-stops, exclamation marks, or question marks
(#934) Line indented incorrectly; expected at least 12 spaces, found 2
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected 12 spaces, found 2
(#935) Expected "if (...) {\n"; found "if(...){\n"
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 12 spaces, found 3
(#936) Whitespace found at end of line
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected at least 12 spaces, found 3
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected at least 16 spaces, found 3
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected at least 16 spaces, found 3
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Line indented incorrectly; expected at least 16 spaces, found 3
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Line indented incorrectly; expected 12 spaces, found 2
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Whitespace found at end of line
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#943) Line indented incorrectly; expected at least 12 spaces, found 2
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected 12 spaces, found 2
(#944) Expected "if (...) {\n"; found "if(...){\n"
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected at least 16 spaces, found 3
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 16 spaces, found 3
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected 12 spaces, found 2
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Whitespace found at end of line
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) This comment is 59% valid code; is this commented out code?
(#949) Inline comments must start with a capital letter, digit or 3-dots sequence
(#949) Line indented incorrectly; expected at least 12 spaces, found 2
(#950) Line exceeds 132 characters; contains 133 characters
(#950) Line indented incorrectly; expected at least 12 spaces, found 0
(#950) Tab found before comment text; expected "// if(isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked'){" but found "// if(isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked'){"
(#951) Line indented incorrectly; expected at least 12 spaces, found 0
(#951) Tab found before comment text; expected "// if(!$data = $this->decodeChunked($data, $lb)){" but found "// if(!$data = $this->decodeChunked($data, $lb)){"
(#952) Line indented incorrectly; expected at least 12 spaces, found 0
(#952) Tab found before comment text; expected "// $this->setError('Decoding of chunked data failed');" but found "// $this->setError('Decoding of chunked data failed');"
(#953) Line indented incorrectly; expected at least 12 spaces, found 0
(#953) Tab found before comment text; expected "// return false;" but found "// return false;"
(#954) Line indented incorrectly; expected at least 12 spaces, found 0
(#954) Tab found before comment text; expected "// }" but found "// }"
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) This comment is 75% valid code; is this commented out code?
(#955) Line indented incorrectly; expected at least 12 spaces, found 3
(#955) No space found before comment text; expected "// print "<pre>\nde-chunked:\n---------------\n$data\n\n---------------\n</pre>";" but found "//print "<pre>\nde-chunked:\n---------------\n$data\n\n---------------\n</pre>";"
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected at least 12 spaces, found 3
(#957) Line indented incorrectly; expected at least 12 spaces, found 0
(#957) Tab found before comment text; expected "// $this->incoming_payload = $header_data.$lb.$lb.$data;" but found "// $this->incoming_payload = $header_data.$lb.$lb.$data;"
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) Line indented incorrectly; expected at least 12 spaces, found 0
(#958) Tab found before comment text; expected "// }" but found "// }"
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Whitespace found at end of line
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 8 spaces, found 3
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Inline comments must start with a capital letter, digit or 3-dots sequence
(#961) Inline comments must end in full-stops, exclamation marks, or question marks
(#961) Line indented incorrectly; expected at least 12 spaces, found 2
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 12 spaces, found 2
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected at least 12 spaces, found 2
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 12 spaces, found 2
(#966) Line indented incorrectly; expected at least 12 spaces, found 8
(#966) Variable "cErr" must be all lower-case
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 12 spaces, found 2
(#967) Variable "cErr" must be all lower-case
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 16 spaces, found 9
(#968) Variable "cErr" must be all lower-case
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) Line indented incorrectly; expected at least 16 spaces, found 9
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 16 spaces, found 3
(#970) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 20 spaces, found 4
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 16 spaces, found 3
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 16 spaces, found 3
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected at least 16 spaces, found 3
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected at least 16 spaces, found 3
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected at least 16 spaces, found 6
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected 12 spaces, found 2
(#977) Empty ELSE statement detected
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) This comment is 75% valid code; is this commented out code?
(#978) Inline comments must start with a capital letter, digit or 3-dots sequence
(#978) Line indented incorrectly; expected at least 16 spaces, found 3
(#978) No space found before comment text; expected "// echo '<pre>';" but found "//echo '<pre>';"
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) This comment is 70% valid code; is this commented out code?
(#979) Line indented incorrectly; expected at least 16 spaces, found 3
(#979) No space found before comment text; expected "// var_dump(curl_getinfo($this->ch));" but found "//var_dump(curl_getinfo($this->ch));"
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Inline comments must end in full-stops, exclamation marks, or question marks
(#980) This comment is 75% valid code; is this commented out code?
(#980) Line indented incorrectly; expected at least 16 spaces, found 3
(#980) No space found before comment text; expected "// echo '</pre>';" but found "//echo '</pre>';"
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected 12 spaces, found 2
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Inline comments must start with a capital letter, digit or 3-dots sequence
(#982) Inline comments must end in full-stops, exclamation marks, or question marks
(#982) Line indented incorrectly; expected at least 12 spaces, found 2
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Line indented incorrectly; expected at least 12 spaces, found 2
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 12 spaces, found 2
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Whitespace found at end of line
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Inline comments must start with a capital letter, digit or 3-dots sequence
(#986) Inline comments must end in full-stops, exclamation marks, or question marks
(#986) Line indented incorrectly; expected at least 12 spaces, found 2
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 12 spaces, found 2
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected 12 spaces, found 2
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected at least 16 spaces, found 3
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected 16 spaces, found 3
(#990) Commas (,) must be followed by white space.
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected at least 20 spaces, found 4
(#991) Commas (,) must be followed by white space.
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected 16 spaces, found 3
(#992) Usage of ELSEIF not allowed; use ELSE IF instead
(#992) Commas (,) must be followed by white space.
(#993) Spaces must be used for alignment; tabs are not allowed
(#993) Tab found within whitespace
(#993) Line indented incorrectly; expected at least 20 spaces, found 4
(#993) Commas (,) must be followed by white space.
(#994) Spaces must be used for alignment; tabs are not allowed
(#994) Tab found within whitespace
(#994) Line indented incorrectly; expected 16 spaces, found 3
(#995) Spaces must be used for alignment; tabs are not allowed
(#995) Tab found within whitespace
(#995) Line indented incorrectly; expected 12 spaces, found 2
(#997) Spaces must be used for alignment; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected 12 spaces, found 2
(#998) Spaces must be used for alignment; tabs are not allowed
(#998) Tab found within whitespace
(#998) Inline comments must start with a capital letter, digit or 3-dots sequence
(#998) Inline comments must end in full-stops, exclamation marks, or question marks
(#998) Line indented incorrectly; expected at least 16 spaces, found 3
(#999) Spaces must be used for alignment; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected at least 16 spaces, found 3
(#1000) Spaces must be used for alignment; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected 16 spaces, found 3
(#1000) Commas (,) must be followed by white space.
(#1001) Spaces must be used for alignment; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected 20 spaces, found 4
(#1001) Commas (,) must be followed by white space.
(#1002) Spaces must be used for alignment; tabs are not allowed
(#1002) Tab found within whitespace
(#1002) Line indented incorrectly; expected at least 24 spaces, found 5
(#1002) Commas (,) must be followed by white space.
(#1003) Spaces must be used for alignment; tabs are not allowed
(#1003) Tab found within whitespace
(#1003) Line indented incorrectly; expected 20 spaces, found 4
(#1003) Usage of ELSEIF not allowed; use ELSE IF instead
(#1003) Commas (,) must be followed by white space.
(#1004) Spaces must be used for alignment; tabs are not allowed
(#1004) Tab found within whitespace
(#1004) Line indented incorrectly; expected at least 24 spaces, found 5
(#1004) Commas (,) must be followed by white space.
(#1005) Spaces must be used for alignment; tabs are not allowed
(#1005) Tab found within whitespace
(#1005) Line indented incorrectly; expected 20 spaces, found 4
(#1006) Spaces must be used for alignment; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Line indented incorrectly; expected 16 spaces, found 3
(#1007) Spaces must be used for alignment; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Line indented incorrectly; expected 12 spaces, found 2
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Whitespace found at end of line
(#1009) Spaces must be used for alignment; tabs are not allowed
(#1009) Tab found within whitespace
(#1009) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1009) Inline comments must end in full-stops, exclamation marks, or question marks
(#1009) Line indented incorrectly; expected at least 12 spaces, found 2
(#1010) Spaces must be used for alignment; tabs are not allowed
(#1010) Tab found within whitespace
(#1010) Line indented incorrectly; expected 12 spaces, found 2
(#1010) Commas (,) must be followed by white space.
(#1011) Spaces must be used for alignment; tabs are not allowed
(#1011) Tab found within whitespace
(#1011) Line indented incorrectly; expected at least 16 spaces, found 3
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Line indented incorrectly; expected 12 spaces, found 2
(#1012) Usage of ELSEIF not allowed; use ELSE IF instead
(#1012) Commas (,) must be followed by white space.
(#1013) Spaces must be used for alignment; tabs are not allowed
(#1013) Tab found within whitespace
(#1013) Line indented incorrectly; expected at least 16 spaces, found 3
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Line indented incorrectly; expected 12 spaces, found 2
(#1015) Spaces must be used for alignment; tabs are not allowed
(#1015) Tab found within whitespace
(#1015) Line indented incorrectly; expected at least 16 spaces, found 3
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Line indented incorrectly; expected at least 16 spaces, found 3
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1017) Tab found within whitespace
(#1017) Line indented incorrectly; expected at least 16 spaces, found 3
(#1018) Spaces must be used for alignment; tabs are not allowed
(#1018) Tab found within whitespace
(#1018) Line indented incorrectly; expected 12 spaces, found 2
(#1019) Spaces must be used for alignment; tabs are not allowed
(#1019) Tab found within whitespace
(#1019) Line indented incorrectly; expected at least 12 spaces, found 2
(#1019) Variable "header_data" must not contain underscores.
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected at least 12 spaces, found 2
(#1020) Variable "header_array" must not contain underscores.
(#1020) Commas (,) must be followed by white space.
(#1020) Variable "header_data" must not contain underscores.
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1021) Tab found within whitespace
(#1021) Line indented incorrectly; expected at least 12 spaces, found 2
(#1021) Commas (,) must be followed by white space.
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1022) Tab found within whitespace
(#1022) Line indented incorrectly; expected at least 12 spaces, found 2
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1023) Tab found within whitespace
(#1023) Line indented incorrectly; expected at least 12 spaces, found 2
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1024) Tab found within whitespace
(#1024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1024) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) Line indented incorrectly; expected at least 12 spaces, found 2
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1025) Tab found within whitespace
(#1025) Line indented incorrectly; expected 12 spaces, found 2
(#1025) Variable "header_array" must not contain underscores.
(#1025) Variable "header_line" must not contain underscores.
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1026) Tab found within whitespace
(#1026) Line indented incorrectly; expected at least 16 spaces, found 3
(#1026) Commas (,) must be followed by white space.
(#1026) Variable "header_line" must not contain underscores.
(#1026) Commas (,) must be followed by white space.
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1027) Tab found within whitespace
(#1027) Line indented incorrectly; expected 16 spaces, found 3
(#1027) Expected "if (...) {\n"; found "if(...){\n"
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1028) Tab found within whitespace
(#1028) Line indented incorrectly; expected at least 20 spaces, found 4
(#1028) Variable "header_name" must not contain underscores.
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected at least 20 spaces, found 4
(#1029) Variable "header_name" must not contain underscores.
(#1030) Spaces must be used for alignment; tabs are not allowed
(#1030) Tab found within whitespace
(#1030) Line indented incorrectly; expected 20 spaces, found 4
(#1030) Variable "header_name" must not contain underscores.
(#1031) Spaces must be used for alignment; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Inline comments must end in full-stops, exclamation marks, or question marks
(#1031) Line indented incorrectly; expected at least 24 spaces, found 5
(#1032) Spaces must be used for alignment; tabs are not allowed
(#1032) Tab found within whitespace
(#1032) Line indented incorrectly; expected at least 24 spaces, found 5
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Line indented incorrectly; expected 24 spaces, found 5
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Line indented incorrectly; expected at least 28 spaces, found 6
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected at least 28 spaces, found 6
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Line indented incorrectly; expected 24 spaces, found 5
(#1037) Spaces must be used for alignment; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Line indented incorrectly; expected at least 28 spaces, found 6
(#1038) Spaces must be used for alignment; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Line indented incorrectly; expected 24 spaces, found 5
(#1039) Spaces must be used for alignment; tabs are not allowed
(#1039) Tab found within whitespace
(#1039) Line indented incorrectly; expected 20 spaces, found 7
(#1039) Closing brace indented incorrectly; expected 4 spaces, found 7
(#1040) Spaces must be used for alignment; tabs are not allowed
(#1040) Tab found within whitespace
(#1040) Line indented incorrectly; expected 16 spaces, found 3
(#1040) Variable "header_name" must not contain underscores.
(#1041) Spaces must be used for alignment; tabs are not allowed
(#1041) Tab found within whitespace
(#1041) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1041) Inline comments must end in full-stops, exclamation marks, or question marks
(#1041) Line indented incorrectly; expected at least 20 spaces, found 4
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Line indented incorrectly; expected at least 20 spaces, found 4
(#1042) Variable "header_name" must not contain underscores.
(#1042) Variable "header_line" must not contain underscores.
(#1043) Spaces must be used for alignment; tabs are not allowed
(#1043) Tab found within whitespace
(#1043) Line indented incorrectly; expected 16 spaces, found 3
(#1044) Spaces must be used for alignment; tabs are not allowed
(#1044) Tab found within whitespace
(#1044) Line indented incorrectly; expected 12 spaces, found 2
(#1045) Spaces must be used for alignment; tabs are not allowed
(#1045) Tab found within whitespace
(#1045) Line indented incorrectly; expected 8 spaces, found 3
(#1047) Spaces must be used for alignment; tabs are not allowed
(#1047) Tab found within whitespace
(#1047) Line indented incorrectly; expected at least 8 spaces, found 2
(#1047) Variable "header_array" must not contain underscores.
(#1048) Spaces must be used for alignment; tabs are not allowed
(#1048) Tab found within whitespace
(#1048) Line indented incorrectly; expected at least 8 spaces, found 2
(#1049) Spaces must be used for alignment; tabs are not allowed
(#1049) Tab found within whitespace
(#1049) Line indented incorrectly; expected at least 8 spaces, found 2
(#1049) Variable "http_version" must not contain underscores.
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Line indented incorrectly; expected at least 8 spaces, found 2
(#1050) Variable "http_status" must not contain underscores.
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Tab found within whitespace
(#1051) Line indented incorrectly; expected at least 8 spaces, found 2
(#1051) Variable "http_reason" must not contain underscores.
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Tab found within whitespace
(#1053) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1053) Inline comments must end in full-stops, exclamation marks, or question marks
(#1053) Line indented incorrectly; expected at least 8 spaces, found 3
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Tab found within whitespace
(#1054) Line indented incorrectly; expected 8 spaces, found 3
(#1054) Variable "http_status" must not contain underscores.
(#1054) Variable "http_status" must not contain underscores.
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected at least 12 spaces, found 4
(#1055) Variable "http_status" must not contain underscores.
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Line indented incorrectly; expected at least 12 spaces, found 4
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Line indented incorrectly; expected at least 12 spaces, found 3
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Line indented incorrectly; expected at least 12 spaces, found 3
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected 8 spaces, found 2
(#1059) Closing brace indented incorrectly; expected 3 spaces, found 2
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1061) Inline comments must end in full-stops, exclamation marks, or question marks
(#1061) Line indented incorrectly; expected at least 8 spaces, found 3
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Line indented incorrectly; expected 8 spaces, found 3
(#1062) Variable "http_status" must not contain underscores.
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Line indented incorrectly; expected at least 12 spaces, found 4
(#1063) Variable "http_reason" must not contain underscores.
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Line indented incorrectly; expected 12 spaces, found 4
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line indented incorrectly; expected at least 16 spaces, found 5
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1066) Line indented incorrectly; expected at least 16 spaces, found 5
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected at least 16 spaces, found 5
(#1067) Variable "digestString" must be all lower-case
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Whitespace found at end of line
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1069) Inline comments must end in full-stops, exclamation marks, or question marks
(#1069) Line indented incorrectly; expected at least 16 spaces, found 5
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected at least 16 spaces, found 5
(#1070) Variable "digestElements" must be all lower-case
(#1070) Variable "digestString" must be all lower-case
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected 16 spaces, found 5
(#1071) Variable "digestElements" must be all lower-case
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected at least 20 spaces, found 6
(#1072) Variable "tempElement" must be all lower-case
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected at least 20 spaces, found 6
(#1073) Variable "digestRequest" must be all lower-case
(#1073) Variable "tempElement" must be all lower-case
(#1073) Variable "tempElement" must be all lower-case
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Line indented incorrectly; expected 16 spaces, found 5
(#1076) Spaces must be used for alignment; tabs are not allowed
(#1076) Tab found within whitespace
(#1076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1076) Inline comments must end in full-stops, exclamation marks, or question marks
(#1076) Line indented incorrectly; expected at least 16 spaces, found 4
(#1077) Spaces must be used for alignment; tabs are not allowed
(#1077) Tab found within whitespace
(#1077) Line indented incorrectly; expected 16 spaces, found 5
(#1077) Variable "digestRequest" must be all lower-case
(#1078) Spaces must be used for alignment; tabs are not allowed
(#1078) Tab found within whitespace
(#1078) Line indented incorrectly; expected at least 20 spaces, found 6
(#1078) Variable "digestRequest" must be all lower-case
(#1079) Spaces must be used for alignment; tabs are not allowed
(#1079) Tab found within whitespace
(#1079) Line indented incorrectly; expected at least 20 spaces, found 6
(#1080) Spaces must be used for alignment; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected at least 20 spaces, found 6
(#1081) Spaces must be used for alignment; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Line indented incorrectly; expected 16 spaces, found 5
(#1082) Spaces must be used for alignment; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Line indented incorrectly; expected 12 spaces, found 4
(#1083) Spaces must be used for alignment; tabs are not allowed
(#1083) Tab found within whitespace
(#1083) Line indented incorrectly; expected at least 12 spaces, found 3
(#1084) Spaces must be used for alignment; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected at least 12 spaces, found 3
(#1085) Spaces must be used for alignment; tabs are not allowed
(#1085) Tab found within whitespace
(#1085) Line indented incorrectly; expected at least 12 spaces, found 3
(#1086) Spaces must be used for alignment; tabs are not allowed
(#1086) Tab found within whitespace
(#1086) Line indented incorrectly; expected 8 spaces, found 3
(#1087) Spaces must be used for alignment; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Whitespace found at end of line
(#1088) Spaces must be used for alignment; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Line indented incorrectly; expected 8 spaces, found 2
(#1089) Spaces must be used for alignment; tabs are not allowed
(#1089) Tab found within whitespace
(#1089) Line indented incorrectly; expected at least 8 spaces, found 3
(#1089) Variable "http_status" must not contain underscores.
(#1089) Variable "http_status" must not contain underscores.
(#1090) Spaces must be used for alignment; tabs are not allowed
(#1090) Tab found within whitespace
(#1090) Line indented incorrectly; expected at least 8 spaces, found 3
(#1090) Variable "http_status" must not contain underscores.
(#1090) Variable "http_status" must not contain underscores.
(#1091) Spaces must be used for alignment; tabs are not allowed
(#1091) Tab found within whitespace
(#1091) Line indented incorrectly; expected at least 8 spaces, found 3
(#1091) Variable "http_status" must not contain underscores.
(#1091) Variable "http_status" must not contain underscores.
(#1092) Spaces must be used for alignment; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected at least 11 spaces, found 5
(#1093) Spaces must be used for alignment; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Line indented incorrectly; expected at least 15 spaces, found 3
(#1093) Variable "http_status" must not contain underscores.
(#1093) Line exceeds 132 characters; contains 133 characters
(#1094) Spaces must be used for alignment; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Line indented incorrectly; expected at least 15 spaces, found 3
(#1095) Spaces must be used for alignment; tabs are not allowed
(#1095) Tab found within whitespace
(#1095) Line indented incorrectly; expected 8 spaces, found 2
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1097) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) Line indented incorrectly; expected at least 8 spaces, found 2
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Line indented incorrectly; expected 8 spaces, found 2
(#1098) Expected "if (...) {\n"; found "if(...){\n"
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Line indented incorrectly; expected 12 spaces, found 3
(#1099) Expected "if (...) {\n"; found "if(...){\n"
(#1099) Line exceeds 132 characters; contains 145 characters
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) Inline comments must end in full-stops, exclamation marks, or question marks
(#1100) Line indented incorrectly; expected at least 16 spaces, found 7
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Line indented incorrectly; expected 16 spaces, found 7
(#1101) Expected "if (...) {\n"; found "if(...){\n"
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) This comment is 86% valid code; is this commented out code?
(#1102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1102) Line indented incorrectly; expected at least 20 spaces, found 5
(#1102) No space found before comment text; expected "// $timer->setMarker('starting decoding of gzip/deflated content');" but found "//$timer->setMarker('starting decoding of gzip/deflated content');"
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected at least 20 spaces, found 5
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Inline comments must end in full-stops, exclamation marks, or question marks
(#1104) Line indented incorrectly; expected at least 20 spaces, found 5
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Line indented incorrectly; expected at least 20 spaces, found 5
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Line indented incorrectly; expected at least 20 spaces, found 5
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Line indented incorrectly; expected 20 spaces, found 5
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Line indented incorrectly; expected 24 spaces, found 6
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected at least 28 spaces, found 10
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Line indented incorrectly; expected at least 28 spaces, found 10
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Line indented incorrectly; expected 28 spaces, found 10
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1112) Inline comments must end in full-stops, exclamation marks, or question marks
(#1112) Line indented incorrectly; expected at least 32 spaces, found 11
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected at least 32 spaces, found 11
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected 32 spaces, found 8
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Line indented incorrectly; expected at least 36 spaces, found 12
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected at least 36 spaces, found 12
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected 32 spaces, found 8
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Line indented incorrectly; expected 28 spaces, found 10
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Line indented incorrectly; expected 24 spaces, found 9
(#1119) Closing brace indented incorrectly; expected 6 spaces, found 9
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Line indented incorrectly; expected at least 28 spaces, found 10
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected at least 28 spaces, found 10
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected 24 spaces, found 9
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected 20 spaces, found 5
(#1123) Usage of ELSEIF not allowed; use ELSE IF instead
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected 24 spaces, found 6
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1124) Inline comments must end in full-stops, exclamation marks, or question marks
(#1125) Spaces must be used for alignment; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Line indented incorrectly; expected at least 28 spaces, found 7
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected at least 28 spaces, found 10
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Line indented incorrectly; expected 28 spaces, found 10
(#1128) Spaces must be used for alignment; tabs are not allowed
(#1128) Tab found within whitespace
(#1128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1128) Inline comments must end in full-stops, exclamation marks, or question marks
(#1128) Line indented incorrectly; expected at least 32 spaces, found 11
(#1129) Spaces must be used for alignment; tabs are not allowed
(#1129) Tab found within whitespace
(#1129) Line indented incorrectly; expected at least 32 spaces, found 11
(#1130) Spaces must be used for alignment; tabs are not allowed
(#1130) Tab found within whitespace
(#1130) Line indented incorrectly; expected 32 spaces, found 8
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1131) Tab found within whitespace
(#1131) Line indented incorrectly; expected at least 36 spaces, found 12
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Tab found within whitespace
(#1132) Line indented incorrectly; expected at least 36 spaces, found 12
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected 32 spaces, found 8
(#1134) Spaces must be used for alignment; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Line indented incorrectly; expected 28 spaces, found 10
(#1135) Spaces must be used for alignment; tabs are not allowed
(#1135) Tab found within whitespace
(#1135) Line indented incorrectly; expected 24 spaces, found 9
(#1135) Closing brace indented incorrectly; expected 6 spaces, found 9
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected at least 28 spaces, found 10
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Line indented incorrectly; expected at least 28 spaces, found 7
(#1138) Spaces must be used for alignment; tabs are not allowed
(#1138) Tab found within whitespace
(#1138) Line indented incorrectly; expected 24 spaces, found 9
(#1139) Spaces must be used for alignment; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) Line indented incorrectly; expected 20 spaces, found 5
(#1140) Spaces must be used for alignment; tabs are not allowed
(#1140) Tab found within whitespace
(#1140) This comment is 86% valid code; is this commented out code?
(#1140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1140) Line indented incorrectly; expected at least 20 spaces, found 5
(#1140) No space found before comment text; expected "// $timer->setMarker('finished decoding of gzip/deflated content');" but found "//$timer->setMarker('finished decoding of gzip/deflated content');"
(#1141) Spaces must be used for alignment; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) This comment is 75% valid code; is this commented out code?
(#1141) Line indented incorrectly; expected at least 20 spaces, found 5
(#1141) No space found before comment text; expected "// print "<xmp>\nde-inflated:\n---------------\n$data\n-------------\n</xmp>";" but found "//print "<xmp>\nde-inflated:\n---------------\n$data\n-------------\n</xmp>";"
(#1142) Spaces must be used for alignment; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Inline comments must end in full-stops, exclamation marks, or question marks
(#1142) Line indented incorrectly; expected at least 20 spaces, found 5
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected at least 20 spaces, found 5
(#1143) Variable "header_data" must not contain underscores.
(#1144) Spaces must be used for alignment; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected 16 spaces, found 7
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Line indented incorrectly; expected at least 20 spaces, found 5
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected at least 20 spaces, found 5
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected 16 spaces, found 4
(#1147) Closing brace indented incorrectly; expected 7 spaces, found 4
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Line indented incorrectly; expected 12 spaces, found 3
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected at least 16 spaces, found 4
(#1150) Spaces must be used for alignment; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Line indented incorrectly; expected at least 16 spaces, found 4
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 12 spaces, found 3
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected 8 spaces, found 2
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Line indented incorrectly; expected at least 12 spaces, found 3
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected 8 spaces, found 2
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Whitespace found at end of line
(#1156) Spaces must be used for alignment; tabs are not allowed
(#1156) Tab found within whitespace
(#1156) Line indented incorrectly; expected 8 spaces, found 2
(#1156) Expected "if (...) {\n"; found "if(...){\n"
(#1157) Spaces must be used for alignment; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected at least 12 spaces, found 3
(#1158) Spaces must be used for alignment; tabs are not allowed
(#1158) Tab found within whitespace
(#1158) Line indented incorrectly; expected at least 12 spaces, found 3
(#1159) Spaces must be used for alignment; tabs are not allowed
(#1159) Tab found within whitespace
(#1159) Line indented incorrectly; expected at least 12 spaces, found 3
(#1160) Spaces must be used for alignment; tabs are not allowed
(#1160) Tab found within whitespace
(#1160) Line indented incorrectly; expected 8 spaces, found 2
(#1161) Spaces must be used for alignment; tabs are not allowed
(#1161) Tab found within whitespace
(#1161) Whitespace found at end of line
(#1162) Spaces must be used for alignment; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected at least 8 spaces, found 2
(#1163) Spaces must be used for alignment; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Line indented incorrectly; expected 4 spaces, found 1
(#1165) Spaces must be used for alignment; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Line indented incorrectly; expected at least 4 spaces, found 1
(#1166) Spaces must be used for alignment; tabs are not allowed
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Line indented incorrectly; expected 4 spaces, found 1
(#1172) method name "soap_transport_http::setContentType" must be in lower-case letters only
(#1172) Visibility must be declared on method "setContentType"
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected at least 8 spaces, found 2
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected 4 spaces, found 1
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected at least 4 spaces, found 1
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1181) Spaces must be used for alignment; tabs are not allowed
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected 4 spaces, found 1
(#1182) method name "soap_transport_http::usePersistentConnection" must be in lower-case letters only
(#1182) Visibility must be declared on method "usePersistentConnection"
(#1182) Expected 1 space after closing parenthesis; found 0
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected 8 spaces, found 2
(#1184) Spaces must be used for alignment; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected at least 12 spaces, found 3
(#1185) Spaces must be used for alignment; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Line indented incorrectly; expected 8 spaces, found 2
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Line indented incorrectly; expected at least 8 spaces, found 2
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected at least 8 spaces, found 2
(#1188) Spaces must be used for alignment; tabs are not allowed
(#1188) Tab found within whitespace
(#1188) Line indented incorrectly; expected at least 8 spaces, found 2
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected at least 8 spaces, found 2
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Line indented incorrectly; expected 4 spaces, found 1
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected at least 4 spaces, found 1
(#1193) Spaces must be used for alignment; tabs are not allowed
(#1194) Spaces must be used for alignment; tabs are not allowed
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1196) Spaces must be used for alignment; tabs are not allowed
(#1196) Spaces must be used for alignment; tabs are not allowed
(#1197) Spaces must be used for alignment; tabs are not allowed
(#1197) Spaces must be used for alignment; tabs are not allowed
(#1198) Spaces must be used for alignment; tabs are not allowed
(#1199) Spaces must be used for alignment; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected at least 4 spaces, found 1
(#1200) Line indented incorrectly; expected at least 4 spaces, found 2
(#1201) Line indented incorrectly; expected at least 4 spaces, found 2
(#1202) Spaces must be used for alignment; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected 4 spaces, found 1
(#1202) method name "soap_transport_http::parseCookie" must be in lower-case letters only
(#1202) Visibility must be declared on method "parseCookie"
(#1202) Variable "cookie_str" must not contain underscores.
(#1203) Spaces must be used for alignment; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected at least 8 spaces, found 2
(#1203) Variable "cookie_str" must not contain underscores.
(#1203) Variable "cookie_str" must not contain underscores.
(#1204) Spaces must be used for alignment; tabs are not allowed
(#1204) Tab found within whitespace
(#1204) Line indented incorrectly; expected at least 8 spaces, found 2
(#1204) Variable "cookie_str" must not contain underscores.
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected at least 8 spaces, found 2
(#1205) Variable "value_str" must not contain underscores.
(#1207) Spaces must be used for alignment; tabs are not allowed
(#1207) Tab found within whitespace
(#1207) Line indented incorrectly; expected at least 8 spaces, found 2
(#1207) Variable "cookie_param" must not contain underscores.
(#1208) Spaces must be used for alignment; tabs are not allowed
(#1208) Tab found within whitespace
(#1208) Line indented incorrectly; expected at least 8 spaces, found 2
(#1208) Variable "cookie_str" must not contain underscores.
(#1208) Variable "cookie_param" must not contain underscores.
(#1209) Spaces must be used for alignment; tabs are not allowed
(#1209) Tab found within whitespace
(#1209) Line indented incorrectly; expected 8 spaces, found 2
(#1210) Spaces must be used for alignment; tabs are not allowed
(#1210) Tab found within whitespace
(#1210) Line indented incorrectly; expected at least 12 spaces, found 3
(#1210) Variable "cookie_str" must not contain underscores.
(#1210) Variable "cookie_param" must not contain underscores.
(#1211) Spaces must be used for alignment; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected at least 12 spaces, found 3
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Line indented incorrectly; expected 8 spaces, found 2
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected at least 12 spaces, found 3
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected 8 spaces, found 2
(#1216) Spaces must be used for alignment; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Line indented incorrectly; expected at least 8 spaces, found 2
(#1216) Variable "cookie_param" must not contain underscores.
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Line indented incorrectly; expected at least 8 spaces, found 2
(#1217) Variable "cookie_str" must not contain underscores.
(#1217) Variable "cookie_param" must not contain underscores.
(#1218) Spaces must be used for alignment; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected 8 spaces, found 2
(#1219) Spaces must be used for alignment; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Line indented incorrectly; expected at least 12 spaces, found 3
(#1219) Variable "cookie_str" must not contain underscores.
(#1219) Variable "cookie_param" must not contain underscores.
(#1220) Spaces must be used for alignment; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Line indented incorrectly; expected at least 12 spaces, found 3
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected 8 spaces, found 2
(#1222) Spaces must be used for alignment; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Line indented incorrectly; expected at least 12 spaces, found 3
(#1223) Spaces must be used for alignment; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected 8 spaces, found 2
(#1225) Spaces must be used for alignment; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Line indented incorrectly; expected at least 8 spaces, found 2
(#1225) Variable "cookie_param" must not contain underscores.
(#1226) Spaces must be used for alignment; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Line indented incorrectly; expected at least 8 spaces, found 2
(#1226) Variable "cookie_str" must not contain underscores.
(#1226) Variable "cookie_param" must not contain underscores.
(#1227) Spaces must be used for alignment; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Line indented incorrectly; expected 8 spaces, found 2
(#1228) Spaces must be used for alignment; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected at least 12 spaces, found 3
(#1228) Variable "cookie_str" must not contain underscores.
(#1228) Variable "cookie_param" must not contain underscores.
(#1229) Spaces must be used for alignment; tabs are not allowed
(#1229) Tab found within whitespace
(#1229) Line indented incorrectly; expected at least 12 spaces, found 3
(#1230) Spaces must be used for alignment; tabs are not allowed
(#1230) Tab found within whitespace
(#1230) Line indented incorrectly; expected 8 spaces, found 2
(#1231) Spaces must be used for alignment; tabs are not allowed
(#1231) Tab found within whitespace
(#1231) Line indented incorrectly; expected at least 12 spaces, found 3
(#1232) Spaces must be used for alignment; tabs are not allowed
(#1232) Tab found within whitespace
(#1232) Line indented incorrectly; expected 8 spaces, found 2
(#1233) Spaces must be used for alignment; tabs are not allowed
(#1233) Tab found within whitespace
(#1233) Whitespace found at end of line
(#1234) Spaces must be used for alignment; tabs are not allowed
(#1234) Tab found within whitespace
(#1234) Line indented incorrectly; expected at least 8 spaces, found 2
(#1234) Variable "cookie_param" must not contain underscores.
(#1235) Spaces must be used for alignment; tabs are not allowed
(#1235) Tab found within whitespace
(#1235) Line indented incorrectly; expected 8 spaces, found 2
(#1235) Variable "cookie_str" must not contain underscores.
(#1235) Variable "cookie_param" must not contain underscores.
(#1235) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1236) Spaces must be used for alignment; tabs are not allowed
(#1236) Tab found within whitespace
(#1236) Line indented incorrectly; expected at least 12 spaces, found 3
(#1237) Spaces must be used for alignment; tabs are not allowed
(#1237) Tab found within whitespace
(#1237) Line indented incorrectly; expected 8 spaces, found 2
(#1238) Spaces must be used for alignment; tabs are not allowed
(#1238) Tab found within whitespace
(#1238) Line indented incorrectly; expected at least 12 spaces, found 3
(#1239) Spaces must be used for alignment; tabs are not allowed
(#1239) Tab found within whitespace
(#1239) Line indented incorrectly; expected 8 spaces, found 2
(#1241) Spaces must be used for alignment; tabs are not allowed
(#1241) Tab found within whitespace
(#1241) Line indented incorrectly; expected at least 8 spaces, found 2
(#1241) Variable "sep_pos" must not contain underscores.
(#1241) Variable "value_str" must not contain underscores.
(#1243) Spaces must be used for alignment; tabs are not allowed
(#1243) Tab found within whitespace
(#1243) Line indented incorrectly; expected 8 spaces, found 2
(#1243) Variable "sep_pos" must not contain underscores.
(#1244) Spaces must be used for alignment; tabs are not allowed
(#1244) Tab found within whitespace
(#1244) Line indented incorrectly; expected at least 12 spaces, found 3
(#1244) Variable "value_str" must not contain underscores.
(#1244) Variable "sep_pos" must not contain underscores.
(#1245) Spaces must be used for alignment; tabs are not allowed
(#1245) Tab found within whitespace
(#1245) Line indented incorrectly; expected at least 12 spaces, found 3
(#1245) Variable "value_str" must not contain underscores.
(#1245) Variable "sep_pos" must not contain underscores.
(#1246) Spaces must be used for alignment; tabs are not allowed
(#1246) Tab found within whitespace
(#1246) Line indented incorrectly; expected at least 12 spaces, found 3
(#1246) Expected 1 space before "="; 0 found
(#1246) Spaces must be used for alignment; tabs are not allowed
(#1246) Tab found within whitespace
(#1247) Spaces must be used for alignment; tabs are not allowed
(#1247) Tab found within whitespace
(#1248) Spaces must be used for alignment; tabs are not allowed
(#1248) Tab found within whitespace
(#1248) Line indented incorrectly; expected at least 12 spaces, found 7
(#1249) Spaces must be used for alignment; tabs are not allowed
(#1249) Tab found within whitespace
(#1249) Line indented incorrectly; expected at least 12 spaces, found 7
(#1250) Spaces must be used for alignment; tabs are not allowed
(#1250) Tab found within whitespace
(#1250) Line indented incorrectly; expected at least 12 spaces, found 7
(#1251) Spaces must be used for alignment; tabs are not allowed
(#1251) Tab found within whitespace
(#1251) Line indented incorrectly; expected at least 12 spaces, found 7
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Line indented incorrectly; expected at least 18 spaces, found 7
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Whitespace found at end of line
(#1253) Spaces must be used for alignment; tabs are not allowed
(#1253) Tab found within whitespace
(#1253) Line indented incorrectly; expected at least 18 spaces, found 3
(#1254) Spaces must be used for alignment; tabs are not allowed
(#1254) Tab found within whitespace
(#1254) Line indented incorrectly; expected 8 spaces, found 2
(#1255) Spaces must be used for alignment; tabs are not allowed
(#1255) Tab found within whitespace
(#1255) Line indented incorrectly; expected at least 8 spaces, found 2
(#1256) Spaces must be used for alignment; tabs are not allowed
(#1256) Tab found within whitespace
(#1256) Line indented incorrectly; expected 4 spaces, found 1
(#1257) Whitespace found at end of line
(#1258) Spaces must be used for alignment; tabs are not allowed
(#1258) Tab found within whitespace
(#1258) Line indented incorrectly; expected at least 4 spaces, found 1
(#1259) Spaces must be used for alignment; tabs are not allowed
(#1260) Spaces must be used for alignment; tabs are not allowed
(#1261) Spaces must be used for alignment; tabs are not allowed
(#1261) Spaces must be used for alignment; tabs are not allowed
(#1262) Spaces must be used for alignment; tabs are not allowed
(#1262) Spaces must be used for alignment; tabs are not allowed
(#1263) Spaces must be used for alignment; tabs are not allowed
(#1263) Spaces must be used for alignment; tabs are not allowed
(#1264) Spaces must be used for alignment; tabs are not allowed
(#1264) Spaces must be used for alignment; tabs are not allowed
(#1265) Spaces must be used for alignment; tabs are not allowed
(#1266) Spaces must be used for alignment; tabs are not allowed
(#1266) Tab found within whitespace
(#1266) Line indented incorrectly; expected 4 spaces, found 1
(#1266) method name "soap_transport_http::getCookiesForRequest" must be in lower-case letters only
(#1266) Visibility must be declared on method "getCookiesForRequest"
(#1267) Spaces must be used for alignment; tabs are not allowed
(#1267) Tab found within whitespace
(#1267) Line indented incorrectly; expected at least 8 spaces, found 2
(#1267) Variable "cookie_str" must not contain underscores.
(#1268) Spaces must be used for alignment; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected 8 spaces, found 2
(#1269) Spaces must be used for alignment; tabs are not allowed
(#1269) Tab found within whitespace
(#1269) Line indented incorrectly; expected 12 spaces, found 3
(#1270) Spaces must be used for alignment; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Line indented incorrectly; expected 16 spaces, found 4
(#1271) Spaces must be used for alignment; tabs are not allowed
(#1271) Tab found within whitespace
(#1271) Line indented incorrectly; expected at least 20 spaces, found 5
(#1272) Spaces must be used for alignment; tabs are not allowed
(#1272) Tab found within whitespace
(#1272) Line indented incorrectly; expected 16 spaces, found 4
(#1273) Spaces must be used for alignment; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Line indented incorrectly; expected at least 16 spaces, found 7
(#1274) Spaces must be used for alignment; tabs are not allowed
(#1274) Tab found within whitespace
(#1274) Line indented incorrectly; expected 16 spaces, found 4
(#1275) Spaces must be used for alignment; tabs are not allowed
(#1275) Tab found within whitespace
(#1275) Line indented incorrectly; expected 20 spaces, found 5
(#1276) Spaces must be used for alignment; tabs are not allowed
(#1276) Tab found within whitespace
(#1276) Line indented incorrectly; expected at least 24 spaces, found 6
(#1277) Spaces must be used for alignment; tabs are not allowed
(#1277) Tab found within whitespace
(#1277) Line indented incorrectly; expected at least 24 spaces, found 6
(#1278) Spaces must be used for alignment; tabs are not allowed
(#1278) Tab found within whitespace
(#1278) Line indented incorrectly; expected 20 spaces, found 5
(#1279) Spaces must be used for alignment; tabs are not allowed
(#1279) Tab found within whitespace
(#1279) Line indented incorrectly; expected 16 spaces, found 4
(#1280) Spaces must be used for alignment; tabs are not allowed
(#1280) Tab found within whitespace
(#1280) Line indented incorrectly; expected 16 spaces, found 4
(#1281) Spaces must be used for alignment; tabs are not allowed
(#1281) Tab found within whitespace
(#1281) Line indented incorrectly; expected at least 20 spaces, found 5
(#1282) Spaces must be used for alignment; tabs are not allowed
(#1282) Tab found within whitespace
(#1282) Line indented incorrectly; expected 20 spaces, found 5
(#1283) Spaces must be used for alignment; tabs are not allowed
(#1283) Tab found within whitespace
(#1283) Line indented incorrectly; expected at least 24 spaces, found 6
(#1284) Spaces must be used for alignment; tabs are not allowed
(#1284) Tab found within whitespace
(#1284) Line indented incorrectly; expected at least 24 spaces, found 6
(#1285) Spaces must be used for alignment; tabs are not allowed
(#1285) Tab found within whitespace
(#1285) Line indented incorrectly; expected 20 spaces, found 5
(#1286) Spaces must be used for alignment; tabs are not allowed
(#1286) Tab found within whitespace
(#1286) Line indented incorrectly; expected 16 spaces, found 4
(#1287) Spaces must be used for alignment; tabs are not allowed
(#1287) Tab found within whitespace
(#1287) Line indented incorrectly; expected 16 spaces, found 4
(#1288) Spaces must be used for alignment; tabs are not allowed
(#1288) Tab found within whitespace
(#1288) Line indented incorrectly; expected at least 20 spaces, found 5
(#1289) Spaces must be used for alignment; tabs are not allowed
(#1289) Tab found within whitespace
(#1289) Line indented incorrectly; expected 20 spaces, found 5
(#1290) Spaces must be used for alignment; tabs are not allowed
(#1290) Tab found within whitespace
(#1290) Line indented incorrectly; expected at least 24 spaces, found 6
(#1291) Spaces must be used for alignment; tabs are not allowed
(#1291) Tab found within whitespace
(#1291) Line indented incorrectly; expected at least 24 spaces, found 6
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Line indented incorrectly; expected 20 spaces, found 5
(#1293) Spaces must be used for alignment; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Line indented incorrectly; expected 16 spaces, found 4
(#1294) Spaces must be used for alignment; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Line indented incorrectly; expected 16 spaces, found 4
(#1295) Spaces must be used for alignment; tabs are not allowed
(#1295) Tab found within whitespace
(#1295) Line indented incorrectly; expected at least 20 spaces, found 5
(#1296) Spaces must be used for alignment; tabs are not allowed
(#1296) Tab found within whitespace
(#1296) Line indented incorrectly; expected at least 20 spaces, found 5
(#1297) Spaces must be used for alignment; tabs are not allowed
(#1297) Tab found within whitespace
(#1297) Line indented incorrectly; expected 16 spaces, found 4
(#1298) Spaces must be used for alignment; tabs are not allowed
(#1298) Tab found within whitespace
(#1298) Line indented incorrectly; expected at least 16 spaces, found 4
(#1298) Variable "cookie_str" must not contain underscores.
(#1299) Spaces must be used for alignment; tabs are not allowed
(#1299) Tab found within whitespace
(#1299) Line indented incorrectly; expected at least 16 spaces, found 7
(#1300) Spaces must be used for alignment; tabs are not allowed
(#1300) Tab found within whitespace
(#1300) Line indented incorrectly; expected 12 spaces, found 3
(#1301) Spaces must be used for alignment; tabs are not allowed
(#1301) Tab found within whitespace
(#1301) Line indented incorrectly; expected 8 spaces, found 2
(#1302) Spaces must be used for alignment; tabs are not allowed
(#1302) Tab found within whitespace
(#1302) Line indented incorrectly; expected at least 8 spaces, found 2
(#1302) Variable "cookie_str" must not contain underscores.
(#1303) Line indented incorrectly; expected 4 spaces, found 2
(#1303) Closing brace indented incorrectly; expected 1 spaces, found 2
(#1307) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soap_val.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected 1 space(s) before asterisk; 0 found
(#16) Expected 1 space(s) before asterisk; 0 found
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Inline doc block comments are not allowed; use "// Comment." instead
(#19) Spaces must be used to indent lines; tabs are not allowed
(#20) Spaces must be used to indent lines; tabs are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#22) Spaces must be used to indent lines; tabs are not allowed
(#23) Spaces must be used to indent lines; tabs are not allowed
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$name"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Inline doc block comments are not allowed; use "// Comment." instead
(#26) Spaces must be used to indent lines; tabs are not allowed
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$type"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$value"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Member variable "element_ns" must not contain underscores.
(#45) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#45) Scope modifier not specified for member variable "$element_ns"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Inline doc block comments are not allowed; use "// Comment." instead
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Member variable "type_ns" must not contain underscores.
(#52) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#52) Scope modifier not specified for member variable "$type_ns"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Inline doc block comments are not allowed; use "// Comment." instead
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#59) Scope modifier not specified for member variable "$attributes"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Expected 2 space(s) before asterisk; 1 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Expected 2 space(s) before asterisk; 1 found
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Expected 2 space(s) before asterisk; 1 found
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Expected 2 space(s) before asterisk; 1 found
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Expected 2 space(s) before asterisk; 1 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Expected 2 space(s) before asterisk; 1 found
(#67) Spaces must be used for alignment; tabs are not allowed
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Expected 2 space(s) before asterisk; 1 found
(#68) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Expected 2 space(s) before asterisk; 1 found
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Expected 2 space(s) before asterisk; 1 found
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Expected 2 space(s) before asterisk; 1 found
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 3
(#72) PHP4 style constructors are not allowed; use "__construct()" instead
(#72) Visibility must be declared on method "soapval"
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Variable "element_ns" must not contain underscores.
(#72) Commas (,) must be followed by white space.
(#72) Variable "type_ns" must not contain underscores.
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "element_ns" must not contain underscores.
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "type_ns" must not contain underscores.
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Closing brace indented incorrectly; expected 3 spaces, found 4
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Expected 2 space(s) before asterisk; 1 found
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Expected 2 space(s) before asterisk; 1 found
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Expected 2 space(s) before asterisk; 1 found
(#85) Spaces must be used for alignment; tabs are not allowed
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Expected 2 space(s) before asterisk; 1 found
(#86) Spaces must be used for alignment; tabs are not allowed
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Expected 2 space(s) before asterisk; 1 found
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Expected 2 space(s) before asterisk; 1 found
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#89) Visibility must be declared on method "serialize"
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Line exceeds 132 characters; contains 136 characters
(#91) Closing brace indented incorrectly; expected 1 spaces, found 4
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Expected 2 space(s) before asterisk; 1 found
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Expected 2 space(s) before asterisk; 1 found
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Expected 2 space(s) before asterisk; 1 found
(#96) Spaces must be used for alignment; tabs are not allowed
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Expected 2 space(s) before asterisk; 1 found
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Expected 2 space(s) before asterisk; 1 found
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Visibility must be declared on method "decode"
(#99) Expected 1 space after closing parenthesis; found 0
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#107) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.soapclient.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Line 12 of the opening comment must start "//".
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Expected 1 space(s) before asterisk; 0 found
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected 1 space(s) before asterisk; 0 found
(#16) Expected 1 space(s) before asterisk; 0 found
(#17) Expected 1 space(s) before asterisk; 0 found
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#25) Expected 1 space(s) before asterisk; 0 found
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$username"
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$password"
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$authtype"
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Member variable "certRequest" must be all lower-case
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$certRequest"
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Member variable "requestHeaders" must be all lower-case
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$requestHeaders"
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Member variable "responseHeaders" must be all lower-case
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$responseHeaders"
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Member variable "responseHeader" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$responseHeader"
(#34) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$document"
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$endpoint"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Member variable "forceEndpoint" must be all lower-case
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$forceEndpoint"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$proxyhost"
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$proxyport"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$proxyusername"
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$proxypassword"
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Member variable "portName" must be all lower-case
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$portName"
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Member variable "xml_encoding" must not contain underscores.
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$xml_encoding"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Member variable "http_encoding" must not contain underscores.
(#44) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#44) Scope modifier not specified for member variable "$http_encoding"
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#45) Scope modifier not specified for member variable "$timeout"
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Member variable "response_timeout" must not contain underscores.
(#46) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#46) Scope modifier not specified for member variable "$response_timeout"
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Member variable "endpointType" must be all lower-case
(#47) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#47) Scope modifier not specified for member variable "$endpointType"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Member variable "persistentConnection" must be all lower-case
(#48) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#48) Scope modifier not specified for member variable "$persistentConnection"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Member variable "defaultRpcParams" must be all lower-case
(#49) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#49) Scope modifier not specified for member variable "$defaultRpcParams"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#50) Scope modifier not specified for member variable "$request"
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#51) Scope modifier not specified for member variable "$response"
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Member variable "responseData" must be all lower-case
(#52) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#52) Scope modifier not specified for member variable "$responseData"
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$cookies"
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Member variable "decode_utf8" must not contain underscores.
(#54) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#54) Scope modifier not specified for member variable "$decode_utf8"
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#55) Scope modifier not specified for member variable "$operations"
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Member variable "curl_options" must not contain underscores.
(#56) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#56) Scope modifier not specified for member variable "$curl_options"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Member variable "bindingType" must be all lower-case
(#57) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#57) Scope modifier not specified for member variable "$bindingType"
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Member variable "use_curl" must not contain underscores.
(#58) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#58) Scope modifier not specified for member variable "$use_curl"
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Line indented incorrectly; expected at least 4 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Inline doc block comments are not allowed; use "// Comment." instead
(#64) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#66) Spaces must be used for alignment; tabs are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#67) Scope modifier not specified for member variable "$fault"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Inline doc block comments are not allowed; use "// Comment." instead
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#71) Spaces must be used for alignment; tabs are not allowed
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#72) Scope modifier not specified for member variable "$faultcode"
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Inline doc block comments are not allowed; use "// Comment." instead
(#74) Spaces must be used for alignment; tabs are not allowed
(#75) Spaces must be used for alignment; tabs are not allowed
(#76) Spaces must be used for alignment; tabs are not allowed
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#77) Scope modifier not specified for member variable "$faultstring"
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#78) Inline doc block comments are not allowed; use "// Comment." instead
(#79) Spaces must be used for alignment; tabs are not allowed
(#80) Spaces must be used for alignment; tabs are not allowed
(#81) Spaces must be used for alignment; tabs are not allowed
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#82) Scope modifier not specified for member variable "$faultdetail"
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Expected 2 space(s) before asterisk; 1 found
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Expected 2 space(s) before asterisk; 1 found
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Expected 2 space(s) before asterisk; 1 found
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Expected 2 space(s) before asterisk; 1 found
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Expected 2 space(s) before asterisk; 1 found
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Expected 2 space(s) before asterisk; 1 found
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Expected 2 space(s) before asterisk; 1 found
(#91) Spaces must be used for alignment; tabs are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Expected 2 space(s) before asterisk; 1 found
(#92) Spaces must be used for alignment; tabs are not allowed
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Expected 2 space(s) before asterisk; 1 found
(#93) Spaces must be used for alignment; tabs are not allowed
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Expected 2 space(s) before asterisk; 1 found
(#94) Spaces must be used for alignment; tabs are not allowed
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Expected 2 space(s) before asterisk; 1 found
(#95) Spaces must be used for alignment; tabs are not allowed
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Expected 2 space(s) before asterisk; 1 found
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Expected 2 space(s) before asterisk; 1 found
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) PHP4 style constructors are not allowed; use "__construct()" instead
(#98) Visibility must be declared on method "nusoap_client"
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Variable "response_timeout" must not contain underscores.
(#98) Variable "portName" must be all lower-case
(#98) Expected 1 space after closing parenthesis; found 0
(#98) Line exceeds maximum limit of 180 characters; contains 188 characters
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Variable "response_timeout" must not contain underscores.
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "portName" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 16 spaces, found 4
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 16 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 16 spaces, found 4
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 3
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 3
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Expected 2 space(s) before asterisk; 1 found
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Expected 2 space(s) before asterisk; 1 found
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Expected 2 space(s) before asterisk; 1 found
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Expected 2 space(s) before asterisk; 1 found
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Expected 2 space(s) before asterisk; 1 found
(#137) Spaces must be used for alignment; tabs are not allowed
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Expected 2 space(s) before asterisk; 1 found
(#138) Spaces must be used for alignment; tabs are not allowed
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Expected 2 space(s) before asterisk; 1 found
(#139) Spaces must be used for alignment; tabs are not allowed
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Expected 2 space(s) before asterisk; 1 found
(#140) Spaces must be used for alignment; tabs are not allowed
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Expected 2 space(s) before asterisk; 1 found
(#141) Spaces must be used for alignment; tabs are not allowed
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Expected 2 space(s) before asterisk; 1 found
(#142) Spaces must be used for alignment; tabs are not allowed
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Expected 2 space(s) before asterisk; 1 found
(#143) Spaces must be used for alignment; tabs are not allowed
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Expected 2 space(s) before asterisk; 1 found
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Expected 2 space(s) before asterisk; 1 found
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Expected 2 space(s) before asterisk; 1 found
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Expected 2 space(s) before asterisk; 1 found
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Expected 2 space(s) before asterisk; 1 found
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Expected 2 space(s) before asterisk; 1 found
(#149) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Expected 2 space(s) before asterisk; 1 found
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Line exceeds 132 characters; contains 140 characters
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Expected 2 space(s) before asterisk; 1 found
(#151) Spaces must be used for alignment; tabs are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Expected 2 space(s) before asterisk; 1 found
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Expected 2 space(s) before asterisk; 1 found
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Spaces must be used for alignment; tabs are not allowed
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Expected 2 space(s) before asterisk; 1 found
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Line exceeds 132 characters; contains 147 characters
(#154) Spaces must be used for alignment; tabs are not allowed
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Expected 2 space(s) before asterisk; 1 found
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Expected 2 space(s) before asterisk; 1 found
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 4 spaces, found 1
(#157) Visibility must be declared on method "call"
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Variable "soapAction" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Variable "rpcParams" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space after closing parenthesis; found 0
(#157) Line exceeds 132 characters; contains 149 characters
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Line exceeds 132 characters; contains 171 characters
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 2
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 3
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#176) Inline control structures are not allowed
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 2
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#180) Expected "if (...) {\n"; found "if(...){\n"
(#180) Variable "opData" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Variable "opData" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Variable "opData" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 12 spaces, found 3
(#185) Variable "opData" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 16 spaces, found 4
(#186) Variable "soapAction" must be all lower-case
(#186) Variable "opData" must be all lower-case
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 12 spaces, found 3
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 12 spaces, found 3
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 16 spaces, found 4
(#189) Variable "opData" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 12 spaces, found 3
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 16 spaces, found 4
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Variable "opData" must be all lower-case
(#193) Variable "opData" must be all lower-case
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Variable "opData" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Variable "opData" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 12 spaces, found 3
(#197) Expected "if (...) {\n"; found "if(...){\n"
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 16 spaces, found 4
(#198) Variable "nsPrefix" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 16 spaces, found 4
(#199) Variable "nsPrefix" must be all lower-case
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#201) Variable "nsPrefix" must be all lower-case
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 3
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 16 spaces, found 4
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 4
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 3
(#206) Usage of ELSEIF not allowed; use ELSE IF instead
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 16 spaces, found 4
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 16 spaces, found 4
(#208) Commas (,) must be followed by white space.
(#208) Commas (,) must be followed by white space.
(#208) Commas (,) must be followed by white space.
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 12 spaces, found 3
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 16 spaces, found 4
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 16 spaces, found 4
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 3
(#214) Variable "usedNamespaces" must be all lower-case
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 12 spaces, found 3
(#215) Variable "opData" must be all lower-case
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 16 spaces, found 4
(#216) Variable "encodingStyle" must be all lower-case
(#216) Variable "opData" must be all lower-case
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 12 spaces, found 3
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 16 spaces, found 4
(#218) Variable "encodingStyle" must be all lower-case
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 12 spaces, found 3
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 12 spaces, found 3
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 16 spaces, found 4
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 4
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 4
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 12 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 8 spaces, found 2
(#227) Usage of ELSEIF not allowed; use ELSE IF instead
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 12 spaces, found 3
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 8 spaces, found 2
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) This comment is 64% valid code; is this commented out code?
(#236) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) No space found before comment text; expected "// $this->namespaces['ns1'] = $namespace;" but found "//$this->namespaces['ns1'] = $namespace;"
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) Variable "nsPrefix" must be all lower-case
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 12 spaces, found 3
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 16 spaces, found 4
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 16 spaces, found 4
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 12 spaces, found 3
(#243) Usage of ELSEIF not allowed; use ELSE IF instead
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 16 spaces, found 4
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 16 spaces, found 4
(#245) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 20 spaces, found 5
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 16 spaces, found 4
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 12 spaces, found 3
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 16 spaces, found 4
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 16 spaces, found 4
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 16 spaces, found 4
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 12 spaces, found 3
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 3
(#253) Variable "usedNamespaces" must be all lower-case
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 12 spaces, found 3
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 16 spaces, found 4
(#255) Variable "encodingStyle" must be all lower-case
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 12 spaces, found 3
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 16 spaces, found 4
(#257) Variable "encodingStyle" must be all lower-case
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 12 spaces, found 3
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 8 spaces, found 2
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 8 spaces, found 2
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 12 spaces, found 3
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 16 spaces, found 4
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line exceeds 132 characters; contains 139 characters
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) Line indented incorrectly; expected at least 20 spaces, found 5
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 20 spaces, found 5
(#266) Variable "nsPrefix" must be all lower-case
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 20 spaces, found 8
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 20 spaces, found 8
(#268) Variable "nsPrefix" must be all lower-case
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 16 spaces, found 4
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 20 spaces, found 5
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 16 spaces, found 4
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 12 spaces, found 3
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 16 spaces, found 4
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 16 spaces, found 4
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 20 spaces, found 5
(#275) Variable "nsPrefix" must be all lower-case
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 20 spaces, found 8
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 20 spaces, found 8
(#277) Variable "nsPrefix" must be all lower-case
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 16 spaces, found 4
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 20 spaces, found 5
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 20 spaces, found 8
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 20 spaces, found 8
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 16 spaces, found 4
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 12 spaces, found 3
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 8 spaces, found 2
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Commas (,) must be followed by white space.
(#286) Commas (,) must be followed by white space.
(#286) Variable "usedNamespaces" must be all lower-case
(#286) Commas (,) must be followed by white space.
(#286) Commas (,) must be followed by white space.
(#286) Commas (,) must be followed by white space.
(#286) Variable "encodingStyle" must be all lower-case
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Line exceeds 132 characters; contains 143 characters
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Commas (,) must be followed by white space.
(#290) Variable "soapAction" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Commas (,) must be followed by white space.
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 8 spaces, found 2
(#291) Expected "if (...) {\n"; found "if(...){\n"
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 3
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 3
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 8 spaces, found 2
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 12 spaces, found 3
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 12 spaces, found 3
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 12 spaces, found 3
(#300) Expected "if (...) {\n"; found "if(...){\n"
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 16 spaces, found 4
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 16 spaces, found 4
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 16 spaces, found 4
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 16 spaces, found 4
(#304) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 20 spaces, found 5
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 20 spaces, found 5
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 16 spaces, found 4
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 16 spaces, found 4
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 12 spaces, found 3
(#309) Usage of ELSEIF not allowed; use ELSE IF instead
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 16 spaces, found 4
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Line indented incorrectly; expected at least 16 spaces, found 4
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 16 spaces, found 4
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 12 spaces, found 3
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Line indented incorrectly; expected at least 16 spaces, found 4
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 16 spaces, found 4
(#315) Expected "if (...) {\n"; found "if(...){\n"
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#316) Line indented incorrectly; expected at least 20 spaces, found 5
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Line indented incorrectly; expected at least 20 spaces, found 5
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 20 spaces, found 5
(#318) Expected "if (...) {\n"; found "if(...){\n"
(#318) The use of function sizeof() is forbidden; use count() instead
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 24 spaces, found 6
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 20 spaces, found 5
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Line indented incorrectly; expected at least 20 spaces, found 5
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 20 spaces, found 5
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 20 spaces, found 5
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 20 spaces, found 5
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 20 spaces, found 14
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line indented incorrectly; expected at least 20 spaces, found 4
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 16 spaces, found 4
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 20 spaces, found 5
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 16 spaces, found 4
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 12 spaces, found 3
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 8 spaces, found 2
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 4 spaces, found 1
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 4 spaces, found 1
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Expected 2 space(s) before asterisk; 1 found
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Expected 2 space(s) before asterisk; 1 found
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Expected 2 space(s) before asterisk; 1 found
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#339) method name "nusoap_client::checkWSDL" must be in lower-case letters only
(#339) Visibility must be declared on method "checkWSDL"
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Line indented incorrectly; expected at least 8 spaces, found 2
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 8 spaces, found 2
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 3
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 3
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 3
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 12 spaces, found 3
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#349) Usage of ELSEIF not allowed; use ELSE IF instead
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 3
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 12 spaces, found 3
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 12 spaces, found 3
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 12 spaces, found 3
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 8 spaces, found 2
(#354) Usage of ELSEIF not allowed; use ELSE IF instead
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 12 spaces, found 3
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 12 spaces, found 3
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 12 spaces, found 3
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 12 spaces, found 3
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 8 spaces, found 2
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 12 spaces, found 3
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 12 spaces, found 3
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 12 spaces, found 3
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 12 spaces, found 3
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 8 spaces, found 2
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#369) Spaces must be used for alignment; tabs are not allowed
(#370) Spaces must be used for alignment; tabs are not allowed
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Spaces must be used for alignment; tabs are not allowed
(#372) Spaces must be used for alignment; tabs are not allowed
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#373) method name "nusoap_client::loadWSDL" must be in lower-case letters only
(#373) Visibility must be declared on method "loadWSDL"
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 8 spaces, found 2
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Commas (,) must be followed by white space.
(#375) Line exceeds 132 characters; contains 180 characters
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 8 spaces, found 2
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 8 spaces, found 2
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 4 spaces, found 1
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Expected 2 space(s) before asterisk; 1 found
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Expected 2 space(s) before asterisk; 1 found
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Expected 2 space(s) before asterisk; 1 found
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Expected 2 space(s) before asterisk; 1 found
(#385) Spaces must be used for alignment; tabs are not allowed
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Expected 2 space(s) before asterisk; 1 found
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Expected 2 space(s) before asterisk; 1 found
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 4 spaces, found 1
(#388) method name "nusoap_client::getOperationData" must be in lower-case letters only
(#388) Visibility must be declared on method "getOperationData"
(#388) Expected 1 space after closing parenthesis; found 0
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 8 spaces, found 2
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 3
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 12 spaces, found 3
(#391) Inline control structures are not allowed
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 12 spaces, found 4
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 8 spaces, found 2
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 8 spaces, found 2
(#394) Expected "if (...) {\n"; found "if(...){\n"
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 12 spaces, found 3
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 8 spaces, found 2
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 2
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 4 spaces, found 1
(#401) Expected 5 space(s) before asterisk; 4 found
(#402) Expected 5 space(s) before asterisk; 4 found
(#403) Expected 5 space(s) before asterisk; 4 found
(#404) Expected 5 space(s) before asterisk; 4 found
(#405) Expected 5 space(s) before asterisk; 4 found
(#406) Expected 5 space(s) before asterisk; 4 found
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Expected 5 space(s) before asterisk; 1 found
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Expected 5 space(s) before asterisk; 1 found
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Expected 5 space(s) before asterisk; 1 found
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Expected 5 space(s) before asterisk; 1 found
(#410) Spaces must be used for alignment; tabs are not allowed
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Expected 5 space(s) before asterisk; 1 found
(#411) Spaces must be used for alignment; tabs are not allowed
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Expected 5 space(s) before asterisk; 1 found
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Expected 5 space(s) before asterisk; 1 found
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected 4 spaces, found 1
(#414) Visibility must be declared on method "send"
(#414) Variable "response_timeout" must not contain underscores.
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 8 spaces, found 2
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 8 spaces, found 2
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) Line indented incorrectly; expected at least 12 spaces, found 3
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 12 spaces, found 3
(#419) Commas (,) must be followed by white space.
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 16 spaces, found 4
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 16 spaces, found 4
(#421) Expected "if (...) {\n"; found "if(...){\n"
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 20 spaces, found 5
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 16 spaces, found 4
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 20 spaces, found 5
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 20 spaces, found 5
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 24 spaces, found 6
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 20 spaces, found 5
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected 16 spaces, found 4
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 16 spaces, found 4
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 16 spaces, found 4
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 16 spaces, found 4
(#431) Expected "if (...) {\n"; found "if(...){\n"
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 20 spaces, found 5
(#432) Commas (,) must be followed by white space.
(#432) Commas (,) must be followed by white space.
(#432) Commas (,) must be followed by white space.
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 16 spaces, found 4
(#434) Expected "if (...) {\n"; found "if(...) {\n"
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 20 spaces, found 5
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 16 spaces, found 4
(#436) Closing brace indented incorrectly; expected 16 spaces, found 4
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 16 spaces, found 4
(#437) Expected "if (...) {\n"; found "if(...){\n"
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 20 spaces, found 5
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 16 spaces, found 4
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 16 spaces, found 4
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 16 spaces, found 4
(#441) Expected "if (...) {\n"; found "if(...){\n"
(#441) Commas (,) must be followed by white space.
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) This comment is 84% valid code; is this commented out code?
(#442) Line indented incorrectly; expected at least 20 spaces, found 4
(#442) No space found before comment text; expected "// if(strpos($this->endpoint,'http:')){" but found "//if(strpos($this->endpoint,'http:')){"
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 20 spaces, found 5
(#443) Commas (,) must be followed by white space.
(#443) Commas (,) must be followed by white space.
(#443) Variable "response_timeout" must not contain underscores.
(#443) Commas (,) must be followed by white space.
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 16 spaces, found 4
(#444) Usage of ELSEIF not allowed; use ELSE IF instead
(#444) Commas (,) must be followed by white space.
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) This comment is 79% valid code; is this commented out code?
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Line indented incorrectly; expected at least 20 spaces, found 4
(#445) No space found before comment text; expected "// } elseif(strpos($this->endpoint,'https:')){" but found "//} elseif(strpos($this->endpoint,'https:')){"
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) This comment is 64% valid code; is this commented out code?
(#446) Line indented incorrectly; expected at least 20 spaces, found 5
(#446) No space found before comment text; expected "// if(phpversion() == '4.3.0-dev'){" but found "//if(phpversion() == '4.3.0-dev'){"
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) This comment is 74% valid code; is this commented out code?
(#447) Line indented incorrectly; expected at least 20 spaces, found 6
(#447) No space found before comment text; expected "// $response = $http->send($msg,$timeout,$response_timeout);" but found "//$response = $http->send($msg,$timeout,$response_timeout);"
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) This comment is 50% valid code; is this commented out code?
(#448) No space found before comment text; expected "// $this->request = $http->outgoing_payload;" but found "//$this->request = $http->outgoing_payload;"
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) This comment is 50% valid code; is this commented out code?
(#449) Line indented incorrectly; expected at least 20 spaces, found 6
(#449) No space found before comment text; expected "// $this->response = $http->incoming_payload;" but found "//$this->response = $http->incoming_payload;"
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) This comment is 67% valid code; is this commented out code?
(#450) Line indented incorrectly; expected at least 20 spaces, found 5
(#450) No space found before comment text; expected "// } else" but found "//} else"
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 5
(#451) Commas (,) must be followed by white space.
(#451) Commas (,) must be followed by white space.
(#451) Variable "response_timeout" must not contain underscores.
(#451) Commas (,) must be followed by white space.
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 16 spaces, found 4
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 20 spaces, found 5
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 16 spaces, found 4
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 4
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 16 spaces, found 4
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 16 spaces, found 4
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 16 spaces, found 4
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) Line indented incorrectly; expected at least 16 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 16 spaces, found 4
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 20 spaces, found 5
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 20 spaces, found 5
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 24 spaces, found 6
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 20 spaces, found 5
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 16 spaces, found 4
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Whitespace found at end of line
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 16 spaces, found 4
(#468) Expected "if (...) {\n"; found "if(...){\n"
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 20 spaces, found 5
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 20 spaces, found 5
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 16 spaces, found 4
(#471) Usage of ELSEIF not allowed; use ELSE IF instead
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 20 spaces, found 5
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 16 spaces, found 4
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 20 spaces, found 5
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 20 spaces, found 5
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 16 spaces, found 4
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 12 spaces, found 3
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 16 spaces, found 4
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 12 spaces, found 3
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 8 spaces, found 2
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 4 spaces, found 1
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 4 spaces, found 1
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Expected 2 space(s) before asterisk; 1 found
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Expected 2 space(s) before asterisk; 1 found
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Expected 2 space(s) before asterisk; 1 found
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Spaces must be used for alignment; tabs are not allowed
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Expected 2 space(s) before asterisk; 1 found
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Spaces must be used for alignment; tabs are not allowed
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Expected 2 space(s) before asterisk; 1 found
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Spaces must be used for alignment; tabs are not allowed
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Expected 2 space(s) before asterisk; 1 found
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Expected 2 space(s) before asterisk; 1 found
(#493) method name "nusoap_client::parseResponse" must be in lower-case letters only
(#493) Visibility must be declared on method "parseResponse"
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 2
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 8 spaces, found 2
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 8 spaces, found 5
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 12 spaces, found 3
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 12 spaces, found 3
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 8 spaces, found 5
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 8 spaces, found 2
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 12 spaces, found 3
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 12 spaces, found 3
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 8 spaces, found 2
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 8 spaces, found 2
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 12 spaces, found 3
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 12 spaces, found 3
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 12 spaces, found 3
(#507) Expected "if (...) {\n"; found "if(...){\n"
(#507) Commas (,) must be followed by white space.
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 16 spaces, found 4
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected 12 spaces, found 3
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 16 spaces, found 4
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 12 spaces, found 3
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 8 spaces, found 2
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) Line indented incorrectly; expected at least 12 spaces, found 3
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 12 spaces, found 3
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 8 spaces, found 2
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Line indented incorrectly; expected at least 8 spaces, found 2
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 8 spaces, found 2
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Inline comments must start with a capital letter, digit or 3-dots sequence
(#520) Inline comments must end in full-stops, exclamation marks, or question marks
(#520) Line indented incorrectly; expected at least 8 spaces, found 2
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 8 spaces, found 2
(#521) Expected "if (...) {\n"; found "if(...){\n"
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#523) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Line indented incorrectly; expected at least 12 spaces, found 3
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 12 spaces, found 3
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 12 spaces, found 3
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 8 spaces, found 2
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Line indented incorrectly; expected at least 12 spaces, found 3
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 12 spaces, found 3
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Line indented incorrectly; expected at least 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 12 spaces, found 3
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#531) Line indented incorrectly; expected at least 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 12 spaces, found 3
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Line indented incorrectly; expected at least 12 spaces, found 3
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 12 spaces, found 3
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#537) Line indented incorrectly; expected at least 12 spaces, found 3
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 12 spaces, found 3
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 8 spaces, found 2
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected 4 spaces, found 2
(#540) Closing brace indented incorrectly; expected 4 spaces, found 2
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Expected 2 space(s) before asterisk; 1 found
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Expected 2 space(s) before asterisk; 1 found
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Expected 2 space(s) before asterisk; 1 found
(#545) Spaces must be used for alignment; tabs are not allowed
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Expected 2 space(s) before asterisk; 1 found
(#546) Spaces must be used for alignment; tabs are not allowed
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Expected 2 space(s) before asterisk; 1 found
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Expected 2 space(s) before asterisk; 1 found
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 4 spaces, found 1
(#549) method name "nusoap_client::setCurlOption" must be in lower-case letters only
(#549) Visibility must be declared on method "setCurlOption"
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 8 spaces, found 2
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 8 spaces, found 2
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 8 spaces, found 2
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected 4 spaces, found 1
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 4 spaces, found 1
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Expected 2 space(s) before asterisk; 1 found
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Expected 2 space(s) before asterisk; 1 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Expected 2 space(s) before asterisk; 1 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Expected 2 space(s) before asterisk; 1 found
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Expected 2 space(s) before asterisk; 1 found
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected 4 spaces, found 1
(#561) method name "nusoap_client::setEndpoint" must be in lower-case letters only
(#561) Visibility must be declared on method "setEndpoint"
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 8 spaces, found 2
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 8 spaces, found 2
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected 4 spaces, found 1
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 4 spaces, found 1
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Expected 2 space(s) before asterisk; 1 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Expected 2 space(s) before asterisk; 1 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Expected 2 space(s) before asterisk; 1 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Expected 2 space(s) before asterisk; 1 found
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Expected 2 space(s) before asterisk; 1 found
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 4 spaces, found 1
(#572) method name "nusoap_client::setHeaders" must be in lower-case letters only
(#572) Visibility must be declared on method "setHeaders"
(#572) Expected 1 space after closing parenthesis; found 0
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 8 spaces, found 2
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 2
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 8 spaces, found 2
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 4 spaces, found 1
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 4 spaces, found 1
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Expected 2 space(s) before asterisk; 1 found
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Expected 2 space(s) before asterisk; 1 found
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Expected 2 space(s) before asterisk; 1 found
(#581) Spaces must be used for alignment; tabs are not allowed
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Expected 2 space(s) before asterisk; 1 found
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Expected 2 space(s) before asterisk; 1 found
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 4 spaces, found 1
(#584) method name "nusoap_client::getHeaders" must be in lower-case letters only
(#584) Visibility must be declared on method "getHeaders"
(#584) Expected 1 space after closing parenthesis; found 0
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 2
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected 4 spaces, found 1
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 4 spaces, found 1
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Expected 2 space(s) before asterisk; 1 found
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Expected 2 space(s) before asterisk; 1 found
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Expected 2 space(s) before asterisk; 1 found
(#591) Spaces must be used for alignment; tabs are not allowed
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Expected 2 space(s) before asterisk; 1 found
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Expected 2 space(s) before asterisk; 1 found
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 4 spaces, found 1
(#594) method name "nusoap_client::getHeader" must be in lower-case letters only
(#594) Visibility must be declared on method "getHeader"
(#594) Expected 1 space after closing parenthesis; found 0
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 2
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 4 spaces, found 1
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 4 spaces, found 1
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Expected 2 space(s) before asterisk; 1 found
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Expected 2 space(s) before asterisk; 1 found
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Expected 2 space(s) before asterisk; 1 found
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Expected 2 space(s) before asterisk; 1 found
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Expected 2 space(s) before asterisk; 1 found
(#603) Spaces must be used for alignment; tabs are not allowed
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Expected 2 space(s) before asterisk; 1 found
(#604) Spaces must be used for alignment; tabs are not allowed
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Expected 2 space(s) before asterisk; 1 found
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Expected 2 space(s) before asterisk; 1 found
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected 4 spaces, found 1
(#607) method name "nusoap_client::setHTTPProxy" must be in lower-case letters only
(#607) Visibility must be declared on method "setHTTPProxy"
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected at least 8 spaces, found 2
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 8 spaces, found 2
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 8 spaces, found 2
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 8 spaces, found 2
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 4 spaces, found 1
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 4 spaces, found 1
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Expected 2 space(s) before asterisk; 1 found
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Expected 2 space(s) before asterisk; 1 found
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Expected 2 space(s) before asterisk; 1 found
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Expected 2 space(s) before asterisk; 1 found
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Expected 2 space(s) before asterisk; 1 found
(#619) Spaces must be used for alignment; tabs are not allowed
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Expected 2 space(s) before asterisk; 1 found
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Line exceeds maximum limit of 180 characters; contains 188 characters
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Expected 2 space(s) before asterisk; 1 found
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Expected 2 space(s) before asterisk; 1 found
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 4 spaces, found 1
(#623) method name "nusoap_client::setCredentials" must be in lower-case letters only
(#623) Visibility must be declared on method "setCredentials"
(#623) Variable "certRequest" must be all lower-case
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 8 spaces, found 2
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 8 spaces, found 2
(#625) Variable "certRequest" must be all lower-case
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 8 spaces, found 2
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 8 spaces, found 2
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 8 spaces, found 2
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 8 spaces, found 2
(#629) Variable "certRequest" must be all lower-case
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 4 spaces, found 1
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Whitespace found at end of line
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 4 spaces, found 1
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Expected 2 space(s) before asterisk; 1 found
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Expected 2 space(s) before asterisk; 1 found
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Expected 2 space(s) before asterisk; 1 found
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Expected 2 space(s) before asterisk; 1 found
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Expected 2 space(s) before asterisk; 1 found
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 4 spaces, found 1
(#638) method name "nusoap_client::setHTTPEncoding" must be in lower-case letters only
(#638) Visibility must be declared on method "setHTTPEncoding"
(#638) Expected 1 space after closing parenthesis; found 0
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 8 spaces, found 2
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 8 spaces, found 2
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected 4 spaces, found 1
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Whitespace found at end of line
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 4 spaces, found 1
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Expected 2 space(s) before asterisk; 1 found
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Expected 2 space(s) before asterisk; 1 found
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Expected 2 space(s) before asterisk; 1 found
(#646) Spaces must be used for alignment; tabs are not allowed
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Expected 2 space(s) before asterisk; 1 found
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Expected 2 space(s) before asterisk; 1 found
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected 4 spaces, found 1
(#649) method name "nusoap_client::setUseCURL" must be in lower-case letters only
(#649) Visibility must be declared on method "setUseCURL"
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 8 spaces, found 2
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected at least 8 spaces, found 2
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected 4 spaces, found 1
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 4 spaces, found 1
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Expected 2 space(s) before asterisk; 1 found
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Expected 2 space(s) before asterisk; 1 found
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Expected 2 space(s) before asterisk; 1 found
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Expected 2 space(s) before asterisk; 1 found
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 4 spaces, found 1
(#659) method name "nusoap_client::useHTTPPersistentConnection" must be in lower-case letters only
(#659) Visibility must be declared on method "useHTTPPersistentConnection"
(#659) Expected 1 space after closing parenthesis; found 0
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 8 spaces, found 2
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 8 spaces, found 2
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected 4 spaces, found 1
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Whitespace found at end of line
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 4 spaces, found 1
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Expected 2 space(s) before asterisk; 1 found
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Expected 2 space(s) before asterisk; 1 found
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Expected 2 space(s) before asterisk; 1 found
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Expected 2 space(s) before asterisk; 1 found
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Expected 2 space(s) before asterisk; 1 found
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Expected 2 space(s) before asterisk; 1 found
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Expected 2 space(s) before asterisk; 1 found
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Expected 2 space(s) before asterisk; 1 found
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Expected 2 space(s) before asterisk; 1 found
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Expected 2 space(s) before asterisk; 1 found
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected 4 spaces, found 1
(#675) method name "nusoap_client::getDefaultRpcParams" must be in lower-case letters only
(#675) Visibility must be declared on method "getDefaultRpcParams"
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected at least 8 spaces, found 2
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected 4 spaces, found 1
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 4 spaces, found 1
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Expected 2 space(s) before asterisk; 1 found
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Expected 2 space(s) before asterisk; 1 found
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Expected 2 space(s) before asterisk; 1 found
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Expected 2 space(s) before asterisk; 1 found
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Expected 2 space(s) before asterisk; 1 found
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Expected 2 space(s) before asterisk; 1 found
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Expected 2 space(s) before asterisk; 1 found
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Expected 2 space(s) before asterisk; 1 found
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Expected 2 space(s) before asterisk; 1 found
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Expected 2 space(s) before asterisk; 1 found
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected 4 spaces, found 1
(#690) method name "nusoap_client::setDefaultRpcParams" must be in lower-case letters only
(#690) Visibility must be declared on method "setDefaultRpcParams"
(#690) Variable "rpcParams" must be all lower-case
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected at least 8 spaces, found 2
(#691) Variable "rpcParams" must be all lower-case
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected 4 spaces, found 1
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Whitespace found at end of line
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected at least 4 spaces, found 1
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Expected 2 space(s) before asterisk; 1 found
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Expected 2 space(s) before asterisk; 1 found
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Expected 2 space(s) before asterisk; 1 found
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Expected 2 space(s) before asterisk; 1 found
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Expected 2 space(s) before asterisk; 1 found
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Expected 2 space(s) before asterisk; 1 found
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected 4 spaces, found 1
(#701) method name "nusoap_client::getProxy" must be in lower-case letters only
(#701) Visibility must be declared on method "getProxy"
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected at least 8 spaces, found 2
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 8 spaces, found 2
(#703) Variable "evalStr" must be all lower-case
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#704) This comment is 86% valid code; is this commented out code?
(#704) Line indented incorrectly; expected at least 8 spaces, found 2
(#704) No space found before comment text; expected "// $this->debug("proxy class: $evalStr");" but found "//$this->debug("proxy class: $evalStr");"
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected 8 spaces, found 2
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 12 spaces, found 3
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 12 spaces, found 3
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 8 spaces, found 2
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Line indented incorrectly; expected at least 8 spaces, found 2
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 8 spaces, found 2
(#710) The use of function eval() is forbidden
(#710) Variable "evalStr" must be all lower-case
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#711) Inline comments must end in full-stops, exclamation marks, or question marks
(#711) Line indented incorrectly; expected at least 8 spaces, found 2
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 2
(#712) The use of function eval() is forbidden
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#713) Line indented incorrectly; expected at least 8 spaces, found 2
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 8 spaces, found 2
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 8 spaces, found 2
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 8 spaces, found 2
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 2
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 8 spaces, found 2
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) Line indented incorrectly; expected at least 8 spaces, found 2
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 8 spaces, found 2
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected at least 8 spaces, found 2
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 8 spaces, found 2
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 8 spaces, found 2
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 8 spaces, found 2
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 8 spaces, found 2
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 8 spaces, found 2
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 8 spaces, found 2
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 8 spaces, found 2
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 8 spaces, found 2
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 2
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 8 spaces, found 2
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 8 spaces, found 2
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 8 spaces, found 2
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected at least 8 spaces, found 2
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 8 spaces, found 2
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected at least 8 spaces, found 2
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 8 spaces, found 2
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 8 spaces, found 2
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 8 spaces, found 2
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 8 spaces, found 2
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected 4 spaces, found 1
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 4 spaces, found 1
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Expected 2 space(s) before asterisk; 1 found
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Expected 2 space(s) before asterisk; 1 found
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Expected 2 space(s) before asterisk; 1 found
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Expected 2 space(s) before asterisk; 1 found
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Expected 2 space(s) before asterisk; 1 found
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 4 spaces, found 1
(#749) method name "nusoap_client::_getProxyClassCode" must be in lower-case letters only
(#749) Visibility must be declared on method "_getProxyClassCode"
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 8 spaces, found 2
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 8 spaces, found 2
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected 8 spaces, found 2
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 12 spaces, found 3
(#753) Variable "evalStr" must be all lower-case
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 3
(#754) Variable "evalStr" must be all lower-case
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 12 spaces, found 3
(#755) Variable "evalStr" must be all lower-case
(#755) Variable "evalStr" must be all lower-case
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 12 spaces, found 3
(#756) Variable "evalStr" must be all lower-case
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected 8 spaces, found 2
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected 8 spaces, found 2
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 12 spaces, found 3
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected 12 spaces, found 3
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected at least 16 spaces, found 4
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected 12 spaces, found 3
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 8 spaces, found 2
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 8 spaces, found 2
(#764) Variable "evalStr" must be all lower-case
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 8 spaces, found 2
(#765) Variable "opData" must be all lower-case
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected 12 spaces, found 3
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#767) Line indented incorrectly; expected at least 16 spaces, found 4
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected 16 spaces, found 4
(#768) The use of function sizeof() is forbidden; use count() instead
(#768) Variable "opData" must be all lower-case
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 20 spaces, found 5
(#769) Variable "paramStr" must be all lower-case
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 20 spaces, found 5
(#770) Variable "paramArrayStr" must be all lower-case
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 20 spaces, found 5
(#771) Variable "paramCommentStr" must be all lower-case
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected 20 spaces, found 5
(#772) Variable "opData" must be all lower-case
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 24 spaces, found 6
(#773) Variable "paramStr" must be all lower-case
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 24 spaces, found 6
(#774) Variable "paramArrayStr" must be all lower-case
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 24 spaces, found 6
(#775) Variable "paramCommentStr" must be all lower-case
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 20 spaces, found 5
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 20 spaces, found 5
(#777) Variable "paramStr" must be all lower-case
(#777) Variable "paramStr" must be all lower-case
(#777) Variable "paramStr" must be all lower-case
(#777) Expected 1 space before "-"; 0 found
(#777) Expected 1 space after "-"; 0 found
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 20 spaces, found 5
(#778) Variable "paramArrayStr" must be all lower-case
(#778) Variable "paramArrayStr" must be all lower-case
(#778) Variable "paramArrayStr" must be all lower-case
(#778) Expected 1 space before "-"; 0 found
(#778) Expected 1 space after "-"; 0 found
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 20 spaces, found 5
(#779) Variable "paramCommentStr" must be all lower-case
(#779) Variable "paramCommentStr" must be all lower-case
(#779) Variable "paramCommentStr" must be all lower-case
(#779) Expected 1 space before "-"; 0 found
(#779) Expected 1 space after "-"; 0 found
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 16 spaces, found 4
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 20 spaces, found 5
(#781) Variable "paramStr" must be all lower-case
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 20 spaces, found 5
(#782) Variable "paramArrayStr" must be all lower-case
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 20 spaces, found 5
(#783) Variable "paramCommentStr" must be all lower-case
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected 16 spaces, found 4
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected at least 16 spaces, found 4
(#785) Variable "opData" must be all lower-case
(#785) Variable "opData" must be all lower-case
(#785) Variable "opData" must be all lower-case
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 16 spaces, found 4
(#786) Variable "evalStr" must be all lower-case
(#786) Whitespace found at end of line within string
(#786) Variable "paramCommentStr" must be all lower-case
(#787) Whitespace found at end of line within string
(#787) Variable "paramStr" must be all lower-case
(#788) Whitespace found at end of line within string
(#789) Variable "opData" must be all lower-case
(#789) Variable "opData" must be all lower-case
(#789) Variable "opData" must be all lower-case
(#789) Line exceeds 132 characters; contains 141 characters
(#789) Whitespace found at end of line within string
(#790) Whitespace found at end of line within string
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected at least 16 spaces, found 4
(#792) Variable "paramStr" must be all lower-case
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 16 spaces, found 4
(#793) Variable "paramCommentStr" must be all lower-case
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected 12 spaces, found 3
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected 8 spaces, found 2
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected at least 8 spaces, found 2
(#796) Variable "evalStr" must be all lower-case
(#796) Whitespace found at end of line within string
(#797) Variable "evalStr" must be all lower-case
(#797) Whitespace found at end of line within string
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 8 spaces, found 2
(#799) Variable "evalStr" must be all lower-case
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 4 spaces, found 1
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 4 spaces, found 1
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Expected 2 space(s) before asterisk; 1 found
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Expected 2 space(s) before asterisk; 1 found
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Expected 2 space(s) before asterisk; 1 found
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Expected 2 space(s) before asterisk; 1 found
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Expected 2 space(s) before asterisk; 1 found
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected 4 spaces, found 1
(#808) method name "nusoap_client::getProxyClassCode" must be in lower-case letters only
(#808) Visibility must be declared on method "getProxyClassCode"
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected at least 8 spaces, found 2
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 8 spaces, found 2
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected 4 spaces, found 1
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected at least 4 spaces, found 1
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Expected 2 space(s) before asterisk; 1 found
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Expected 2 space(s) before asterisk; 1 found
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Expected 2 space(s) before asterisk; 1 found
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Expected 2 space(s) before asterisk; 1 found
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Expected 2 space(s) before asterisk; 1 found
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Expected 2 space(s) before asterisk; 1 found
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line indented incorrectly; expected 4 spaces, found 1
(#820) method name "nusoap_client::getHTTPBody" must be in lower-case letters only
(#820) Visibility must be declared on method "getHTTPBody"
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Line indented incorrectly; expected at least 8 spaces, found 2
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected 4 spaces, found 1
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Whitespace found at end of line
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected at least 4 spaces, found 1
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Expected 2 space(s) before asterisk; 1 found
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Expected 2 space(s) before asterisk; 1 found
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Expected 2 space(s) before asterisk; 1 found
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Expected 2 space(s) before asterisk; 1 found
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Expected 2 space(s) before asterisk; 1 found
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Expected 2 space(s) before asterisk; 1 found
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Expected 2 space(s) before asterisk; 1 found
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected 4 spaces, found 1
(#832) method name "nusoap_client::getHTTPContentType" must be in lower-case letters only
(#832) Visibility must be declared on method "getHTTPContentType"
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected at least 8 spaces, found 2
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 4 spaces, found 1
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Whitespace found at end of line
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected at least 4 spaces, found 1
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Expected 2 space(s) before asterisk; 1 found
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Expected 2 space(s) before asterisk; 1 found
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Expected 2 space(s) before asterisk; 1 found
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Expected 2 space(s) before asterisk; 1 found
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Expected 2 space(s) before asterisk; 1 found
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Expected 2 space(s) before asterisk; 1 found
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Expected 2 space(s) before asterisk; 1 found
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Expected 2 space(s) before asterisk; 1 found
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected 4 spaces, found 1
(#845) method name "nusoap_client::getHTTPContentTypeCharset" must be in lower-case letters only
(#845) Visibility must be declared on method "getHTTPContentTypeCharset"
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 8 spaces, found 2
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 4 spaces, found 1
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected at least 4 spaces, found 1
(#850) Line indented incorrectly; expected at least 4 spaces, found 1
(#855) method name "nusoap_client::decodeUTF8" must be in lower-case letters only
(#855) Visibility must be declared on method "decodeUTF8"
(#855) Expected 1 space after closing parenthesis; found 0
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 8 spaces, found 2
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 8 spaces, found 2
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 4 spaces, found 1
(#861) Spaces must be used for alignment; tabs are not allowed
(#862) Spaces must be used for alignment; tabs are not allowed
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Spaces must be used for alignment; tabs are not allowed
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Spaces must be used for alignment; tabs are not allowed
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Spaces must be used for alignment; tabs are not allowed
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Spaces must be used for alignment; tabs are not allowed
(#867) Spaces must be used for alignment; tabs are not allowed
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Line indented incorrectly; expected 4 spaces, found 1
(#868) method name "nusoap_client::setCookie" must be in lower-case letters only
(#868) Visibility must be declared on method "setCookie"
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected 8 spaces, found 2
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected at least 12 spaces, found 3
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected 8 spaces, found 2
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected at least 8 spaces, found 2
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected at least 8 spaces, found 2
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected 4 spaces, found 1
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 4 spaces, found 1
(#877) Spaces must be used for alignment; tabs are not allowed
(#878) Spaces must be used for alignment; tabs are not allowed
(#879) Spaces must be used for alignment; tabs are not allowed
(#880) Spaces must be used for alignment; tabs are not allowed
(#881) Spaces must be used for alignment; tabs are not allowed
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected 4 spaces, found 1
(#882) method name "nusoap_client::getCookies" must be in lower-case letters only
(#882) Visibility must be declared on method "getCookies"
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected at least 8 spaces, found 2
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Line indented incorrectly; expected 4 spaces, found 1
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected at least 4 spaces, found 1
(#887) Spaces must be used for alignment; tabs are not allowed
(#888) Spaces must be used for alignment; tabs are not allowed
(#889) Spaces must be used for alignment; tabs are not allowed
(#890) Spaces must be used for alignment; tabs are not allowed
(#891) Spaces must be used for alignment; tabs are not allowed
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected 4 spaces, found 1
(#892) method name "nusoap_client::checkCookies" must be in lower-case letters only
(#892) Visibility must be declared on method "checkCookies"
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected 8 spaces, found 2
(#893) The use of function sizeof() is forbidden; use count() instead
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected at least 12 spaces, found 3
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected 8 spaces, found 2
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 8 spaces, found 2
(#896) The use of function sizeof() is forbidden; use count() instead
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected at least 8 spaces, found 2
(#897) Variable "curr_cookies" must not contain underscores.
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected at least 8 spaces, found 2
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected 8 spaces, found 2
(#899) Variable "curr_cookies" must not contain underscores.
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Line indented incorrectly; expected 12 spaces, found 3
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Line indented incorrectly; expected at least 16 spaces, found 4
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected at least 16 spaces, found 4
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected 12 spaces, found 3
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected 12 spaces, found 3
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected 16 spaces, found 4
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 20 spaces, found 5
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 16 spaces, found 4
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 20 spaces, found 5
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 16 spaces, found 4
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 12 spaces, found 3
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 16 spaces, found 4
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected 12 spaces, found 3
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 8 spaces, found 2
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected at least 8 spaces, found 2
(#914) The use of function sizeof() is forbidden; use count() instead
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 8 spaces, found 2
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected 4 spaces, found 1
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 4 spaces, found 1
(#919) Spaces must be used for alignment; tabs are not allowed
(#920) Spaces must be used for alignment; tabs are not allowed
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Spaces must be used for alignment; tabs are not allowed
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Spaces must be used for alignment; tabs are not allowed
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Spaces must be used for alignment; tabs are not allowed
(#924) Spaces must be used for alignment; tabs are not allowed
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected 4 spaces, found 1
(#925) method name "nusoap_client::UpdateCookies" must be in lower-case letters only
(#925) Visibility must be declared on method "UpdateCookies"
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Tab found within whitespace
(#926) Line indented incorrectly; expected 8 spaces, found 2
(#926) The use of function sizeof() is forbidden; use count() instead
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#927) Inline comments must end in full-stops, exclamation marks, or question marks
(#927) Line indented incorrectly; expected at least 12 spaces, found 3
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected 12 spaces, found 3
(#928) The use of function sizeof() is forbidden; use count() instead
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected at least 16 spaces, found 4
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 16 spaces, found 4
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected 12 spaces, found 3
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 12 spaces, found 3
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected 8 spaces, found 2
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Line indented incorrectly; expected 8 spaces, found 2
(#934) The use of function sizeof() is forbidden; use count() instead
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Inline comments must start with a capital letter, digit or 3-dots sequence
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#935) Line indented incorrectly; expected at least 12 spaces, found 3
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 12 spaces, found 3
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected 8 spaces, found 2
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#938) Inline comments must end in full-stops, exclamation marks, or question marks
(#938) Line indented incorrectly; expected at least 8 spaces, found 2
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected 8 spaces, found 2
(#939) Variable "newCookie" must be all lower-case
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Line indented incorrectly; expected 12 spaces, found 3
(#940) Variable "newCookie" must be all lower-case
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Line indented incorrectly; expected at least 16 spaces, found 4
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Line indented incorrectly; expected 12 spaces, found 3
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected 12 spaces, found 3
(#943) Variable "newCookie" must be all lower-case
(#943) Variable "newCookie" must be all lower-case
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 16 spaces, found 4
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected 12 spaces, found 3
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 12 spaces, found 3
(#946) Variable "newName" must be all lower-case
(#946) Variable "newCookie" must be all lower-case
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected at least 12 spaces, found 3
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected 12 spaces, found 3
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 16 spaces, found 4
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected 16 spaces, found 4
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Line indented incorrectly; expected at least 20 spaces, found 5
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected 16 spaces, found 4
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected 16 spaces, found 4
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected at least 20 spaces, found 5
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected 16 spaces, found 4
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected 16 spaces, found 4
(#957) Variable "newName" must be all lower-case
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 20 spaces, found 5
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected 16 spaces, found 4
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected at least 16 spaces, found 4
(#960) Variable "newDomain" must be all lower-case
(#960) Variable "newCookie" must be all lower-case
(#960) Variable "newCookie" must be all lower-case
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 16 spaces, found 4
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected 16 spaces, found 4
(#962) Variable "newDomain" must be all lower-case
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected at least 20 spaces, found 5
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected 16 spaces, found 4
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected at least 16 spaces, found 4
(#965) Variable "newPath" must be all lower-case
(#965) Variable "newCookie" must be all lower-case
(#965) Variable "newCookie" must be all lower-case
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected at least 16 spaces, found 4
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 16 spaces, found 4
(#967) Variable "newPath" must be all lower-case
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 20 spaces, found 5
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected 16 spaces, found 4
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected at least 16 spaces, found 4
(#970) Variable "newCookie" must be all lower-case
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 16 spaces, found 4
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected at least 16 spaces, found 4
(#972) Variable "newName" must be all lower-case
(#972) Variable "newCookie" must be all lower-case
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 16 spaces, found 4
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected 12 spaces, found 3
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected 12 spaces, found 3
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected at least 16 spaces, found 4
(#976) Variable "newName" must be all lower-case
(#976) Variable "newCookie" must be all lower-case
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected at least 16 spaces, found 4
(#977) Variable "newCookie" must be all lower-case
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Line indented incorrectly; expected 12 spaces, found 3
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Line indented incorrectly; expected 8 spaces, found 2
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Line indented incorrectly; expected at least 8 spaces, found 2
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected 4 spaces, found 1
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Line indented incorrectly; expected at least 4 spaces, found 1
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Spaces must be used for alignment; tabs are not allowed
(#987) Spaces must be used for alignment; tabs are not allowed
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected 4 spaces, found 1
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected 4 spaces, found 1
(#991) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.wsdl.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected 1 space(s) before asterisk; 0 found
(#9) Whitespace found at end of line
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#13) Whitespace found at end of line
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#17) Scope modifier not specified for member variable "$wsdl"
(#17) Whitespace found at end of line
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$schemas"
(#20) Member variable "currentSchema" must be all lower-case
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$currentSchema"
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$message"
(#22) Member variable "complexTypes" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$complexTypes"
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$messages"
(#24) Member variable "currentMessage" must be all lower-case
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$currentMessage"
(#25) Member variable "currentOperation" must be all lower-case
(#25) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#25) Scope modifier not specified for member variable "$currentOperation"
(#26) Member variable "portTypes" must be all lower-case
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$portTypes"
(#27) Member variable "currentPortType" must be all lower-case
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$currentPortType"
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$bindings"
(#29) Member variable "currentBinding" must be all lower-case
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$currentBinding"
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$ports"
(#31) Member variable "currentPort" must be all lower-case
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$currentPort"
(#32) Member variable "opData" must be all lower-case
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$opData"
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$status"
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$documentation"
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$endpoint"
(#35) Whitespace found at end of line
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$import"
(#37) Whitespace found at end of line
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$parser"
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$position"
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$depth"
(#42) Member variable "depth_array" must not contain underscores.
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$depth_array"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#44) Scope modifier not specified for member variable "$proxyhost"
(#45) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#45) Scope modifier not specified for member variable "$proxyport"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#46) Scope modifier not specified for member variable "$proxyusername"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#47) Scope modifier not specified for member variable "$proxypassword"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#48) Scope modifier not specified for member variable "$timeout"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Member variable "response_timeout" must not contain underscores.
(#49) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#49) Scope modifier not specified for member variable "$response_timeout"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Member variable "curl_options" must not contain underscores.
(#50) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#50) Scope modifier not specified for member variable "$curl_options"
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Member variable "use_curl" must not contain underscores.
(#51) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#51) Scope modifier not specified for member variable "$use_curl"
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$username"
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#54) Scope modifier not specified for member variable "$password"
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#55) Scope modifier not specified for member variable "$authtype"
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Member variable "certRequest" must be all lower-case
(#56) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#56) Scope modifier not specified for member variable "$certRequest"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Expected 5 space(s) before asterisk; 2 found
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Expected 5 space(s) before asterisk; 2 found
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Expected 5 space(s) before asterisk; 2 found
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Expected 5 space(s) before asterisk; 2 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Expected 5 space(s) before asterisk; 2 found
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Expected 5 space(s) before asterisk; 2 found
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Expected 5 space(s) before asterisk; 2 found
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Expected 5 space(s) before asterisk; 2 found
(#70) Whitespace found at end of line
(#72) PHP4 style constructors are not allowed; use "__construct()" instead
(#72) Visibility must be declared on method "wsdl"
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Variable "response_timeout" must not contain underscores.
(#72) Commas (,) must be followed by white space.
(#72) Variable "curl_options" must not contain underscores.
(#72) Commas (,) must be followed by white space.
(#72) Variable "use_curl" must not contain underscores.
(#72) Expected 1 space after closing parenthesis; found 0
(#72) Line exceeds 132 characters; contains 173 characters
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "response_timeout" must not contain underscores.
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Inline control structures are not allowed
(#81) Variable "curl_options" must not contain underscores.
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#82) Variable "curl_options" must not contain underscores.
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "use_curl" must not contain underscores.
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#89) Spaces must be used for alignment; tabs are not allowed
(#90) Spaces must be used for alignment; tabs are not allowed
(#91) Spaces must be used for alignment; tabs are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#92) method name "wsdl::fetchWSDL" must be in lower-case letters only
(#92) Visibility must be declared on method "fetchWSDL"
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Variable "imported_urls" must not contain underscores.
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 5
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 6
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 12 spaces, found 6
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 12 spaces, found 6
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 16 spaces, found 7
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 20 spaces, found 5
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 20 spaces, found 14
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 24 spaces, found 18
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 28 spaces, found 19
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 32 spaces, found 20
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 32 spaces, found 20
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 32 spaces, found 8
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 36 spaces, found 9
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 36 spaces, found 9
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 40 spaces, found 10
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 40 spaces, found 12
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 36 spaces, found 9
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 36 spaces, found 9
(#120) Variable "imported_urls" must not contain underscores.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 40 spaces, found 22
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 40 spaces, found 22
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 40 spaces, found 22
(#123) Variable "imported_urls" must not contain underscores.
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 36 spaces, found 21
(#124) Closing brace indented incorrectly; expected 9 spaces, found 21
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 32 spaces, found 8
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 36 spaces, found 9
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 32 spaces, found 8
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 28 spaces, found 7
(#128) Closing brace indented incorrectly; expected 19 spaces, found 7
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 24 spaces, found 6
(#129) Closing brace indented incorrectly; expected 18 spaces, found 6
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 20 spaces, found 14
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 16 spaces, found 7
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 12 spaces, found 6
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 6
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 20 spaces, found 17
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 24 spaces, found 18
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 24 spaces, found 18
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 24 spaces, found 6
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 28 spaces, found 7
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 28 spaces, found 7
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 32 spaces, found 8
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 32 spaces, found 10
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 28 spaces, found 7
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 28 spaces, found 7
(#146) Variable "imported_urls" must not contain underscores.
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 32 spaces, found 20
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 32 spaces, found 20
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 32 spaces, found 20
(#149) Variable "imported_urls" must not contain underscores.
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 28 spaces, found 19
(#150) Closing brace indented incorrectly; expected 7 spaces, found 19
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 24 spaces, found 6
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 28 spaces, found 7
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 24 spaces, found 6
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 20 spaces, found 5
(#154) Closing brace indented incorrectly; expected 17 spaces, found 5
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 16 spaces, found 4
(#155) Closing brace indented incorrectly; expected 16 spaces, found 4
(#156) Whitespace found at end of line
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#157) Closing brace indented incorrectly; expected 5 spaces, found 2
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#159) Variable "bindingData" must be all lower-case
(#160) Variable "bindingData" must be all lower-case
(#160) Variable "bindingData" must be all lower-case
(#161) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#161) Variable "bindingData" must be all lower-case
(#163) Expected 1 space after "="; newline found
(#163) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 20 spaces, found 6
(#164) Expected 1 space after "?"; newline found
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 20 spaces, found 6
(#165) Variable "bindingData" must be all lower-case
(#165) Line exceeds 132 characters; contains 148 characters
(#165) Expected 1 space after ":"; newline found
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 20 spaces, found 6
(#166) Variable "bindingData" must be all lower-case
(#167) Expected 1 space after "="; newline found
(#167) Whitespace found at end of line
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 20 spaces, found 6
(#168) Expected 1 space after "?"; newline found
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 20 spaces, found 6
(#169) Variable "bindingData" must be all lower-case
(#169) Line exceeds 132 characters; contains 150 characters
(#169) Expected 1 space after ":"; newline found
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 20 spaces, found 6
(#170) Variable "bindingData" must be all lower-case
(#171) Expected "if (...) {\n"; found "if(...){\n"
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 24 spaces, found 6
(#172) Line exceeds 132 characters; contains 169 characters
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 20 spaces, found 5
(#173) Closing brace indented incorrectly; expected 20 spaces, found 5
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 20 spaces, found 5
(#174) Expected "if (...) {\n"; found "if(...){\n"
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 24 spaces, found 21
(#175) Line exceeds maximum limit of 180 characters; contains 186 characters
(#176) Closing brace indented incorrectly; expected 5 spaces, found 20
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 20 spaces, found 5
(#178) Variable "bindingData" must be all lower-case
(#179) Variable "bindingData" must be all lower-case
(#180) Closing brace indented incorrectly; expected 5 spaces, found 20
(#181) Variable "bindingData" must be all lower-case
(#181) Variable "bindingData" must be all lower-case
(#181) Line exceeds 132 characters; contains 153 characters
(#182) Variable "bindingData" must be all lower-case
(#182) Variable "bindingData" must be all lower-case
(#182) Line exceeds maximum limit of 180 characters; contains 253 characters
(#183) Variable "bindingData" must be all lower-case
(#183) Variable "bindingData" must be all lower-case
(#183) Line exceeds 132 characters; contains 150 characters
(#184) Whitespace found at end of line
(#185) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 4 spaces, found 1
(#191) Whitespace found at end of line
(#193) Whitespace found at end of line
(#195) method name "wsdl::parseWSDL" must be in lower-case letters only
(#195) Visibility must be declared on method "parseWSDL"
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Whitespace found at end of line
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Variable "wsdl_props" must not contain underscores.
(#207) Variable "wsdl_props" must not contain underscores.
(#207) Variable "wsdl_props" must not contain underscores.
(#207) Variable "wsdl_props" must not contain underscores.
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line indented incorrectly; expected at least 12 spaces, found 9
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 9
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 3
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 3
(#213) Expected "if (...) {\n"; found "if(...){\n"
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 16 spaces, found 4
(#214) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 12 spaces, found 3
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 12 spaces, found 3
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 16 spaces, found 4
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 12 spaces, found 3
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Variable "wsdl_string" must not contain underscores.
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) This comment is 62% valid code; is this commented out code?
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) No space found before comment text; expected "// $this->debug("WSDL request\n" . $tr->outgoing_payload);" but found "//$this->debug("WSDL request\n" . $tr->outgoing_payload);"
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) This comment is 62% valid code; is this commented out code?
(#222) Line indented incorrectly; expected at least 12 spaces, found 3
(#222) No space found before comment text; expected "// $this->debug("WSDL response\n" . $tr->incoming_payload);" but found "//$this->debug("WSDL response\n" . $tr->incoming_payload);"
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 12 spaces, found 3
(#225) Expected "if (...) {\n"; found "if(...){\n"
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 16 spaces, found 4
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 16 spaces, found 4
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 16 spaces, found 13
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 16 spaces, found 4
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 16 spaces, found 13
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 12 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 12 spaces, found 9
(#236) Variable "wsdl_props" must not contain underscores.
(#236) Variable "wsdl_props" must not contain underscores.
(#236) Variable "wsdl_props" must not contain underscores.
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 16 spaces, found 10
(#237) Variable "wsdl_props" must not contain underscores.
(#237) Variable "wsdl_props" must not contain underscores.
(#237) Variable "wsdl_props" must not contain underscores.
(#237) Variable "wsdl_props" must not contain underscores.
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 12 spaces, found 9
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 10
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 12 spaces, found 9
(#243) Variable "wsdl_string" must not contain underscores.
(#245) Variable "wsdl_string" must not contain underscores.
(#246) Whitespace found at end of line
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 16 spaces, found 13
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 16 spaces, found 13
(#253) Whitespace found at end of line
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Whitespace found at end of line
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) This comment is 59% valid code; is this commented out code?
(#261) Whitespace found at end of line
(#263) Whitespace found at end of line
(#268) Variable "wsdl_string" must not contain underscores.
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 4
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 4
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#277) Variable "wsdl_string" must not contain underscores.
(#280) Whitespace found at end of line
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 8 spaces, found 2
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 12 spaces, found 3
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 8 spaces, found 2
(#289) Whitespace found at end of line
(#293) Whitespace found at end of line
(#297) Whitespace found at end of line
(#299) Visibility must be declared on method "start_element"
(#300) Opening brace should be on the same line as the declaration
(#305) Usage of ELSEIF not allowed; use ELSE IF instead
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 12 spaces, found 9
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) This comment is 71% valid code; is this commented out code?
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) Whitespace found at end of line
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Whitespace found at end of line
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Line indented incorrectly; expected at least 16 spaces, found 4
(#323) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#324) Commas (,) must be followed by white space.
(#325) Variable "ns_prefix" must not contain underscores.
(#326) Variable "ns_prefix" must not contain underscores.
(#329) Whitespace found at end of line
(#330) Line exceeds 132 characters; contains 162 characters
(#333) Whitespace found at end of line
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#341) Whitespace found at end of line
(#342) Variable "eAttrs" must be all lower-case
(#343) Whitespace found at end of line
(#344) Variable "eAttrs" must be all lower-case
(#347) Whitespace found at end of line
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Whitespace found at end of line
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Whitespace found at end of line
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Whitespace found at end of line
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 24 spaces, found 15
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 28 spaces, found 22
(#363) Line exceeds 132 characters; contains 134 characters
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 28 spaces, found 22
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 24 spaces, found 15
(#365) Whitespace found at end of line
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 24 spaces, found 15
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 28 spaces, found 22
(#367) Line exceeds 132 characters; contains 137 characters
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 28 spaces, found 19
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 24 spaces, found 15
(#369) Whitespace found at end of line
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 20 spaces, found 11
(#370) Closing brace indented incorrectly; expected 20 spaces, found 11
(#370) Whitespace found at end of line
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 16 spaces, found 7
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 20 spaces, found 11
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 24 spaces, found 15
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 28 spaces, found 19
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 28 spaces, found 19
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 28 spaces, found 19
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 32 spaces, found 20
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 28 spaces, found 13
(#379) Closing brace indented incorrectly; expected 19 spaces, found 13
(#379) Whitespace found at end of line
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 24 spaces, found 9
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 28 spaces, found 13
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Whitespace found at end of line
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Line indented incorrectly; expected at least 24 spaces, found 9
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 24 spaces, found 9
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 28 spaces, found 13
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 28 spaces, found 13
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 20 spaces, found 5
(#389) Closing brace indented incorrectly; expected 11 spaces, found 5
(#389) Whitespace found at end of line
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 16 spaces, found 4
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 20 spaces, found 8
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 24 spaces, found 12
(#393) Whitespace found at end of line
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Line indented incorrectly; expected at least 28 spaces, found 16
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 28 spaces, found 16
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 32 spaces, found 16
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected 28 spaces, found 10
(#397) Closing brace indented incorrectly; expected 16 spaces, found 10
(#397) Whitespace found at end of line
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 28 spaces, found 10
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 24 spaces, found 6
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 28 spaces, found 10
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 24 spaces, found 6
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 28 spaces, found 10
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 32 spaces, found 14
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 28 spaces, found 10
(#406) Whitespace found at end of line
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 28 spaces, found 10
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 32 spaces, found 14
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 28 spaces, found 10
(#409) Whitespace found at end of line
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 28 spaces, found 10
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 32 spaces, found 14
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 32 spaces, found 14
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 32 spaces, found 14
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 32 spaces, found 14
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 32 spaces, found 14
(#415) Line exceeds maximum limit of 180 characters; contains 222 characters
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected 28 spaces, found 10
(#416) Whitespace found at end of line
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected 24 spaces, found 6
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 28 spaces, found 10
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 24 spaces, found 6
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 28 spaces, found 10
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 24 spaces, found 6
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 28 spaces, found 10
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 32 spaces, found 14
(#426) Line exceeds maximum limit of 180 characters; contains 227 characters
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 28 spaces, found 10
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 32 spaces, found 14
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 28 spaces, found 10
(#429) Whitespace found at end of line
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 20 spaces, found 5
(#431) Closing brace indented incorrectly; expected 8 spaces, found 5
(#431) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 16 spaces, found 4
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 20 spaces, found 5
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 24 spaces, found 9
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 28 spaces, found 13
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 28 spaces, found 13
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 28 spaces, found 13
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Whitespace found at end of line
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 24 spaces, found 9
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 28 spaces, found 13
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 28 spaces, found 13
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 28 spaces, found 13
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 28 spaces, found 13
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 20 spaces, found 5
(#447) Whitespace found at end of line
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 12 spaces, found 3
(#449) Closing brace indented incorrectly; expected 12 spaces, found 3
(#449) Whitespace found at end of line
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Line indented incorrectly; expected at least 12 spaces, found 2
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 12 spaces, found 2
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 16 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 20 spaces, found 7
(#454) Line indented incorrectly; expected at least 24 spaces, found 20
(#455) Line indented incorrectly; expected at least 24 spaces, found 20
(#455) Line exceeds 132 characters; contains 157 characters
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 20 spaces, found 4
(#456) Closing brace indented incorrectly; expected 7 spaces, found 4
(#457) Line indented incorrectly; expected at least 24 spaces, found 20
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 24 spaces, found 5
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 28 spaces, found 6
(#459) Expected 1 space before "+"; 0 found
(#459) Expected 1 space after "+"; 0 found
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 24 spaces, found 5
(#461) Line indented incorrectly; expected at least 24 spaces, found 20
(#461) Line exceeds 132 characters; contains 144 characters
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 20 spaces, found 4
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Line indented incorrectly; expected at least 16 spaces, found 3
(#464) No space found before comment text; expected "// wait for schema" but found "//wait for schema"
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) This comment is 75% valid code; is this commented out code?
(#465) Line indented incorrectly; expected at least 16 spaces, found 3
(#465) No space found before comment text; expected "// case 'types':" but found "//case 'types':"
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) This comment is 45% valid code; is this commented out code?
(#466) Line indented incorrectly; expected at least 16 spaces, found 3
(#466) Tab found before comment text; expected "// $this->status = 'schema';" but found "// $this->status = 'schema';"
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) This comment is 67% valid code; is this commented out code?
(#467) Line indented incorrectly; expected at least 16 spaces, found 3
(#467) Tab found before comment text; expected "// break;" but found "// break;"
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 16 spaces, found 3
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 20 spaces, found 4
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 20 spaces, found 4
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 20 spaces, found 4
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 16 spaces, found 3
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 20 spaces, found 4
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 20 spaces, found 4
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 20 spaces, found 4
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 16 spaces, found 3
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 20 spaces, found 4
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Line indented incorrectly; expected at least 24 spaces, found 4
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 24 spaces, found 5
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 28 spaces, found 9
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 24 spaces, found 5
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 28 spaces, found 9
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected 24 spaces, found 5
(#485) Whitespace found at end of line
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 24 spaces, found 5
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 24 spaces, found 5
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 24 spaces, found 5
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 20 spaces, found 4
(#489) Whitespace found at end of line
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 16 spaces, found 3
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 20 spaces, found 4
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 20 spaces, found 4
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 20 spaces, found 4
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 16 spaces, found 3
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected 20 spaces, found 4
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 24 spaces, found 5
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 20 spaces, found 4
(#499) Whitespace found at end of line
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 12 spaces, found 3
(#501) Closing brace indented incorrectly; expected 2 spaces, found 3
(#501) Whitespace found at end of line
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 8 spaces, found 2
(#502) Closing brace indented incorrectly; expected 8 spaces, found 2
(#502) Whitespace found at end of line
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 4 spaces, found 1
(#503) Closing brace indented incorrectly; expected 4 spaces, found 1
(#503) Whitespace found at end of line
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 4 spaces, found 1
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Expected 2 space(s) before asterisk; 1 found
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Expected 2 space(s) before asterisk; 1 found
(#507) Whitespace found at end of line
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Expected 2 space(s) before asterisk; 1 found
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Expected 2 space(s) before asterisk; 1 found
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Expected 2 space(s) before asterisk; 1 found
(#510) Whitespace found at end of line
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Expected 2 space(s) before asterisk; 1 found
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 4 spaces, found 1
(#512) Visibility must be declared on method "end_element"
(#512) Expected 1 space after closing parenthesis; found 0
(#512) Whitespace found at end of line
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 8 spaces, found 2
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 8 spaces, found 2
(#514) This comment is 67% valid code; is this commented out code?
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 12 spaces, found 3
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 12 spaces, found 3
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 12 spaces, found 9
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 8 spaces, found 2
(#520) Whitespace found at end of line
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 8 spaces, found 2
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 8 spaces, found 2
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Line indented incorrectly; expected at least 12 spaces, found 3
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 12 spaces, found 3
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 8 spaces, found 2
(#526) Whitespace found at end of line
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Line indented incorrectly; expected at least 8 spaces, found 2
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 8 spaces, found 2
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 12 spaces, found 3
(#529) No space found before comment text; expected "// TODO: track the node to which documentation should be assigned; it can be a part, message, etc." but found "//TODO: track the node to which documentation should be assigned; it can be a part, message, etc."
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) This comment is 70% valid code; is this commented out code?
(#530) Line indented incorrectly; expected at least 12 spaces, found 3
(#530) No space found before comment text; expected "// $this->portTypes[$this->currentPortType][$this->currentPortOperation]['documentation'] = $this->documentation;" but found "//$this->portTypes[$this->currentPortType][$this->currentPortOperation]['documentation'] = $this->documentation;"
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected 8 spaces, found 2
(#532) Whitespace found at end of line
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 4 spaces, found 1
(#533) Whitespace found at end of line
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 4 spaces, found 1
(#536) Spaces must be used for alignment; tabs are not allowed
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Whitespace found at end of line
(#538) Spaces must be used for alignment; tabs are not allowed
(#539) Spaces must be used for alignment; tabs are not allowed
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Whitespace found at end of line
(#541) Spaces must be used for alignment; tabs are not allowed
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 4 spaces, found 1
(#542) Visibility must be declared on method "character_data"
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Opening brace should be on the same line as the declaration
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 8 spaces, found 2
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 8 spaces, found 2
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 12 spaces, found 3
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 8 spaces, found 2
(#547) Whitespace found at end of line
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 8 spaces, found 2
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 12 spaces, found 3
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected 8 spaces, found 2
(#550) Whitespace found at end of line
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 4 spaces, found 1
(#551) Whitespace found at end of line
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 4 spaces, found 1
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Expected 2 space(s) before asterisk; 1 found
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Expected 2 space(s) before asterisk; 1 found
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Expected 2 space(s) before asterisk; 1 found
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Expected 2 space(s) before asterisk; 1 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Expected 2 space(s) before asterisk; 1 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Expected 2 space(s) before asterisk; 1 found
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Line exceeds maximum limit of 180 characters; contains 213 characters
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Expected 2 space(s) before asterisk; 1 found
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Expected 2 space(s) before asterisk; 1 found
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected 4 spaces, found 1
(#562) method name "wsdl::setCredentials" must be in lower-case letters only
(#562) Visibility must be declared on method "setCredentials"
(#562) Variable "certRequest" must be all lower-case
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 8 spaces, found 2
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 8 spaces, found 2
(#564) Variable "certRequest" must be all lower-case
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 8 spaces, found 2
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 8 spaces, found 2
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 8 spaces, found 2
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 2
(#568) Variable "certRequest" must be all lower-case
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 4 spaces, found 1
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Whitespace found at end of line
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected 4 spaces, found 1
(#571) method name "wsdl::getBindingData" must be in lower-case letters only
(#571) Visibility must be declared on method "getBindingData"
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 4 spaces, found 1
(#572) Opening brace should be on the same line as the declaration
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 8 spaces, found 2
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 12 spaces, found 3
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected 8 spaces, found 2
(#575) Whitespace found at end of line
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 4 spaces, found 1
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Whitespace found at end of line
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 4 spaces, found 1
(#579) Spaces must be used for alignment; tabs are not allowed
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Whitespace found at end of line
(#581) Spaces must be used for alignment; tabs are not allowed
(#582) Spaces must be used for alignment; tabs are not allowed
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Whitespace found at end of line
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Whitespace found at end of line
(#585) Spaces must be used for alignment; tabs are not allowed
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected 4 spaces, found 1
(#586) method name "wsdl::getOperations" must be in lower-case letters only
(#586) Visibility must be declared on method "getOperations"
(#586) Variable "portName" must be all lower-case
(#586) Variable "bindingType" must be all lower-case
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 2
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 8 spaces, found 2
(#588) Variable "bindingType" must be all lower-case
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 12 spaces, found 3
(#589) Variable "bindingType" must be all lower-case
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected 8 spaces, found 2
(#590) Usage of ELSEIF not allowed; use ELSE IF instead
(#590) Variable "bindingType" must be all lower-case
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 12 spaces, found 3
(#591) Variable "bindingType" must be all lower-case
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected 8 spaces, found 2
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 12 spaces, found 3
(#593) Variable "bindingType" must be all lower-case
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 8 spaces, found 2
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 2
(#595) Variable "portName" must be all lower-case
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Inline comments must start with a capital letter, digit or 3-dots sequence
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Line indented incorrectly; expected at least 8 spaces, found 2
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 8 spaces, found 2
(#597) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#597) Variable "portData" must be all lower-case
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 12 spaces, found 3
(#598) Variable "portData" must be all lower-case
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected 12 spaces, found 3
(#599) Variable "portName" must be all lower-case
(#599) Variable "portName" must be all lower-case
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) Line indented incorrectly; expected at least 16 spaces, found 4
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 16 spaces, found 4
(#601) Variable "portData" must be all lower-case
(#601) Variable "bindingType" must be all lower-case
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 20 spaces, found 5
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) This comment is 69% valid code; is this commented out code?
(#603) Inline comments must start with a capital letter, digit or 3-dots sequence
(#603) Line indented incorrectly; expected at least 20 spaces, found 5
(#603) No space found before comment text; expected "// $this->debug("port data: " . $this->varDump($portData));" but found "//$this->debug("port data: " . $this->varDump($portData));"
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) This comment is 70% valid code; is this commented out code?
(#604) Line indented incorrectly; expected at least 20 spaces, found 5
(#604) No space found before comment text; expected "// $this->debug("bindings: " . $this->varDump($this->bindings[ $portData['binding'] ]));" but found "//$this->debug("bindings: " . $this->varDump($this->bindings[ $portData['binding'] ]));"
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) Line indented incorrectly; expected at least 20 spaces, found 5
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 20 spaces, found 5
(#606) Variable "portData" must be all lower-case
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 24 spaces, found 6
(#607) Variable "portData" must be all lower-case
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 20 spaces, found 5
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected 16 spaces, found 4
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 12 spaces, found 3
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 8 spaces, found 2
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 8 spaces, found 2
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 12 spaces, found 3
(#613) Variable "portName" must be all lower-case
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected 8 spaces, found 2
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 8 spaces, found 2
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 4 spaces, found 1
(#616) Whitespace found at end of line
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Whitespace found at end of line
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 4 spaces, found 1
(#619) Spaces must be used for alignment; tabs are not allowed
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Whitespace found at end of line
(#621) Spaces must be used for alignment; tabs are not allowed
(#622) Spaces must be used for alignment; tabs are not allowed
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Whitespace found at end of line
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Whitespace found at end of line
(#625) Spaces must be used for alignment; tabs are not allowed
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected 4 spaces, found 1
(#626) method name "wsdl::getOperationData" must be in lower-case letters only
(#626) Visibility must be declared on method "getOperationData"
(#626) Variable "bindingType" must be all lower-case
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 4 spaces, found 1
(#627) Opening brace should be on the same line as the declaration
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 8 spaces, found 2
(#628) Variable "bindingType" must be all lower-case
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 12 spaces, found 3
(#629) Variable "bindingType" must be all lower-case
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 8 spaces, found 2
(#630) Usage of ELSEIF not allowed; use ELSE IF instead
(#630) Variable "bindingType" must be all lower-case
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 12 spaces, found 3
(#631) Variable "bindingType" must be all lower-case
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 8 spaces, found 2
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#633) Inline comments must end in full-stops, exclamation marks, or question marks
(#633) Line indented incorrectly; expected at least 8 spaces, found 2
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected 8 spaces, found 2
(#634) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#634) Variable "portData" must be all lower-case
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Inline comments must start with a capital letter, digit or 3-dots sequence
(#635) Inline comments must end in full-stops, exclamation marks, or question marks
(#635) Line indented incorrectly; expected at least 12 spaces, found 3
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected 12 spaces, found 3
(#636) Variable "portData" must be all lower-case
(#636) Variable "bindingType" must be all lower-case
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) Line indented incorrectly; expected at least 16 spaces, found 4
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#638) This comment is 71% valid code; is this commented out code?
(#638) Line indented incorrectly; expected at least 16 spaces, found 4
(#638) No space found before comment text; expected "// foreach($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {" but found "//foreach($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {"
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 16 spaces, found 4
(#639) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#639) Variable "portData" must be all lower-case
(#639) Variable "bOperation" must be all lower-case
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Inline comments must start with a capital letter, digit or 3-dots sequence
(#640) Inline comments must end in full-stops, exclamation marks, or question marks
(#640) Line indented incorrectly; expected at least 20 spaces, found 5
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected 20 spaces, found 5
(#641) Variable "bOperation" must be all lower-case
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 24 spaces, found 6
(#642) Variable "opData" must be all lower-case
(#642) Variable "portData" must be all lower-case
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 24 spaces, found 9
(#643) Variable "opData" must be all lower-case
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 20 spaces, found 5
(#644) Whitespace found at end of line
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 16 spaces, found 4
(#645) Whitespace found at end of line
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected 12 spaces, found 3
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 8 spaces, found 2
(#647) Whitespace found at end of line
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 4 spaces, found 1
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 4 spaces, found 1
(#651) Spaces must be used for alignment; tabs are not allowed
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Whitespace found at end of line
(#653) Spaces must be used for alignment; tabs are not allowed
(#654) Spaces must be used for alignment; tabs are not allowed
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Whitespace found at end of line
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Whitespace found at end of line
(#657) Spaces must be used for alignment; tabs are not allowed
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected 4 spaces, found 1
(#658) method name "wsdl::getOperationDataForSoapAction" must be in lower-case letters only
(#658) Visibility must be declared on method "getOperationDataForSoapAction"
(#658) Variable "soapAction" must be all lower-case
(#658) Variable "bindingType" must be all lower-case
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 8 spaces, found 2
(#659) Variable "bindingType" must be all lower-case
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 12 spaces, found 3
(#660) Variable "bindingType" must be all lower-case
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected 8 spaces, found 2
(#661) Usage of ELSEIF not allowed; use ELSE IF instead
(#661) Variable "bindingType" must be all lower-case
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 12 spaces, found 3
(#662) Variable "bindingType" must be all lower-case
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected 8 spaces, found 2
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Inline comments must start with a capital letter, digit or 3-dots sequence
(#664) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) Line indented incorrectly; expected at least 8 spaces, found 2
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected 8 spaces, found 2
(#665) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#665) Variable "portData" must be all lower-case
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#666) Inline comments must end in full-stops, exclamation marks, or question marks
(#666) Line indented incorrectly; expected at least 12 spaces, found 3
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected 12 spaces, found 3
(#667) Variable "portData" must be all lower-case
(#667) Variable "bindingType" must be all lower-case
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#668) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) Line indented incorrectly; expected at least 16 spaces, found 4
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected 16 spaces, found 4
(#669) Variable "portData" must be all lower-case
(#669) Variable "bOperation" must be all lower-case
(#669) Variable "opData" must be all lower-case
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 20 spaces, found 5
(#670) Variable "opData" must be all lower-case
(#670) Variable "soapAction" must be all lower-case
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 24 spaces, found 9
(#671) Variable "opData" must be all lower-case
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected 20 spaces, found 5
(#672) Whitespace found at end of line
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected 16 spaces, found 4
(#673) Whitespace found at end of line
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected 12 spaces, found 3
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected 8 spaces, found 2
(#675) Whitespace found at end of line
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 4 spaces, found 1
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Whitespace found at end of line
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 4 spaces, found 1
(#679) Expected 2 space(s) before asterisk; 4 found
(#680) Expected 2 space(s) before asterisk; 4 found
(#681) Expected 2 space(s) before asterisk; 4 found
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Expected 2 space(s) before asterisk; 1 found
(#682) Spaces must be used for alignment; tabs are not allowed
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Expected 2 space(s) before asterisk; 1 found
(#683) Spaces must be used for alignment; tabs are not allowed
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Expected 2 space(s) before asterisk; 1 found
(#684) Spaces must be used for alignment; tabs are not allowed
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Expected 2 space(s) before asterisk; 1 found
(#685) Spaces must be used for alignment; tabs are not allowed
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Expected 2 space(s) before asterisk; 1 found
(#686) Spaces must be used for alignment; tabs are not allowed
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Expected 2 space(s) before asterisk; 1 found
(#687) Spaces must be used for alignment; tabs are not allowed
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Expected 2 space(s) before asterisk; 1 found
(#688) Spaces must be used for alignment; tabs are not allowed
(#689) Expected 2 space(s) before asterisk; 4 found
(#690) Expected 2 space(s) before asterisk; 4 found
(#691) Expected 2 space(s) before asterisk; 4 found
(#692) Expected 2 space(s) before asterisk; 4 found
(#693) Expected 2 space(s) before asterisk; 4 found
(#694) Expected 2 space(s) before asterisk; 4 found
(#695) Expected 2 space(s) before asterisk; 4 found
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected 4 spaces, found 1
(#696) method name "wsdl::getTypeDef" must be in lower-case letters only
(#696) Visibility must be declared on method "getTypeDef"
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 8 spaces, found 2
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected 8 spaces, found 2
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 12 spaces, found 3
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 12 spaces, found 3
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected 8 spaces, found 2
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 8 spaces, found 2
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected 12 spaces, found 3
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected 16 spaces, found 4
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 20 spaces, found 5
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 20 spaces, found 5
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 20 spaces, found 5
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 16 spaces, found 4
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected 12 spaces, found 3
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected 8 spaces, found 2
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 8 spaces, found 2
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 12 spaces, found 3
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected 12 spaces, found 3
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 16 spaces, found 4
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 16 spaces, found 4
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 16 spaces, found 4
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 16 spaces, found 4
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected 16 spaces, found 4
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 20 spaces, found 5
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected 20 spaces, found 5
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Inline comments must start with a capital letter, digit or 3-dots sequence
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) Line indented incorrectly; expected at least 24 spaces, found 6
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 24 spaces, found 6
(#722) Variable "uqType" must be all lower-case
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 24 spaces, found 6
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 24 spaces, found 6
(#724) Variable "uqType" must be all lower-case
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected 24 spaces, found 6
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 28 spaces, found 7
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 28 spaces, found 7
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected 28 spaces, found 7
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 32 spaces, found 8
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected 28 spaces, found 7
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected 28 spaces, found 7
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 32 spaces, found 8
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected 28 spaces, found 7
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected 28 spaces, found 7
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 32 spaces, found 8
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected 28 spaces, found 7
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected 24 spaces, found 6
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 28 spaces, found 7
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected 24 spaces, found 6
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected 20 spaces, found 5
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 20 spaces, found 5
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected 16 spaces, found 4
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected 12 spaces, found 3
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 12 spaces, found 3
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected 8 spaces, found 2
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 12 spaces, found 3
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected 8 spaces, found 2
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 8 spaces, found 2
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 4 spaces, found 1
(#752) Expected 5 space(s) before asterisk; 4 found
(#753) Expected 5 space(s) before asterisk; 4 found
(#754) Expected 5 space(s) before asterisk; 4 found
(#755) Expected 5 space(s) before asterisk; 4 found
(#756) method name "wsdl::webDescription" must be in lower-case letters only
(#756) Visibility must be declared on method "webDescription"
(#756) Expected 1 space after closing parenthesis; found 0
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 8 spaces, found 5
(#757) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#757) Variable "HTTP_SERVER_VARS" must be all lower-case
(#757) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected 8 spaces, found 2
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected at least 12 spaces, found 3
(#760) Variable "PHP_SELF" must be all lower-case
(#760) Variable "PHP_SELF" must not contain underscores.
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected 8 spaces, found 2
(#761) Usage of ELSEIF not allowed; use ELSE IF instead
(#761) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#761) Variable "HTTP_SERVER_VARS" must be all lower-case
(#761) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 12 spaces, found 3
(#762) Variable "PHP_SELF" must be all lower-case
(#762) Variable "PHP_SELF" must not contain underscores.
(#762) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#762) Variable "HTTP_SERVER_VARS" must be all lower-case
(#762) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 8 spaces, found 2
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 12 spaces, found 3
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 8 spaces, found 2
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected at least 8 spaces, found 2
(#767) Whitespace found at end of line within string
(#768) Whitespace found at end of line within string
(#769) Whitespace found at end of line within string
(#770) Whitespace found at end of line within string
(#771) Whitespace found at end of line within string
(#772) Whitespace found at end of line within string
(#773) Whitespace found at end of line within string
(#774) Whitespace found at end of line within string
(#775) Whitespace found at end of line within string
(#776) Whitespace found at end of line within string
(#777) Whitespace found at end of line within string
(#778) Whitespace found at end of line within string
(#779) Whitespace found at end of line within string
(#780) Whitespace found at end of line within string
(#781) Whitespace found at end of line within string
(#782) Whitespace found at end of line within string
(#783) Whitespace found at end of line within string
(#784) Whitespace found at end of line within string
(#785) Whitespace found at end of line within string
(#786) Whitespace found at end of line within string
(#787) Whitespace found at end of line within string
(#788) Whitespace found at end of line within string
(#789) Whitespace found at end of line within string
(#790) Whitespace found at end of line within string
(#791) Whitespace found at end of line within string
(#792) Whitespace found at end of line within string
(#793) Whitespace found at end of line within string
(#794) Whitespace found at end of line within string
(#795) Whitespace found at end of line within string
(#796) Whitespace found at end of line within string
(#797) Whitespace found at end of line within string
(#798) Whitespace found at end of line within string
(#799) Whitespace found at end of line within string
(#800) Whitespace found at end of line within string
(#801) Whitespace found at end of line within string
(#802) Whitespace found at end of line within string
(#803) Whitespace found at end of line within string
(#804) Whitespace found at end of line within string
(#805) Whitespace found at end of line within string
(#806) Whitespace found at end of line within string
(#807) Whitespace found at end of line within string
(#808) Whitespace found at end of line within string
(#809) Whitespace found at end of line within string
(#810) Whitespace found at end of line within string
(#811) Whitespace found at end of line within string
(#812) Whitespace found at end of line within string
(#813) Whitespace found at end of line within string
(#814) Whitespace found at end of line within string
(#815) Whitespace found at end of line within string
(#816) Whitespace found at end of line within string
(#817) Whitespace found at end of line within string
(#818) Whitespace found at end of line within string
(#819) Whitespace found at end of line within string
(#820) Whitespace found at end of line within string
(#821) Whitespace found at end of line within string
(#822) Whitespace found at end of line within string
(#823) Whitespace found at end of line within string
(#824) Whitespace found at end of line within string
(#825) Whitespace found at end of line within string
(#826) Whitespace found at end of line within string
(#827) Whitespace found at end of line within string
(#828) Whitespace found at end of line within string
(#829) Whitespace found at end of line within string
(#830) Whitespace found at end of line within string
(#831) Whitespace found at end of line within string
(#832) Whitespace found at end of line within string
(#833) Whitespace found at end of line within string
(#834) Whitespace found at end of line within string
(#835) Whitespace found at end of line within string
(#836) Whitespace found at end of line within string
(#837) Whitespace found at end of line within string
(#838) Whitespace found at end of line within string
(#839) Whitespace found at end of line within string
(#840) Whitespace found at end of line within string
(#841) Whitespace found at end of line within string
(#842) Whitespace found at end of line within string
(#843) Whitespace found at end of line within string
(#844) Whitespace found at end of line within string
(#845) Whitespace found at end of line within string
(#846) Whitespace found at end of line within string
(#847) Variable "PHP_SELF" must be all lower-case
(#847) Variable "PHP_SELF" must not contain underscores.
(#847) Whitespace found at end of line within string
(#848) Whitespace found at end of line within string
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected 8 spaces, found 4
(#850) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected at least 12 spaces, found 8
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#852) Inline comments must end in full-stops, exclamation marks, or question marks
(#852) Line indented incorrectly; expected at least 12 spaces, found 8
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 12 spaces, found 8
(#853) Whitespace found at end of line within string
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 12 spaces, found 8
(#855) Expected "foreach (...) {\n"; found "foreach(...){ // loop through opdata\n"
(#855) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected 16 spaces, found 6
(#856) Expected "if (...) {\n"; found "if(...){ // show input/output data\n"
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 20 spaces, found 10
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected 20 spaces, found 10
(#858) Expected "foreach (...) {\n"; found "foreach(...){ // loop through data\n"
(#858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected 24 spaces, found 8
(#859) Expected "if (...) {\n"; found "if(...){ // loop thru parts\n"
(#859) Inline comments must end in full-stops, exclamation marks, or question marks
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 28 spaces, found 12
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#861) This comment is 88% valid code; is this commented out code?
(#861) Line indented incorrectly; expected at least 28 spaces, found 21
(#861) No space found before comment text; expected "// if(is_array($tenille)){" but found "//if(is_array($tenille)){"
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 28 spaces, found 13
(#862) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 32 spaces, found 11
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected 28 spaces, found 13
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Tab found within whitespace
(#865) Inline comments must start with a capital letter, digit or 3-dots sequence
(#865) Inline comments must end in full-stops, exclamation marks, or question marks
(#865) This comment is 100% valid code; is this commented out code?
(#865) Line indented incorrectly; expected at least 28 spaces, found 15
(#865) No space found before comment text; expected "// }" but found "//}"
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected 24 spaces, found 8
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Tab found within whitespace
(#867) Line indented incorrectly; expected at least 28 spaces, found 12
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Line indented incorrectly; expected 24 spaces, found 8
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected 20 spaces, found 10
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected 16 spaces, found 6
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected at least 20 spaces, found 10
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected 16 spaces, found 6
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected 12 spaces, found 8
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected at least 12 spaces, found 5
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected 8 spaces, found 4
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 8 spaces, found 4
(#876) Whitespace found at end of line within string
(#877) Whitespace found at end of line within string
(#878) Whitespace found at end of line within string
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Line indented incorrectly; expected at least 8 spaces, found 2
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected at least 4 spaces, found 1
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Expected 2 space(s) before asterisk; 1 found
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Expected 2 space(s) before asterisk; 1 found
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Expected 2 space(s) before asterisk; 1 found
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Expected 2 space(s) before asterisk; 1 found
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Expected 2 space(s) before asterisk; 1 found
(#888) Whitespace found at end of line
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Expected 2 space(s) before asterisk; 1 found
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Line indented incorrectly; expected 4 spaces, found 1
(#890) Visibility must be declared on method "serialize"
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Line indented incorrectly; expected at least 4 spaces, found 1
(#891) Opening brace should be on the same line as the declaration
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected at least 8 spaces, found 2
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected at least 8 spaces, found 2
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected 8 spaces, found 2
(#894) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 12 spaces, found 3
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected 8 spaces, found 2
(#896) Whitespace found at end of line
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Inline comments must end in full-stops, exclamation marks, or question marks
(#897) Line indented incorrectly; expected at least 8 spaces, found 2
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected 8 spaces, found 2
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected at least 12 spaces, found 3
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Line indented incorrectly; expected 8 spaces, found 2
(#900) Whitespace found at end of line
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Line indented incorrectly; expected 8 spaces, found 2
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected at least 12 spaces, found 3
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected 8 spaces, found 2
(#903) Whitespace found at end of line
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected at least 8 spaces, found 2
(#904) Whitespace found at end of line
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Inline comments must start with a capital letter, digit or 3-dots sequence
(#905) Inline comments must end in full-stops, exclamation marks, or question marks
(#905) Line indented incorrectly; expected at least 8 spaces, found 2
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected 8 spaces, found 2
(#906) The use of function sizeof() is forbidden; use count() instead
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 12 spaces, found 3
(#907) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected 16 spaces, found 4
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 20 spaces, found 5
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected at least 24 spaces, found 6
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected 20 spaces, found 5
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 24 spaces, found 6
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 20 spaces, found 5
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected 16 spaces, found 4
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected 12 spaces, found 3
(#915) Whitespace found at end of line
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected 8 spaces, found 2
(#916) Whitespace found at end of line
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) Line indented incorrectly; expected at least 8 spaces, found 2
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected 8 spaces, found 2
(#918) Expected 1 space before ">="; 0 found
(#918) Expected 1 space after ">="; 0 found
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 12 spaces, found 3
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected 12 spaces, found 3
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected 16 spaces, found 4
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 20 spaces, found 5
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected 16 spaces, found 4
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected 12 spaces, found 3
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected at least 12 spaces, found 3
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Tab found within whitespace
(#926) Line indented incorrectly; expected 8 spaces, found 2
(#926) Whitespace found at end of line
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#927) Inline comments must end in full-stops, exclamation marks, or question marks
(#927) Line indented incorrectly; expected at least 8 spaces, found 2
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected 8 spaces, found 2
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 12 spaces, found 3
(#929) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#929) Variable "msgName" must be all lower-case
(#929) Variable "msgParts" must be all lower-case
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 16 spaces, found 4
(#930) Variable "msgName" must be all lower-case
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected 16 spaces, found 4
(#931) Expected "if (...) {\n"; found "if(...){\n"
(#931) Variable "msgParts" must be all lower-case
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected 20 spaces, found 5
(#932) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#932) Variable "msgParts" must be all lower-case
(#932) Variable "partName" must be all lower-case
(#932) Variable "partType" must be all lower-case
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#933) Inline comments must end in full-stops, exclamation marks, or question marks
(#933) This comment is 54% valid code; is this commented out code?
(#933) Line indented incorrectly; expected at least 24 spaces, found 6
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Line indented incorrectly; expected 24 spaces, found 6
(#934) Variable "partType" must be all lower-case
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected at least 28 spaces, found 10
(#935) Variable "typePrefix" must be all lower-case
(#935) Variable "partType" must be all lower-case
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected 24 spaces, found 6
(#936) Usage of ELSEIF not allowed; use ELSE IF instead
(#936) Variable "partType" must be all lower-case
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Inline comments must start with a capital letter, digit or 3-dots sequence
(#937) Inline comments must end in full-stops, exclamation marks, or question marks
(#937) This comment is 55% valid code; is this commented out code?
(#937) Line indented incorrectly; expected at least 28 spaces, found 10
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected at least 28 spaces, found 10
(#938) Variable "typePrefix" must be all lower-case
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected 24 spaces, found 6
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Line indented incorrectly; expected 28 spaces, found 10
(#940) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Line indented incorrectly; expected 32 spaces, found 14
(#941) Variable "partType" must be all lower-case
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Line indented incorrectly; expected at least 36 spaces, found 18
(#942) Variable "typePrefix" must be all lower-case
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected 32 spaces, found 14
(#943) Whitespace found at end of line
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected 28 spaces, found 10
(#944) Whitespace found at end of line
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected 28 spaces, found 10
(#945) Variable "typePrefix" must be all lower-case
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 32 spaces, found 14
(#946) Variable "partType" must be all lower-case
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected 28 spaces, found 10
(#947) Whitespace found at end of line
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected 24 spaces, found 6
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected at least 24 spaces, found 6
(#949) Variable "typePrefix" must be all lower-case
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 24 spaces, found 6
(#950) Variable "localPart" must be all lower-case
(#950) Variable "partType" must be all lower-case
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected at least 24 spaces, found 6
(#951) Variable "typeDef" must be all lower-case
(#951) Variable "localPart" must be all lower-case
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Line indented incorrectly; expected 24 spaces, found 6
(#952) Variable "typeDef" must be all lower-case
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected at least 28 spaces, found 7
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected 28 spaces, found 7
(#954) Variable "localPart" must be all lower-case
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected at least 32 spaces, found 8
(#955) Variable "localPart" must be all lower-case
(#955) Variable "localPart" must be all lower-case
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected 28 spaces, found 7
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected 24 spaces, found 6
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 28 spaces, found 7
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected 24 spaces, found 6
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected at least 24 spaces, found 6
(#960) Variable "partName" must be all lower-case
(#960) Variable "typePrefix" must be all lower-case
(#960) Variable "localPart" must be all lower-case
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected 20 spaces, found 5
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected 16 spaces, found 4
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected at least 16 spaces, found 4
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected 12 spaces, found 3
(#964) Whitespace found at end of line
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected 8 spaces, found 2
(#965) Whitespace found at end of line
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#966) Inline comments must end in full-stops, exclamation marks, or question marks
(#966) Line indented incorrectly; expected at least 8 spaces, found 2
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 8 spaces, found 2
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 12 spaces, found 3
(#968) Variable "binding_xml" must not contain underscores.
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 12 spaces, found 3
(#969) Variable "portType_xml" must be all lower-case
(#969) Variable "portType_xml" must not contain underscores.
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 12 spaces, found 3
(#970) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#970) Variable "bindingName" must be all lower-case
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 16 spaces, found 4
(#971) Variable "binding_xml" must not contain underscores.
(#971) Variable "bindingName" must be all lower-case
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected at least 16 spaces, found 4
(#972) Variable "binding_xml" must not contain underscores.
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 16 spaces, found 4
(#973) Variable "portType_xml" must be all lower-case
(#973) Variable "portType_xml" must not contain underscores.
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected 16 spaces, found 4
(#974) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#974) Variable "opName" must be all lower-case
(#974) Variable "opParts" must be all lower-case
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected at least 20 spaces, found 5
(#975) Variable "binding_xml" must not contain underscores.
(#975) Variable "opName" must be all lower-case
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected at least 20 spaces, found 5
(#976) Variable "binding_xml" must not contain underscores.
(#976) Variable "opParts" must be all lower-case
(#976) Variable "opParts" must be all lower-case
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected 20 spaces, found 5
(#977) Variable "opParts" must be all lower-case
(#977) Variable "opParts" must be all lower-case
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Line indented incorrectly; expected at least 24 spaces, found 6
(#978) Variable "enc_style" must not contain underscores.
(#978) Variable "opParts" must be all lower-case
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Line indented incorrectly; expected 20 spaces, found 5
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Line indented incorrectly; expected at least 24 spaces, found 6
(#980) Variable "enc_style" must not contain underscores.
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected 20 spaces, found 5
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Line indented incorrectly; expected at least 20 spaces, found 5
(#982) Variable "binding_xml" must not contain underscores.
(#982) Variable "opParts" must be all lower-case
(#982) Variable "opParts" must be all lower-case
(#982) Variable "enc_style" must not contain underscores.
(#982) Line exceeds 132 characters; contains 170 characters
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Line indented incorrectly; expected 20 spaces, found 5
(#983) Variable "opParts" must be all lower-case
(#983) Variable "opParts" must be all lower-case
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 24 spaces, found 6
(#984) Variable "enc_style" must not contain underscores.
(#984) Variable "opParts" must be all lower-case
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Line indented incorrectly; expected 20 spaces, found 5
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected at least 24 spaces, found 6
(#986) Variable "enc_style" must not contain underscores.
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected 20 spaces, found 5
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected at least 20 spaces, found 5
(#988) Variable "binding_xml" must not contain underscores.
(#988) Variable "opParts" must be all lower-case
(#988) Variable "opParts" must be all lower-case
(#988) Variable "enc_style" must not contain underscores.
(#988) Line exceeds 132 characters; contains 174 characters
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected at least 20 spaces, found 5
(#989) Variable "binding_xml" must not contain underscores.
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected at least 20 spaces, found 5
(#990) Variable "portType_xml" must be all lower-case
(#990) Variable "portType_xml" must not contain underscores.
(#990) Variable "opParts" must be all lower-case
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected 20 spaces, found 5
(#991) Variable "opParts" must be all lower-case
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 24 spaces, found 9
(#992) Variable "portType_xml" must be all lower-case
(#992) Variable "portType_xml" must not contain underscores.
(#992) Variable "opParts" must be all lower-case
(#993) Spaces must be used for alignment; tabs are not allowed
(#993) Tab found within whitespace
(#993) Line indented incorrectly; expected 20 spaces, found 5
(#993) Whitespace found at end of line
(#994) Spaces must be used for alignment; tabs are not allowed
(#994) Tab found within whitespace
(#994) Line indented incorrectly; expected at least 20 spaces, found 5
(#994) Variable "portType_xml" must be all lower-case
(#994) Variable "portType_xml" must not contain underscores.
(#995) Spaces must be used for alignment; tabs are not allowed
(#995) Tab found within whitespace
(#995) Line indented incorrectly; expected 20 spaces, found 5
(#995) Expected "if (...) {\n"; found "if(...) {\n"
(#995) Variable "opParts" must be all lower-case
(#995) Variable "opParts" must be all lower-case
(#996) Spaces must be used for alignment; tabs are not allowed
(#996) Tab found within whitespace
(#996) Line indented incorrectly; expected at least 24 spaces, found 6
(#996) Variable "portType_xml" must be all lower-case
(#996) Variable "portType_xml" must not contain underscores.
(#996) Variable "opParts" must be all lower-case
(#997) Spaces must be used for alignment; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected 20 spaces, found 5
(#998) Spaces must be used for alignment; tabs are not allowed
(#998) Tab found within whitespace
(#998) Line indented incorrectly; expected at least 20 spaces, found 5
(#998) Variable "portType_xml" must be all lower-case
(#998) Variable "portType_xml" must not contain underscores.
(#998) Variable "opParts" must be all lower-case
(#999) Spaces must be used for alignment; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected at least 20 spaces, found 5
(#999) Variable "portType_xml" must be all lower-case
(#999) Variable "portType_xml" must not contain underscores.
(#999) Variable "opParts" must be all lower-case
(#1000) Spaces must be used for alignment; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected at least 20 spaces, found 5
(#1000) Variable "portType_xml" must be all lower-case
(#1000) Variable "portType_xml" must not contain underscores.
(#1001) Spaces must be used for alignment; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected 16 spaces, found 4
(#1001) Whitespace found at end of line
(#1002) Spaces must be used for alignment; tabs are not allowed
(#1002) Tab found within whitespace
(#1002) Line indented incorrectly; expected at least 16 spaces, found 4
(#1002) Variable "portType_xml" must be all lower-case
(#1002) Variable "portType_xml" must not contain underscores.
(#1003) Spaces must be used for alignment; tabs are not allowed
(#1003) Tab found within whitespace
(#1003) Line indented incorrectly; expected at least 16 spaces, found 4
(#1003) Variable "binding_xml" must not contain underscores.
(#1004) Spaces must be used for alignment; tabs are not allowed
(#1004) Tab found within whitespace
(#1004) Line indented incorrectly; expected 12 spaces, found 3
(#1004) Whitespace found at end of line
(#1005) Spaces must be used for alignment; tabs are not allowed
(#1005) Tab found within whitespace
(#1005) Line indented incorrectly; expected at least 12 spaces, found 3
(#1005) Variable "portType_xml" must be all lower-case
(#1005) Variable "portType_xml" must not contain underscores.
(#1005) Variable "binding_xml" must not contain underscores.
(#1006) Spaces must be used for alignment; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Line indented incorrectly; expected 8 spaces, found 2
(#1006) Whitespace found at end of line
(#1007) Spaces must be used for alignment; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1007) Inline comments must end in full-stops, exclamation marks, or question marks
(#1007) Line indented incorrectly; expected at least 8 spaces, found 2
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Line indented incorrectly; expected at least 8 spaces, found 2
(#1009) Spaces must be used for alignment; tabs are not allowed
(#1009) Tab found within whitespace
(#1009) Line indented incorrectly; expected 8 spaces, found 2
(#1010) Spaces must be used for alignment; tabs are not allowed
(#1010) Tab found within whitespace
(#1010) Line indented incorrectly; expected 12 spaces, found 3
(#1010) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1010) Variable "pName" must be all lower-case
(#1011) Spaces must be used for alignment; tabs are not allowed
(#1011) Tab found within whitespace
(#1011) Line indented incorrectly; expected at least 16 spaces, found 4
(#1011) Variable "pName" must be all lower-case
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Line indented incorrectly; expected at least 16 spaces, found 4
(#1013) Spaces must be used for alignment; tabs are not allowed
(#1013) Tab found within whitespace
(#1013) Line indented incorrectly; expected at least 16 spaces, found 4
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Line indented incorrectly; expected 12 spaces, found 3
(#1014) Whitespace found at end of line
(#1015) Spaces must be used for alignment; tabs are not allowed
(#1015) Tab found within whitespace
(#1015) Line indented incorrectly; expected 8 spaces, found 2
(#1015) Whitespace found at end of line
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Line indented incorrectly; expected at least 8 spaces, found 2
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1017) Tab found within whitespace
(#1017) Line indented incorrectly; expected at least 8 spaces, found 2
(#1018) Spaces must be used for alignment; tabs are not allowed
(#1018) Tab found within whitespace
(#1018) Line indented incorrectly; expected 4 spaces, found 1
(#1018) Whitespace found at end of line
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected at least 4 spaces, found 1
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected 4 spaces, found 1
(#1029) method name "wsdl::parametersMatchWrapped" must be in lower-case letters only
(#1029) Visibility must be declared on method "parametersMatchWrapped"
(#1030) Spaces must be used for alignment; tabs are not allowed
(#1030) Tab found within whitespace
(#1030) Line indented incorrectly; expected at least 8 spaces, found 2
(#1031) Spaces must be used for alignment; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Line indented incorrectly; expected at least 8 spaces, found 2
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1033) Inline comments must end in full-stops, exclamation marks, or question marks
(#1033) Line indented incorrectly; expected at least 8 spaces, found 2
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Line indented incorrectly; expected 8 spaces, found 2
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected at least 12 spaces, found 3
(#1035) Variable "uqType" must be all lower-case
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Line indented incorrectly; expected at least 12 spaces, found 3
(#1037) Spaces must be used for alignment; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Line indented incorrectly; expected at least 12 spaces, found 3
(#1037) Variable "uqType" must be all lower-case
(#1038) Spaces must be used for alignment; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Line indented incorrectly; expected 12 spaces, found 3
(#1039) Spaces must be used for alignment; tabs are not allowed
(#1039) Tab found within whitespace
(#1039) Line indented incorrectly; expected at least 16 spaces, found 4
(#1040) Spaces must be used for alignment; tabs are not allowed
(#1040) Tab found within whitespace
(#1040) Line indented incorrectly; expected at least 16 spaces, found 4
(#1040) Variable "uqType" must be all lower-case
(#1041) Spaces must be used for alignment; tabs are not allowed
(#1041) Tab found within whitespace
(#1041) Line indented incorrectly; expected 12 spaces, found 3
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Line indented incorrectly; expected 8 spaces, found 2
(#1043) Spaces must be used for alignment; tabs are not allowed
(#1043) Tab found within whitespace
(#1043) Line indented incorrectly; expected at least 12 spaces, found 3
(#1044) Spaces must be used for alignment; tabs are not allowed
(#1044) Tab found within whitespace
(#1044) Line indented incorrectly; expected at least 12 spaces, found 3
(#1045) Spaces must be used for alignment; tabs are not allowed
(#1045) Tab found within whitespace
(#1045) Line indented incorrectly; expected at least 12 spaces, found 3
(#1046) Spaces must be used for alignment; tabs are not allowed
(#1046) Tab found within whitespace
(#1046) Line indented incorrectly; expected at least 12 spaces, found 3
(#1047) Spaces must be used for alignment; tabs are not allowed
(#1047) Tab found within whitespace
(#1047) Line indented incorrectly; expected at least 12 spaces, found 3
(#1047) Variable "uqType" must be all lower-case
(#1048) Spaces must be used for alignment; tabs are not allowed
(#1048) Tab found within whitespace
(#1048) Line indented incorrectly; expected 8 spaces, found 2
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1050) Inline comments must end in full-stops, exclamation marks, or question marks
(#1050) Line indented incorrectly; expected at least 8 spaces, found 2
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Tab found within whitespace
(#1051) Line indented incorrectly; expected 8 spaces, found 2
(#1051) Variable "typeDef" must be all lower-case
(#1051) Variable "uqType" must be all lower-case
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Tab found within whitespace
(#1052) Line indented incorrectly; expected at least 12 spaces, found 3
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Tab found within whitespace
(#1053) Line indented incorrectly; expected at least 12 spaces, found 3
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Tab found within whitespace
(#1054) Line indented incorrectly; expected 8 spaces, found 2
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected at least 8 spaces, found 2
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Line indented incorrectly; expected at least 8 spaces, found 2
(#1056) Variable "typeDef" must be all lower-case
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Line indented incorrectly; expected 8 spaces, found 2
(#1057) Variable "uqType" must be all lower-case
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Line indented incorrectly; expected at least 12 spaces, found 3
(#1058) Variable "uqType" must be all lower-case
(#1058) Variable "uqType" must be all lower-case
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected 8 spaces, found 2
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Line indented incorrectly; expected at least 8 spaces, found 2
(#1060) Variable "phpType" must be all lower-case
(#1060) Variable "typeDef" must be all lower-case
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Line indented incorrectly; expected at least 8 spaces, found 2
(#1061) Variable "arrayType" must be all lower-case
(#1061) Variable "typeDef" must be all lower-case
(#1061) Variable "typeDef" must be all lower-case
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Line indented incorrectly; expected at least 8 spaces, found 2
(#1062) Variable "uqType" must be all lower-case
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Whitespace found at end of line
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) Line indented incorrectly; expected at least 8 spaces, found 2
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line indented incorrectly; expected 8 spaces, found 2
(#1065) Variable "phpType" must be all lower-case
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected at least 12 spaces, found 3
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected at least 12 spaces, found 3
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected 8 spaces, found 2
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1070) Inline comments must end in full-stops, exclamation marks, or question marks
(#1070) Line indented incorrectly; expected at least 8 spaces, found 2
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected 8 spaces, found 2
(#1071) Variable "typeDef" must be all lower-case
(#1071) Variable "typeDef" must be all lower-case
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected at least 12 spaces, found 3
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected at least 12 spaces, found 3
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Line indented incorrectly; expected 12 spaces, found 3
(#1074) Variable "typeDef" must be all lower-case
(#1075) Spaces must be used for alignment; tabs are not allowed
(#1075) Tab found within whitespace
(#1075) Line indented incorrectly; expected 16 spaces, found 4
(#1076) Spaces must be used for alignment; tabs are not allowed
(#1076) Tab found within whitespace
(#1076) Line indented incorrectly; expected at least 20 spaces, found 5
(#1077) Spaces must be used for alignment; tabs are not allowed
(#1077) Tab found within whitespace
(#1077) Line indented incorrectly; expected at least 20 spaces, found 5
(#1078) Spaces must be used for alignment; tabs are not allowed
(#1078) Tab found within whitespace
(#1078) Line indented incorrectly; expected 16 spaces, found 4
(#1079) Spaces must be used for alignment; tabs are not allowed
(#1079) Tab found within whitespace
(#1079) Line indented incorrectly; expected at least 20 spaces, found 5
(#1080) Spaces must be used for alignment; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected 16 spaces, found 4
(#1081) Spaces must be used for alignment; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Line indented incorrectly; expected at least 16 spaces, found 4
(#1082) Spaces must be used for alignment; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Line indented incorrectly; expected 12 spaces, found 3
(#1084) Spaces must be used for alignment; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected at least 12 spaces, found 3
(#1085) Spaces must be used for alignment; tabs are not allowed
(#1085) Tab found within whitespace
(#1085) Line indented incorrectly; expected 12 spaces, found 3
(#1086) Spaces must be used for alignment; tabs are not allowed
(#1086) Tab found within whitespace
(#1086) Line indented incorrectly; expected at least 16 spaces, found 4
(#1087) Spaces must be used for alignment; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Line indented incorrectly; expected 12 spaces, found 3
(#1088) Spaces must be used for alignment; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Line indented incorrectly; expected at least 12 spaces, found 3
(#1089) Spaces must be used for alignment; tabs are not allowed
(#1089) Tab found within whitespace
(#1089) Line indented incorrectly; expected 8 spaces, found 2
(#1091) Spaces must be used for alignment; tabs are not allowed
(#1091) Tab found within whitespace
(#1091) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1091) Line indented incorrectly; expected at least 8 spaces, found 2
(#1092) Spaces must be used for alignment; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected at least 8 spaces, found 2
(#1093) Spaces must be used for alignment; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Line indented incorrectly; expected at least 8 spaces, found 2
(#1094) Spaces must be used for alignment; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Line indented incorrectly; expected at least 8 spaces, found 2
(#1095) Spaces must be used for alignment; tabs are not allowed
(#1095) Tab found within whitespace
(#1095) Line indented incorrectly; expected 4 spaces, found 1
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Line indented incorrectly; expected at least 4 spaces, found 1
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Whitespace found at end of line
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Line indented incorrectly; expected 4 spaces, found 1
(#1112) method name "wsdl::serializeRPCParameters" must be in lower-case letters only
(#1112) Visibility must be declared on method "serializeRPCParameters"
(#1112) Variable "bindingType" must be all lower-case
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected at least 8 spaces, found 2
(#1113) Line exceeds 132 characters; contains 156 characters
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected at least 8 spaces, found 2
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Whitespace found at end of line
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected 8 spaces, found 2
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected at least 12 spaces, found 3
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Line indented incorrectly; expected at least 12 spaces, found 3
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Line indented incorrectly; expected at least 12 spaces, found 3
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Line indented incorrectly; expected 8 spaces, found 2
(#1120) Whitespace found at end of line
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected 8 spaces, found 2
(#1121) Variable "opData" must be all lower-case
(#1121) Variable "bindingType" must be all lower-case
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected at least 12 spaces, found 3
(#1122) Variable "bindingType" must be all lower-case
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected at least 12 spaces, found 3
(#1123) Variable "bindingType" must be all lower-case
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected at least 12 spaces, found 3
(#1125) Spaces must be used for alignment; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Line indented incorrectly; expected 8 spaces, found 2
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected at least 8 spaces, found 2
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Line indented incorrectly; expected at least 8 spaces, found 2
(#1127) Variable "opData" must be all lower-case
(#1129) Spaces must be used for alignment; tabs are not allowed
(#1129) Tab found within whitespace
(#1129) Inline comments must end in full-stops, exclamation marks, or question marks
(#1129) Line indented incorrectly; expected at least 8 spaces, found 2
(#1130) Spaces must be used for alignment; tabs are not allowed
(#1130) Tab found within whitespace
(#1130) Line indented incorrectly; expected at least 8 spaces, found 2
(#1130) Variable "encodingStyle" must be all lower-case
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1131) Tab found within whitespace
(#1131) Line indented incorrectly; expected 8 spaces, found 2
(#1131) Expected "if (...) {\n"; found "if(...) {\n"
(#1131) Variable "opData" must be all lower-case
(#1131) Variable "opData" must be all lower-case
(#1131) Variable "encodingStyle" must be all lower-case
(#1131) Line exceeds 132 characters; contains 134 characters
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Tab found within whitespace
(#1132) Line indented incorrectly; expected at least 12 spaces, found 3
(#1132) Variable "encodingStyle" must be all lower-case
(#1132) Variable "opData" must be all lower-case
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected at least 12 spaces, found 3
(#1133) Variable "enc_style" must not contain underscores.
(#1133) Variable "encodingStyle" must be all lower-case
(#1134) Spaces must be used for alignment; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Line indented incorrectly; expected 8 spaces, found 2
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1136) Inline comments must end in full-stops, exclamation marks, or question marks
(#1136) Line indented incorrectly; expected at least 8 spaces, found 2
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Line indented incorrectly; expected at least 8 spaces, found 2
(#1138) Spaces must be used for alignment; tabs are not allowed
(#1138) Tab found within whitespace
(#1138) Line indented incorrectly; expected 8 spaces, found 2
(#1138) Variable "opData" must be all lower-case
(#1138) The use of function sizeof() is forbidden; use count() instead
(#1138) Variable "opData" must be all lower-case
(#1139) Spaces must be used for alignment; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) Line indented incorrectly; expected at least 12 spaces, found 3
(#1139) Variable "opData" must be all lower-case
(#1140) Spaces must be used for alignment; tabs are not allowed
(#1140) Tab found within whitespace
(#1140) Line indented incorrectly; expected at least 12 spaces, found 3
(#1140) Variable "part_count" must not contain underscores.
(#1140) The use of function sizeof() is forbidden; use count() instead
(#1141) Spaces must be used for alignment; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) Line indented incorrectly; expected at least 12 spaces, found 3
(#1141) Variable "opData" must be all lower-case
(#1142) Spaces must be used for alignment; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Line indented incorrectly; expected at least 12 spaces, found 3
(#1142) Variable "opData" must be all lower-case
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected at least 12 spaces, found 3
(#1143) Variable "part_count" must not contain underscores.
(#1144) Spaces must be used for alignment; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected 12 spaces, found 3
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Line indented incorrectly; expected at least 16 spaces, found 4
(#1145) Variable "parametersArrayType" must be all lower-case
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected at least 16 spaces, found 4
(#1146) Variable "parameter_count" must not contain underscores.
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected at least 16 spaces, found 4
(#1147) Variable "parameter_count" must not contain underscores.
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1148) Inline comments must end in full-stops, exclamation marks, or question marks
(#1148) Line indented incorrectly; expected at least 16 spaces, found 4
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected 16 spaces, found 4
(#1149) Variable "part_count" must not contain underscores.
(#1150) Spaces must be used for alignment; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Line indented incorrectly; expected at least 20 spaces, found 5
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 20 spaces, found 5
(#1151) Variable "parametersArrayType" must be all lower-case
(#1151) Variable "parameter_count" must not contain underscores.
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected at least 24 spaces, found 6
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Inline comments must end in full-stops, exclamation marks, or question marks
(#1153) Line indented incorrectly; expected at least 24 spaces, found 6
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected at least 24 spaces, found 6
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected at least 24 spaces, found 6
(#1156) Spaces must be used for alignment; tabs are not allowed
(#1156) Tab found within whitespace
(#1156) Line indented incorrectly; expected at least 24 spaces, found 6
(#1157) Spaces must be used for alignment; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected 20 spaces, found 5
(#1158) Spaces must be used for alignment; tabs are not allowed
(#1158) Tab found within whitespace
(#1158) Line indented incorrectly; expected 20 spaces, found 5
(#1158) Variable "parametersArrayType" must be all lower-case
(#1158) Variable "parameter_count" must not contain underscores.
(#1159) Spaces must be used for alignment; tabs are not allowed
(#1159) Tab found within whitespace
(#1159) Line indented incorrectly; expected at least 24 spaces, found 6
(#1160) Spaces must be used for alignment; tabs are not allowed
(#1160) Tab found within whitespace
(#1160) Line indented incorrectly; expected 24 spaces, found 6
(#1161) Spaces must be used for alignment; tabs are not allowed
(#1161) Tab found within whitespace
(#1161) Line indented incorrectly; expected at least 28 spaces, found 7
(#1162) Spaces must be used for alignment; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected at least 28 spaces, found 7
(#1163) Spaces must be used for alignment; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Line indented incorrectly; expected at least 28 spaces, found 7
(#1163) Variable "parameter_count" must not contain underscores.
(#1164) Spaces must be used for alignment; tabs are not allowed
(#1164) Tab found within whitespace
(#1164) Line indented incorrectly; expected 24 spaces, found 6
(#1165) Spaces must be used for alignment; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Line indented incorrectly; expected 20 spaces, found 5
(#1166) Spaces must be used for alignment; tabs are not allowed
(#1166) Tab found within whitespace
(#1166) Line indented incorrectly; expected 16 spaces, found 4
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Line indented incorrectly; expected 16 spaces, found 4
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Line indented incorrectly; expected at least 20 spaces, found 5
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Inline comments must end in full-stops, exclamation marks, or question marks
(#1169) Line indented incorrectly; expected at least 20 spaces, found 5
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected 20 spaces, found 5
(#1170) Variable "opData" must be all lower-case
(#1170) Variable "encodingStyle" must be all lower-case
(#1170) Variable "opData" must be all lower-case
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected at least 24 spaces, found 6
(#1171) Variable "encodingStyle" must be all lower-case
(#1171) Variable "opData" must be all lower-case
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Whitespace found at end of line
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Line indented incorrectly; expected at least 24 spaces, found 6
(#1172) Variable "enc_style" must not contain underscores.
(#1172) Variable "encodingStyle" must be all lower-case
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected 20 spaces, found 5
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected at least 24 spaces, found 6
(#1174) Variable "enc_style" must not contain underscores.
(#1175) Spaces must be used for alignment; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected 20 spaces, found 5
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected at least 20 spaces, found 5
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Inline comments must end in full-stops, exclamation marks, or question marks
(#1177) Line indented incorrectly; expected at least 20 spaces, found 5
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Line indented incorrectly; expected 20 spaces, found 5
(#1178) Variable "parametersArrayType" must be all lower-case
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Line indented incorrectly; expected at least 24 spaces, found 6
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1180) Tab found within whitespace
(#1180) Line indented incorrectly; expected at least 24 spaces, found 6
(#1181) Spaces must be used for alignment; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Line indented incorrectly; expected at least 24 spaces, found 6
(#1181) Variable "enc_style" must not contain underscores.
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected 20 spaces, found 5
(#1182) Usage of ELSEIF not allowed; use ELSE IF instead
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 24 spaces, found 6
(#1184) Spaces must be used for alignment; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected at least 24 spaces, found 6
(#1184) Variable "enc_style" must not contain underscores.
(#1185) Spaces must be used for alignment; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Line indented incorrectly; expected 20 spaces, found 5
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Inline comments must end in full-stops, exclamation marks, or question marks
(#1186) Line indented incorrectly; expected at least 24 spaces, found 6
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected at least 24 spaces, found 6
(#1188) Spaces must be used for alignment; tabs are not allowed
(#1188) Tab found within whitespace
(#1188) Line indented incorrectly; expected at least 24 spaces, found 6
(#1188) Variable "enc_style" must not contain underscores.
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected 20 spaces, found 5
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Line indented incorrectly; expected 16 spaces, found 4
(#1191) Spaces must be used for alignment; tabs are not allowed
(#1191) Tab found within whitespace
(#1191) Line indented incorrectly; expected 12 spaces, found 3
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected at least 16 spaces, found 4
(#1193) Spaces must be used for alignment; tabs are not allowed
(#1193) Tab found within whitespace
(#1193) Line indented incorrectly; expected 12 spaces, found 3
(#1194) Spaces must be used for alignment; tabs are not allowed
(#1194) Tab found within whitespace
(#1194) Line indented incorrectly; expected 8 spaces, found 2
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1195) Tab found within whitespace
(#1195) Line indented incorrectly; expected at least 8 spaces, found 2
(#1196) Spaces must be used for alignment; tabs are not allowed
(#1196) Tab found within whitespace
(#1196) Line indented incorrectly; expected at least 8 spaces, found 2
(#1197) Spaces must be used for alignment; tabs are not allowed
(#1197) Tab found within whitespace
(#1197) Line indented incorrectly; expected 4 spaces, found 1
(#1197) Whitespace found at end of line
(#1198) Spaces must be used for alignment; tabs are not allowed
(#1198) Tab found within whitespace
(#1198) Whitespace found at end of line
(#1199) Spaces must be used for alignment; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected at least 4 spaces, found 1
(#1200) Spaces must be used for alignment; tabs are not allowed
(#1201) Spaces must be used for alignment; tabs are not allowed
(#1201) Whitespace found at end of line
(#1202) Spaces must be used for alignment; tabs are not allowed
(#1203) Spaces must be used for alignment; tabs are not allowed
(#1204) Spaces must be used for alignment; tabs are not allowed
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Whitespace found at end of line
(#1206) Spaces must be used for alignment; tabs are not allowed
(#1207) Spaces must be used for alignment; tabs are not allowed
(#1208) Spaces must be used for alignment; tabs are not allowed
(#1209) Spaces must be used for alignment; tabs are not allowed
(#1210) Spaces must be used for alignment; tabs are not allowed
(#1211) Spaces must be used for alignment; tabs are not allowed
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected 4 spaces, found 1
(#1213) method name "wsdl::serializeParameters" must be in lower-case letters only
(#1213) Visibility must be declared on method "serializeParameters"
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected at least 4 spaces, found 1
(#1214) Opening brace should be on the same line as the declaration
(#1215) Spaces must be used for alignment; tabs are not allowed
(#1215) Tab found within whitespace
(#1215) Line indented incorrectly; expected at least 8 spaces, found 2
(#1215) Whitespace found at end of line
(#1216) Spaces must be used for alignment; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Line indented incorrectly; expected at least 8 spaces, found 2
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Whitespace found at end of line
(#1218) Spaces must be used for alignment; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected 8 spaces, found 2
(#1219) Spaces must be used for alignment; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Line indented incorrectly; expected at least 12 spaces, found 3
(#1220) Spaces must be used for alignment; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Line indented incorrectly; expected at least 12 spaces, found 3
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected at least 12 spaces, found 3
(#1222) Spaces must be used for alignment; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Line indented incorrectly; expected 8 spaces, found 2
(#1222) Whitespace found at end of line
(#1223) Spaces must be used for alignment; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected 8 spaces, found 2
(#1223) Variable "opData" must be all lower-case
(#1224) Spaces must be used for alignment; tabs are not allowed
(#1224) Tab found within whitespace
(#1224) Line indented incorrectly; expected at least 12 spaces, found 3
(#1225) Spaces must be used for alignment; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Line indented incorrectly; expected at least 12 spaces, found 3
(#1226) Spaces must be used for alignment; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Line indented incorrectly; expected at least 12 spaces, found 3
(#1227) Spaces must be used for alignment; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Line indented incorrectly; expected 8 spaces, found 2
(#1228) Spaces must be used for alignment; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected at least 8 spaces, found 2
(#1229) Spaces must be used for alignment; tabs are not allowed
(#1229) Tab found within whitespace
(#1229) Line indented incorrectly; expected at least 8 spaces, found 2
(#1229) Variable "opData" must be all lower-case
(#1230) Spaces must be used for alignment; tabs are not allowed
(#1230) Tab found within whitespace
(#1230) Whitespace found at end of line
(#1231) Spaces must be used for alignment; tabs are not allowed
(#1231) Tab found within whitespace
(#1231) Inline comments must end in full-stops, exclamation marks, or question marks
(#1231) Line indented incorrectly; expected at least 8 spaces, found 2
(#1232) Spaces must be used for alignment; tabs are not allowed
(#1232) Tab found within whitespace
(#1232) Line indented incorrectly; expected at least 8 spaces, found 2
(#1232) Variable "encodingStyle" must be all lower-case
(#1233) Spaces must be used for alignment; tabs are not allowed
(#1233) Tab found within whitespace
(#1233) Line indented incorrectly; expected 8 spaces, found 2
(#1233) Expected "if (...) {\n"; found "if(...) {\n"
(#1233) Variable "opData" must be all lower-case
(#1233) Variable "opData" must be all lower-case
(#1233) Variable "encodingStyle" must be all lower-case
(#1233) Line exceeds 132 characters; contains 134 characters
(#1234) Spaces must be used for alignment; tabs are not allowed
(#1234) Tab found within whitespace
(#1234) Line indented incorrectly; expected at least 12 spaces, found 3
(#1234) Variable "encodingStyle" must be all lower-case
(#1234) Variable "opData" must be all lower-case
(#1235) Spaces must be used for alignment; tabs are not allowed
(#1235) Tab found within whitespace
(#1235) Line indented incorrectly; expected at least 12 spaces, found 3
(#1235) Variable "enc_style" must not contain underscores.
(#1235) Variable "encodingStyle" must be all lower-case
(#1236) Spaces must be used for alignment; tabs are not allowed
(#1236) Tab found within whitespace
(#1236) Line indented incorrectly; expected 8 spaces, found 2
(#1237) Spaces must be used for alignment; tabs are not allowed
(#1237) Tab found within whitespace
(#1237) Whitespace found at end of line
(#1238) Spaces must be used for alignment; tabs are not allowed
(#1238) Tab found within whitespace
(#1238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1238) Inline comments must end in full-stops, exclamation marks, or question marks
(#1238) Line indented incorrectly; expected at least 8 spaces, found 2
(#1239) Spaces must be used for alignment; tabs are not allowed
(#1239) Tab found within whitespace
(#1239) Line indented incorrectly; expected at least 8 spaces, found 2
(#1240) Spaces must be used for alignment; tabs are not allowed
(#1240) Tab found within whitespace
(#1240) Line indented incorrectly; expected 8 spaces, found 2
(#1240) Variable "opData" must be all lower-case
(#1240) The use of function sizeof() is forbidden; use count() instead
(#1240) Variable "opData" must be all lower-case
(#1241) Spaces must be used for alignment; tabs are not allowed
(#1241) Tab found within whitespace
(#1241) Whitespace found at end of line
(#1242) Spaces must be used for alignment; tabs are not allowed
(#1242) Tab found within whitespace
(#1242) Line indented incorrectly; expected at least 12 spaces, found 3
(#1242) Variable "opData" must be all lower-case
(#1243) Spaces must be used for alignment; tabs are not allowed
(#1243) Tab found within whitespace
(#1243) Line indented incorrectly; expected at least 12 spaces, found 3
(#1244) Spaces must be used for alignment; tabs are not allowed
(#1244) Tab found within whitespace
(#1244) Line indented incorrectly; expected at least 12 spaces, found 3
(#1244) Variable "opData" must be all lower-case
(#1245) Spaces must be used for alignment; tabs are not allowed
(#1245) Tab found within whitespace
(#1245) Line indented incorrectly; expected 12 spaces, found 3
(#1246) Spaces must be used for alignment; tabs are not allowed
(#1246) Tab found within whitespace
(#1246) Line indented incorrectly; expected at least 16 spaces, found 4
(#1246) Variable "parametersArrayType" must be all lower-case
(#1247) Spaces must be used for alignment; tabs are not allowed
(#1247) Tab found within whitespace
(#1247) Line indented incorrectly; expected at least 16 spaces, found 4
(#1247) Variable "parametersArrayType" must be all lower-case
(#1248) Spaces must be used for alignment; tabs are not allowed
(#1248) Tab found within whitespace
(#1248) Line indented incorrectly; expected 16 spaces, found 4
(#1248) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1248) Variable "opData" must be all lower-case
(#1249) Spaces must be used for alignment; tabs are not allowed
(#1249) Tab found within whitespace
(#1249) Line indented incorrectly; expected at least 20 spaces, found 5
(#1250) Spaces must be used for alignment; tabs are not allowed
(#1250) Tab found within whitespace
(#1250) Inline comments must end in full-stops, exclamation marks, or question marks
(#1250) Line indented incorrectly; expected at least 20 spaces, found 5
(#1251) Spaces must be used for alignment; tabs are not allowed
(#1251) Tab found within whitespace
(#1251) Line indented incorrectly; expected 20 spaces, found 5
(#1251) Expected "if (...) {\n"; found "if(...) {\n"
(#1251) Variable "opData" must be all lower-case
(#1251) Variable "encodingStyle" must be all lower-case
(#1251) Variable "opData" must be all lower-case
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Line indented incorrectly; expected at least 24 spaces, found 6
(#1252) Variable "encodingStyle" must be all lower-case
(#1252) Variable "opData" must be all lower-case
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Whitespace found at end of line
(#1253) Spaces must be used for alignment; tabs are not allowed
(#1253) Tab found within whitespace
(#1253) Line indented incorrectly; expected at least 24 spaces, found 6
(#1253) Variable "enc_style" must not contain underscores.
(#1253) Variable "encodingStyle" must be all lower-case
(#1254) Spaces must be used for alignment; tabs are not allowed
(#1254) Tab found within whitespace
(#1254) Line indented incorrectly; expected 20 spaces, found 5
(#1255) Spaces must be used for alignment; tabs are not allowed
(#1255) Tab found within whitespace
(#1255) Line indented incorrectly; expected at least 24 spaces, found 6
(#1255) Variable "enc_style" must not contain underscores.
(#1256) Spaces must be used for alignment; tabs are not allowed
(#1256) Tab found within whitespace
(#1256) Line indented incorrectly; expected 20 spaces, found 5
(#1257) Spaces must be used for alignment; tabs are not allowed
(#1257) Tab found within whitespace
(#1257) Line indented incorrectly; expected at least 20 spaces, found 5
(#1258) Spaces must be used for alignment; tabs are not allowed
(#1258) Tab found within whitespace
(#1258) Inline comments must end in full-stops, exclamation marks, or question marks
(#1258) Line indented incorrectly; expected at least 20 spaces, found 5
(#1259) Spaces must be used for alignment; tabs are not allowed
(#1259) Tab found within whitespace
(#1259) Line indented incorrectly; expected 20 spaces, found 5
(#1259) Variable "parametersArrayType" must be all lower-case
(#1260) Spaces must be used for alignment; tabs are not allowed
(#1260) Tab found within whitespace
(#1260) Line indented incorrectly; expected at least 24 spaces, found 6
(#1261) Spaces must be used for alignment; tabs are not allowed
(#1261) Tab found within whitespace
(#1261) Line indented incorrectly; expected at least 24 spaces, found 6
(#1262) Spaces must be used for alignment; tabs are not allowed
(#1262) Tab found within whitespace
(#1262) Line indented incorrectly; expected at least 24 spaces, found 6
(#1262) Variable "enc_style" must not contain underscores.
(#1263) Spaces must be used for alignment; tabs are not allowed
(#1263) Tab found within whitespace
(#1263) Line indented incorrectly; expected 20 spaces, found 5
(#1263) Usage of ELSEIF not allowed; use ELSE IF instead
(#1264) Spaces must be used for alignment; tabs are not allowed
(#1264) Tab found within whitespace
(#1264) Line indented incorrectly; expected at least 24 spaces, found 6
(#1265) Spaces must be used for alignment; tabs are not allowed
(#1265) Tab found within whitespace
(#1265) Line indented incorrectly; expected at least 24 spaces, found 6
(#1265) Variable "enc_style" must not contain underscores.
(#1266) Spaces must be used for alignment; tabs are not allowed
(#1266) Tab found within whitespace
(#1266) Line indented incorrectly; expected 20 spaces, found 5
(#1267) Spaces must be used for alignment; tabs are not allowed
(#1267) Tab found within whitespace
(#1267) Inline comments must end in full-stops, exclamation marks, or question marks
(#1267) Line indented incorrectly; expected at least 24 spaces, found 6
(#1268) Spaces must be used for alignment; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected at least 24 spaces, found 6
(#1269) Spaces must be used for alignment; tabs are not allowed
(#1269) Tab found within whitespace
(#1269) Line indented incorrectly; expected at least 24 spaces, found 6
(#1269) Variable "enc_style" must not contain underscores.
(#1270) Spaces must be used for alignment; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Line indented incorrectly; expected 20 spaces, found 5
(#1271) Spaces must be used for alignment; tabs are not allowed
(#1271) Tab found within whitespace
(#1271) Line indented incorrectly; expected 16 spaces, found 4
(#1272) Spaces must be used for alignment; tabs are not allowed
(#1272) Tab found within whitespace
(#1272) Line indented incorrectly; expected 12 spaces, found 3
(#1273) Spaces must be used for alignment; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Line indented incorrectly; expected at least 16 spaces, found 4
(#1274) Spaces must be used for alignment; tabs are not allowed
(#1274) Tab found within whitespace
(#1274) Line indented incorrectly; expected 12 spaces, found 3
(#1275) Spaces must be used for alignment; tabs are not allowed
(#1275) Tab found within whitespace
(#1275) Line indented incorrectly; expected 8 spaces, found 2
(#1276) Spaces must be used for alignment; tabs are not allowed
(#1276) Tab found within whitespace
(#1276) Line indented incorrectly; expected at least 8 spaces, found 2
(#1277) Spaces must be used for alignment; tabs are not allowed
(#1277) Tab found within whitespace
(#1277) Line indented incorrectly; expected at least 8 spaces, found 2
(#1278) Spaces must be used for alignment; tabs are not allowed
(#1278) Tab found within whitespace
(#1278) Line indented incorrectly; expected 4 spaces, found 1
(#1278) Whitespace found at end of line
(#1279) Spaces must be used for alignment; tabs are not allowed
(#1279) Tab found within whitespace
(#1279) Whitespace found at end of line
(#1280) Spaces must be used for alignment; tabs are not allowed
(#1280) Tab found within whitespace
(#1280) Line indented incorrectly; expected at least 4 spaces, found 1
(#1281) Spaces must be used for alignment; tabs are not allowed
(#1282) Spaces must be used for alignment; tabs are not allowed
(#1282) Whitespace found at end of line
(#1283) Spaces must be used for alignment; tabs are not allowed
(#1284) Spaces must be used for alignment; tabs are not allowed
(#1285) Spaces must be used for alignment; tabs are not allowed
(#1286) Spaces must be used for alignment; tabs are not allowed
(#1287) Spaces must be used for alignment; tabs are not allowed
(#1288) Spaces must be used for alignment; tabs are not allowed
(#1289) Spaces must be used for alignment; tabs are not allowed
(#1290) Spaces must be used for alignment; tabs are not allowed
(#1291) Spaces must be used for alignment; tabs are not allowed
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Line indented incorrectly; expected 4 spaces, found 1
(#1292) method name "wsdl::serializeType" must be in lower-case letters only
(#1292) Visibility must be declared on method "serializeType"
(#1292) Variable "encodingStyle" must be all lower-case
(#1293) Spaces must be used for alignment; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Line indented incorrectly; expected at least 4 spaces, found 1
(#1293) Opening brace should be on the same line as the declaration
(#1294) Spaces must be used for alignment; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Line indented incorrectly; expected at least 8 spaces, found 2
(#1294) Line exceeds 132 characters; contains 160 characters
(#1295) Spaces must be used for alignment; tabs are not allowed
(#1295) Tab found within whitespace
(#1295) Line indented incorrectly; expected at least 8 spaces, found 2
(#1296) Spaces must be used for alignment; tabs are not allowed
(#1296) Tab found within whitespace
(#1296) Line indented incorrectly; expected 8 spaces, found 2
(#1296) Expected "if (...) {\n"; found "if(...) {\n"
(#1296) Variable "encodingStyle" must be all lower-case
(#1297) Spaces must be used for alignment; tabs are not allowed
(#1297) Tab found within whitespace
(#1297) Line indented incorrectly; expected at least 12 spaces, found 3
(#1297) Variable "encodingStyle" must be all lower-case
(#1297) Variable "encodingStyle" must be all lower-case
(#1298) Spaces must be used for alignment; tabs are not allowed
(#1298) Tab found within whitespace
(#1298) Line indented incorrectly; expected 8 spaces, found 2
(#1300) Spaces must be used for alignment; tabs are not allowed
(#1300) Tab found within whitespace
(#1300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1300) Inline comments must end in full-stops, exclamation marks, or question marks
(#1300) Line indented incorrectly; expected at least 8 spaces, found 2
(#1301) Spaces must be used for alignment; tabs are not allowed
(#1301) Tab found within whitespace
(#1301) Line indented incorrectly; expected 8 spaces, found 5
(#1302) Spaces must be used for alignment; tabs are not allowed
(#1302) Tab found within whitespace
(#1302) Line indented incorrectly; expected 12 spaces, found 6
(#1303) Spaces must be used for alignment; tabs are not allowed
(#1303) Tab found within whitespace
(#1303) Line indented incorrectly; expected at least 16 spaces, found 7
(#1304) Spaces must be used for alignment; tabs are not allowed
(#1304) Tab found within whitespace
(#1304) Line indented incorrectly; expected at least 16 spaces, found 7
(#1304) Variable "forceType" must be all lower-case
(#1305) Spaces must be used for alignment; tabs are not allowed
(#1305) Tab found within whitespace
(#1305) Line indented incorrectly; expected at least 16 spaces, found 7
(#1306) Spaces must be used for alignment; tabs are not allowed
(#1306) Tab found within whitespace
(#1306) Line indented incorrectly; expected 12 spaces, found 6
(#1306) Usage of ELSEIF not allowed; use ELSE IF instead
(#1307) Spaces must be used for alignment; tabs are not allowed
(#1307) Tab found within whitespace
(#1307) Line indented incorrectly; expected at least 16 spaces, found 7
(#1308) Spaces must be used for alignment; tabs are not allowed
(#1308) Tab found within whitespace
(#1308) Line indented incorrectly; expected at least 16 spaces, found 7
(#1308) Variable "forceType" must be all lower-case
(#1309) Spaces must be used for alignment; tabs are not allowed
(#1309) Tab found within whitespace
(#1309) Line indented incorrectly; expected at least 16 spaces, found 7
(#1310) Spaces must be used for alignment; tabs are not allowed
(#1310) Tab found within whitespace
(#1310) Line indented incorrectly; expected 12 spaces, found 6
(#1311) Spaces must be used for alignment; tabs are not allowed
(#1311) Tab found within whitespace
(#1311) Line indented incorrectly; expected at least 16 spaces, found 7
(#1311) Variable "forceType" must be all lower-case
(#1312) Spaces must be used for alignment; tabs are not allowed
(#1312) Tab found within whitespace
(#1312) Line indented incorrectly; expected at least 16 spaces, found 7
(#1313) Spaces must be used for alignment; tabs are not allowed
(#1313) Tab found within whitespace
(#1313) Line indented incorrectly; expected 12 spaces, found 6
(#1314) Spaces must be used for alignment; tabs are not allowed
(#1314) Tab found within whitespace
(#1314) Line indented incorrectly; expected at least 12 spaces, found 6
(#1315) Spaces must be used for alignment; tabs are not allowed
(#1315) Tab found within whitespace
(#1315) Line indented incorrectly; expected at least 12 spaces, found 6
(#1316) Spaces must be used for alignment; tabs are not allowed
(#1316) Tab found within whitespace
(#1316) Line indented incorrectly; expected at least 12 spaces, found 6
(#1317) Spaces must be used for alignment; tabs are not allowed
(#1317) Tab found within whitespace
(#1317) Line indented incorrectly; expected 12 spaces, found 6
(#1318) Spaces must be used for alignment; tabs are not allowed
(#1318) Tab found within whitespace
(#1318) Line indented incorrectly; expected 16 spaces, found 7
(#1319) Spaces must be used for alignment; tabs are not allowed
(#1319) Tab found within whitespace
(#1319) Line indented incorrectly; expected at least 20 spaces, found 8
(#1320) Spaces must be used for alignment; tabs are not allowed
(#1320) Tab found within whitespace
(#1320) Line indented incorrectly; expected 16 spaces, found 7
(#1321) Spaces must be used for alignment; tabs are not allowed
(#1321) Tab found within whitespace
(#1321) Line indented incorrectly; expected 16 spaces, found 7
(#1322) Spaces must be used for alignment; tabs are not allowed
(#1322) Tab found within whitespace
(#1322) Line indented incorrectly; expected at least 20 spaces, found 8
(#1323) Spaces must be used for alignment; tabs are not allowed
(#1323) Tab found within whitespace
(#1323) Line indented incorrectly; expected 16 spaces, found 7
(#1324) Spaces must be used for alignment; tabs are not allowed
(#1324) Tab found within whitespace
(#1324) Line indented incorrectly; expected at least 16 spaces, found 7
(#1325) Spaces must be used for alignment; tabs are not allowed
(#1325) Tab found within whitespace
(#1325) Line indented incorrectly; expected 12 spaces, found 6
(#1326) Closing brace indented incorrectly; expected 5 spaces, found 8
(#1327) Spaces must be used for alignment; tabs are not allowed
(#1327) Tab found within whitespace
(#1327) Line indented incorrectly; expected at least 12 spaces, found 9
(#1327) Variable "forceType" must be all lower-case
(#1328) Line indented incorrectly; expected 12 spaces, found 8
(#1330) Spaces must be used for alignment; tabs are not allowed
(#1330) Tab found within whitespace
(#1330) Line indented incorrectly; expected at least 12 spaces, found 2
(#1331) Spaces must be used for alignment; tabs are not allowed
(#1331) Tab found within whitespace
(#1331) Line indented incorrectly; expected 12 spaces, found 2
(#1332) Spaces must be used for alignment; tabs are not allowed
(#1332) Tab found within whitespace
(#1332) Line indented incorrectly; expected at least 16 spaces, found 3
(#1332) Variable "uqType" must be all lower-case
(#1333) Spaces must be used for alignment; tabs are not allowed
(#1333) Tab found within whitespace
(#1333) Line indented incorrectly; expected at least 16 spaces, found 3
(#1334) Spaces must be used for alignment; tabs are not allowed
(#1334) Tab found within whitespace
(#1334) Line indented incorrectly; expected at least 16 spaces, found 3
(#1334) Variable "uqType" must be all lower-case
(#1335) Spaces must be used for alignment; tabs are not allowed
(#1335) Tab found within whitespace
(#1335) Line indented incorrectly; expected 16 spaces, found 3
(#1336) Spaces must be used for alignment; tabs are not allowed
(#1336) Tab found within whitespace
(#1336) Line indented incorrectly; expected at least 20 spaces, found 4
(#1337) Spaces must be used for alignment; tabs are not allowed
(#1337) Tab found within whitespace
(#1337) Line indented incorrectly; expected at least 20 spaces, found 4
(#1337) Variable "uqType" must be all lower-case
(#1338) Spaces must be used for alignment; tabs are not allowed
(#1338) Tab found within whitespace
(#1338) Line indented incorrectly; expected 16 spaces, found 3
(#1340) Spaces must be used for alignment; tabs are not allowed
(#1340) Tab found within whitespace
(#1340) Line indented incorrectly; expected 16 spaces, found 3
(#1340) Expected "if (...) {\n"; found "if(...){\n"
(#1341) Spaces must be used for alignment; tabs are not allowed
(#1341) Tab found within whitespace
(#1341) Line indented incorrectly; expected at least 20 spaces, found 4
(#1342) Spaces must be used for alignment; tabs are not allowed
(#1342) Tab found within whitespace
(#1342) Line indented incorrectly; expected 20 spaces, found 4
(#1343) Spaces must be used for alignment; tabs are not allowed
(#1343) Tab found within whitespace
(#1343) Line indented incorrectly; expected at least 24 spaces, found 5
(#1343) Variable "elementNS" must be all lower-case
(#1344) Spaces must be used for alignment; tabs are not allowed
(#1344) Tab found within whitespace
(#1344) Line indented incorrectly; expected 20 spaces, found 4
(#1345) Spaces must be used for alignment; tabs are not allowed
(#1345) Tab found within whitespace
(#1345) Line indented incorrectly; expected at least 24 spaces, found 5
(#1345) Variable "elementNS" must be all lower-case
(#1346) Spaces must be used for alignment; tabs are not allowed
(#1346) Tab found within whitespace
(#1346) Line indented incorrectly; expected 20 spaces, found 4
(#1347) Spaces must be used for alignment; tabs are not allowed
(#1347) Tab found within whitespace
(#1347) Line indented incorrectly; expected 20 spaces, found 4
(#1348) Spaces must be used for alignment; tabs are not allowed
(#1348) Tab found within whitespace
(#1348) Line indented incorrectly; expected 24 spaces, found 5
(#1349) Spaces must be used for alignment; tabs are not allowed
(#1349) Tab found within whitespace
(#1349) Inline comments must end in full-stops, exclamation marks, or question marks
(#1349) Line indented incorrectly; expected at least 28 spaces, found 6
(#1350) Spaces must be used for alignment; tabs are not allowed
(#1350) Tab found within whitespace
(#1350) Line indented incorrectly; expected at least 28 spaces, found 6
(#1351) Spaces must be used for alignment; tabs are not allowed
(#1351) Tab found within whitespace
(#1351) Line indented incorrectly; expected 24 spaces, found 5
(#1352) Spaces must be used for alignment; tabs are not allowed
(#1352) Tab found within whitespace
(#1352) Inline comments must end in full-stops, exclamation marks, or question marks
(#1352) Line indented incorrectly; expected at least 28 spaces, found 6
(#1353) Spaces must be used for alignment; tabs are not allowed
(#1353) Tab found within whitespace
(#1353) Line indented incorrectly; expected at least 28 spaces, found 6
(#1353) Variable "uqType" must be all lower-case
(#1354) Spaces must be used for alignment; tabs are not allowed
(#1354) Tab found within whitespace
(#1354) Line indented incorrectly; expected 24 spaces, found 5
(#1355) Spaces must be used for alignment; tabs are not allowed
(#1355) Tab found within whitespace
(#1355) Line indented incorrectly; expected at least 24 spaces, found 5
(#1356) Spaces must be used for alignment; tabs are not allowed
(#1356) Tab found within whitespace
(#1356) Line indented incorrectly; expected at least 24 spaces, found 5
(#1357) Spaces must be used for alignment; tabs are not allowed
(#1357) Tab found within whitespace
(#1357) Line indented incorrectly; expected 20 spaces, found 4
(#1358) Spaces must be used for alignment; tabs are not allowed
(#1358) Tab found within whitespace
(#1358) Line indented incorrectly; expected 20 spaces, found 4
(#1358) Variable "uqType" must be all lower-case
(#1359) Spaces must be used for alignment; tabs are not allowed
(#1359) Tab found within whitespace
(#1359) Inline comments must end in full-stops, exclamation marks, or question marks
(#1359) Line indented incorrectly; expected at least 24 spaces, found 5
(#1360) Spaces must be used for alignment; tabs are not allowed
(#1360) Tab found within whitespace
(#1360) Line indented incorrectly; expected at least 24 spaces, found 5
(#1361) Spaces must be used for alignment; tabs are not allowed
(#1361) Tab found within whitespace
(#1361) Line indented incorrectly; expected 20 spaces, found 4
(#1362) Spaces must be used for alignment; tabs are not allowed
(#1362) Tab found within whitespace
(#1362) Line indented incorrectly; expected 20 spaces, found 7
(#1362) Variable "uqType" must be all lower-case
(#1363) Spaces must be used for alignment; tabs are not allowed
(#1363) Tab found within whitespace
(#1363) Line indented incorrectly; expected 24 spaces, found 8
(#1364) Spaces must be used for alignment; tabs are not allowed
(#1364) Tab found within whitespace
(#1364) Line indented incorrectly; expected at least 28 spaces, found 6
(#1365) Spaces must be used for alignment; tabs are not allowed
(#1365) Tab found within whitespace
(#1365) Line indented incorrectly; expected 24 spaces, found 5
(#1365) Closing brace indented incorrectly; expected 8 spaces, found 5
(#1366) Spaces must be used for alignment; tabs are not allowed
(#1366) Tab found within whitespace
(#1366) Line indented incorrectly; expected at least 28 spaces, found 6
(#1367) Spaces must be used for alignment; tabs are not allowed
(#1367) Tab found within whitespace
(#1367) Line indented incorrectly; expected 24 spaces, found 5
(#1368) Spaces must be used for alignment; tabs are not allowed
(#1368) Tab found within whitespace
(#1368) Line indented incorrectly; expected 20 spaces, found 4
(#1368) Closing brace indented incorrectly; expected 7 spaces, found 4
(#1368) Whitespace found at end of line
(#1369) Spaces must be used for alignment; tabs are not allowed
(#1369) Tab found within whitespace
(#1369) Line indented incorrectly; expected 20 spaces, found 4
(#1369) Variable "uqType" must be all lower-case
(#1370) Spaces must be used for alignment; tabs are not allowed
(#1370) Tab found within whitespace
(#1370) Line indented incorrectly; expected at least 24 spaces, found 5
(#1371) Spaces must be used for alignment; tabs are not allowed
(#1371) Tab found within whitespace
(#1371) Line indented incorrectly; expected 20 spaces, found 4
(#1372) Spaces must be used for alignment; tabs are not allowed
(#1372) Tab found within whitespace
(#1372) Line indented incorrectly; expected 20 spaces, found 4
(#1372) Variable "uqType" must be all lower-case
(#1372) Variable "uqType" must be all lower-case
(#1373) Spaces must be used for alignment; tabs are not allowed
(#1373) Tab found within whitespace
(#1373) Line indented incorrectly; expected at least 24 spaces, found 5
(#1374) Spaces must be used for alignment; tabs are not allowed
(#1374) Tab found within whitespace
(#1374) Line indented incorrectly; expected 20 spaces, found 4
(#1375) Spaces must be used for alignment; tabs are not allowed
(#1375) Tab found within whitespace
(#1375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1375) Line indented incorrectly; expected at least 20 spaces, found 4
(#1376) Spaces must be used for alignment; tabs are not allowed
(#1376) Tab found within whitespace
(#1376) Line indented incorrectly; expected at least 20 spaces, found 4
(#1377) Spaces must be used for alignment; tabs are not allowed
(#1377) Tab found within whitespace
(#1377) Inline comments must end in full-stops, exclamation marks, or question marks
(#1377) Line indented incorrectly; expected at least 20 spaces, found 4
(#1378) Spaces must be used for alignment; tabs are not allowed
(#1378) Tab found within whitespace
(#1378) Line indented incorrectly; expected 20 spaces, found 4
(#1378) Variable "uqType" must be all lower-case
(#1379) Spaces must be used for alignment; tabs are not allowed
(#1379) Tab found within whitespace
(#1379) Line indented incorrectly; expected 24 spaces, found 5
(#1380) Spaces must be used for alignment; tabs are not allowed
(#1380) Tab found within whitespace
(#1380) Line indented incorrectly; expected 28 spaces, found 6
(#1380) Variable "forceType" must be all lower-case
(#1381) Spaces must be used for alignment; tabs are not allowed
(#1381) Tab found within whitespace
(#1381) Line indented incorrectly; expected at least 32 spaces, found 7
(#1381) Variable "uqType" must be all lower-case
(#1382) Spaces must be used for alignment; tabs are not allowed
(#1382) Tab found within whitespace
(#1382) Line indented incorrectly; expected 28 spaces, found 6
(#1383) Spaces must be used for alignment; tabs are not allowed
(#1383) Tab found within whitespace
(#1383) Line indented incorrectly; expected at least 32 spaces, found 7
(#1384) Spaces must be used for alignment; tabs are not allowed
(#1384) Tab found within whitespace
(#1384) Line indented incorrectly; expected 28 spaces, found 6
(#1385) Spaces must be used for alignment; tabs are not allowed
(#1385) Tab found within whitespace
(#1385) Line indented incorrectly; expected 24 spaces, found 5
(#1386) Spaces must be used for alignment; tabs are not allowed
(#1386) Tab found within whitespace
(#1386) Line indented incorrectly; expected at least 28 spaces, found 6
(#1386) Variable "uqType" must be all lower-case
(#1387) Spaces must be used for alignment; tabs are not allowed
(#1387) Tab found within whitespace
(#1387) Line indented incorrectly; expected 24 spaces, found 5
(#1388) Spaces must be used for alignment; tabs are not allowed
(#1388) Tab found within whitespace
(#1388) Line indented incorrectly; expected at least 24 spaces, found 5
(#1389) Spaces must be used for alignment; tabs are not allowed
(#1389) Tab found within whitespace
(#1389) Line indented incorrectly; expected at least 24 spaces, found 5
(#1390) Spaces must be used for alignment; tabs are not allowed
(#1390) Tab found within whitespace
(#1390) Line indented incorrectly; expected 20 spaces, found 4
(#1391) Spaces must be used for alignment; tabs are not allowed
(#1391) Tab found within whitespace
(#1391) Line indented incorrectly; expected at least 20 spaces, found 4
(#1392) Spaces must be used for alignment; tabs are not allowed
(#1392) Tab found within whitespace
(#1392) Line indented incorrectly; expected 16 spaces, found 3
(#1393) Spaces must be used for alignment; tabs are not allowed
(#1393) Tab found within whitespace
(#1393) Line indented incorrectly; expected at least 20 spaces, found 4
(#1394) Spaces must be used for alignment; tabs are not allowed
(#1394) Tab found within whitespace
(#1394) Line indented incorrectly; expected 20 spaces, found 4
(#1394) Variable "uqType" must be all lower-case
(#1395) Spaces must be used for alignment; tabs are not allowed
(#1395) Tab found within whitespace
(#1395) Line indented incorrectly; expected at least 24 spaces, found 5
(#1395) Variable "tt_prefix" must not contain underscores.
(#1396) Spaces must be used for alignment; tabs are not allowed
(#1396) Tab found within whitespace
(#1396) Line indented incorrectly; expected 24 spaces, found 5
(#1396) Variable "tt_prefix" must not contain underscores.
(#1397) Spaces must be used for alignment; tabs are not allowed
(#1397) Tab found within whitespace
(#1397) Line indented incorrectly; expected at least 28 spaces, found 6
(#1398) Spaces must be used for alignment; tabs are not allowed
(#1398) Tab found within whitespace
(#1398) Line indented incorrectly; expected at least 28 spaces, found 6
(#1398) Variable "tt_prefix" must not contain underscores.
(#1399) Spaces must be used for alignment; tabs are not allowed
(#1399) Tab found within whitespace
(#1399) Line indented incorrectly; expected at least 28 spaces, found 6
(#1399) Variable "tt_prefix" must not contain underscores.
(#1400) Spaces must be used for alignment; tabs are not allowed
(#1400) Tab found within whitespace
(#1400) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1400) Inline comments must end in full-stops, exclamation marks, or question marks
(#1400) Line indented incorrectly; expected at least 28 spaces, found 6
(#1401) Spaces must be used for alignment; tabs are not allowed
(#1401) Tab found within whitespace
(#1401) Line indented incorrectly; expected at least 28 spaces, found 6
(#1401) Variable "tt_prefix" must not contain underscores.
(#1402) Spaces must be used for alignment; tabs are not allowed
(#1402) Tab found within whitespace
(#1402) Line indented incorrectly; expected 24 spaces, found 5
(#1403) Spaces must be used for alignment; tabs are not allowed
(#1403) Tab found within whitespace
(#1403) Line indented incorrectly; expected at least 24 spaces, found 5
(#1404) Spaces must be used for alignment; tabs are not allowed
(#1404) Tab found within whitespace
(#1404) Line indented incorrectly; expected 24 spaces, found 5
(#1404) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1405) Spaces must be used for alignment; tabs are not allowed
(#1405) Tab found within whitespace
(#1405) Line indented incorrectly; expected at least 28 spaces, found 6
(#1406) Spaces must be used for alignment; tabs are not allowed
(#1406) Tab found within whitespace
(#1406) Line indented incorrectly; expected at least 28 spaces, found 6
(#1407) Spaces must be used for alignment; tabs are not allowed
(#1407) Tab found within whitespace
(#1407) Line indented incorrectly; expected at least 28 spaces, found 6
(#1407) Commas (,) must be followed by white space.
(#1407) Commas (,) must be followed by white space.
(#1407) Commas (,) must be followed by white space.
(#1407) Commas (,) must be followed by white space.
(#1407) Commas (,) must be followed by white space.
(#1407) Commas (,) must be followed by white space.
(#1408) Spaces must be used for alignment; tabs are not allowed
(#1408) Tab found within whitespace
(#1408) Line indented incorrectly; expected at least 28 spaces, found 6
(#1408) Commas (,) must be followed by white space.
(#1408) Commas (,) must be followed by white space.
(#1408) Commas (,) must be followed by white space.
(#1408) Commas (,) must be followed by white space.
(#1408) Commas (,) must be followed by white space.
(#1408) Commas (,) must be followed by white space.
(#1409) Spaces must be used for alignment; tabs are not allowed
(#1409) Tab found within whitespace
(#1409) Line indented incorrectly; expected at least 28 spaces, found 6
(#1410) Spaces must be used for alignment; tabs are not allowed
(#1410) Tab found within whitespace
(#1410) Line indented incorrectly; expected 24 spaces, found 5
(#1411) Spaces must be used for alignment; tabs are not allowed
(#1411) Tab found within whitespace
(#1411) Line indented incorrectly; expected 24 spaces, found 5
(#1412) Spaces must be used for alignment; tabs are not allowed
(#1412) Tab found within whitespace
(#1412) Line indented incorrectly; expected 28 spaces, found 6
(#1412) Variable "forceType" must be all lower-case
(#1413) Spaces must be used for alignment; tabs are not allowed
(#1413) Tab found within whitespace
(#1413) Line indented incorrectly; expected at least 32 spaces, found 7
(#1413) Variable "tt_prefix" must not contain underscores.
(#1413) Variable "uqType" must be all lower-case
(#1414) Spaces must be used for alignment; tabs are not allowed
(#1414) Tab found within whitespace
(#1414) Line indented incorrectly; expected 28 spaces, found 6
(#1415) Spaces must be used for alignment; tabs are not allowed
(#1415) Tab found within whitespace
(#1415) Line indented incorrectly; expected at least 32 spaces, found 7
(#1416) Spaces must be used for alignment; tabs are not allowed
(#1416) Tab found within whitespace
(#1416) Line indented incorrectly; expected 28 spaces, found 6
(#1417) Spaces must be used for alignment; tabs are not allowed
(#1417) Tab found within whitespace
(#1417) Line indented incorrectly; expected 24 spaces, found 5
(#1418) Spaces must be used for alignment; tabs are not allowed
(#1418) Tab found within whitespace
(#1418) Line indented incorrectly; expected at least 28 spaces, found 6
(#1418) Variable "tt_prefix" must not contain underscores.
(#1418) Variable "uqType" must be all lower-case
(#1419) Spaces must be used for alignment; tabs are not allowed
(#1419) Tab found within whitespace
(#1419) Line indented incorrectly; expected 24 spaces, found 5
(#1420) Spaces must be used for alignment; tabs are not allowed
(#1420) Tab found within whitespace
(#1420) Line indented incorrectly; expected at least 24 spaces, found 5
(#1421) Spaces must be used for alignment; tabs are not allowed
(#1421) Tab found within whitespace
(#1421) Line indented incorrectly; expected at least 24 spaces, found 5
(#1422) Spaces must be used for alignment; tabs are not allowed
(#1422) Tab found within whitespace
(#1422) Line indented incorrectly; expected 20 spaces, found 4
(#1423) Spaces must be used for alignment; tabs are not allowed
(#1423) Tab found within whitespace
(#1423) Line indented incorrectly; expected at least 20 spaces, found 4
(#1424) Spaces must be used for alignment; tabs are not allowed
(#1424) Tab found within whitespace
(#1424) Line indented incorrectly; expected 16 spaces, found 3
(#1425) Spaces must be used for alignment; tabs are not allowed
(#1425) Tab found within whitespace
(#1425) Line indented incorrectly; expected 12 spaces, found 2
(#1426) Spaces must be used for alignment; tabs are not allowed
(#1426) Tab found within whitespace
(#1426) Line indented incorrectly; expected at least 16 spaces, found 3
(#1427) Spaces must be used for alignment; tabs are not allowed
(#1427) Tab found within whitespace
(#1427) Line indented incorrectly; expected at least 16 spaces, found 3
(#1428) Spaces must be used for alignment; tabs are not allowed
(#1428) Tab found within whitespace
(#1428) Line indented incorrectly; expected at least 16 spaces, found 3
(#1429) Spaces must be used for alignment; tabs are not allowed
(#1429) Tab found within whitespace
(#1429) Line indented incorrectly; expected at least 16 spaces, found 3
(#1430) Spaces must be used for alignment; tabs are not allowed
(#1430) Tab found within whitespace
(#1430) Line indented incorrectly; expected at least 16 spaces, found 3
(#1430) Variable "uqType" must be all lower-case
(#1431) Spaces must be used for alignment; tabs are not allowed
(#1431) Tab found within whitespace
(#1431) Line indented incorrectly; expected 12 spaces, found 2
(#1432) Spaces must be used for alignment; tabs are not allowed
(#1432) Tab found within whitespace
(#1432) Line indented incorrectly; expected 12 spaces, found 2
(#1432) Expected "if (...) {\n"; found "if(...){\n"
(#1432) Variable "typeDef" must be all lower-case
(#1432) Variable "uqType" must be all lower-case
(#1433) Spaces must be used for alignment; tabs are not allowed
(#1433) Tab found within whitespace
(#1433) Line indented incorrectly; expected at least 16 spaces, found 3
(#1434) Spaces must be used for alignment; tabs are not allowed
(#1434) Tab found within whitespace
(#1434) Line indented incorrectly; expected at least 16 spaces, found 3
(#1435) Spaces must be used for alignment; tabs are not allowed
(#1435) Tab found within whitespace
(#1435) Line indented incorrectly; expected at least 16 spaces, found 3
(#1436) Spaces must be used for alignment; tabs are not allowed
(#1436) Tab found within whitespace
(#1436) Line indented incorrectly; expected 12 spaces, found 2
(#1437) Spaces must be used for alignment; tabs are not allowed
(#1437) Tab found within whitespace
(#1437) Line indented incorrectly; expected at least 16 spaces, found 3
(#1438) Spaces must be used for alignment; tabs are not allowed
(#1438) Tab found within whitespace
(#1438) Line indented incorrectly; expected at least 16 spaces, found 3
(#1438) Variable "typeDef" must be all lower-case
(#1439) Spaces must be used for alignment; tabs are not allowed
(#1439) Tab found within whitespace
(#1439) Line indented incorrectly; expected 16 spaces, found 3
(#1439) Variable "uqType" must be all lower-case
(#1440) Spaces must be used for alignment; tabs are not allowed
(#1440) Tab found within whitespace
(#1440) Line indented incorrectly; expected at least 20 spaces, found 4
(#1440) Variable "uqType" must be all lower-case
(#1440) Variable "uqType" must be all lower-case
(#1441) Spaces must be used for alignment; tabs are not allowed
(#1441) Tab found within whitespace
(#1441) Line indented incorrectly; expected 16 spaces, found 3
(#1442) Spaces must be used for alignment; tabs are not allowed
(#1442) Tab found within whitespace
(#1442) Line indented incorrectly; expected 12 spaces, found 2
(#1443) Spaces must be used for alignment; tabs are not allowed
(#1443) Tab found within whitespace
(#1443) Line indented incorrectly; expected 12 spaces, found 2
(#1443) Variable "typeDef" must be all lower-case
(#1444) Spaces must be used for alignment; tabs are not allowed
(#1444) Tab found within whitespace
(#1444) Line indented incorrectly; expected at least 16 spaces, found 3
(#1445) Spaces must be used for alignment; tabs are not allowed
(#1445) Tab found within whitespace
(#1445) Line indented incorrectly; expected at least 16 spaces, found 3
(#1446) Spaces must be used for alignment; tabs are not allowed
(#1446) Tab found within whitespace
(#1446) Line indented incorrectly; expected at least 16 spaces, found 3
(#1447) Spaces must be used for alignment; tabs are not allowed
(#1447) Tab found within whitespace
(#1447) Line indented incorrectly; expected 12 spaces, found 2
(#1448) Spaces must be used for alignment; tabs are not allowed
(#1448) Tab found within whitespace
(#1448) Line indented incorrectly; expected at least 12 spaces, found 2
(#1448) Variable "phpType" must be all lower-case
(#1448) Variable "typeDef" must be all lower-case
(#1449) Spaces must be used for alignment; tabs are not allowed
(#1449) Tab found within whitespace
(#1449) Line indented incorrectly; expected at least 12 spaces, found 2
(#1449) Variable "uqType" must be all lower-case
(#1449) Variable "typeDef" must be all lower-case
(#1449) Variable "typeDef" must be all lower-case
(#1449) Line exceeds 132 characters; contains 157 characters
(#1449) Whitespace found at end of line
(#1450) Spaces must be used for alignment; tabs are not allowed
(#1450) Tab found within whitespace
(#1450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1450) Inline comments must end in full-stops, exclamation marks, or question marks
(#1450) Line indented incorrectly; expected at least 12 spaces, found 2
(#1451) Spaces must be used for alignment; tabs are not allowed
(#1451) Tab found within whitespace
(#1451) Line indented incorrectly; expected 12 spaces, found 2
(#1451) Variable "phpType" must be all lower-case
(#1452) Spaces must be used for alignment; tabs are not allowed
(#1452) Tab found within whitespace
(#1452) Line indented incorrectly; expected 16 spaces, found 3
(#1452) Variable "typeDef" must be all lower-case
(#1452) Variable "typeDef" must be all lower-case
(#1453) Spaces must be used for alignment; tabs are not allowed
(#1453) Tab found within whitespace
(#1453) Line indented incorrectly; expected at least 20 spaces, found 4
(#1453) Variable "elementName" must be all lower-case
(#1453) Variable "uqType" must be all lower-case
(#1454) Spaces must be used for alignment; tabs are not allowed
(#1454) Tab found within whitespace
(#1454) Line indented incorrectly; expected 20 spaces, found 4
(#1454) Variable "typeDef" must be all lower-case
(#1454) Variable "typeDef" must be all lower-case
(#1455) Spaces must be used for alignment; tabs are not allowed
(#1455) Tab found within whitespace
(#1455) Line indented incorrectly; expected at least 24 spaces, found 5
(#1455) Variable "elementNS" must be all lower-case
(#1456) Spaces must be used for alignment; tabs are not allowed
(#1456) Tab found within whitespace
(#1456) Line indented incorrectly; expected 20 spaces, found 4
(#1457) Spaces must be used for alignment; tabs are not allowed
(#1457) Tab found within whitespace
(#1457) Line indented incorrectly; expected at least 24 spaces, found 5
(#1457) Variable "elementNS" must be all lower-case
(#1458) Spaces must be used for alignment; tabs are not allowed
(#1458) Tab found within whitespace
(#1458) Line indented incorrectly; expected 20 spaces, found 4
(#1459) Spaces must be used for alignment; tabs are not allowed
(#1459) Tab found within whitespace
(#1459) Line indented incorrectly; expected 16 spaces, found 3
(#1460) Spaces must be used for alignment; tabs are not allowed
(#1460) Tab found within whitespace
(#1460) Line indented incorrectly; expected at least 20 spaces, found 4
(#1460) Variable "elementName" must be all lower-case
(#1461) Spaces must be used for alignment; tabs are not allowed
(#1461) Tab found within whitespace
(#1461) Line indented incorrectly; expected 20 spaces, found 4
(#1462) Spaces must be used for alignment; tabs are not allowed
(#1462) Tab found within whitespace
(#1462) Line indented incorrectly; expected at least 24 spaces, found 5
(#1462) Variable "elementNS" must be all lower-case
(#1463) Spaces must be used for alignment; tabs are not allowed
(#1463) Tab found within whitespace
(#1463) Line indented incorrectly; expected 20 spaces, found 4
(#1464) Spaces must be used for alignment; tabs are not allowed
(#1464) Tab found within whitespace
(#1464) Line indented incorrectly; expected at least 24 spaces, found 5
(#1464) Variable "elementNS" must be all lower-case
(#1465) Spaces must be used for alignment; tabs are not allowed
(#1465) Tab found within whitespace
(#1465) Line indented incorrectly; expected 20 spaces, found 4
(#1466) Spaces must be used for alignment; tabs are not allowed
(#1466) Tab found within whitespace
(#1466) Line indented incorrectly; expected 16 spaces, found 3
(#1467) Spaces must be used for alignment; tabs are not allowed
(#1467) Tab found within whitespace
(#1467) Line indented incorrectly; expected 16 spaces, found 3
(#1468) Spaces must be used for alignment; tabs are not allowed
(#1468) Tab found within whitespace
(#1468) Line indented incorrectly; expected 20 spaces, found 4
(#1469) Spaces must be used for alignment; tabs are not allowed
(#1469) Tab found within whitespace
(#1469) Inline comments must end in full-stops, exclamation marks, or question marks
(#1469) Line indented incorrectly; expected at least 24 spaces, found 5
(#1470) Spaces must be used for alignment; tabs are not allowed
(#1470) Tab found within whitespace
(#1470) Line indented incorrectly; expected at least 24 spaces, found 5
(#1470) Variable "elementName" must be all lower-case
(#1471) Spaces must be used for alignment; tabs are not allowed
(#1471) Tab found within whitespace
(#1471) Line indented incorrectly; expected 20 spaces, found 4
(#1472) Spaces must be used for alignment; tabs are not allowed
(#1472) Tab found within whitespace
(#1472) Line indented incorrectly; expected at least 24 spaces, found 5
(#1472) Variable "elementName" must be all lower-case
(#1472) Variable "uqType" must be all lower-case
(#1473) Spaces must be used for alignment; tabs are not allowed
(#1473) Tab found within whitespace
(#1473) Line indented incorrectly; expected 20 spaces, found 4
(#1474) Spaces must be used for alignment; tabs are not allowed
(#1474) Tab found within whitespace
(#1474) Line indented incorrectly; expected at least 20 spaces, found 4
(#1475) Spaces must be used for alignment; tabs are not allowed
(#1475) Tab found within whitespace
(#1475) Line indented incorrectly; expected at least 20 spaces, found 4
(#1476) Spaces must be used for alignment; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Line indented incorrectly; expected 16 spaces, found 3
(#1477) Spaces must be used for alignment; tabs are not allowed
(#1477) Tab found within whitespace
(#1477) Line indented incorrectly; expected 16 spaces, found 3
(#1478) Spaces must be used for alignment; tabs are not allowed
(#1478) Tab found within whitespace
(#1478) Line indented incorrectly; expected at least 20 spaces, found 4
(#1479) Spaces must be used for alignment; tabs are not allowed
(#1479) Tab found within whitespace
(#1479) Line indented incorrectly; expected 16 spaces, found 3
(#1480) Spaces must be used for alignment; tabs are not allowed
(#1480) Tab found within whitespace
(#1480) Line indented incorrectly; expected 16 spaces, found 3
(#1481) Spaces must be used for alignment; tabs are not allowed
(#1481) Tab found within whitespace
(#1481) Line indented incorrectly; expected at least 20 spaces, found 4
(#1481) Variable "elementAttrs" must be all lower-case
(#1481) Variable "typeDef" must be all lower-case
(#1481) Variable "uqType" must be all lower-case
(#1482) Spaces must be used for alignment; tabs are not allowed
(#1482) Tab found within whitespace
(#1482) Line indented incorrectly; expected 20 spaces, found 4
(#1483) Spaces must be used for alignment; tabs are not allowed
(#1483) Tab found within whitespace
(#1483) Line indented incorrectly; expected 24 spaces, found 5
(#1483) Variable "forceType" must be all lower-case
(#1484) Spaces must be used for alignment; tabs are not allowed
(#1484) Tab found within whitespace
(#1484) Line indented incorrectly; expected at least 28 spaces, found 6
(#1484) Variable "elementName" must be all lower-case
(#1484) Variable "uqType" must be all lower-case
(#1485) Spaces must be used for alignment; tabs are not allowed
(#1485) Tab found within whitespace
(#1485) Line indented incorrectly; expected 24 spaces, found 5
(#1486) Spaces must be used for alignment; tabs are not allowed
(#1486) Tab found within whitespace
(#1486) Line indented incorrectly; expected at least 28 spaces, found 6
(#1486) Variable "elementName" must be all lower-case
(#1487) Spaces must be used for alignment; tabs are not allowed
(#1487) Tab found within whitespace
(#1487) Line indented incorrectly; expected 24 spaces, found 5
(#1488) Spaces must be used for alignment; tabs are not allowed
(#1488) Tab found within whitespace
(#1488) Line indented incorrectly; expected 20 spaces, found 4
(#1489) Spaces must be used for alignment; tabs are not allowed
(#1489) Tab found within whitespace
(#1489) Line indented incorrectly; expected at least 24 spaces, found 5
(#1489) Variable "elementName" must be all lower-case
(#1489) Variable "uqType" must be all lower-case
(#1490) Spaces must be used for alignment; tabs are not allowed
(#1490) Tab found within whitespace
(#1490) Line indented incorrectly; expected 20 spaces, found 4
(#1492) Spaces must be used for alignment; tabs are not allowed
(#1492) Tab found within whitespace
(#1492) Line indented incorrectly; expected 20 spaces, found 4
(#1492) Variable "typeDef" must be all lower-case
(#1492) Variable "typeDef" must be all lower-case
(#1493) Spaces must be used for alignment; tabs are not allowed
(#1493) Tab found within whitespace
(#1493) Line indented incorrectly; expected 24 spaces, found 5
(#1494) Spaces must be used for alignment; tabs are not allowed
(#1494) Tab found within whitespace
(#1494) Line indented incorrectly; expected at least 28 spaces, found 6
(#1495) Spaces must be used for alignment; tabs are not allowed
(#1495) Tab found within whitespace
(#1495) Line indented incorrectly; expected at least 28 spaces, found 6
(#1496) Spaces must be used for alignment; tabs are not allowed
(#1496) Tab found within whitespace
(#1496) Line indented incorrectly; expected 24 spaces, found 5
(#1497) Spaces must be used for alignment; tabs are not allowed
(#1497) Tab found within whitespace
(#1497) Line indented incorrectly; expected at least 28 spaces, found 6
(#1498) Spaces must be used for alignment; tabs are not allowed
(#1498) Tab found within whitespace
(#1498) Line indented incorrectly; expected 24 spaces, found 5
(#1499) Spaces must be used for alignment; tabs are not allowed
(#1499) Tab found within whitespace
(#1499) Line indented incorrectly; expected 20 spaces, found 4
(#1500) Spaces must be used for alignment; tabs are not allowed
(#1500) Tab found within whitespace
(#1500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1500) Inline comments must end in full-stops, exclamation marks, or question marks
(#1500) Line indented incorrectly; expected at least 24 spaces, found 5
(#1501) Spaces must be used for alignment; tabs are not allowed
(#1501) Tab found within whitespace
(#1501) Line indented incorrectly; expected at least 24 spaces, found 5
(#1501) Variable "typeDef" must be all lower-case
(#1501) Variable "uqType" must be all lower-case
(#1501) Variable "encodingStyle" must be all lower-case
(#1502) Spaces must be used for alignment; tabs are not allowed
(#1502) Tab found within whitespace
(#1502) Line indented incorrectly; expected 20 spaces, found 4
(#1503) Spaces must be used for alignment; tabs are not allowed
(#1503) Tab found within whitespace
(#1503) Line indented incorrectly; expected at least 20 spaces, found 4
(#1503) Variable "elementName" must be all lower-case
(#1504) Spaces must be used for alignment; tabs are not allowed
(#1504) Tab found within whitespace
(#1504) Line indented incorrectly; expected 16 spaces, found 3
(#1505) Spaces must be used for alignment; tabs are not allowed
(#1505) Tab found within whitespace
(#1505) Line indented incorrectly; expected at least 20 spaces, found 4
(#1506) Spaces must be used for alignment; tabs are not allowed
(#1506) Tab found within whitespace
(#1506) Line indented incorrectly; expected at least 20 spaces, found 4
(#1507) Spaces must be used for alignment; tabs are not allowed
(#1507) Tab found within whitespace
(#1507) Line indented incorrectly; expected at least 20 spaces, found 4
(#1508) Spaces must be used for alignment; tabs are not allowed
(#1508) Tab found within whitespace
(#1508) Line indented incorrectly; expected 16 spaces, found 3
(#1509) Spaces must be used for alignment; tabs are not allowed
(#1509) Tab found within whitespace
(#1509) Line indented incorrectly; expected 12 spaces, found 2
(#1509) Usage of ELSEIF not allowed; use ELSE IF instead
(#1509) Variable "phpType" must be all lower-case
(#1510) Spaces must be used for alignment; tabs are not allowed
(#1510) Tab found within whitespace
(#1510) Line indented incorrectly; expected 16 spaces, found 3
(#1510) Variable "typeDef" must be all lower-case
(#1510) Variable "typeDef" must be all lower-case
(#1511) Spaces must be used for alignment; tabs are not allowed
(#1511) Tab found within whitespace
(#1511) Line indented incorrectly; expected at least 20 spaces, found 4
(#1511) Variable "elementNS" must be all lower-case
(#1512) Spaces must be used for alignment; tabs are not allowed
(#1512) Tab found within whitespace
(#1512) Line indented incorrectly; expected 16 spaces, found 3
(#1513) Spaces must be used for alignment; tabs are not allowed
(#1513) Tab found within whitespace
(#1513) Line indented incorrectly; expected 20 spaces, found 4
(#1514) Spaces must be used for alignment; tabs are not allowed
(#1514) Tab found within whitespace
(#1514) Line indented incorrectly; expected at least 24 spaces, found 5
(#1514) Variable "elementNS" must be all lower-case
(#1515) Spaces must be used for alignment; tabs are not allowed
(#1515) Tab found within whitespace
(#1515) Line indented incorrectly; expected 20 spaces, found 4
(#1516) Spaces must be used for alignment; tabs are not allowed
(#1516) Tab found within whitespace
(#1516) Line indented incorrectly; expected at least 24 spaces, found 5
(#1516) Variable "elementNS" must be all lower-case
(#1517) Spaces must be used for alignment; tabs are not allowed
(#1517) Tab found within whitespace
(#1517) Line indented incorrectly; expected 20 spaces, found 4
(#1518) Spaces must be used for alignment; tabs are not allowed
(#1518) Tab found within whitespace
(#1518) Line indented incorrectly; expected 16 spaces, found 3
(#1519) Spaces must be used for alignment; tabs are not allowed
(#1519) Tab found within whitespace
(#1519) Line indented incorrectly; expected 16 spaces, found 3
(#1520) Spaces must be used for alignment; tabs are not allowed
(#1520) Tab found within whitespace
(#1520) Line indented incorrectly; expected 20 spaces, found 4
(#1521) Spaces must be used for alignment; tabs are not allowed
(#1521) Tab found within whitespace
(#1521) Inline comments must end in full-stops, exclamation marks, or question marks
(#1521) Line indented incorrectly; expected at least 24 spaces, found 5
(#1522) Spaces must be used for alignment; tabs are not allowed
(#1522) Tab found within whitespace
(#1522) Line indented incorrectly; expected at least 24 spaces, found 5
(#1523) Spaces must be used for alignment; tabs are not allowed
(#1523) Tab found within whitespace
(#1523) Line indented incorrectly; expected 20 spaces, found 4
(#1524) Spaces must be used for alignment; tabs are not allowed
(#1524) Tab found within whitespace
(#1524) Line indented incorrectly; expected at least 24 spaces, found 5
(#1525) Spaces must be used for alignment; tabs are not allowed
(#1525) Tab found within whitespace
(#1525) Line indented incorrectly; expected at least 24 spaces, found 6
(#1526) Spaces must be used for alignment; tabs are not allowed
(#1526) Tab found within whitespace
(#1526) Line indented incorrectly; expected at least 24 spaces, found 6
(#1527) Spaces must be used for alignment; tabs are not allowed
(#1527) Tab found within whitespace
(#1527) Line indented incorrectly; expected at least 24 spaces, found 6
(#1528) Spaces must be used for alignment; tabs are not allowed
(#1528) Tab found within whitespace
(#1528) Line indented incorrectly; expected at least 24 spaces, found 6
(#1529) Spaces must be used for alignment; tabs are not allowed
(#1529) Tab found within whitespace
(#1529) Line indented incorrectly; expected at least 24 spaces, found 6
(#1529) Variable "typeDef" must be all lower-case
(#1530) Spaces must be used for alignment; tabs are not allowed
(#1530) Tab found within whitespace
(#1530) Line indented incorrectly; expected at least 24 spaces, found 6
(#1531) Spaces must be used for alignment; tabs are not allowed
(#1531) Tab found within whitespace
(#1531) Line indented incorrectly; expected at least 24 spaces, found 6
(#1531) Variable "typeDef" must be all lower-case
(#1532) Spaces must be used for alignment; tabs are not allowed
(#1532) Tab found within whitespace
(#1532) Line indented incorrectly; expected 20 spaces, found 4
(#1533) Spaces must be used for alignment; tabs are not allowed
(#1533) Tab found within whitespace
(#1533) Line indented incorrectly; expected at least 20 spaces, found 4
(#1534) Spaces must be used for alignment; tabs are not allowed
(#1534) Tab found within whitespace
(#1534) Line indented incorrectly; expected at least 20 spaces, found 4
(#1535) Spaces must be used for alignment; tabs are not allowed
(#1535) Tab found within whitespace
(#1535) Line indented incorrectly; expected 16 spaces, found 3
(#1536) Spaces must be used for alignment; tabs are not allowed
(#1536) Tab found within whitespace
(#1536) Line indented incorrectly; expected 16 spaces, found 3
(#1536) Variable "typeDef" must be all lower-case
(#1537) Spaces must be used for alignment; tabs are not allowed
(#1537) Tab found within whitespace
(#1537) Line indented incorrectly; expected at least 20 spaces, found 4
(#1538) Spaces must be used for alignment; tabs are not allowed
(#1538) Tab found within whitespace
(#1538) Line indented incorrectly; expected 20 spaces, found 4
(#1538) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1539) Spaces must be used for alignment; tabs are not allowed
(#1539) Tab found within whitespace
(#1539) Line indented incorrectly; expected at least 24 spaces, found 5
(#1539) The use of function sizeof() is forbidden; use count() instead
(#1540) Spaces must be used for alignment; tabs are not allowed
(#1540) Tab found within whitespace
(#1540) Line indented incorrectly; expected at least 24 spaces, found 5
(#1541) Spaces must be used for alignment; tabs are not allowed
(#1541) Tab found within whitespace
(#1541) Line indented incorrectly; expected 20 spaces, found 4
(#1541) Whitespace found at end of line
(#1542) Spaces must be used for alignment; tabs are not allowed
(#1542) Tab found within whitespace
(#1542) Line indented incorrectly; expected at least 20 spaces, found 4
(#1543) Spaces must be used for alignment; tabs are not allowed
(#1543) Tab found within whitespace
(#1543) Line indented incorrectly; expected 16 spaces, found 3
(#1544) Spaces must be used for alignment; tabs are not allowed
(#1544) Tab found within whitespace
(#1544) Line indented incorrectly; expected at least 20 spaces, found 4
(#1545) Spaces must be used for alignment; tabs are not allowed
(#1545) Tab found within whitespace
(#1545) Line indented incorrectly; expected 16 spaces, found 3
(#1545) Whitespace found at end of line
(#1546) Spaces must be used for alignment; tabs are not allowed
(#1546) Tab found within whitespace
(#1546) Line indented incorrectly; expected 16 spaces, found 3
(#1546) The use of function sizeof() is forbidden; use count() instead
(#1547) Spaces must be used for alignment; tabs are not allowed
(#1547) Tab found within whitespace
(#1547) Line indented incorrectly; expected at least 20 spaces, found 4
(#1547) The use of function sizeof() is forbidden; use count() instead
(#1548) Spaces must be used for alignment; tabs are not allowed
(#1548) Tab found within whitespace
(#1548) Line indented incorrectly; expected at least 20 spaces, found 4
(#1549) Spaces must be used for alignment; tabs are not allowed
(#1549) Tab found within whitespace
(#1549) Line indented incorrectly; expected 20 spaces, found 4
(#1549) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1550) Spaces must be used for alignment; tabs are not allowed
(#1550) Tab found within whitespace
(#1550) Line indented incorrectly; expected at least 24 spaces, found 5
(#1551) Spaces must be used for alignment; tabs are not allowed
(#1551) Tab found within whitespace
(#1551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1551) Inline comments must end in full-stops, exclamation marks, or question marks
(#1551) This comment is 71% valid code; is this commented out code?
(#1551) Line indented incorrectly; expected at least 24 spaces, found 5
(#1551) No space found before comment text; expected "// if (strpos($typeDef['arrayType'], ':') ) {" but found "//if (strpos($typeDef['arrayType'], ':') ) {"
(#1552) Spaces must be used for alignment; tabs are not allowed
(#1552) Tab found within whitespace
(#1552) Line indented incorrectly; expected 24 spaces, found 5
(#1552) Variable "typeDef" must be all lower-case
(#1552) Commas (,) must be followed by white space.
(#1553) Spaces must be used for alignment; tabs are not allowed
(#1553) Tab found within whitespace
(#1553) Line indented incorrectly; expected at least 28 spaces, found 9
(#1553) Variable "typeDef" must be all lower-case
(#1554) Spaces must be used for alignment; tabs are not allowed
(#1554) Tab found within whitespace
(#1554) Line indented incorrectly; expected 24 spaces, found 5
(#1555) Spaces must be used for alignment; tabs are not allowed
(#1555) Tab found within whitespace
(#1555) Line indented incorrectly; expected at least 28 spaces, found 9
(#1555) Variable "typeDef" must be all lower-case
(#1556) Spaces must be used for alignment; tabs are not allowed
(#1556) Tab found within whitespace
(#1556) Line indented incorrectly; expected 24 spaces, found 5
(#1556) Whitespace found at end of line
(#1557) Spaces must be used for alignment; tabs are not allowed
(#1557) Tab found within whitespace
(#1557) Line indented incorrectly; expected 20 spaces, found 4
(#1558) Spaces must be used for alignment; tabs are not allowed
(#1558) Tab found within whitespace
(#1558) Line indented incorrectly; expected 16 spaces, found 3
(#1559) Spaces must be used for alignment; tabs are not allowed
(#1559) Tab found within whitespace
(#1559) Line indented incorrectly; expected at least 20 spaces, found 4
(#1560) Spaces must be used for alignment; tabs are not allowed
(#1560) Tab found within whitespace
(#1560) Line indented incorrectly; expected at least 20 spaces, found 4
(#1561) Spaces must be used for alignment; tabs are not allowed
(#1561) Tab found within whitespace
(#1561) Line indented incorrectly; expected 16 spaces, found 3
(#1562) Spaces must be used for alignment; tabs are not allowed
(#1562) Tab found within whitespace
(#1562) Line indented incorrectly; expected at least 16 spaces, found 3
(#1563) Spaces must be used for alignment; tabs are not allowed
(#1563) Tab found within whitespace
(#1563) Line indented incorrectly; expected at least 16 spaces, found 3
(#1564) Spaces must be used for alignment; tabs are not allowed
(#1564) Tab found within whitespace
(#1564) Line indented incorrectly; expected 16 spaces, found 3
(#1565) Spaces must be used for alignment; tabs are not allowed
(#1565) Tab found within whitespace
(#1565) Line indented incorrectly; expected at least 20 spaces, found 4
(#1566) Spaces must be used for alignment; tabs are not allowed
(#1566) Tab found within whitespace
(#1566) Line indented incorrectly; expected at least 20 spaces, found 5
(#1567) Spaces must be used for alignment; tabs are not allowed
(#1567) Tab found within whitespace
(#1567) Line indented incorrectly; expected at least 20 spaces, found 5
(#1568) Spaces must be used for alignment; tabs are not allowed
(#1568) Tab found within whitespace
(#1568) Line indented incorrectly; expected 16 spaces, found 3
(#1569) Spaces must be used for alignment; tabs are not allowed
(#1569) Tab found within whitespace
(#1569) Line indented incorrectly; expected at least 20 spaces, found 4
(#1570) Spaces must be used for alignment; tabs are not allowed
(#1570) Tab found within whitespace
(#1570) Line indented incorrectly; expected at least 20 spaces, found 5
(#1571) Spaces must be used for alignment; tabs are not allowed
(#1571) Tab found within whitespace
(#1571) Line indented incorrectly; expected at least 20 spaces, found 5
(#1572) Spaces must be used for alignment; tabs are not allowed
(#1572) Tab found within whitespace
(#1572) Line indented incorrectly; expected at least 20 spaces, found 5
(#1572) Variable "typeDef" must be all lower-case
(#1573) Spaces must be used for alignment; tabs are not allowed
(#1573) Tab found within whitespace
(#1573) Line indented incorrectly; expected at least 20 spaces, found 5
(#1573) Variable "typeDef" must be all lower-case
(#1574) Spaces must be used for alignment; tabs are not allowed
(#1574) Tab found within whitespace
(#1574) Line indented incorrectly; expected at least 20 spaces, found 5
(#1575) Spaces must be used for alignment; tabs are not allowed
(#1575) Tab found within whitespace
(#1575) Line indented incorrectly; expected at least 20 spaces, found 5
(#1576) Spaces must be used for alignment; tabs are not allowed
(#1576) Tab found within whitespace
(#1576) Line indented incorrectly; expected 16 spaces, found 3
(#1577) Spaces must be used for alignment; tabs are not allowed
(#1577) Tab found within whitespace
(#1577) Line indented incorrectly; expected 12 spaces, found 2
(#1577) Usage of ELSEIF not allowed; use ELSE IF instead
(#1577) Variable "phpType" must be all lower-case
(#1578) Spaces must be used for alignment; tabs are not allowed
(#1578) Tab found within whitespace
(#1578) Line indented incorrectly; expected 16 spaces, found 3
(#1578) Variable "typeDef" must be all lower-case
(#1578) Variable "typeDef" must be all lower-case
(#1579) Spaces must be used for alignment; tabs are not allowed
(#1579) Tab found within whitespace
(#1579) Line indented incorrectly; expected at least 20 spaces, found 4
(#1579) Variable "elementNS" must be all lower-case
(#1580) Spaces must be used for alignment; tabs are not allowed
(#1580) Tab found within whitespace
(#1580) Line indented incorrectly; expected 16 spaces, found 3
(#1581) Spaces must be used for alignment; tabs are not allowed
(#1581) Tab found within whitespace
(#1581) Line indented incorrectly; expected 20 spaces, found 4
(#1582) Spaces must be used for alignment; tabs are not allowed
(#1582) Tab found within whitespace
(#1582) Line indented incorrectly; expected at least 24 spaces, found 5
(#1582) Variable "elementNS" must be all lower-case
(#1583) Spaces must be used for alignment; tabs are not allowed
(#1583) Tab found within whitespace
(#1583) Line indented incorrectly; expected 20 spaces, found 4
(#1584) Spaces must be used for alignment; tabs are not allowed
(#1584) Tab found within whitespace
(#1584) Line indented incorrectly; expected at least 24 spaces, found 5
(#1584) Variable "elementNS" must be all lower-case
(#1585) Spaces must be used for alignment; tabs are not allowed
(#1585) Tab found within whitespace
(#1585) Line indented incorrectly; expected 20 spaces, found 4
(#1586) Spaces must be used for alignment; tabs are not allowed
(#1586) Tab found within whitespace
(#1586) Line indented incorrectly; expected 16 spaces, found 3
(#1587) Spaces must be used for alignment; tabs are not allowed
(#1587) Tab found within whitespace
(#1587) Line indented incorrectly; expected 16 spaces, found 3
(#1588) Spaces must be used for alignment; tabs are not allowed
(#1588) Tab found within whitespace
(#1588) Line indented incorrectly; expected 20 spaces, found 4
(#1588) Variable "forceType" must be all lower-case
(#1589) Spaces must be used for alignment; tabs are not allowed
(#1589) Tab found within whitespace
(#1589) Line indented incorrectly; expected at least 24 spaces, found 5
(#1589) Variable "uqType" must be all lower-case
(#1590) Spaces must be used for alignment; tabs are not allowed
(#1590) Tab found within whitespace
(#1590) Line indented incorrectly; expected 20 spaces, found 4
(#1591) Spaces must be used for alignment; tabs are not allowed
(#1591) Tab found within whitespace
(#1591) Line indented incorrectly; expected at least 24 spaces, found 5
(#1592) Spaces must be used for alignment; tabs are not allowed
(#1592) Tab found within whitespace
(#1592) Line indented incorrectly; expected 20 spaces, found 4
(#1593) Spaces must be used for alignment; tabs are not allowed
(#1593) Tab found within whitespace
(#1593) Line indented incorrectly; expected 16 spaces, found 3
(#1594) Spaces must be used for alignment; tabs are not allowed
(#1594) Tab found within whitespace
(#1594) Line indented incorrectly; expected at least 20 spaces, found 4
(#1594) Variable "uqType" must be all lower-case
(#1595) Spaces must be used for alignment; tabs are not allowed
(#1595) Tab found within whitespace
(#1595) Line indented incorrectly; expected 16 spaces, found 3
(#1596) Spaces must be used for alignment; tabs are not allowed
(#1596) Tab found within whitespace
(#1596) Line indented incorrectly; expected 12 spaces, found 2
(#1597) Spaces must be used for alignment; tabs are not allowed
(#1597) Tab found within whitespace
(#1597) Line indented incorrectly; expected at least 12 spaces, found 2
(#1598) Spaces must be used for alignment; tabs are not allowed
(#1598) Tab found within whitespace
(#1598) Line indented incorrectly; expected at least 12 spaces, found 2
(#1599) Spaces must be used for alignment; tabs are not allowed
(#1599) Tab found within whitespace
(#1599) Line indented incorrectly; expected 4 spaces, found 1
(#1600) Spaces must be used for alignment; tabs are not allowed
(#1600) Tab found within whitespace
(#1600) Whitespace found at end of line
(#1601) Spaces must be used for alignment; tabs are not allowed
(#1601) Tab found within whitespace
(#1601) Line indented incorrectly; expected at least 4 spaces, found 1
(#1602) Spaces must be used for alignment; tabs are not allowed
(#1603) Spaces must be used for alignment; tabs are not allowed
(#1604) Spaces must be used for alignment; tabs are not allowed
(#1605) Spaces must be used for alignment; tabs are not allowed
(#1606) Spaces must be used for alignment; tabs are not allowed
(#1607) Spaces must be used for alignment; tabs are not allowed
(#1608) Spaces must be used for alignment; tabs are not allowed
(#1609) Spaces must be used for alignment; tabs are not allowed
(#1610) Spaces must be used for alignment; tabs are not allowed
(#1611) Spaces must be used for alignment; tabs are not allowed
(#1611) Tab found within whitespace
(#1611) Line indented incorrectly; expected 4 spaces, found 1
(#1611) method name "wsdl::serializeComplexTypeAttributes" must be in lower-case letters only
(#1611) Visibility must be declared on method "serializeComplexTypeAttributes"
(#1611) Variable "typeDef" must be all lower-case
(#1611) Variable "uqType" must be all lower-case
(#1612) Spaces must be used for alignment; tabs are not allowed
(#1612) Tab found within whitespace
(#1612) Line indented incorrectly; expected at least 8 spaces, found 2
(#1613) Spaces must be used for alignment; tabs are not allowed
(#1613) Tab found within whitespace
(#1613) Line indented incorrectly; expected at least 8 spaces, found 2
(#1614) Spaces must be used for alignment; tabs are not allowed
(#1614) Tab found within whitespace
(#1614) Line indented incorrectly; expected 8 spaces, found 2
(#1614) Variable "typeDef" must be all lower-case
(#1615) Spaces must be used for alignment; tabs are not allowed
(#1615) Tab found within whitespace
(#1615) Line indented incorrectly; expected at least 12 spaces, found 3
(#1615) Variable "typeDef" must be all lower-case
(#1616) Spaces must be used for alignment; tabs are not allowed
(#1616) Tab found within whitespace
(#1616) Line indented incorrectly; expected at least 12 spaces, found 3
(#1616) Variable "uqTypex" must be all lower-case
(#1616) Variable "typeDef" must be all lower-case
(#1617) Spaces must be used for alignment; tabs are not allowed
(#1617) Tab found within whitespace
(#1617) Line indented incorrectly; expected 12 spaces, found 3
(#1618) Spaces must be used for alignment; tabs are not allowed
(#1618) Tab found within whitespace
(#1618) Line indented incorrectly; expected at least 16 spaces, found 4
(#1619) Spaces must be used for alignment; tabs are not allowed
(#1619) Tab found within whitespace
(#1619) Line indented incorrectly; expected 12 spaces, found 3
(#1620) Spaces must be used for alignment; tabs are not allowed
(#1620) Tab found within whitespace
(#1620) Line indented incorrectly; expected 12 spaces, found 3
(#1620) Variable "typeDefx" must be all lower-case
(#1620) Variable "uqTypex" must be all lower-case
(#1621) Spaces must be used for alignment; tabs are not allowed
(#1621) Tab found within whitespace
(#1621) Line indented incorrectly; expected at least 16 spaces, found 4
(#1622) Spaces must be used for alignment; tabs are not allowed
(#1622) Tab found within whitespace
(#1622) Line indented incorrectly; expected at least 16 spaces, found 4
(#1622) Variable "typeDefx" must be all lower-case
(#1622) Variable "uqTypex" must be all lower-case
(#1623) Spaces must be used for alignment; tabs are not allowed
(#1623) Tab found within whitespace
(#1623) Line indented incorrectly; expected 12 spaces, found 3
(#1624) Spaces must be used for alignment; tabs are not allowed
(#1624) Tab found within whitespace
(#1624) Line indented incorrectly; expected at least 16 spaces, found 4
(#1625) Spaces must be used for alignment; tabs are not allowed
(#1625) Tab found within whitespace
(#1625) Line indented incorrectly; expected 12 spaces, found 3
(#1626) Spaces must be used for alignment; tabs are not allowed
(#1626) Tab found within whitespace
(#1626) Line indented incorrectly; expected 8 spaces, found 2
(#1627) Spaces must be used for alignment; tabs are not allowed
(#1627) Tab found within whitespace
(#1627) Line indented incorrectly; expected 8 spaces, found 2
(#1627) Variable "typeDef" must be all lower-case
(#1627) Variable "typeDef" must be all lower-case
(#1628) Spaces must be used for alignment; tabs are not allowed
(#1628) Tab found within whitespace
(#1628) Line indented incorrectly; expected at least 12 spaces, found 3
(#1629) Spaces must be used for alignment; tabs are not allowed
(#1629) Tab found within whitespace
(#1629) Line indented incorrectly; expected 12 spaces, found 3
(#1630) Spaces must be used for alignment; tabs are not allowed
(#1630) Tab found within whitespace
(#1630) Line indented incorrectly; expected at least 16 spaces, found 4
(#1631) Spaces must be used for alignment; tabs are not allowed
(#1631) Tab found within whitespace
(#1631) Line indented incorrectly; expected 12 spaces, found 3
(#1631) Usage of ELSEIF not allowed; use ELSE IF instead
(#1632) Spaces must be used for alignment; tabs are not allowed
(#1632) Tab found within whitespace
(#1632) Line indented incorrectly; expected at least 16 spaces, found 4
(#1633) Spaces must be used for alignment; tabs are not allowed
(#1633) Tab found within whitespace
(#1633) Line indented incorrectly; expected 12 spaces, found 3
(#1634) Spaces must be used for alignment; tabs are not allowed
(#1634) Tab found within whitespace
(#1634) Line indented incorrectly; expected at least 16 spaces, found 4
(#1635) Spaces must be used for alignment; tabs are not allowed
(#1635) Tab found within whitespace
(#1635) Line indented incorrectly; expected at least 16 spaces, found 4
(#1636) Spaces must be used for alignment; tabs are not allowed
(#1636) Tab found within whitespace
(#1636) Line indented incorrectly; expected 12 spaces, found 3
(#1637) Spaces must be used for alignment; tabs are not allowed
(#1637) Tab found within whitespace
(#1637) Line indented incorrectly; expected 12 spaces, found 3
(#1637) Variable "typeDef" must be all lower-case
(#1637) Variable "aName" must be all lower-case
(#1638) Spaces must be used for alignment; tabs are not allowed
(#1638) Tab found within whitespace
(#1638) Line indented incorrectly; expected 16 spaces, found 4
(#1638) Variable "aName" must be all lower-case
(#1639) Spaces must be used for alignment; tabs are not allowed
(#1639) Tab found within whitespace
(#1639) Line indented incorrectly; expected at least 20 spaces, found 5
(#1639) Variable "aName" must be all lower-case
(#1640) Spaces must be used for alignment; tabs are not allowed
(#1640) Tab found within whitespace
(#1640) Line indented incorrectly; expected at least 20 spaces, found 5
(#1640) Variable "aName" must be all lower-case
(#1641) Spaces must be used for alignment; tabs are not allowed
(#1641) Tab found within whitespace
(#1641) Line indented incorrectly; expected 16 spaces, found 4
(#1641) Usage of ELSEIF not allowed; use ELSE IF instead
(#1641) Variable "aName" must be all lower-case
(#1642) Spaces must be used for alignment; tabs are not allowed
(#1642) Tab found within whitespace
(#1642) Line indented incorrectly; expected at least 20 spaces, found 5
(#1642) Variable "aName" must be all lower-case
(#1643) Spaces must be used for alignment; tabs are not allowed
(#1643) Tab found within whitespace
(#1643) Line indented incorrectly; expected at least 20 spaces, found 5
(#1643) Variable "aName" must be all lower-case
(#1644) Spaces must be used for alignment; tabs are not allowed
(#1644) Tab found within whitespace
(#1644) Line indented incorrectly; expected 16 spaces, found 4
(#1644) Usage of ELSEIF not allowed; use ELSE IF instead
(#1645) Spaces must be used for alignment; tabs are not allowed
(#1645) Tab found within whitespace
(#1645) Line indented incorrectly; expected at least 20 spaces, found 5
(#1645) Variable "aName" must be all lower-case
(#1646) Spaces must be used for alignment; tabs are not allowed
(#1646) Tab found within whitespace
(#1646) Line indented incorrectly; expected at least 20 spaces, found 5
(#1647) Spaces must be used for alignment; tabs are not allowed
(#1647) Tab found within whitespace
(#1647) Line indented incorrectly; expected at least 20 spaces, found 5
(#1647) Variable "aName" must be all lower-case
(#1647) Variable "aName" must be all lower-case
(#1648) Spaces must be used for alignment; tabs are not allowed
(#1648) Tab found within whitespace
(#1648) Line indented incorrectly; expected 16 spaces, found 4
(#1649) Spaces must be used for alignment; tabs are not allowed
(#1649) Tab found within whitespace
(#1649) Line indented incorrectly; expected at least 20 spaces, found 5
(#1650) Spaces must be used for alignment; tabs are not allowed
(#1650) Tab found within whitespace
(#1650) Line indented incorrectly; expected at least 20 spaces, found 5
(#1650) Variable "aName" must be all lower-case
(#1651) Spaces must be used for alignment; tabs are not allowed
(#1651) Tab found within whitespace
(#1651) Line indented incorrectly; expected 16 spaces, found 4
(#1652) Spaces must be used for alignment; tabs are not allowed
(#1652) Tab found within whitespace
(#1652) Line indented incorrectly; expected 16 spaces, found 4
(#1653) Spaces must be used for alignment; tabs are not allowed
(#1653) Tab found within whitespace
(#1653) Line indented incorrectly; expected at least 20 spaces, found 5
(#1653) Expected 1 space after ".="; 2 found
(#1653) Variable "aName" must be all lower-case
(#1654) Spaces must be used for alignment; tabs are not allowed
(#1654) Tab found within whitespace
(#1654) Line indented incorrectly; expected 16 spaces, found 4
(#1655) Spaces must be used for alignment; tabs are not allowed
(#1655) Tab found within whitespace
(#1655) Line indented incorrectly; expected 12 spaces, found 3
(#1655) Whitespace found at end of line
(#1656) Spaces must be used for alignment; tabs are not allowed
(#1656) Tab found within whitespace
(#1656) Line indented incorrectly; expected 8 spaces, found 2
(#1657) Spaces must be used for alignment; tabs are not allowed
(#1657) Tab found within whitespace
(#1657) Line indented incorrectly; expected at least 12 spaces, found 3
(#1658) Spaces must be used for alignment; tabs are not allowed
(#1658) Tab found within whitespace
(#1658) Line indented incorrectly; expected 8 spaces, found 2
(#1659) Spaces must be used for alignment; tabs are not allowed
(#1659) Tab found within whitespace
(#1659) Line indented incorrectly; expected at least 8 spaces, found 2
(#1660) Spaces must be used for alignment; tabs are not allowed
(#1660) Tab found within whitespace
(#1660) Line indented incorrectly; expected 4 spaces, found 1
(#1662) Spaces must be used for alignment; tabs are not allowed
(#1662) Tab found within whitespace
(#1662) Line indented incorrectly; expected at least 4 spaces, found 1
(#1663) Spaces must be used for alignment; tabs are not allowed
(#1664) Spaces must be used for alignment; tabs are not allowed
(#1665) Spaces must be used for alignment; tabs are not allowed
(#1666) Spaces must be used for alignment; tabs are not allowed
(#1667) Spaces must be used for alignment; tabs are not allowed
(#1668) Spaces must be used for alignment; tabs are not allowed
(#1669) Spaces must be used for alignment; tabs are not allowed
(#1670) Spaces must be used for alignment; tabs are not allowed
(#1671) Spaces must be used for alignment; tabs are not allowed
(#1672) Spaces must be used for alignment; tabs are not allowed
(#1673) Spaces must be used for alignment; tabs are not allowed
(#1674) Spaces must be used for alignment; tabs are not allowed
(#1674) Tab found within whitespace
(#1674) Line indented incorrectly; expected 4 spaces, found 1
(#1674) method name "wsdl::serializeComplexTypeElements" must be in lower-case letters only
(#1674) Visibility must be declared on method "serializeComplexTypeElements"
(#1674) Variable "typeDef" must be all lower-case
(#1674) Variable "uqType" must be all lower-case
(#1674) Variable "encodingStyle" must be all lower-case
(#1675) Spaces must be used for alignment; tabs are not allowed
(#1675) Tab found within whitespace
(#1675) Line indented incorrectly; expected at least 8 spaces, found 2
(#1676) Spaces must be used for alignment; tabs are not allowed
(#1676) Tab found within whitespace
(#1676) Line indented incorrectly; expected at least 8 spaces, found 2
(#1677) Spaces must be used for alignment; tabs are not allowed
(#1677) Tab found within whitespace
(#1677) Line indented incorrectly; expected 8 spaces, found 2
(#1677) Variable "typeDef" must be all lower-case
(#1678) Spaces must be used for alignment; tabs are not allowed
(#1678) Tab found within whitespace
(#1678) Line indented incorrectly; expected at least 12 spaces, found 3
(#1678) Variable "typeDef" must be all lower-case
(#1679) Spaces must be used for alignment; tabs are not allowed
(#1679) Tab found within whitespace
(#1679) Line indented incorrectly; expected at least 12 spaces, found 3
(#1679) Variable "uqTypex" must be all lower-case
(#1679) Variable "typeDef" must be all lower-case
(#1680) Spaces must be used for alignment; tabs are not allowed
(#1680) Tab found within whitespace
(#1680) Line indented incorrectly; expected 12 spaces, found 3
(#1681) Spaces must be used for alignment; tabs are not allowed
(#1681) Tab found within whitespace
(#1681) Line indented incorrectly; expected at least 16 spaces, found 4
(#1682) Spaces must be used for alignment; tabs are not allowed
(#1682) Tab found within whitespace
(#1682) Line indented incorrectly; expected 12 spaces, found 3
(#1683) Spaces must be used for alignment; tabs are not allowed
(#1683) Tab found within whitespace
(#1683) Line indented incorrectly; expected 12 spaces, found 3
(#1683) Variable "typeDefx" must be all lower-case
(#1683) Variable "uqTypex" must be all lower-case
(#1684) Spaces must be used for alignment; tabs are not allowed
(#1684) Tab found within whitespace
(#1684) Line indented incorrectly; expected at least 16 spaces, found 4
(#1685) Spaces must be used for alignment; tabs are not allowed
(#1685) Tab found within whitespace
(#1685) Line indented incorrectly; expected at least 16 spaces, found 4
(#1685) Variable "typeDefx" must be all lower-case
(#1685) Variable "uqTypex" must be all lower-case
(#1685) Variable "encodingStyle" must be all lower-case
(#1686) Spaces must be used for alignment; tabs are not allowed
(#1686) Tab found within whitespace
(#1686) Line indented incorrectly; expected 12 spaces, found 3
(#1687) Spaces must be used for alignment; tabs are not allowed
(#1687) Tab found within whitespace
(#1687) Line indented incorrectly; expected at least 16 spaces, found 4
(#1688) Spaces must be used for alignment; tabs are not allowed
(#1688) Tab found within whitespace
(#1688) Line indented incorrectly; expected 12 spaces, found 3
(#1689) Spaces must be used for alignment; tabs are not allowed
(#1689) Tab found within whitespace
(#1689) Line indented incorrectly; expected 8 spaces, found 2
(#1690) Spaces must be used for alignment; tabs are not allowed
(#1690) Tab found within whitespace
(#1690) Line indented incorrectly; expected 8 spaces, found 2
(#1690) Variable "typeDef" must be all lower-case
(#1690) Variable "typeDef" must be all lower-case
(#1691) Spaces must be used for alignment; tabs are not allowed
(#1691) Tab found within whitespace
(#1691) Line indented incorrectly; expected at least 12 spaces, found 3
(#1692) Spaces must be used for alignment; tabs are not allowed
(#1692) Tab found within whitespace
(#1692) Line indented incorrectly; expected 12 spaces, found 3
(#1693) Spaces must be used for alignment; tabs are not allowed
(#1693) Tab found within whitespace
(#1693) Line indented incorrectly; expected at least 16 spaces, found 4
(#1694) Spaces must be used for alignment; tabs are not allowed
(#1694) Tab found within whitespace
(#1694) Line indented incorrectly; expected 12 spaces, found 3
(#1694) Usage of ELSEIF not allowed; use ELSE IF instead
(#1695) Spaces must be used for alignment; tabs are not allowed
(#1695) Tab found within whitespace
(#1695) Line indented incorrectly; expected at least 16 spaces, found 4
(#1696) Spaces must be used for alignment; tabs are not allowed
(#1696) Tab found within whitespace
(#1696) Line indented incorrectly; expected 12 spaces, found 3
(#1697) Spaces must be used for alignment; tabs are not allowed
(#1697) Tab found within whitespace
(#1697) Line indented incorrectly; expected at least 16 spaces, found 4
(#1698) Spaces must be used for alignment; tabs are not allowed
(#1698) Tab found within whitespace
(#1698) Line indented incorrectly; expected at least 16 spaces, found 4
(#1699) Spaces must be used for alignment; tabs are not allowed
(#1699) Tab found within whitespace
(#1699) Line indented incorrectly; expected 12 spaces, found 3
(#1700) Spaces must be used for alignment; tabs are not allowed
(#1700) Tab found within whitespace
(#1700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1700) Inline comments must end in full-stops, exclamation marks, or question marks
(#1700) Line indented incorrectly; expected at least 12 spaces, found 3
(#1701) Spaces must be used for alignment; tabs are not allowed
(#1701) Tab found within whitespace
(#1701) Line indented incorrectly; expected 12 spaces, found 3
(#1701) Expected "if (...) {\n"; found "if (...){\n"
(#1701) Variable "typeDef" must be all lower-case
(#1702) Spaces must be used for alignment; tabs are not allowed
(#1702) Tab found within whitespace
(#1702) Line indented incorrectly; expected at least 16 spaces, found 4
(#1703) Spaces must be used for alignment; tabs are not allowed
(#1703) Tab found within whitespace
(#1703) Line indented incorrectly; expected 12 spaces, found 3
(#1704) Spaces must be used for alignment; tabs are not allowed
(#1704) Tab found within whitespace
(#1704) Line indented incorrectly; expected 12 spaces, found 3
(#1704) Variable "typeDef" must be all lower-case
(#1704) Variable "eName" must be all lower-case
(#1705) Spaces must be used for alignment; tabs are not allowed
(#1705) Tab found within whitespace
(#1705) Line indented incorrectly; expected 16 spaces, found 4
(#1705) Variable "eName" must be all lower-case
(#1706) Spaces must be used for alignment; tabs are not allowed
(#1706) Tab found within whitespace
(#1706) Line indented incorrectly; expected 20 spaces, found 5
(#1707) Spaces must be used for alignment; tabs are not allowed
(#1707) Tab found within whitespace
(#1707) Line indented incorrectly; expected at least 24 spaces, found 6
(#1707) Variable "eName" must be all lower-case
(#1708) Spaces must be used for alignment; tabs are not allowed
(#1708) Tab found within whitespace
(#1708) Line indented incorrectly; expected at least 24 spaces, found 6
(#1708) Variable "eName" must be all lower-case
(#1708) Variable "eName" must be all lower-case
(#1709) Spaces must be used for alignment; tabs are not allowed
(#1709) Tab found within whitespace
(#1709) Line indented incorrectly; expected 20 spaces, found 5
(#1710) Spaces must be used for alignment; tabs are not allowed
(#1710) Tab found within whitespace
(#1710) Line indented incorrectly; expected 16 spaces, found 4
(#1711) Spaces must be used for alignment; tabs are not allowed
(#1711) Tab found within whitespace
(#1711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1711) Inline comments must end in full-stops, exclamation marks, or question marks
(#1711) Line indented incorrectly; expected at least 16 spaces, found 4
(#1712) Spaces must be used for alignment; tabs are not allowed
(#1712) Tab found within whitespace
(#1712) Line indented incorrectly; expected 16 spaces, found 4
(#1712) Expected "if (...) {\n"; found "if (...){\n"
(#1713) Spaces must be used for alignment; tabs are not allowed
(#1713) Tab found within whitespace
(#1713) Line indented incorrectly; expected at least 16 spaces, found 8
(#1713) Variable "eName" must be all lower-case
(#1713) Whitespace found at end of line
(#1714) Spaces must be used for alignment; tabs are not allowed
(#1714) Tab found within whitespace
(#1714) Line indented incorrectly; expected at least 16 spaces, found 5
(#1715) Spaces must be used for alignment; tabs are not allowed
(#1715) Tab found within whitespace
(#1715) Line indented incorrectly; expected at least 25 spaces, found 5
(#1716) Spaces must be used for alignment; tabs are not allowed
(#1716) Tab found within whitespace
(#1716) Line indented incorrectly; expected 29 spaces, found 5
(#1717) Spaces must be used for alignment; tabs are not allowed
(#1717) Tab found within whitespace
(#1717) Line indented incorrectly; expected at least 33 spaces, found 6
(#1717) Variable "eName" must be all lower-case
(#1718) Spaces must be used for alignment; tabs are not allowed
(#1718) Tab found within whitespace
(#1718) Line indented incorrectly; expected 32 spaces, found 5
(#1719) Spaces must be used for alignment; tabs are not allowed
(#1719) Tab found within whitespace
(#1719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1719) Inline comments must end in full-stops, exclamation marks, or question marks
(#1719) Line indented incorrectly; expected at least 32 spaces, found 5
(#1720) Spaces must be used for alignment; tabs are not allowed
(#1720) Tab found within whitespace
(#1720) Line indented incorrectly; expected at least 32 spaces, found 5
(#1720) Variable "eName" must be all lower-case
(#1721) Spaces must be used for alignment; tabs are not allowed
(#1721) Tab found within whitespace
(#1721) Line indented incorrectly; expected 16 spaces, found 4
(#1722) Spaces must be used for alignment; tabs are not allowed
(#1722) Tab found within whitespace
(#1722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1722) Inline comments must end in full-stops, exclamation marks, or question marks
(#1722) Line indented incorrectly; expected at least 20 spaces, found 5
(#1723) Spaces must be used for alignment; tabs are not allowed
(#1723) Tab found within whitespace
(#1723) Line indented incorrectly; expected 20 spaces, found 5
(#1723) Variable "eName" must be all lower-case
(#1724) Spaces must be used for alignment; tabs are not allowed
(#1724) Tab found within whitespace
(#1724) Line indented incorrectly; expected at least 24 spaces, found 9
(#1724) Variable "eName" must be all lower-case
(#1725) Spaces must be used for alignment; tabs are not allowed
(#1725) Tab found within whitespace
(#1725) Line indented incorrectly; expected 20 spaces, found 5
(#1726) Spaces must be used for alignment; tabs are not allowed
(#1726) Tab found within whitespace
(#1726) Line indented incorrectly; expected at least 24 spaces, found 9
(#1727) Spaces must be used for alignment; tabs are not allowed
(#1727) Tab found within whitespace
(#1727) Line indented incorrectly; expected 20 spaces, found 5
(#1728) Spaces must be used for alignment; tabs are not allowed
(#1728) Tab found within whitespace
(#1728) Line indented incorrectly; expected 20 spaces, found 5
(#1729) Spaces must be used for alignment; tabs are not allowed
(#1729) Tab found within whitespace
(#1729) Line indented incorrectly; expected at least 24 spaces, found 6
(#1730) Spaces must be used for alignment; tabs are not allowed
(#1730) Tab found within whitespace
(#1730) Line indented incorrectly; expected 20 spaces, found 5
(#1731) Spaces must be used for alignment; tabs are not allowed
(#1731) Tab found within whitespace
(#1731) Line indented incorrectly; expected at least 24 spaces, found 6
(#1732) Spaces must be used for alignment; tabs are not allowed
(#1732) Tab found within whitespace
(#1732) Line indented incorrectly; expected 20 spaces, found 5
(#1733) Spaces must be used for alignment; tabs are not allowed
(#1733) Tab found within whitespace
(#1733) Line indented incorrectly; expected 20 spaces, found 5
(#1733) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1734) Spaces must be used for alignment; tabs are not allowed
(#1734) Tab found within whitespace
(#1734) Line indented incorrectly; expected at least 24 spaces, found 6
(#1735) Spaces must be used for alignment; tabs are not allowed
(#1735) Tab found within whitespace
(#1735) Line indented incorrectly; expected 24 spaces, found 6
(#1736) Spaces must be used for alignment; tabs are not allowed
(#1736) Tab found within whitespace
(#1736) Line indented incorrectly; expected 28 spaces, found 7
(#1737) Spaces must be used for alignment; tabs are not allowed
(#1737) Tab found within whitespace
(#1737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1737) Inline comments must end in full-stops, exclamation marks, or question marks
(#1737) Line indented incorrectly; expected at least 32 spaces, found 8
(#1738) Spaces must be used for alignment; tabs are not allowed
(#1738) Tab found within whitespace
(#1738) Line indented incorrectly; expected at least 32 spaces, found 11
(#1738) Variable "eName" must be all lower-case
(#1738) Variable "encodingStyle" must be all lower-case
(#1738) Line exceeds 132 characters; contains 144 characters
(#1739) Spaces must be used for alignment; tabs are not allowed
(#1739) Tab found within whitespace
(#1739) Line indented incorrectly; expected 28 spaces, found 7
(#1740) Spaces must be used for alignment; tabs are not allowed
(#1740) Tab found within whitespace
(#1740) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1740) Line indented incorrectly; expected at least 32 spaces, found 8
(#1741) Spaces must be used for alignment; tabs are not allowed
(#1741) Tab found within whitespace
(#1741) Line indented incorrectly; expected at least 32 spaces, found 11
(#1742) Spaces must be used for alignment; tabs are not allowed
(#1742) Tab found within whitespace
(#1742) Line indented incorrectly; expected at least 32 spaces, found 11
(#1742) Variable "eName" must be all lower-case
(#1743) Spaces must be used for alignment; tabs are not allowed
(#1743) Tab found within whitespace
(#1743) Line indented incorrectly; expected 28 spaces, found 7
(#1744) Spaces must be used for alignment; tabs are not allowed
(#1744) Tab found within whitespace
(#1744) Line indented incorrectly; expected 24 spaces, found 6
(#1745) Spaces must be used for alignment; tabs are not allowed
(#1745) Tab found within whitespace
(#1745) Line indented incorrectly; expected 20 spaces, found 5
(#1746) Spaces must be used for alignment; tabs are not allowed
(#1746) Tab found within whitespace
(#1746) Line indented incorrectly; expected 24 spaces, found 6
(#1746) Empty IF statement detected
(#1747) Spaces must be used for alignment; tabs are not allowed
(#1747) Tab found within whitespace
(#1747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1747) Inline comments must end in full-stops, exclamation marks, or question marks
(#1747) Line indented incorrectly; expected at least 28 spaces, found 7
(#1748) Spaces must be used for alignment; tabs are not allowed
(#1748) Tab found within whitespace
(#1748) Line indented incorrectly; expected 24 spaces, found 6
(#1748) Usage of ELSEIF not allowed; use ELSE IF instead
(#1749) Spaces must be used for alignment; tabs are not allowed
(#1749) Tab found within whitespace
(#1749) Inline comments must end in full-stops, exclamation marks, or question marks
(#1749) Line indented incorrectly; expected at least 28 spaces, found 7
(#1750) Spaces must be used for alignment; tabs are not allowed
(#1750) Tab found within whitespace
(#1750) Line indented incorrectly; expected at least 28 spaces, found 10
(#1750) Variable "eName" must be all lower-case
(#1750) Variable "encodingStyle" must be all lower-case
(#1750) Line exceeds 132 characters; contains 143 characters
(#1751) Spaces must be used for alignment; tabs are not allowed
(#1751) Tab found within whitespace
(#1751) Line indented incorrectly; expected 24 spaces, found 6
(#1751) Usage of ELSEIF not allowed; use ELSE IF instead
(#1752) Spaces must be used for alignment; tabs are not allowed
(#1752) Tab found within whitespace
(#1752) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1752) Inline comments must end in full-stops, exclamation marks, or question marks
(#1752) Line indented incorrectly; expected at least 28 spaces, found 7
(#1753) Spaces must be used for alignment; tabs are not allowed
(#1753) Tab found within whitespace
(#1753) Line indented incorrectly; expected at least 28 spaces, found 10
(#1753) Variable "eName" must be all lower-case
(#1753) Variable "encodingStyle" must be all lower-case
(#1753) Line exceeds 132 characters; contains 143 characters
(#1754) Spaces must be used for alignment; tabs are not allowed
(#1754) Tab found within whitespace
(#1754) Line indented incorrectly; expected 24 spaces, found 6
(#1755) Spaces must be used for alignment; tabs are not allowed
(#1755) Tab found within whitespace
(#1755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1755) Line indented incorrectly; expected at least 28 spaces, found 7
(#1756) Spaces must be used for alignment; tabs are not allowed
(#1756) Tab found within whitespace
(#1756) Line indented incorrectly; expected at least 28 spaces, found 10
(#1757) Spaces must be used for alignment; tabs are not allowed
(#1757) Tab found within whitespace
(#1757) Line indented incorrectly; expected at least 28 spaces, found 10
(#1757) Variable "eName" must be all lower-case
(#1758) Spaces must be used for alignment; tabs are not allowed
(#1758) Tab found within whitespace
(#1758) Line indented incorrectly; expected 24 spaces, found 6
(#1759) Spaces must be used for alignment; tabs are not allowed
(#1759) Tab found within whitespace
(#1759) Line indented incorrectly; expected 20 spaces, found 5
(#1760) Spaces must be used for alignment; tabs are not allowed
(#1760) Tab found within whitespace
(#1760) Line indented incorrectly; expected 16 spaces, found 4
(#1761) Spaces must be used for alignment; tabs are not allowed
(#1761) Tab found within whitespace
(#1761) Line indented incorrectly; expected 12 spaces, found 3
(#1761) Whitespace found at end of line
(#1762) Spaces must be used for alignment; tabs are not allowed
(#1762) Tab found within whitespace
(#1762) Line indented incorrectly; expected 8 spaces, found 2
(#1763) Spaces must be used for alignment; tabs are not allowed
(#1763) Tab found within whitespace
(#1763) Line indented incorrectly; expected at least 12 spaces, found 3
(#1764) Spaces must be used for alignment; tabs are not allowed
(#1764) Tab found within whitespace
(#1764) Line indented incorrectly; expected 8 spaces, found 2
(#1765) Spaces must be used for alignment; tabs are not allowed
(#1765) Tab found within whitespace
(#1765) Line indented incorrectly; expected at least 8 spaces, found 2
(#1766) Spaces must be used for alignment; tabs are not allowed
(#1766) Tab found within whitespace
(#1766) Line indented incorrectly; expected 4 spaces, found 1
(#1768) Spaces must be used for alignment; tabs are not allowed
(#1768) Tab found within whitespace
(#1768) Line indented incorrectly; expected at least 4 spaces, found 1
(#1769) Spaces must be used for alignment; tabs are not allowed
(#1769) Expected 2 space(s) before asterisk; 1 found
(#1770) Spaces must be used for alignment; tabs are not allowed
(#1770) Expected 2 space(s) before asterisk; 1 found
(#1771) Spaces must be used for alignment; tabs are not allowed
(#1771) Expected 2 space(s) before asterisk; 1 found
(#1771) Spaces must be used for alignment; tabs are not allowed
(#1772) Spaces must be used for alignment; tabs are not allowed
(#1772) Expected 2 space(s) before asterisk; 1 found
(#1773) Spaces must be used for alignment; tabs are not allowed
(#1773) Expected 2 space(s) before asterisk; 1 found
(#1774) Spaces must be used for alignment; tabs are not allowed
(#1774) Expected 2 space(s) before asterisk; 1 found
(#1775) Spaces must be used for alignment; tabs are not allowed
(#1775) Expected 2 space(s) before asterisk; 1 found
(#1776) Spaces must be used for alignment; tabs are not allowed
(#1776) Expected 2 space(s) before asterisk; 1 found
(#1777) Spaces must be used for alignment; tabs are not allowed
(#1777) Expected 2 space(s) before asterisk; 1 found
(#1778) Spaces must be used for alignment; tabs are not allowed
(#1778) Expected 2 space(s) before asterisk; 1 found
(#1779) Spaces must be used for alignment; tabs are not allowed
(#1779) Expected 2 space(s) before asterisk; 1 found
(#1780) Spaces must be used for alignment; tabs are not allowed
(#1780) Expected 2 space(s) before asterisk; 1 found
(#1781) Spaces must be used for alignment; tabs are not allowed
(#1781) Expected 2 space(s) before asterisk; 1 found
(#1782) Spaces must be used for alignment; tabs are not allowed
(#1782) Tab found within whitespace
(#1782) Line indented incorrectly; expected 4 spaces, found 1
(#1782) method name "wsdl::addComplexType" must be in lower-case letters only
(#1782) Visibility must be declared on method "addComplexType"
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "typeClass" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "phpType" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "restrictionBase" must be all lower-case
(#1782) Commas (,) must be followed by white space.
(#1782) Commas (,) must be followed by white space.
(#1782) Commas (,) must be followed by white space.
(#1782) Variable "arrayType" must be all lower-case
(#1782) Line exceeds 132 characters; contains 157 characters
(#1783) Spaces must be used for alignment; tabs are not allowed
(#1783) Tab found within whitespace
(#1783) Line indented incorrectly; expected 8 spaces, found 2
(#1784) Spaces must be used for alignment; tabs are not allowed
(#1784) Tab found within whitespace
(#1784) Line indented incorrectly; expected at least 12 spaces, found 3
(#1784) Variable "eElements" must be all lower-case
(#1785) Spaces must be used for alignment; tabs are not allowed
(#1785) Tab found within whitespace
(#1785) Line indented incorrectly; expected 12 spaces, found 6
(#1785) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1786) Spaces must be used for alignment; tabs are not allowed
(#1786) Tab found within whitespace
(#1786) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1786) Inline comments must end in full-stops, exclamation marks, or question marks
(#1786) Line indented incorrectly; expected at least 16 spaces, found 13
(#1787) Spaces must be used for alignment; tabs are not allowed
(#1787) Tab found within whitespace
(#1787) Line indented incorrectly; expected at least 16 spaces, found 13
(#1788) Spaces must be used for alignment; tabs are not allowed
(#1788) Tab found within whitespace
(#1788) Line indented incorrectly; expected 16 spaces, found 13
(#1789) Spaces must be used for alignment; tabs are not allowed
(#1789) Tab found within whitespace
(#1789) Line indented incorrectly; expected at least 20 spaces, found 14
(#1789) Commas (,) must be followed by white space.
(#1790) Spaces must be used for alignment; tabs are not allowed
(#1790) Tab found within whitespace
(#1790) Line indented incorrectly; expected at least 20 spaces, found 14
(#1790) Commas (,) must be followed by white space.
(#1791) Spaces must be used for alignment; tabs are not allowed
(#1791) Tab found within whitespace
(#1791) Line indented incorrectly; expected at least 20 spaces, found 14
(#1792) Spaces must be used for alignment; tabs are not allowed
(#1792) Tab found within whitespace
(#1792) Line indented incorrectly; expected 16 spaces, found 7
(#1792) Closing brace indented incorrectly; expected 13 spaces, found 7
(#1793) Spaces must be used for alignment; tabs are not allowed
(#1793) Tab found within whitespace
(#1793) Line indented incorrectly; expected at least 16 spaces, found 7
(#1793) Variable "eElements" must be all lower-case
(#1794) Spaces must be used for alignment; tabs are not allowed
(#1794) Tab found within whitespace
(#1794) Line indented incorrectly; expected 12 spaces, found 6
(#1795) Spaces must be used for alignment; tabs are not allowed
(#1795) Tab found within whitespace
(#1795) Line indented incorrectly; expected at least 12 spaces, found 6
(#1795) Variable "eElements" must be all lower-case
(#1796) Spaces must be used for alignment; tabs are not allowed
(#1796) Tab found within whitespace
(#1796) Line indented incorrectly; expected 8 spaces, found 2
(#1797) Spaces must be used for alignment; tabs are not allowed
(#1797) Tab found within whitespace
(#1797) Whitespace found at end of line
(#1798) Spaces must be used for alignment; tabs are not allowed
(#1798) Tab found within whitespace
(#1798) Line indented incorrectly; expected 8 spaces, found 2
(#1799) Spaces must be used for alignment; tabs are not allowed
(#1799) Tab found within whitespace
(#1799) Line indented incorrectly; expected 12 spaces, found 6
(#1799) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1800) Spaces must be used for alignment; tabs are not allowed
(#1800) Tab found within whitespace
(#1800) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1800) Inline comments must end in full-stops, exclamation marks, or question marks
(#1800) Line indented incorrectly; expected at least 16 spaces, found 13
(#1801) Spaces must be used for alignment; tabs are not allowed
(#1801) Tab found within whitespace
(#1801) Line indented incorrectly; expected 16 spaces, found 13
(#1802) Spaces must be used for alignment; tabs are not allowed
(#1802) Tab found within whitespace
(#1802) Line indented incorrectly; expected at least 20 spaces, found 14
(#1802) Commas (,) must be followed by white space.
(#1803) Spaces must be used for alignment; tabs are not allowed
(#1803) Tab found within whitespace
(#1803) Line indented incorrectly; expected at least 20 spaces, found 14
(#1803) Commas (,) must be followed by white space.
(#1804) Spaces must be used for alignment; tabs are not allowed
(#1804) Tab found within whitespace
(#1804) Line indented incorrectly; expected at least 20 spaces, found 14
(#1805) Spaces must be used for alignment; tabs are not allowed
(#1805) Tab found within whitespace
(#1805) Line indented incorrectly; expected 16 spaces, found 7
(#1805) Closing brace indented incorrectly; expected 13 spaces, found 7
(#1806) Spaces must be used for alignment; tabs are not allowed
(#1806) Tab found within whitespace
(#1806) Line indented incorrectly; expected at least 16 spaces, found 7
(#1806) Variable "eAttrs" must be all lower-case
(#1807) Spaces must be used for alignment; tabs are not allowed
(#1807) Tab found within whitespace
(#1807) Line indented incorrectly; expected 12 spaces, found 6
(#1808) Spaces must be used for alignment; tabs are not allowed
(#1808) Tab found within whitespace
(#1808) Line indented incorrectly; expected at least 12 spaces, found 6
(#1808) Variable "eAttrs" must be all lower-case
(#1809) Spaces must be used for alignment; tabs are not allowed
(#1809) Tab found within whitespace
(#1809) Line indented incorrectly; expected 8 spaces, found 2
(#1811) Spaces must be used for alignment; tabs are not allowed
(#1811) Tab found within whitespace
(#1811) Line indented incorrectly; expected at least 8 spaces, found 2
(#1811) Variable "restrictionBase" must be all lower-case
(#1811) Variable "restrictionBase" must be all lower-case
(#1811) Commas (,) must be followed by white space.
(#1811) Variable "restrictionBase" must be all lower-case
(#1811) Variable "restrictionBase" must be all lower-case
(#1812) Spaces must be used for alignment; tabs are not allowed
(#1812) Tab found within whitespace
(#1812) Line indented incorrectly; expected at least 8 spaces, found 2
(#1812) Variable "arrayType" must be all lower-case
(#1812) Variable "arrayType" must be all lower-case
(#1812) Commas (,) must be followed by white space.
(#1812) Variable "arrayType" must be all lower-case
(#1812) Variable "arrayType" must be all lower-case
(#1814) Spaces must be used for alignment; tabs are not allowed
(#1814) Tab found within whitespace
(#1814) Line indented incorrectly; expected at least 8 spaces, found 2
(#1815) Spaces must be used for alignment; tabs are not allowed
(#1815) Tab found within whitespace
(#1815) Line indented incorrectly; expected at least 8 spaces, found 2
(#1815) Commas (,) must be followed by white space.
(#1815) Variable "typeClass" must be all lower-case
(#1815) Commas (,) must be followed by white space.
(#1815) Variable "phpType" must be all lower-case
(#1815) Commas (,) must be followed by white space.
(#1815) Commas (,) must be followed by white space.
(#1815) Variable "restrictionBase" must be all lower-case
(#1815) Commas (,) must be followed by white space.
(#1815) Commas (,) must be followed by white space.
(#1815) Commas (,) must be followed by white space.
(#1815) Variable "arrayType" must be all lower-case
(#1816) Spaces must be used for alignment; tabs are not allowed
(#1816) Tab found within whitespace
(#1816) Line indented incorrectly; expected 4 spaces, found 1
(#1818) Spaces must be used for alignment; tabs are not allowed
(#1818) Tab found within whitespace
(#1818) Line indented incorrectly; expected at least 4 spaces, found 1
(#1819) Spaces must be used for alignment; tabs are not allowed
(#1819) Expected 2 space(s) before asterisk; 1 found
(#1820) Spaces must be used for alignment; tabs are not allowed
(#1820) Expected 2 space(s) before asterisk; 1 found
(#1821) Spaces must be used for alignment; tabs are not allowed
(#1821) Expected 2 space(s) before asterisk; 1 found
(#1822) Spaces must be used for alignment; tabs are not allowed
(#1822) Expected 2 space(s) before asterisk; 1 found
(#1823) Spaces must be used for alignment; tabs are not allowed
(#1823) Expected 2 space(s) before asterisk; 1 found
(#1824) Spaces must be used for alignment; tabs are not allowed
(#1824) Expected 2 space(s) before asterisk; 1 found
(#1825) Spaces must be used for alignment; tabs are not allowed
(#1825) Expected 2 space(s) before asterisk; 1 found
(#1826) Spaces must be used for alignment; tabs are not allowed
(#1826) Expected 2 space(s) before asterisk; 1 found
(#1827) Spaces must be used for alignment; tabs are not allowed
(#1827) Expected 2 space(s) before asterisk; 1 found
(#1828) Spaces must be used for alignment; tabs are not allowed
(#1828) Expected 2 space(s) before asterisk; 1 found
(#1829) Spaces must be used for alignment; tabs are not allowed
(#1829) Tab found within whitespace
(#1829) Line indented incorrectly; expected 4 spaces, found 1
(#1829) method name "wsdl::addSimpleType" must be in lower-case letters only
(#1829) Visibility must be declared on method "addSimpleType"
(#1829) Variable "restrictionBase" must be all lower-case
(#1829) Variable "typeClass" must be all lower-case
(#1829) Variable "phpType" must be all lower-case
(#1830) Spaces must be used for alignment; tabs are not allowed
(#1830) Tab found within whitespace
(#1830) Line indented incorrectly; expected at least 8 spaces, found 2
(#1830) Variable "restrictionBase" must be all lower-case
(#1830) Variable "restrictionBase" must be all lower-case
(#1830) Commas (,) must be followed by white space.
(#1830) Variable "restrictionBase" must be all lower-case
(#1830) Variable "restrictionBase" must be all lower-case
(#1832) Spaces must be used for alignment; tabs are not allowed
(#1832) Tab found within whitespace
(#1832) Line indented incorrectly; expected at least 8 spaces, found 2
(#1833) Spaces must be used for alignment; tabs are not allowed
(#1833) Tab found within whitespace
(#1833) Line indented incorrectly; expected at least 8 spaces, found 2
(#1833) Variable "restrictionBase" must be all lower-case
(#1833) Variable "typeClass" must be all lower-case
(#1833) Variable "phpType" must be all lower-case
(#1834) Spaces must be used for alignment; tabs are not allowed
(#1834) Tab found within whitespace
(#1834) Line indented incorrectly; expected 4 spaces, found 1
(#1836) Spaces must be used for alignment; tabs are not allowed
(#1836) Tab found within whitespace
(#1836) Line indented incorrectly; expected at least 4 spaces, found 1
(#1837) Spaces must be used for alignment; tabs are not allowed
(#1837) Expected 2 space(s) before asterisk; 1 found
(#1838) Spaces must be used for alignment; tabs are not allowed
(#1838) Expected 2 space(s) before asterisk; 1 found
(#1839) Spaces must be used for alignment; tabs are not allowed
(#1839) Expected 2 space(s) before asterisk; 1 found
(#1840) Spaces must be used for alignment; tabs are not allowed
(#1840) Expected 2 space(s) before asterisk; 1 found
(#1841) Spaces must be used for alignment; tabs are not allowed
(#1841) Expected 2 space(s) before asterisk; 1 found
(#1842) Spaces must be used for alignment; tabs are not allowed
(#1842) Expected 2 space(s) before asterisk; 1 found
(#1843) Spaces must be used for alignment; tabs are not allowed
(#1843) Tab found within whitespace
(#1843) Line indented incorrectly; expected 4 spaces, found 1
(#1843) method name "wsdl::addElement" must be in lower-case letters only
(#1843) Visibility must be declared on method "addElement"
(#1844) Spaces must be used for alignment; tabs are not allowed
(#1844) Tab found within whitespace
(#1844) Line indented incorrectly; expected at least 8 spaces, found 2
(#1845) Spaces must be used for alignment; tabs are not allowed
(#1845) Tab found within whitespace
(#1845) Line indented incorrectly; expected at least 8 spaces, found 2
(#1846) Spaces must be used for alignment; tabs are not allowed
(#1846) Tab found within whitespace
(#1846) Line indented incorrectly; expected 4 spaces, found 1
(#1848) Spaces must be used for alignment; tabs are not allowed
(#1848) Tab found within whitespace
(#1848) Line indented incorrectly; expected at least 4 spaces, found 1
(#1849) Spaces must be used for alignment; tabs are not allowed
(#1849) Expected 2 space(s) before asterisk; 1 found
(#1850) Spaces must be used for alignment; tabs are not allowed
(#1850) Expected 2 space(s) before asterisk; 1 found
(#1850) Whitespace found at end of line
(#1851) Spaces must be used for alignment; tabs are not allowed
(#1851) Expected 2 space(s) before asterisk; 1 found
(#1852) Spaces must be used for alignment; tabs are not allowed
(#1852) Expected 2 space(s) before asterisk; 1 found
(#1853) Spaces must be used for alignment; tabs are not allowed
(#1853) Expected 2 space(s) before asterisk; 1 found
(#1854) Spaces must be used for alignment; tabs are not allowed
(#1854) Expected 2 space(s) before asterisk; 1 found
(#1855) Spaces must be used for alignment; tabs are not allowed
(#1855) Expected 2 space(s) before asterisk; 1 found
(#1856) Spaces must be used for alignment; tabs are not allowed
(#1856) Expected 2 space(s) before asterisk; 1 found
(#1856) Line exceeds 132 characters; contains 175 characters
(#1857) Spaces must be used for alignment; tabs are not allowed
(#1857) Expected 2 space(s) before asterisk; 1 found
(#1858) Spaces must be used for alignment; tabs are not allowed
(#1858) Expected 2 space(s) before asterisk; 1 found
(#1859) Spaces must be used for alignment; tabs are not allowed
(#1859) Expected 2 space(s) before asterisk; 1 found
(#1860) Spaces must be used for alignment; tabs are not allowed
(#1860) Expected 2 space(s) before asterisk; 1 found
(#1860) Whitespace found at end of line
(#1861) Spaces must be used for alignment; tabs are not allowed
(#1861) Expected 2 space(s) before asterisk; 1 found
(#1862) Spaces must be used for alignment; tabs are not allowed
(#1862) Tab found within whitespace
(#1862) Line indented incorrectly; expected 4 spaces, found 1
(#1862) method name "wsdl::addOperation" must be in lower-case letters only
(#1862) Visibility must be declared on method "addOperation"
(#1862) Variable "encodingStyle" must be all lower-case
(#1862) Expected 1 space after closing parenthesis; found 0
(#1862) Line exceeds 132 characters; contains 174 characters
(#1863) Spaces must be used for alignment; tabs are not allowed
(#1863) Tab found within whitespace
(#1863) Line indented incorrectly; expected 8 spaces, found 2
(#1863) Variable "encodingStyle" must be all lower-case
(#1864) Spaces must be used for alignment; tabs are not allowed
(#1864) Tab found within whitespace
(#1864) Line indented incorrectly; expected at least 12 spaces, found 3
(#1864) Variable "encodingStyle" must be all lower-case
(#1865) Spaces must be used for alignment; tabs are not allowed
(#1865) Tab found within whitespace
(#1865) Line indented incorrectly; expected 8 spaces, found 2
(#1867) Spaces must be used for alignment; tabs are not allowed
(#1867) Tab found within whitespace
(#1867) Line indented incorrectly; expected 8 spaces, found 2
(#1868) Spaces must be used for alignment; tabs are not allowed
(#1868) Tab found within whitespace
(#1868) Line indented incorrectly; expected at least 12 spaces, found 3
(#1869) Spaces must be used for alignment; tabs are not allowed
(#1869) Tab found within whitespace
(#1869) Line indented incorrectly; expected 12 spaces, found 3
(#1870) Spaces must be used for alignment; tabs are not allowed
(#1870) Tab found within whitespace
(#1870) Line indented incorrectly; expected at least 16 spaces, found 4
(#1871) Spaces must be used for alignment; tabs are not allowed
(#1871) Tab found within whitespace
(#1871) Line indented incorrectly; expected 12 spaces, found 3
(#1872) Spaces must be used for alignment; tabs are not allowed
(#1872) Tab found within whitespace
(#1872) Line indented incorrectly; expected at least 12 spaces, found 3
(#1873) Spaces must be used for alignment; tabs are not allowed
(#1873) Tab found within whitespace
(#1873) Line indented incorrectly; expected at least 12 spaces, found 3
(#1874) Spaces must be used for alignment; tabs are not allowed
(#1874) Tab found within whitespace
(#1874) Line indented incorrectly; expected at least 12 spaces, found 3
(#1876) Spaces must be used for alignment; tabs are not allowed
(#1876) Tab found within whitespace
(#1876) Line indented incorrectly; expected at least 12 spaces, found 3
(#1877) Spaces must be used for alignment; tabs are not allowed
(#1877) Tab found within whitespace
(#1877) Line indented incorrectly; expected 12 spaces, found 3
(#1878) Spaces must be used for alignment; tabs are not allowed
(#1878) Tab found within whitespace
(#1878) Line indented incorrectly; expected at least 16 spaces, found 4
(#1879) Spaces must be used for alignment; tabs are not allowed
(#1879) Tab found within whitespace
(#1879) Line indented incorrectly; expected 12 spaces, found 3
(#1880) Spaces must be used for alignment; tabs are not allowed
(#1880) Tab found within whitespace
(#1880) Line indented incorrectly; expected at least 12 spaces, found 3
(#1881) Spaces must be used for alignment; tabs are not allowed
(#1881) Tab found within whitespace
(#1881) Line indented incorrectly; expected at least 12 spaces, found 3
(#1882) Spaces must be used for alignment; tabs are not allowed
(#1882) Tab found within whitespace
(#1882) Line indented incorrectly; expected at least 12 spaces, found 3
(#1883) Spaces must be used for alignment; tabs are not allowed
(#1883) Tab found within whitespace
(#1883) Line indented incorrectly; expected 8 spaces, found 2
(#1885) Spaces must be used for alignment; tabs are not allowed
(#1885) Tab found within whitespace
(#1885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1885) Inline comments must end in full-stops, exclamation marks, or question marks
(#1885) Line indented incorrectly; expected at least 8 spaces, found 2
(#1886) Spaces must be used for alignment; tabs are not allowed
(#1886) Tab found within whitespace
(#1886) Line indented incorrectly; expected at least 8 spaces, found 2
(#1886) Expected 1 space after "="; newline found
(#1887) Spaces must be used for alignment; tabs are not allowed
(#1887) Tab found within whitespace
(#1887) Line indented incorrectly; expected at least 8 spaces, found 2
(#1888) Spaces must be used for alignment; tabs are not allowed
(#1888) Tab found within whitespace
(#1888) Line indented incorrectly; expected at least 8 spaces, found 2
(#1889) Spaces must be used for alignment; tabs are not allowed
(#1889) Tab found within whitespace
(#1889) Line indented incorrectly; expected at least 8 spaces, found 2
(#1890) Spaces must be used for alignment; tabs are not allowed
(#1890) Tab found within whitespace
(#1890) Line indented incorrectly; expected at least 8 spaces, found 2
(#1891) Spaces must be used for alignment; tabs are not allowed
(#1891) Tab found within whitespace
(#1891) Line indented incorrectly; expected at least 8 spaces, found 2
(#1892) Spaces must be used for alignment; tabs are not allowed
(#1892) Tab found within whitespace
(#1892) Line indented incorrectly; expected at least 8 spaces, found 2
(#1893) Spaces must be used for alignment; tabs are not allowed
(#1893) Tab found within whitespace
(#1893) Line indented incorrectly; expected at least 8 spaces, found 2
(#1894) Spaces must be used for alignment; tabs are not allowed
(#1894) Tab found within whitespace
(#1894) Line indented incorrectly; expected at least 8 spaces, found 3
(#1895) Spaces must be used for alignment; tabs are not allowed
(#1895) Tab found within whitespace
(#1895) Line indented incorrectly; expected at least 8 spaces, found 3
(#1896) Spaces must be used for alignment; tabs are not allowed
(#1896) Tab found within whitespace
(#1896) Line indented incorrectly; expected at least 8 spaces, found 3
(#1896) Variable "encodingStyle" must be all lower-case
(#1897) Spaces must be used for alignment; tabs are not allowed
(#1897) Tab found within whitespace
(#1897) Line indented incorrectly; expected at least 8 spaces, found 3
(#1898) Spaces must be used for alignment; tabs are not allowed
(#1898) Tab found within whitespace
(#1898) Line indented incorrectly; expected at least 8 spaces, found 3
(#1899) Spaces must be used for alignment; tabs are not allowed
(#1899) Tab found within whitespace
(#1899) Line indented incorrectly; expected at least 8 spaces, found 2
(#1900) Spaces must be used for alignment; tabs are not allowed
(#1900) Tab found within whitespace
(#1900) Line indented incorrectly; expected at least 8 spaces, found 3
(#1901) Spaces must be used for alignment; tabs are not allowed
(#1901) Tab found within whitespace
(#1901) Line indented incorrectly; expected at least 8 spaces, found 3
(#1902) Spaces must be used for alignment; tabs are not allowed
(#1902) Tab found within whitespace
(#1902) Line indented incorrectly; expected at least 8 spaces, found 3
(#1902) Variable "encodingStyle" must be all lower-case
(#1903) Spaces must be used for alignment; tabs are not allowed
(#1903) Tab found within whitespace
(#1903) Line indented incorrectly; expected at least 8 spaces, found 3
(#1904) Spaces must be used for alignment; tabs are not allowed
(#1904) Tab found within whitespace
(#1904) Line indented incorrectly; expected at least 8 spaces, found 3
(#1905) Spaces must be used for alignment; tabs are not allowed
(#1905) Tab found within whitespace
(#1905) Line indented incorrectly; expected at least 8 spaces, found 2
(#1906) Spaces must be used for alignment; tabs are not allowed
(#1906) Tab found within whitespace
(#1906) Line indented incorrectly; expected at least 8 spaces, found 2
(#1907) Spaces must be used for alignment; tabs are not allowed
(#1907) Tab found within whitespace
(#1907) Line indented incorrectly; expected at least 8 spaces, found 2
(#1907) Whitespace found at end of line
(#1908) Spaces must be used for alignment; tabs are not allowed
(#1908) Tab found within whitespace
(#1908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1908) Line indented incorrectly; expected at least 11 spaces, found 2
(#1909) Spaces must be used for alignment; tabs are not allowed
(#1909) Tab found within whitespace
(#1909) Inline comments must end in full-stops, exclamation marks, or question marks
(#1909) Line indented incorrectly; expected at least 11 spaces, found 2
(#1910) Spaces must be used for alignment; tabs are not allowed
(#1910) Tab found within whitespace
(#1910) Line indented incorrectly; expected 11 spaces, found 2
(#1910) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#1911) Spaces must be used for alignment; tabs are not allowed
(#1911) Tab found within whitespace
(#1911) Line indented incorrectly; expected at least 11 spaces, found 2
(#1912) Spaces must be used for alignment; tabs are not allowed
(#1912) Tab found within whitespace
(#1912) Line indented incorrectly; expected 15 spaces, found 3
(#1912) Expected "foreach (...) {\n"; found "foreach(...)\n\t\t\t{\n"
(#1912) Variable "pName" must be all lower-case
(#1912) Variable "pType" must be all lower-case
(#1913) Spaces must be used for alignment; tabs are not allowed
(#1913) Tab found within whitespace
(#1913) Line indented incorrectly; expected at least 15 spaces, found 3
(#1914) Spaces must be used for alignment; tabs are not allowed
(#1914) Tab found within whitespace
(#1914) Line indented incorrectly; expected 19 spaces, found 4
(#1914) Expected "if (...) {\n"; found "if(...) {\n"
(#1914) Variable "pType" must be all lower-case
(#1914) Commas (,) must be followed by white space.
(#1915) Spaces must be used for alignment; tabs are not allowed
(#1915) Tab found within whitespace
(#1915) Line indented incorrectly; expected at least 23 spaces, found 5
(#1915) Variable "pType" must be all lower-case
(#1915) Variable "pType" must be all lower-case
(#1915) Variable "pType" must be all lower-case
(#1916) Spaces must be used for alignment; tabs are not allowed
(#1916) Tab found within whitespace
(#1916) Line indented incorrectly; expected 20 spaces, found 4
(#1917) Spaces must be used for alignment; tabs are not allowed
(#1917) Tab found within whitespace
(#1917) Line indented incorrectly; expected at least 20 spaces, found 4
(#1917) Variable "pName" must be all lower-case
(#1917) Variable "pType" must be all lower-case
(#1918) Spaces must be used for alignment; tabs are not allowed
(#1918) Tab found within whitespace
(#1918) Line indented incorrectly; expected 16 spaces, found 3
(#1919) Spaces must be used for alignment; tabs are not allowed
(#1919) Tab found within whitespace
(#1919) Line indented incorrectly; expected 12 spaces, found 2
(#1920) Line indented incorrectly; expected at least 16 spaces, found 12
(#1920) Expected 1 space before "="; 0 found
(#1921) Line indented incorrectly; expected 12 spaces, found 8
(#1921) Closing brace indented incorrectly; expected 2 spaces, found 8
(#1922) Spaces must be used for alignment; tabs are not allowed
(#1922) Tab found within whitespace
(#1922) Line indented incorrectly; expected 12 spaces, found 2
(#1922) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#1923) Spaces must be used for alignment; tabs are not allowed
(#1923) Tab found within whitespace
(#1923) Line indented incorrectly; expected at least 12 spaces, found 2
(#1924) Spaces must be used for alignment; tabs are not allowed
(#1924) Tab found within whitespace
(#1924) Line indented incorrectly; expected 16 spaces, found 3
(#1924) Expected "foreach (...) {\n"; found "foreach(...)\n\t\t\t{\n"
(#1924) Variable "pName" must be all lower-case
(#1924) Variable "pType" must be all lower-case
(#1925) Spaces must be used for alignment; tabs are not allowed
(#1925) Tab found within whitespace
(#1925) Line indented incorrectly; expected at least 16 spaces, found 3
(#1926) Spaces must be used for alignment; tabs are not allowed
(#1926) Tab found within whitespace
(#1926) Line indented incorrectly; expected 20 spaces, found 4
(#1926) Expected "if (...) {\n"; found "if(...) {\n"
(#1926) Variable "pType" must be all lower-case
(#1926) Commas (,) must be followed by white space.
(#1927) Spaces must be used for alignment; tabs are not allowed
(#1927) Tab found within whitespace
(#1927) Line indented incorrectly; expected at least 24 spaces, found 5
(#1927) Variable "pType" must be all lower-case
(#1927) Variable "pType" must be all lower-case
(#1927) Variable "pType" must be all lower-case
(#1928) Spaces must be used for alignment; tabs are not allowed
(#1928) Tab found within whitespace
(#1928) Line indented incorrectly; expected 20 spaces, found 4
(#1929) Spaces must be used for alignment; tabs are not allowed
(#1929) Tab found within whitespace
(#1929) Line indented incorrectly; expected at least 20 spaces, found 4
(#1929) Variable "pName" must be all lower-case
(#1929) Variable "pType" must be all lower-case
(#1930) Spaces must be used for alignment; tabs are not allowed
(#1930) Tab found within whitespace
(#1930) Line indented incorrectly; expected 16 spaces, found 3
(#1931) Spaces must be used for alignment; tabs are not allowed
(#1931) Tab found within whitespace
(#1931) Line indented incorrectly; expected 12 spaces, found 2
(#1932) Line indented incorrectly; expected at least 16 spaces, found 12
(#1932) Expected 1 space before "="; 0 found
(#1933) Line indented incorrectly; expected 12 spaces, found 8
(#1933) Closing brace indented incorrectly; expected 2 spaces, found 8
(#1934) Spaces must be used for alignment; tabs are not allowed
(#1934) Tab found within whitespace
(#1934) Line indented incorrectly; expected at least 12 spaces, found 2
(#1935) Spaces must be used for alignment; tabs are not allowed
(#1935) Tab found within whitespace
(#1935) Line indented incorrectly; expected 4 spaces, found 1
(#1935) Whitespace found at end of line
(#1938) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.wsdlcache.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#10) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) Line 12 of the opening comment must start "//".
(#11) Expected 1 space(s) before asterisk; 0 found
(#11) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#11) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected 1 space(s) before asterisk; 0 found
(#12) Whitespace found at end of line
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#14) Spaces must be used for alignment; tabs are not allowed
(#15) Expected 1 space(s) before asterisk; 0 found
(#16) Expected 1 space(s) before asterisk; 0 found
(#16) Whitespace found at end of line
(#17) Expected 1 space(s) before asterisk; 0 found
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Spaces must be used for alignment; tabs are not allowed
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Spaces must be used for alignment; tabs are not allowed
(#22) Spaces must be used for alignment; tabs are not allowed
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$fplock"
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Inline doc block comments are not allowed; use "// Comment." instead
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Spaces must be used for alignment; tabs are not allowed
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Spaces must be used for alignment; tabs are not allowed
(#27) Spaces must be used for alignment; tabs are not allowed
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Member variable "cache_lifetime" must not contain underscores.
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$cache_lifetime"
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Spaces must be used for alignment; tabs are not allowed
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Spaces must be used for alignment; tabs are not allowed
(#32) Spaces must be used for alignment; tabs are not allowed
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Member variable "cache_dir" must not contain underscores.
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$cache_dir"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Spaces must be used for alignment; tabs are not allowed
(#37) Spaces must be used for alignment; tabs are not allowed
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Member variable "debug_str" must not contain underscores.
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$debug_str"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Expected 2 space(s) before asterisk; 1 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Expected 2 space(s) before asterisk; 1 found
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Expected 2 space(s) before asterisk; 1 found
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Expected 2 space(s) before asterisk; 1 found
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Expected 2 space(s) before asterisk; 1 found
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Expected 2 space(s) before asterisk; 1 found
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) PHP4 style constructors are not allowed; use "__construct()" instead
(#47) Visibility must be declared on method "nusoap_wsdlcache"
(#47) Variable "cache_dir" must not contain underscores.
(#47) Variable "cache_lifetime" must not contain underscores.
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Variable "cache_dir" must not contain underscores.
(#49) Variable "cache_dir" must not contain underscores.
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "cache_lifetime" must not contain underscores.
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Expected 2 space(s) before asterisk; 1 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Expected 2 space(s) before asterisk; 1 found
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Expected 2 space(s) before asterisk; 1 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Expected 2 space(s) before asterisk; 1 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) method name "nusoap_wsdlcache::createFilename" must be in lower-case letters only
(#60) Visibility must be declared on method "createFilename"
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Expected 2 space(s) before asterisk; 1 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Expected 2 space(s) before asterisk; 1 found
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Expected 2 space(s) before asterisk; 1 found
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Expected 2 space(s) before asterisk; 1 found
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Expected 2 space(s) before asterisk; 1 found
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#70) Visibility must be declared on method "debug"
(#70) Expected 1 space after closing parenthesis; found 0
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Expected 2 space(s) before asterisk; 1 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Expected 2 space(s) before asterisk; 1 found
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Expected 2 space(s) before asterisk; 1 found
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Expected 2 space(s) before asterisk; 1 found
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Expected 2 space(s) before asterisk; 1 found
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Expected 2 space(s) before asterisk; 1 found
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#81) Visibility must be declared on method "get"
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 4
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 20 spaces, found 5
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 20 spaces, found 5
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 20 spaces, found 5
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 16 spaces, found 6
(#91) Closing brace indented incorrectly; expected 4 spaces, found 6
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 3
(#92) Closing brace indented incorrectly; expected 4 spaces, found 3
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 12 spaces, found 3
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 12 spaces, found 3
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 12 spaces, found 3
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Expected 2 space(s) before asterisk; 1 found
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Expected 2 space(s) before asterisk; 1 found
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Expected 2 space(s) before asterisk; 1 found
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Expected 2 space(s) before asterisk; 1 found
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Expected 2 space(s) before asterisk; 1 found
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Expected 2 space(s) before asterisk; 1 found
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Expected 2 space(s) before asterisk; 1 found
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#124) method name "nusoap_wsdlcache::obtainMutex" must be in lower-case letters only
(#124) Visibility must be declared on method "obtainMutex"
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Expected 2 space(s) before asterisk; 1 found
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Expected 2 space(s) before asterisk; 1 found
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Expected 2 space(s) before asterisk; 1 found
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Expected 2 space(s) before asterisk; 1 found
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Expected 2 space(s) before asterisk; 1 found
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Expected 2 space(s) before asterisk; 1 found
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Visibility must be declared on method "put"
(#144) Variable "wsdl_instance" must not contain underscores.
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "wsdl_instance" must not contain underscores.
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Variable "wsdl_instance" must not contain underscores.
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 12 spaces, found 3
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 16 spaces, found 4
(#150) Variable "wsdl_instance" must not contain underscores.
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 16 spaces, found 4
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 16 spaces, found 4
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 12 spaces, found 3
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 3
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#156) Variable "wsdl_instance" must not contain underscores.
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 3
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Expected 2 space(s) before asterisk; 1 found
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Expected 2 space(s) before asterisk; 1 found
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Expected 2 space(s) before asterisk; 1 found
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Expected 2 space(s) before asterisk; 1 found
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Expected 2 space(s) before asterisk; 1 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Expected 2 space(s) before asterisk; 1 found
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#172) method name "nusoap_wsdlcache::releaseMutex" must be in lower-case letters only
(#172) Visibility must be declared on method "releaseMutex"
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 2
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 2
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Expected 2 space(s) before asterisk; 1 found
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Expected 2 space(s) before asterisk; 1 found
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Expected 2 space(s) before asterisk; 1 found
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Expected 2 space(s) before asterisk; 1 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Expected 2 space(s) before asterisk; 1 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Expected 2 space(s) before asterisk; 1 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 4 spaces, found 1
(#189) Visibility must be declared on method "remove"
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 4 spaces, found 1
(#209) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/class.xmlschema.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#7) Expected 1 space(s) before asterisk; 0 found
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected 1 space(s) before asterisk; 0 found
(#8) Line 12 of the opening comment must start "//".
(#8) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#8) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#18) Scope modifier not specified for member variable "$schema"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$xml"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Member variable "enclosingNamespaces" must be all lower-case
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$enclosingNamespaces"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Member variable "schemaInfo" must be all lower-case
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$schemaInfo"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Member variable "schemaTargetNamespace" must be all lower-case
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$schemaTargetNamespace"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#26) Scope modifier not specified for member variable "$attributes"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Member variable "complexTypes" must be all lower-case
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$complexTypes"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Member variable "complexTypeStack" must be all lower-case
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$complexTypeStack"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Member variable "currentComplexType" must be all lower-case
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$currentComplexType"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$elements"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Member variable "elementStack" must be all lower-case
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$elementStack"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Member variable "currentElement" must be all lower-case
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$currentElement"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Member variable "simpleTypes" must be all lower-case
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$simpleTypes"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Member variable "simpleTypeStack" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$simpleTypeStack"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Member variable "currentSimpleType" must be all lower-case
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$currentSimpleType"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$imports"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$parser"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$position"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$depth"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Member variable "depth_array" must not contain underscores.
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$depth_array"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$message"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Member variable "defaultNamespace" must be all lower-case
(#44) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#44) Scope modifier not specified for member variable "$defaultNamespace"
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Expected 2 space(s) before asterisk; 1 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Expected 2 space(s) before asterisk; 1 found
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Expected 2 space(s) before asterisk; 1 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Expected 2 space(s) before asterisk; 1 found
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Expected 2 space(s) before asterisk; 1 found
(#51) Spaces must be used for alignment; tabs are not allowed
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Expected 2 space(s) before asterisk; 1 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Expected 2 space(s) before asterisk; 1 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) PHP4 style constructors are not allowed; use "__construct()" instead
(#54) Visibility must be declared on method "nusoap_xmlschema"
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space after closing parenthesis; found 0
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#80) Expected 5 space(s) before asterisk; 4 found
(#81) Expected 5 space(s) before asterisk; 4 found
(#82) Expected 5 space(s) before asterisk; 4 found
(#83) Expected 5 space(s) before asterisk; 4 found
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Expected 5 space(s) before asterisk; 1 found
(#85) Expected 5 space(s) before asterisk; 4 found
(#86) Expected 5 space(s) before asterisk; 4 found
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) method name "nusoap_xmlschema::parseFile" must be in lower-case letters only
(#87) Visibility must be declared on method "parseFile"
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space after closing parenthesis; found 0
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Variable "xmlStr" must be all lower-case
(#90) Commas (,) must be followed by white space.
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#91) Expected "if (...) {\n"; found "if(...){\n"
(#91) Variable "xmlStr" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 12 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Variable "xmlStr" must be all lower-case
(#98) Commas (,) must be followed by white space.
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 16 spaces, found 4
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 3
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Expected 2 space(s) before asterisk; 1 found
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Expected 2 space(s) before asterisk; 1 found
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Expected 2 space(s) before asterisk; 1 found
(#110) Expected 2 space(s) before asterisk; 4 found
(#110) Spaces must be used for alignment; tabs are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Expected 2 space(s) before asterisk; 1 found
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Expected 2 space(s) before asterisk; 1 found
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) method name "nusoap_xmlschema::parseString" must be in lower-case letters only
(#113) Visibility must be declared on method "parseString"
(#113) Commas (,) must be followed by white space.
(#113) Expected 1 space after closing parenthesis; found 0
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 2
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 6
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 6
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 6
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 6
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 6
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 6
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 6
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 7
(#127) Commas (,) must be followed by white space.
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 7
(#128) Commas (,) must be followed by white space.
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 3
(#129) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Commas (,) must be followed by white space.
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 7
(#131) Commas (,) must be followed by white space.
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 12 spaces, found 3
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 6
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 6
(#135) Expected "if (...) {\n"; found "if(...){\n"
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 3
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 16 spaces, found 4
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 16 spaces, found 4
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 22 spaces, found 4
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 22 spaces, found 4
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 22 spaces, found 4
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 22 spaces, found 4
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 12 spaces, found 6
(#145) Whitespace found at end of line
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#147) Expected "} else {\n"; found "} else{\n"
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Spaces must be used for alignment; tabs are not allowed
(#155) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) method name "nusoap_xmlschema::CreateTypeName" must be in lower-case letters only
(#160) Visibility must be declared on method "CreateTypeName"
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 3
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Expected 2 space(s) before asterisk; 1 found
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Expected 2 space(s) before asterisk; 1 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Expected 2 space(s) before asterisk; 1 found
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Expected 2 space(s) before asterisk; 1 found
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Expected 2 space(s) before asterisk; 1 found
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Expected 2 space(s) before asterisk; 1 found
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Expected 2 space(s) before asterisk; 1 found
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#176) method name "nusoap_xmlschema::schemaStartElement" must be in lower-case letters only
(#176) Visibility must be declared on method "schemaStartElement"
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 8 spaces, found 2
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 2
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 9
(#196) Closing brace indented incorrectly; expected 2 spaces, found 8
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Expected "if (...) {\n"; found "if(...){\n"
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 9
(#200) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 16 spaces, found 4
(#202) Expected "if (...) {\n"; found "if(...){\n"
(#202) Commas (,) must be followed by white space.
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) This comment is 86% valid code; is this commented out code?
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Line indented incorrectly; expected at least 20 spaces, found 17
(#203) No space found before comment text; expected "// $this->xdebug("$k: $v");" but found "//$this->xdebug("$k: $v");"
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) This comment is 79% valid code; is this commented out code?
(#204) Line indented incorrectly; expected at least 20 spaces, found 17
(#204) No space found before comment text; expected "// $this->xdebug('ns_prefix: '.$this->getPrefix($k));" but found "//$this->xdebug('ns_prefix: '.$this->getPrefix($k));"
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 20 spaces, found 17
(#205) Expected "if (...) {\n"; found "if(...){\n"
(#205) Variable "ns_prefix" must not contain underscores.
(#205) Commas (,) must be followed by white space.
(#205) Commas (,) must be followed by white space.
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) This comment is 86% valid code; is this commented out code?
(#206) Line indented incorrectly; expected at least 24 spaces, found 18
(#206) No space found before comment text; expected "// $this->xdebug("Add namespace[$ns_prefix] = $v");" but found "//$this->xdebug("Add namespace[$ns_prefix] = $v");"
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 24 spaces, found 6
(#207) Variable "ns_prefix" must not contain underscores.
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 20 spaces, found 5
(#208) Closing brace indented incorrectly; expected 17 spaces, found 5
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 24 spaces, found 6
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 24 spaces, found 6
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 28 spaces, found 7
(#211) Expected 1 space before "+"; 0 found
(#211) Expected 1 space after "+"; 0 found
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 24 spaces, found 6
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 20 spaces, found 5
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 20 spaces, found 5
(#214) Expected "if (...) {\n"; found "if(...){\n"
(#214) Line exceeds 132 characters; contains 141 characters
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 24 spaces, found 6
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 24 spaces, found 6
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 20 spaces, found 5
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 16 spaces, found 4
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 12 spaces, found 9
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 9
(#220) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Commas (,) must be followed by white space.
(#223) Commas (,) must be followed by white space.
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 10
(#224) Variable "eAttrs" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 12 spaces, found 9
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 9
(#226) Variable "eAttrs" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 9
(#229) Line indented incorrectly; expected 12 spaces, found 8
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Line indented incorrectly; expected at least 12 spaces, found 2
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 12 spaces, found 2
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 16 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 16 spaces, found 3
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 16 spaces, found 3
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 16 spaces, found 3
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) This comment is 86% valid code; is this commented out code?
(#236) Line indented incorrectly; expected at least 20 spaces, found 4
(#236) No space found before comment text; expected "// $this->xdebug("compositor $name for currentComplexType: $this->currentComplexType and currentElement: $this->currentElement");" but found "//$this->xdebug("compositor $name for currentComplexType: $this->currentComplexType and currentElement: $this->currentElement");"
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 20 spaces, found 4
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) This comment is 53% valid code; is this commented out code?
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Line indented incorrectly; expected at least 20 spaces, found 4
(#238) No space found before comment text; expected "// if($name == 'all' || $name == 'sequence'){" but found "//if($name == 'all' || $name == 'sequence'){"
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) This comment is 65% valid code; is this commented out code?
(#239) Line indented incorrectly; expected at least 20 spaces, found 4
(#239) Tab found before comment text; expected "// $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';" but found "// $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';"
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) This comment is 100% valid code; is this commented out code?
(#240) Line indented incorrectly; expected at least 20 spaces, found 4
(#240) No space found before comment text; expected "// }" but found "//}"
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 16 spaces, found 3
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line exceeds 132 characters; contains 139 characters
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) This comment is 84% valid code; is this commented out code?
(#243) Line indented incorrectly; expected at least 20 spaces, found 13
(#243) No space found before comment text; expected "// $this->xdebug("parsing attribute $attrs[name] $attrs[ref] of value: ".$attrs['http://schemas.xmlsoap.org/wsdl/:arrayType']);" but found "//$this->xdebug("parsing attribute $attrs[name] $attrs[ref] of value: ".$attrs['http://schemas.xmlsoap.org/wsdl/:arrayType']);"
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 20 spaces, found 13
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 20 spaces, found 13
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 20 spaces, found 4
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Line indented incorrectly; expected at least 24 spaces, found 5
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 24 spaces, found 5
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 20 spaces, found 4
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 20 spaces, found 13
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 24 spaces, found 5
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 24 spaces, found 5
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Line indented incorrectly; expected at least 28 spaces, found 6
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 28 spaces, found 6
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Line indented incorrectly; expected at least 32 spaces, found 7
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 32 spaces, found 7
(#256) Line exceeds 132 characters; contains 153 characters
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 28 spaces, found 6
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 24 spaces, found 5
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 20 spaces, found 13
(#260) Line indented incorrectly; expected 20 spaces, found 16
(#260) Expected "if (...) {\n"; found "if(...){\n"
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 24 spaces, found 5
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 24 spaces, found 5
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 20 spaces, found 4
(#263) Closing brace indented incorrectly; expected 16 spaces, found 4
(#263) Usage of ELSEIF not allowed; use ELSE IF instead
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 24 spaces, found 5
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 28 spaces, found 18
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 24 spaces, found 17
(#266) Closing brace indented incorrectly; expected 5 spaces, found 17
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 28 spaces, found 18
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 24 spaces, found 17
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 20 spaces, found 4
(#269) Usage of ELSEIF not allowed; use ELSE IF instead
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 24 spaces, found 5
(#271) Line indented incorrectly; expected at least 24 spaces, found 20
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 20 spaces, found 4
(#273) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 20 spaces, found 4
(#274) Expected "if (...) {\n"; found "if(...){\t// This should *always* be\n"
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 24 spaces, found 5
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 20 spaces, found 4
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Line indented incorrectly; expected at least 20 spaces, found 4
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 20 spaces, found 4
(#278) Expected "if (...) {\n"; found "if(...){\n"
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 24 spaces, found 5
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 24 spaces, found 17
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 24 spaces, found 5
(#281) Expected "if (...) {\n"; found "if(...){\n"
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 28 spaces, found 6
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 24 spaces, found 5
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 28 spaces, found 6
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 24 spaces, found 5
(#286) Line indented incorrectly; expected 24 spaces, found 20
(#286) Expected "if (...) {\n"; found "if(...){\n"
(#286) Commas (,) must be followed by white space.
(#287) Line indented incorrectly; expected at least 28 spaces, found 24
(#288) Line indented incorrectly; expected 24 spaces, found 20
(#289) Line indented incorrectly; expected at least 24 spaces, found 20
(#289) Commas (,) must be followed by white space.
(#289) Commas (,) must be followed by white space.
(#289) Commas (,) must be followed by white space.
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Line indented incorrectly; expected 24 spaces, found 20
(#290) Expected "if (...) {\n"; found "if(...){\n"
(#290) Commas (,) must be followed by white space.
(#291) Line indented incorrectly; expected at least 28 spaces, found 24
(#292) Line indented incorrectly; expected 24 spaces, found 20
(#293) Line indented incorrectly; expected at least 24 spaces, found 20
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 20 spaces, found 4
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 16 spaces, found 3
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 20 spaces, found 4
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 16 spaces, found 3
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 20 spaces, found 4
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 20 spaces, found 4
(#301) Expected "if (...) {\n"; found "if(...){\n"
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 24 spaces, found 5
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 24 spaces, found 5
(#303) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 24 spaces, found 5
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) This comment is 50% valid code; is this commented out code?
(#305) Line indented incorrectly; expected at least 24 spaces, found 5
(#305) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 24 spaces, found 5
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 24 spaces, found 5
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 24 spaces, found 5
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 24 spaces, found 5
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 24 spaces, found 5
(#310) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 24 spaces, found 5
(#311) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 24 spaces, found 5
(#312) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 24 spaces, found 5
(#313) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 24 spaces, found 5
(#314) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected at least 24 spaces, found 5
(#315) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 24 spaces, found 5
(#316) Expected "if (...) {\n"; found "if(...){\n"
(#316) Commas (,) must be followed by white space.
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 28 spaces, found 6
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 28 spaces, found 6
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 24 spaces, found 5
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 28 spaces, found 6
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 24 spaces, found 5
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 20 spaces, found 4
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 24 spaces, found 5
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 24 spaces, found 5
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 24 spaces, found 5
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) This comment is 50% valid code; is this commented out code?
(#326) Line indented incorrectly; expected at least 24 spaces, found 5
(#326) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 24 spaces, found 5
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 24 spaces, found 5
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 24 spaces, found 5
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 24 spaces, found 5
(#330) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 24 spaces, found 5
(#331) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 24 spaces, found 5
(#332) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 24 spaces, found 5
(#333) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 24 spaces, found 5
(#334) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Line indented incorrectly; expected at least 24 spaces, found 5
(#335) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 24 spaces, found 5
(#336) Expected "if (...) {\n"; found "if(...){\n"
(#336) Commas (,) must be followed by white space.
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 28 spaces, found 6
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 28 spaces, found 6
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 24 spaces, found 5
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 28 spaces, found 6
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 24 spaces, found 5
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 20 spaces, found 4
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 20 spaces, found 4
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 16 spaces, found 3
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 20 spaces, found 4
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 20 spaces, found 4
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 24 spaces, found 5
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 28 spaces, found 6
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 24 spaces, found 5
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) This comment is 50% valid code; is this commented out code?
(#351) Line indented incorrectly; expected at least 28 spaces, found 6
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 28 spaces, found 6
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 24 spaces, found 5
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 20 spaces, found 4
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 20 spaces, found 4
(#355) Expected "if (...) {\n"; found "if(...){\n"
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 24 spaces, found 5
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 24 spaces, found 5
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 28 spaces, found 6
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 32 spaces, found 7
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 32 spaces, found 7
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 28 spaces, found 6
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 24 spaces, found 5
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 24 spaces, found 5
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 24 spaces, found 5
(#364) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 24 spaces, found 5
(#365) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 24 spaces, found 5
(#366) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 24 spaces, found 5
(#367) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 24 spaces, found 5
(#368) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#369) Line indented incorrectly; expected at least 24 spaces, found 5
(#369) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 24 spaces, found 5
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 28 spaces, found 6
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 28 spaces, found 6
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 24 spaces, found 5
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 24 spaces, found 5
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 24 spaces, found 5
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 20 spaces, found 4
(#376) Usage of ELSEIF not allowed; use ELSE IF instead
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 24 spaces, found 5
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 24 spaces, found 5
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 24 spaces, found 5
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 20 spaces, found 4
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 24 spaces, found 5
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 24 spaces, found 5
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 24 spaces, found 5
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 24 spaces, found 5
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 24 spaces, found 5
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 20 spaces, found 4
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 20 spaces, found 4
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 24 spaces, found 5
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 24 spaces, found 5
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 20 spaces, found 4
(#390) Usage of ELSEIF not allowed; use ELSE IF instead
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 24 spaces, found 5
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 24 spaces, found 5
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 24 spaces, found 5
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 20 spaces, found 4
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 16 spaces, found 3
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Tab found before comment text; expected "// restriction value list member" but found "// restriction value list member"
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 20 spaces, found 4
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 20 spaces, found 4
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 24 spaces, found 5
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 20 spaces, found 4
(#400) Usage of ELSEIF not allowed; use ELSE IF instead
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 24 spaces, found 5
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 20 spaces, found 4
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 16 spaces, found 3
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 20 spaces, found 4
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 20 spaces, found 4
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 24 spaces, found 5
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 24 spaces, found 5
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 28 spaces, found 6
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 24 spaces, found 5
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 28 spaces, found 6
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 24 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 20 spaces, found 4
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 24 spaces, found 5
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 20 spaces, found 4
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 16 spaces, found 3
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected 20 spaces, found 7
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 24 spaces, found 5
(#420) Line indented incorrectly; expected at least 24 spaces, found 20
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 20 spaces, found 4
(#421) Closing brace indented incorrectly; expected 7 spaces, found 4
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 24 spaces, found 5
(#423) Line indented incorrectly; expected at least 24 spaces, found 20
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 24 spaces, found 5
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 28 spaces, found 6
(#425) Expected 1 space before "+"; 0 found
(#425) Expected 1 space after "+"; 0 found
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 24 spaces, found 5
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 20 spaces, found 4
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 16 spaces, found 3
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 20 spaces, found 7
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 24 spaces, found 5
(#432) Line indented incorrectly; expected at least 24 spaces, found 20
(#432) Line exceeds 132 characters; contains 134 characters
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 20 spaces, found 4
(#433) Closing brace indented incorrectly; expected 7 spaces, found 4
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 24 spaces, found 5
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 20 spaces, found 4
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 16 spaces, found 3
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 20 spaces, found 4
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 16 spaces, found 3
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 20 spaces, found 4
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 20 spaces, found 4
(#442) Expected "if (...) {\n"; found "if(...){\n"
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 24 spaces, found 5
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 20 spaces, found 4
(#444) Usage of ELSEIF not allowed; use ELSE IF instead
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 24 spaces, found 5
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 24 spaces, found 5
(#446) Expected "if (...) {\n"; found "if(...){\n"
(#446) Commas (,) must be followed by white space.
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 28 spaces, found 6
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 24 spaces, found 5
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 20 spaces, found 4
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 16 spaces, found 3
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 20 spaces, found 4
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 20 spaces, found 4
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 20 spaces, found 4
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 24 spaces, found 5
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 20 spaces, found 4
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 20 spaces, found 4
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 24 spaces, found 5
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 20 spaces, found 4
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 20 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 24 spaces, found 5
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 20 spaces, found 4
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 16 spaces, found 3
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 20 spaces, found 4
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 24 spaces, found 5
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 20 spaces, found 4
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 24 spaces, found 5
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 20 spaces, found 4
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 16 spaces, found 3
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 20 spaces, found 4
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 20 spaces, found 4
(#473) Expected "if (...) {\n"; found "if(...){\n"
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 24 spaces, found 5
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 24 spaces, found 5
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 24 spaces, found 5
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 24 spaces, found 5
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 24 spaces, found 5
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 20 spaces, found 4
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 24 spaces, found 5
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 24 spaces, found 5
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 24 spaces, found 5
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) This comment is 50% valid code; is this commented out code?
(#483) Line indented incorrectly; expected at least 24 spaces, found 5
(#483) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 24 spaces, found 5
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 24 spaces, found 5
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 20 spaces, found 4
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 16 spaces, found 3
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#488) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 20 spaces, found 4
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 16 spaces, found 3
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 20 spaces, found 4
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 12 spaces, found 2
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected 4 spaces, found 1
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 4 spaces, found 1
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Expected 2 space(s) before asterisk; 1 found
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Expected 2 space(s) before asterisk; 1 found
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Expected 2 space(s) before asterisk; 1 found
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Expected 2 space(s) before asterisk; 1 found
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Expected 2 space(s) before asterisk; 1 found
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Expected 2 space(s) before asterisk; 1 found
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 4 spaces, found 1
(#503) method name "nusoap_xmlschema::schemaEndElement" must be in lower-case letters only
(#503) Visibility must be declared on method "schemaEndElement"
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) Line indented incorrectly; expected at least 8 spaces, found 2
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 8 spaces, found 2
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) Line indented incorrectly; expected at least 8 spaces, found 2
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 8 spaces, found 2
(#507) Expected "if (...) {\n"; found "if(...){\n"
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 12 spaces, found 9
(#509) Closing brace indented incorrectly; expected 2 spaces, found 8
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Line indented incorrectly; expected at least 8 spaces, found 2
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 8 spaces, found 2
(#511) Expected "if (...) {\n"; found "if (...){\n"
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line indented incorrectly; expected at least 12 spaces, found 3
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 12 spaces, found 3
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 8 spaces, found 2
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 12 spaces, found 9
(#516) Closing brace indented incorrectly; expected 2 spaces, found 8
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 8 spaces, found 2
(#518) Expected "if (...) {\n"; found "if(...){\n"
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 12 spaces, found 3
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 12 spaces, found 3
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 12 spaces, found 3
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) This comment is 50% valid code; is this commented out code?
(#522) Line indented incorrectly; expected at least 12 spaces, found 3
(#522) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 8 spaces, found 2
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected 8 spaces, found 2
(#524) Expected "if (...) {\n"; found "if(...){\n"
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 12 spaces, found 3
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 12 spaces, found 3
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 8 spaces, found 2
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 8 spaces, found 2
(#528) Expected "if (...) {\n"; found "if(...){\n"
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 12 spaces, found 3
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected 8 spaces, found 2
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 4 spaces, found 1
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 4 spaces, found 1
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Expected 2 space(s) before asterisk; 1 found
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Expected 2 space(s) before asterisk; 1 found
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Expected 2 space(s) before asterisk; 1 found
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Expected 2 space(s) before asterisk; 1 found
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Expected 2 space(s) before asterisk; 1 found
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Expected 2 space(s) before asterisk; 1 found
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 4 spaces, found 1
(#542) method name "nusoap_xmlschema::schemaCharacterData" must be in lower-case letters only
(#542) Visibility must be declared on method "schemaCharacterData"
(#542) Expected 1 space after closing parenthesis; found 0
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 2
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 8 spaces, found 2
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 4 spaces, found 1
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 4 spaces, found 1
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Expected 2 space(s) before asterisk; 1 found
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Expected 2 space(s) before asterisk; 1 found
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Expected 2 space(s) before asterisk; 1 found
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Expected 2 space(s) before asterisk; 1 found
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 4 spaces, found 1
(#552) method name "nusoap_xmlschema::serializeSchema" must be in lower-case letters only
(#552) Visibility must be declared on method "serializeSchema"
(#552) Expected 1 space after closing parenthesis; found 0
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 2
(#554) Variable "schemaPrefix" must be all lower-case
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 8 spaces, found 2
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) Line indented incorrectly; expected at least 8 spaces, found 2
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected 8 spaces, found 2
(#557) The use of function sizeof() is forbidden; use count() instead
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 12 spaces, found 3
(#558) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 16 spaces, found 4
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected 20 spaces, found 5
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 24 spaces, found 6
(#561) Variable "schemaPrefix" must be all lower-case
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected 20 spaces, found 5
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 24 spaces, found 6
(#563) Variable "schemaPrefix" must be all lower-case
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected 20 spaces, found 5
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected 16 spaces, found 4
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected 12 spaces, found 3
(#566) Whitespace found at end of line
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected 8 spaces, found 2
(#567) Whitespace found at end of line
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#568) Line indented incorrectly; expected at least 8 spaces, found 2
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 8 spaces, found 2
(#569) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#569) Variable "typeName" must be all lower-case
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 12 spaces, found 3
(#570) Variable "contentStr" must be all lower-case
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) Line indented incorrectly; expected at least 12 spaces, found 3
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 12 spaces, found 3
(#572) Expected "if (...) {\n"; found "if(...){\n"
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 16 spaces, found 4
(#573) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#573) Variable "eParts" must be all lower-case
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 20 spaces, found 5
(#574) Expected "if (...) {\n"; found "if(...){\n"
(#574) Variable "eParts" must be all lower-case
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 24 spaces, found 6
(#575) Variable "contentStr" must be all lower-case
(#575) Variable "schemaPrefix" must be all lower-case
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 20 spaces, found 5
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 24 spaces, found 6
(#577) Variable "contentStr" must be all lower-case
(#577) Variable "schemaPrefix" must be all lower-case
(#577) Variable "eParts" must be all lower-case
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 24 spaces, found 6
(#578) Variable "eParts" must be all lower-case
(#578) Variable "aName" must be all lower-case
(#578) Variable "aValue" must be all lower-case
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Line indented incorrectly; expected at least 28 spaces, found 7
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected 28 spaces, found 7
(#580) Variable "aName" must be all lower-case
(#580) Variable "aName" must be all lower-case
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 32 spaces, found 8
(#581) Variable "contentStr" must be all lower-case
(#581) Variable "aName" must be all lower-case
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected 28 spaces, found 7
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 24 spaces, found 6
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 24 spaces, found 6
(#584) Variable "contentStr" must be all lower-case
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 20 spaces, found 5
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected 16 spaces, found 4
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Inline comments must start with a capital letter, digit or 3-dots sequence
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) Line indented incorrectly; expected at least 16 spaces, found 4
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 16 spaces, found 4
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 20 spaces, found 5
(#589) Variable "contentStr" must be all lower-case
(#589) Variable "schemaPrefix" must be all lower-case
(#589) Variable "contentStr" must be all lower-case
(#589) Variable "schemaPrefix" must be all lower-case
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected 16 spaces, found 4
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 12 spaces, found 3
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Line indented incorrectly; expected at least 12 spaces, found 3
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 12 spaces, found 3
(#593) Expected "if (...) {\n"; found "if(...){\n"
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 16 spaces, found 4
(#594) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#594) Variable "aParts" must be all lower-case
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 20 spaces, found 5
(#595) Variable "contentStr" must be all lower-case
(#595) Variable "schemaPrefix" must be all lower-case
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 20 spaces, found 5
(#596) Variable "aParts" must be all lower-case
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 24 spaces, found 6
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 28 spaces, found 7
(#598) Variable "contentStr" must be all lower-case
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected 24 spaces, found 6
(#599) Usage of ELSEIF not allowed; use ELSE IF instead
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 28 spaces, found 7
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected at least 28 spaces, found 7
(#601) Variable "contentStr" must be all lower-case
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected 24 spaces, found 6
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 28 spaces, found 7
(#603) Variable "contentStr" must be all lower-case
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 24 spaces, found 6
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected 20 spaces, found 5
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 20 spaces, found 5
(#606) Variable "contentStr" must be all lower-case
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected 16 spaces, found 4
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 12 spaces, found 3
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Inline comments must start with a capital letter, digit or 3-dots sequence
(#609) Inline comments must end in full-stops, exclamation marks, or question marks
(#609) Line indented incorrectly; expected at least 12 spaces, found 3
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 12 spaces, found 3
(#610) Expected "if (...) {\n"; found "if (...){\n"
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 16 spaces, found 4
(#611) Variable "contentStr" must be all lower-case
(#611) Variable "schemaPrefix" must be all lower-case
(#611) Variable "contentStr" must be all lower-case
(#611) Variable "schemaPrefix" must be all lower-case
(#611) Line exceeds 132 characters; contains 162 characters
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#612) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) Line indented incorrectly; expected at least 16 spaces, found 4
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected 16 spaces, found 4
(#613) Expected "if (...) {\n"; found "if (...){\n"
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 20 spaces, found 5
(#614) Variable "contentStr" must be all lower-case
(#614) Variable "schemaPrefix" must be all lower-case
(#614) Variable "contentStr" must be all lower-case
(#614) Variable "schemaPrefix" must be all lower-case
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 16 spaces, found 4
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 12 spaces, found 3
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Inline comments must start with a capital letter, digit or 3-dots sequence
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) Line indented incorrectly; expected at least 12 spaces, found 3
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 12 spaces, found 3
(#618) Expected "if (...) {\n"; found "if(...){\n"
(#618) Variable "contentStr" must be all lower-case
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 16 spaces, found 4
(#619) Variable "contentStr" must be all lower-case
(#619) Variable "schemaPrefix" must be all lower-case
(#619) Variable "contentStr" must be all lower-case
(#619) Variable "schemaPrefix" must be all lower-case
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 12 spaces, found 3
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 16 spaces, found 4
(#621) Variable "contentStr" must be all lower-case
(#621) Variable "schemaPrefix" must be all lower-case
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 12 spaces, found 3
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected at least 12 spaces, found 3
(#623) Variable "contentStr" must be all lower-case
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected 8 spaces, found 2
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#625) Inline comments must end in full-stops, exclamation marks, or question marks
(#625) Line indented incorrectly; expected at least 8 spaces, found 2
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected 8 spaces, found 2
(#626) Expected "if (...) {\n"; found "if(...){\n"
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected 12 spaces, found 3
(#627) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#627) Variable "typeName" must be all lower-case
(#627) Variable "eParts" must be all lower-case
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 16 spaces, found 4
(#628) Variable "schemaPrefix" must be all lower-case
(#628) Variable "eParts" must be all lower-case
(#628) Line exceeds 132 characters; contains 145 characters
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected 16 spaces, found 4
(#629) Variable "eParts" must be all lower-case
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 20 spaces, found 5
(#630) Variable "eParts" must be all lower-case
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 24 spaces, found 6
(#631) Variable "schemaPrefix" must be all lower-case
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 20 spaces, found 5
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 16 spaces, found 4
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 16 spaces, found 4
(#634) Variable "schemaPrefix" must be all lower-case
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected 12 spaces, found 3
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected 8 spaces, found 2
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) Line indented incorrectly; expected at least 8 spaces, found 2
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 8 spaces, found 2
(#638) Expected "if (...) {\n"; found "if(...){\n"
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 12 spaces, found 3
(#639) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#639) Variable "eParts" must be all lower-case
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 16 spaces, found 4
(#640) Variable "schemaPrefix" must be all lower-case
(#640) Variable "eParts" must be all lower-case
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected 12 spaces, found 3
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected 8 spaces, found 2
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Inline comments must start with a capital letter, digit or 3-dots sequence
(#643) Inline comments must end in full-stops, exclamation marks, or question marks
(#643) Line indented incorrectly; expected at least 8 spaces, found 2
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 8 spaces, found 2
(#644) Expected "if (...) {\n"; found "if(...){\n"
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 12 spaces, found 3
(#645) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#645) Variable "aParts" must be all lower-case
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 16 spaces, found 4
(#646) Variable "schemaPrefix" must be all lower-case
(#646) Variable "aParts" must be all lower-case
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 12 spaces, found 3
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 8 spaces, found 2
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#649) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) Line indented incorrectly; expected at least 8 spaces, found 2
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 8 spaces, found 2
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 8 spaces, found 2
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected 12 spaces, found 3
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 16 spaces, found 4
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected 12 spaces, found 3
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected 8 spaces, found 2
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 8 spaces, found 2
(#656) Variable "schemaPrefix" must be all lower-case
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected 8 spaces, found 2
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 12 spaces, found 3
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 8 spaces, found 2
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 8 spaces, found 2
(#660) Variable "schemaPrefix" must be all lower-case
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 8 spaces, found 2
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected 4 spaces, found 1
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 4 spaces, found 1
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Expected 2 space(s) before asterisk; 1 found
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Expected 2 space(s) before asterisk; 1 found
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Expected 2 space(s) before asterisk; 1 found
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Expected 2 space(s) before asterisk; 1 found
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Expected 2 space(s) before asterisk; 1 found
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 4 spaces, found 1
(#670) Visibility must be declared on method "xdebug"
(#670) Expected 1 space after closing parenthesis; found 0
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 8 spaces, found 2
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected 4 spaces, found 1
(#675) Expected 5 space(s) before asterisk; 4 found
(#676) Expected 5 space(s) before asterisk; 4 found
(#677) Expected 5 space(s) before asterisk; 4 found
(#678) Expected 5 space(s) before asterisk; 4 found
(#679) Expected 5 space(s) before asterisk; 4 found
(#680) Expected 5 space(s) before asterisk; 4 found
(#681) Expected 5 space(s) before asterisk; 4 found
(#682) Expected 5 space(s) before asterisk; 4 found
(#683) Expected 5 space(s) before asterisk; 4 found
(#684) Expected 5 space(s) before asterisk; 4 found
(#685) Expected 5 space(s) before asterisk; 4 found
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 4 spaces, found 1
(#686) method name "nusoap_xmlschema::getPHPType" must be in lower-case letters only
(#686) Visibility must be declared on method "getPHPType"
(#686) Commas (,) must be followed by white space.
(#686) Expected 1 space after closing parenthesis; found 0
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected 8 spaces, found 2
(#687) Expected "if (...) {\n"; found "if(...){\n"
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#688) Inline comments must end in full-stops, exclamation marks, or question marks
(#688) This comment is 75% valid code; is this commented out code?
(#688) Line indented incorrectly; expected at least 12 spaces, found 3
(#688) No space found before comment text; expected "// print "found type '$type' and ns $ns in typemap<br>";" but found "//print "found type '$type' and ns $ns in typemap<br>";"
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected at least 12 spaces, found 3
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected 8 spaces, found 2
(#690) Usage of ELSEIF not allowed; use ELSE IF instead
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#691) Inline comments must end in full-stops, exclamation marks, or question marks
(#691) This comment is 75% valid code; is this commented out code?
(#691) Line indented incorrectly; expected at least 12 spaces, found 3
(#691) No space found before comment text; expected "// print "getting type '$type' and ns $ns from complexTypes array<br>";" but found "//print "getting type '$type' and ns $ns from complexTypes array<br>";"
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected at least 12 spaces, found 3
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected 8 spaces, found 2
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected at least 8 spaces, found 2
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected 4 spaces, found 1
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 4 spaces, found 1
(#698) Expected 2 space(s) before asterisk; 4 found
(#699) Expected 2 space(s) before asterisk; 4 found
(#700) Expected 2 space(s) before asterisk; 4 found
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Expected 2 space(s) before asterisk; 1 found
(#701) Spaces must be used for alignment; tabs are not allowed
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Expected 2 space(s) before asterisk; 1 found
(#702) Spaces must be used for alignment; tabs are not allowed
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Expected 2 space(s) before asterisk; 1 found
(#703) Spaces must be used for alignment; tabs are not allowed
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Expected 2 space(s) before asterisk; 1 found
(#704) Spaces must be used for alignment; tabs are not allowed
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Expected 2 space(s) before asterisk; 1 found
(#705) Spaces must be used for alignment; tabs are not allowed
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Expected 2 space(s) before asterisk; 1 found
(#706) Spaces must be used for alignment; tabs are not allowed
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Expected 2 space(s) before asterisk; 1 found
(#707) Spaces must be used for alignment; tabs are not allowed
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Expected 2 space(s) before asterisk; 1 found
(#708) Spaces must be used for alignment; tabs are not allowed
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Expected 2 space(s) before asterisk; 1 found
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Expected 2 space(s) before asterisk; 1 found
(#711) Expected 2 space(s) before asterisk; 4 found
(#712) Expected 2 space(s) before asterisk; 4 found
(#713) Expected 2 space(s) before asterisk; 4 found
(#714) Expected 2 space(s) before asterisk; 4 found
(#715) Expected 2 space(s) before asterisk; 4 found
(#716) Expected 2 space(s) before asterisk; 4 found
(#717) Expected 2 space(s) before asterisk; 4 found
(#718) Expected 2 space(s) before asterisk; 4 found
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected 4 spaces, found 1
(#719) method name "nusoap_xmlschema::getTypeDef" must be in lower-case letters only
(#719) Visibility must be declared on method "getTypeDef"
(#719) Expected 1 space after closing parenthesis; found 0
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#720) Inline comments must end in full-stops, exclamation marks, or question marks
(#720) This comment is 86% valid code; is this commented out code?
(#720) Line indented incorrectly; expected at least 8 spaces, found 2
(#720) No space found before comment text; expected "// $this->debug("in getTypeDef for type $type");" but found "//$this->debug("in getTypeDef for type $type");"
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected 8 spaces, found 2
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 12 spaces, found 3
(#722) Variable "is_element" must not contain underscores.
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 12 spaces, found 3
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected 8 spaces, found 2
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 12 spaces, found 3
(#725) Variable "is_element" must not contain underscores.
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected 8 spaces, found 2
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected 8 spaces, found 2
(#728) Expected "if (...) {\n"; found "if(...){\n"
(#728) Variable "is_element" must not contain underscores.
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 12 spaces, found 3
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 12 spaces, found 3
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected 8 spaces, found 2
(#731) Usage of ELSEIF not allowed; use ELSE IF instead
(#731) Variable "is_element" must not contain underscores.
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 12 spaces, found 3
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected 12 spaces, found 3
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Line indented incorrectly; expected at least 16 spaces, found 4
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 16 spaces, found 4
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected at least 16 spaces, found 4
(#736) Variable "uqType" must be all lower-case
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 16 spaces, found 4
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 16 spaces, found 4
(#738) Variable "uqType" must be all lower-case
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected 16 spaces, found 4
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 20 spaces, found 5
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 20 spaces, found 5
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected 20 spaces, found 5
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 24 spaces, found 6
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected 20 spaces, found 5
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected 20 spaces, found 5
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 24 spaces, found 6
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected 20 spaces, found 5
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected 16 spaces, found 4
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 12 spaces, found 3
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 12 spaces, found 3
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 8 spaces, found 2
(#751) Usage of ELSEIF not allowed; use ELSE IF instead
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 3
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 12 spaces, found 3
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Line indented incorrectly; expected at least 16 spaces, found 4
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 16 spaces, found 4
(#755) Variable "uqType" must be all lower-case
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 16 spaces, found 4
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 16 spaces, found 4
(#757) Variable "uqType" must be all lower-case
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected 16 spaces, found 4
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 20 spaces, found 5
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected at least 20 spaces, found 5
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected 20 spaces, found 5
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 24 spaces, found 6
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 20 spaces, found 5
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected 20 spaces, found 5
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected at least 24 spaces, found 6
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected 20 spaces, found 5
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 20 spaces, found 5
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 24 spaces, found 6
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected 20 spaces, found 5
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected 16 spaces, found 4
(#770) Usage of ELSEIF not allowed; use ELSE IF instead
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 20 spaces, found 5
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 20 spaces, found 5
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected 16 spaces, found 4
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected 12 spaces, found 3
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 12 spaces, found 3
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 8 spaces, found 2
(#776) Usage of ELSEIF not allowed; use ELSE IF instead
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 12 spaces, found 3
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 12 spaces, found 3
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected 8 spaces, found 2
(#779) Usage of ELSEIF not allowed; use ELSE IF instead
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 12 spaces, found 3
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 12 spaces, found 3
(#781) Variable "typeDef" must be all lower-case
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 12 spaces, found 3
(#782) Variable "typeDef" must be all lower-case
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 12 spaces, found 3
(#783) Variable "typeDef" must be all lower-case
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected at least 12 spaces, found 3
(#784) Variable "typeDef" must be all lower-case
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 8 spaces, found 2
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 8 spaces, found 2
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 8 spaces, found 2
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 4 spaces, found 1
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected at least 4 spaces, found 1
(#791) Expected 2 space(s) before asterisk; 4 found
(#792) Expected 2 space(s) before asterisk; 4 found
(#793) Expected 2 space(s) before asterisk; 4 found
(#794) Expected 2 space(s) before asterisk; 4 found
(#795) Expected 2 space(s) before asterisk; 4 found
(#796) Expected 2 space(s) before asterisk; 4 found
(#797) Expected 2 space(s) before asterisk; 4 found
(#798) method name "nusoap_xmlschema::serializeTypeDef" must be in lower-case letters only
(#798) Visibility must be declared on method "serializeTypeDef"
(#798) Expected 1 space after closing parenthesis; found 0
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#799) This comment is 75% valid code; is this commented out code?
(#799) Line indented incorrectly; expected at least 8 spaces, found 5
(#799) No space found before comment text; expected "// print "in sTD() for type $type<br>";" but found "//print "in sTD() for type $type<br>";"
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 8 spaces, found 1
(#800) Expected "if (...) {\n"; found "if(...){\n"
(#800) Variable "typeDef" must be all lower-case
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 12 spaces, found 2
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected 12 spaces, found 5
(#802) Expected "if (...) {\n"; found "if(...){\n"
(#802) Variable "typeDef" must be all lower-case
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected 16 spaces, found 2
(#803) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#803) Variable "typeDef" must be all lower-case
(#803) Variable "attName" must be all lower-case
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected at least 20 spaces, found 6
(#804) Variable "attName" must be all lower-case
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected 16 spaces, found 2
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected 12 spaces, found 5
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected at least 12 spaces, found 5
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected 12 spaces, found 5
(#808) Expected "if (...) {\n"; found "if(...){\n"
(#808) Variable "typeDef" must be all lower-case
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected at least 16 spaces, found 2
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected 16 spaces, found 2
(#810) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#810) Variable "typeDef" must be all lower-case
(#810) Variable "eData" must be all lower-case
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected at least 20 spaces, found 6
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected 16 spaces, found 2
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected at least 16 spaces, found 2
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Tab found within whitespace
(#814) Line indented incorrectly; expected 12 spaces, found 5
(#814) Usage of ELSEIF not allowed; use ELSE IF instead
(#814) Variable "typeDef" must be all lower-case
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 16 spaces, found 2
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected 12 spaces, found 5
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected at least 16 spaces, found 2
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected 12 spaces, found 5
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected at least 12 spaces, found 3
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line indented incorrectly; expected 8 spaces, found 1
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Line indented incorrectly; expected at least 8 spaces, found 5
(#825) Expected 5 space(s) before asterisk; 4 found
(#826) Expected 5 space(s) before asterisk; 4 found
(#827) Expected 5 space(s) before asterisk; 4 found
(#828) Expected 5 space(s) before asterisk; 4 found
(#829) Expected 5 space(s) before asterisk; 4 found
(#830) Expected 5 space(s) before asterisk; 4 found
(#831) Expected 5 space(s) before asterisk; 4 found
(#832) Expected 5 space(s) before asterisk; 4 found
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Expected 5 space(s) before asterisk; 1 found
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 4 spaces, found 1
(#834) method name "nusoap_xmlschema::typeToForm" must be in lower-case letters only
(#834) Visibility must be declared on method "typeToForm"
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space after closing parenthesis; found 0
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Inline comments must start with a capital letter, digit or 3-dots sequence
(#835) Inline comments must end in full-stops, exclamation marks, or question marks
(#835) Line indented incorrectly; expected at least 8 spaces, found 2
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected 8 spaces, found 2
(#836) Expected "if (...) {\n"; found "if(...){\n"
(#836) Variable "typeDef" must be all lower-case
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Inline comments must start with a capital letter, digit or 3-dots sequence
(#837) Inline comments must end in full-stops, exclamation marks, or question marks
(#837) Line indented incorrectly; expected at least 12 spaces, found 3
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 12 spaces, found 3
(#838) Expected "if (...) {\n"; found "if(...){\n"
(#838) Variable "typeDef" must be all lower-case
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 16 spaces, found 4
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected 16 spaces, found 4
(#840) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#840) Variable "typeDef" must be all lower-case
(#840) Variable "childDef" must be all lower-case
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 20 spaces, found 5
(#841) Whitespace found at end of line within string
(#842) Variable "childDef" must be all lower-case
(#842) Variable "childDef" must be all lower-case
(#842) Whitespace found at end of line within string
(#843) Variable "childDef" must be all lower-case
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected 16 spaces, found 4
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 16 spaces, found 4
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Inline comments must start with a capital letter, digit or 3-dots sequence
(#846) Inline comments must end in full-stops, exclamation marks, or question marks
(#846) This comment is 50% valid code; is this commented out code?
(#846) Line indented incorrectly; expected at least 16 spaces, found 3
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 12 spaces, found 3
(#847) Usage of ELSEIF not allowed; use ELSE IF instead
(#847) Variable "typeDef" must be all lower-case
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 16 spaces, found 4
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected 16 spaces, found 4
(#849) Expected "for (...) {\n"; found "for(...){\n"
(#849) Expected 1 space after first semicolon of FOR loop; 0 found
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected at least 20 spaces, found 5
(#850) Whitespace found at end of line within string
(#851) Whitespace found at end of line within string
(#851) Variable "typeDef" must be all lower-case
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected 16 spaces, found 4
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected at least 16 spaces, found 4
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Inline comments must start with a capital letter, digit or 3-dots sequence
(#855) Inline comments must end in full-stops, exclamation marks, or question marks
(#855) Line indented incorrectly; expected at least 16 spaces, found 3
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected 12 spaces, found 3
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 16 spaces, found 4
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected 12 spaces, found 3
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected 8 spaces, found 2
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 12 spaces, found 3
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected 8 spaces, found 2
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected at least 8 spaces, found 2
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected 4 spaces, found 1
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Whitespace found at end of line
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Tab found within whitespace
(#865) Line indented incorrectly; expected at least 4 spaces, found 1
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Expected 2 space(s) before asterisk; 1 found
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Expected 2 space(s) before asterisk; 1 found
(#867) Whitespace found at end of line
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Expected 2 space(s) before asterisk; 1 found
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Expected 2 space(s) before asterisk; 1 found
(#869) Whitespace found at end of line
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Expected 2 space(s) before asterisk; 1 found
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Expected 2 space(s) before asterisk; 1 found
(#871) Spaces must be used for alignment; tabs are not allowed
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Expected 2 space(s) before asterisk; 1 found
(#872) Spaces must be used for alignment; tabs are not allowed
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Expected 2 space(s) before asterisk; 1 found
(#873) Spaces must be used for alignment; tabs are not allowed
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Expected 2 space(s) before asterisk; 1 found
(#874) Spaces must be used for alignment; tabs are not allowed
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Expected 2 space(s) before asterisk; 1 found
(#875) Spaces must be used for alignment; tabs are not allowed
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Expected 2 space(s) before asterisk; 1 found
(#876) Spaces must be used for alignment; tabs are not allowed
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Expected 2 space(s) before asterisk; 1 found
(#877) Spaces must be used for alignment; tabs are not allowed
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Expected 2 space(s) before asterisk; 1 found
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Expected 2 space(s) before asterisk; 1 found
(#879) Whitespace found at end of line
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Expected 2 space(s) before asterisk; 1 found
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Expected 2 space(s) before asterisk; 1 found
(#881) Whitespace found at end of line
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Expected 2 space(s) before asterisk; 1 found
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Expected 2 space(s) before asterisk; 1 found
(#883) Spaces must be used for alignment; tabs are not allowed
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Expected 2 space(s) before asterisk; 1 found
(#884) Spaces must be used for alignment; tabs are not allowed
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Expected 2 space(s) before asterisk; 1 found
(#885) Spaces must be used for alignment; tabs are not allowed
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Expected 2 space(s) before asterisk; 1 found
(#886) Spaces must be used for alignment; tabs are not allowed
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Expected 2 space(s) before asterisk; 1 found
(#887) Spaces must be used for alignment; tabs are not allowed
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Expected 2 space(s) before asterisk; 1 found
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Expected 2 space(s) before asterisk; 1 found
(#889) Whitespace found at end of line
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Expected 2 space(s) before asterisk; 1 found
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Expected 2 space(s) before asterisk; 1 found
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Expected 2 space(s) before asterisk; 1 found
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Expected 2 space(s) before asterisk; 1 found
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Expected 2 space(s) before asterisk; 1 found
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Expected 2 space(s) before asterisk; 1 found
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Expected 2 space(s) before asterisk; 1 found
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Expected 2 space(s) before asterisk; 1 found
(#897) Spaces must be used for alignment; tabs are not allowed
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Expected 2 space(s) before asterisk; 1 found
(#898) Spaces must be used for alignment; tabs are not allowed
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Expected 2 space(s) before asterisk; 1 found
(#899) Spaces must be used for alignment; tabs are not allowed
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Expected 2 space(s) before asterisk; 1 found
(#900) Spaces must be used for alignment; tabs are not allowed
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Expected 2 space(s) before asterisk; 1 found
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Expected 2 space(s) before asterisk; 1 found
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Expected 2 space(s) before asterisk; 1 found
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Expected 2 space(s) before asterisk; 1 found
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Expected 2 space(s) before asterisk; 1 found
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected 4 spaces, found 1
(#906) method name "nusoap_xmlschema::addComplexType" must be in lower-case letters only
(#906) Visibility must be declared on method "addComplexType"
(#906) Commas (,) must be followed by white space.
(#906) Variable "typeClass" must be all lower-case
(#906) Commas (,) must be followed by white space.
(#906) Variable "phpType" must be all lower-case
(#906) Commas (,) must be followed by white space.
(#906) Commas (,) must be followed by white space.
(#906) Variable "restrictionBase" must be all lower-case
(#906) Commas (,) must be followed by white space.
(#906) Commas (,) must be followed by white space.
(#906) Commas (,) must be followed by white space.
(#906) Variable "arrayType" must be all lower-case
(#906) Expected 1 space after closing parenthesis; found 0
(#906) Line exceeds 132 characters; contains 156 characters
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected at least 8 spaces, found 2
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 8 spaces, found 5
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected at least 8 spaces, found 5
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Variable "typeClass" must be all lower-case
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected at least 8 spaces, found 5
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Variable "phpType" must be all lower-case
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 8 spaces, found 2
(#911) Expected 1 space before "=>"; 0 found
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 8 spaces, found 5
(#912) Variable "restrictionBase" must be all lower-case
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected at least 8 spaces, found 2
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected at least 8 spaces, found 5
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 8 spaces, found 5
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Variable "arrayType" must be all lower-case
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 11 spaces, found 2
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Whitespace found at end of line
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 11 spaces, found 2
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 11 spaces, found 2
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected 4 spaces, found 1
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Whitespace found at end of line
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 4 spaces, found 1
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Expected 2 space(s) before asterisk; 1 found
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Expected 2 space(s) before asterisk; 1 found
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Expected 2 space(s) before asterisk; 1 found
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Expected 2 space(s) before asterisk; 1 found
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Expected 2 space(s) before asterisk; 1 found
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Expected 2 space(s) before asterisk; 1 found
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Expected 2 space(s) before asterisk; 1 found
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Expected 2 space(s) before asterisk; 1 found
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Expected 2 space(s) before asterisk; 1 found
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Expected 2 space(s) before asterisk; 1 found
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Expected 2 space(s) before asterisk; 1 found
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Line indented incorrectly; expected 4 spaces, found 1
(#934) method name "nusoap_xmlschema::addSimpleType" must be in lower-case letters only
(#934) Visibility must be declared on method "addSimpleType"
(#934) Variable "restrictionBase" must be all lower-case
(#934) Variable "typeClass" must be all lower-case
(#934) Variable "phpType" must be all lower-case
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected at least 8 spaces, found 2
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 8 spaces, found 5
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected at least 8 spaces, found 5
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Variable "typeClass" must be all lower-case
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected at least 8 spaces, found 5
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Variable "phpType" must be all lower-case
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected at least 8 spaces, found 5
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Variable "restrictionBase" must be all lower-case
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Line indented incorrectly; expected at least 8 spaces, found 5
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Line indented incorrectly; expected at least 11 spaces, found 2
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Whitespace found at end of line
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected at least 11 spaces, found 2
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 11 spaces, found 2
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected 4 spaces, found 1
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected at least 4 spaces, found 1
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Expected 2 space(s) before asterisk; 1 found
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Expected 2 space(s) before asterisk; 1 found
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Expected 2 space(s) before asterisk; 1 found
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Expected 2 space(s) before asterisk; 1 found
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Expected 2 space(s) before asterisk; 1 found
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Expected 2 space(s) before asterisk; 1 found
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected 4 spaces, found 1
(#954) method name "nusoap_xmlschema::addElement" must be in lower-case letters only
(#954) Visibility must be declared on method "addElement"
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected 8 spaces, found 2
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected at least 12 spaces, found 3
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected 8 spaces, found 2
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 8 spaces, found 2
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected at least 8 spaces, found 2
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Whitespace found at end of line
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 8 spaces, found 2
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 8 spaces, found 2
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected 4 spaces, found 1
(#973) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/nusoap.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) This comment is 52% valid code; is this commented out code?
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Variable "GLOBALS" must be all lower-case
(#77) Expected 1 space(s) before asterisk; 0 found
(#78) Expected 1 space(s) before asterisk; 0 found
(#79) Expected 1 space(s) before asterisk; 0 found
(#80) Expected 1 space(s) before asterisk; 0 found
(#81) Expected 1 space(s) before asterisk; 0 found
(#82) Expected 1 space(s) before asterisk; 0 found
(#83) Expected 1 space(s) before asterisk; 0 found
(#84) Expected 1 space(s) before asterisk; 0 found
(#85) Duplicate class name "nusoap_base" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.nusoap_base.php on line 85
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Inline doc block comments are not allowed; use "// Comment." instead
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#92) Scope modifier not specified for member variable "$title"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Inline doc block comments are not allowed; use "// Comment." instead
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#99) Scope modifier not specified for member variable "$version"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Inline doc block comments are not allowed; use "// Comment." instead
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#106) Scope modifier not specified for member variable "$revision"
(#107) Inline doc block comments are not allowed; use "// Comment." instead
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Member variable "error_str" must not contain underscores.
(#113) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#113) Scope modifier not specified for member variable "$error_str"
(#114) Inline doc block comments are not allowed; use "// Comment." instead
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Member variable "debug_str" must not contain underscores.
(#120) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#120) Scope modifier not specified for member variable "$debug_str"
(#121) Inline doc block comments are not allowed; use "// Comment." instead
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#128) Scope modifier not specified for member variable "$charencoding"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Inline doc block comments are not allowed; use "// Comment." instead
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used for alignment; tabs are not allowed
(#133) Spaces must be used for alignment; tabs are not allowed
(#134) Spaces must be used for alignment; tabs are not allowed
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Member variable "debugLevel" must be all lower-case
(#135) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#135) Scope modifier not specified for member variable "$debugLevel"
(#137) Inline doc block comments are not allowed; use "// Comment." instead
(#138) Spaces must be used for alignment; tabs are not allowed
(#139) Spaces must be used for alignment; tabs are not allowed
(#140) Spaces must be used for alignment; tabs are not allowed
(#141) Spaces must be used for alignment; tabs are not allowed
(#142) Spaces must be used for alignment; tabs are not allowed
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Member variable "XMLSchemaVersion" must be all lower-case
(#143) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#143) Scope modifier not specified for member variable "$XMLSchemaVersion"
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Inline doc block comments are not allowed; use "// Comment." instead
(#146) Spaces must be used for alignment; tabs are not allowed
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#151) Member variable "soap_defencoding" must not contain underscores.
(#151) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#151) Scope modifier not specified for member variable "$soap_defencoding"
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) This comment is 50% valid code; is this commented out code?
(#152) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) No space found before comment text; expected "// var $soap_defencoding = 'UTF-8';" but found "//var $soap_defencoding = 'UTF-8';"
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Inline doc block comments are not allowed; use "// Comment." instead
(#155) Spaces must be used for alignment; tabs are not allowed
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#160) Spaces must be used for alignment; tabs are not allowed
(#161) Spaces must be used for alignment; tabs are not allowed
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#162) Scope modifier not specified for member variable "$namespaces"
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 4 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Inline doc block comments are not allowed; use "// Comment." instead
(#170) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#172) Spaces must be used for alignment; tabs are not allowed
(#173) Spaces must be used for alignment; tabs are not allowed
(#174) Spaces must be used for alignment; tabs are not allowed
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Member variable "usedNamespaces" must be all lower-case
(#175) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#175) Scope modifier not specified for member variable "$usedNamespaces"
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Inline doc block comments are not allowed; use "// Comment." instead
(#178) Spaces must be used for alignment; tabs are not allowed
(#179) Spaces must be used for alignment; tabs are not allowed
(#180) Spaces must be used for alignment; tabs are not allowed
(#181) Spaces must be used for alignment; tabs are not allowed
(#182) Spaces must be used for alignment; tabs are not allowed
(#183) Spaces must be used for alignment; tabs are not allowed
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#184) Scope modifier not specified for member variable "$typemap"
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 2
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 4 spaces, found 2
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 2
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#190) Commas (,) must be followed by white space.
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 4 spaces, found 2
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 2
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 2
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 2
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 2
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 2
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 2
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 2
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Inline doc block comments are not allowed; use "// Comment." instead
(#210) Spaces must be used for alignment; tabs are not allowed
(#211) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#213) Spaces must be used for alignment; tabs are not allowed
(#214) Spaces must be used for alignment; tabs are not allowed
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Spaces must be used for alignment; tabs are not allowed
(#216) Spaces must be used for alignment; tabs are not allowed
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Member variable "xmlEntities" must be all lower-case
(#217) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#217) Scope modifier not specified for member variable "$xmlEntities"
(#217) Commas (,) must be followed by white space.
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 2
(#218) Commas (,) must be followed by white space.
(#218) Commas (,) must be followed by white space.
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Expected 2 space(s) before asterisk; 1 found
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Expected 2 space(s) before asterisk; 1 found
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Expected 2 space(s) before asterisk; 1 found
(#223) Spaces must be used for alignment; tabs are not allowed
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Expected 2 space(s) before asterisk; 1 found
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#225) PHP4 style constructors are not allowed; use "__construct()" instead
(#225) Visibility must be declared on method "nusoap_base"
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "GLOBALS" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Expected 2 space(s) before asterisk; 1 found
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Expected 2 space(s) before asterisk; 1 found
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Expected 2 space(s) before asterisk; 1 found
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Spaces must be used for alignment; tabs are not allowed
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Expected 2 space(s) before asterisk; 1 found
(#233) Spaces must be used for alignment; tabs are not allowed
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Expected 2 space(s) before asterisk; 1 found
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#235) method name "nusoap_base::getGlobalDebugLevel" must be in lower-case letters only
(#235) Visibility must be declared on method "getGlobalDebugLevel"
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Variable "GLOBALS" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Expected 2 space(s) before asterisk; 1 found
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Expected 2 space(s) before asterisk; 1 found
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Expected 2 space(s) before asterisk; 1 found
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Spaces must be used for alignment; tabs are not allowed
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Expected 2 space(s) before asterisk; 1 found
(#243) Spaces must be used for alignment; tabs are not allowed
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Expected 2 space(s) before asterisk; 1 found
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) method name "nusoap_base::setGlobalDebugLevel" must be in lower-case letters only
(#245) Visibility must be declared on method "setGlobalDebugLevel"
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Variable "GLOBALS" must be all lower-case
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Expected 2 space(s) before asterisk; 1 found
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Expected 2 space(s) before asterisk; 1 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Expected 2 space(s) before asterisk; 1 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Spaces must be used for alignment; tabs are not allowed
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Expected 2 space(s) before asterisk; 1 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Expected 2 space(s) before asterisk; 1 found
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) method name "nusoap_base::getDebugLevel" must be in lower-case letters only
(#255) Visibility must be declared on method "getDebugLevel"
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Expected 2 space(s) before asterisk; 1 found
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Expected 2 space(s) before asterisk; 1 found
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Expected 2 space(s) before asterisk; 1 found
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Spaces must be used for alignment; tabs are not allowed
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Expected 2 space(s) before asterisk; 1 found
(#263) Spaces must be used for alignment; tabs are not allowed
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Expected 2 space(s) before asterisk; 1 found
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 4 spaces, found 1
(#265) method name "nusoap_base::setDebugLevel" must be in lower-case letters only
(#265) Visibility must be declared on method "setDebugLevel"
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 4 spaces, found 1
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Expected 2 space(s) before asterisk; 1 found
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Expected 2 space(s) before asterisk; 1 found
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Expected 2 space(s) before asterisk; 1 found
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Expected 2 space(s) before asterisk; 1 found
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Expected 2 space(s) before asterisk; 1 found
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 4 spaces, found 1
(#275) Visibility must be declared on method "debug"
(#275) Expected 1 space after closing parenthesis; found 0
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 8 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 4 spaces, found 1
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Expected 2 space(s) before asterisk; 1 found
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Expected 2 space(s) before asterisk; 1 found
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Expected 2 space(s) before asterisk; 1 found
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Expected 2 space(s) before asterisk; 1 found
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Expected 2 space(s) before asterisk; 1 found
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 4 spaces, found 1
(#287) method name "nusoap_base::appendDebug" must be in lower-case letters only
(#287) Visibility must be declared on method "appendDebug"
(#287) Expected 1 space after closing parenthesis; found 0
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 8 spaces, found 2
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Line indented incorrectly; expected at least 12 spaces, found 3
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Line indented incorrectly; expected at least 12 spaces, found 3
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 2
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 4 spaces, found 1
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Expected 2 space(s) before asterisk; 1 found
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Expected 2 space(s) before asterisk; 1 found
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Expected 2 space(s) before asterisk; 1 found
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Expected 2 space(s) before asterisk; 1 found
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#300) method name "nusoap_base::clearDebug" must be in lower-case letters only
(#300) Visibility must be declared on method "clearDebug"
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 4 spaces, found 1
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Expected 2 space(s) before asterisk; 1 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Expected 2 space(s) before asterisk; 1 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Expected 2 space(s) before asterisk; 1 found
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Expected 2 space(s) before asterisk; 1 found
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Expected 2 space(s) before asterisk; 1 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 4 spaces, found 1
(#312) method name "nusoap_base::getDebug" must be in lower-case letters only
(#312) Visibility must be declared on method "getDebug"
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Expected 2 space(s) before asterisk; 1 found
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Expected 2 space(s) before asterisk; 1 found
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Expected 2 space(s) before asterisk; 1 found
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Expected 2 space(s) before asterisk; 1 found
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Expected 2 space(s) before asterisk; 1 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Expected 2 space(s) before asterisk; 1 found
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
(#325) method name "nusoap_base::getDebugAsXMLComment" must be in lower-case letters only
(#325) Visibility must be declared on method "getDebugAsXMLComment"
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 8 spaces, found 2
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 12 spaces, found 3
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 2
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 8 spaces, found 5
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 4 spaces, found 1
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Expected 2 space(s) before asterisk; 1 found
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Spaces must be used for alignment; tabs are not allowed
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Expected 2 space(s) before asterisk; 1 found
(#339) Spaces must be used for alignment; tabs are not allowed
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Expected 2 space(s) before asterisk; 1 found
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 4 spaces, found 1
(#341) method name "nusoap_base::expandEntities" must be in lower-case letters only
(#341) Visibility must be declared on method "expandEntities"
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 6
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 6
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 6
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 6
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 6
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 8 spaces, found 5
(#348) Closing brace indented incorrectly; expected 2 spaces, found 5
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 4 spaces, found 1
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 4 spaces, found 1
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Expected 2 space(s) before asterisk; 1 found
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Expected 2 space(s) before asterisk; 1 found
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Expected 2 space(s) before asterisk; 1 found
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Expected 2 space(s) before asterisk; 1 found
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Expected 2 space(s) before asterisk; 1 found
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 4 spaces, found 1
(#358) method name "nusoap_base::getError" must be in lower-case letters only
(#358) Visibility must be declared on method "getError"
(#358) Expected 1 space after closing parenthesis; found 0
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected 8 spaces, found 2
(#359) Expected "if (...) {\n"; found "if(...){\n"
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 12 spaces, found 3
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Expected 2 space(s) before asterisk; 1 found
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Expected 2 space(s) before asterisk; 1 found
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Expected 2 space(s) before asterisk; 1 found
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Expected 2 space(s) before asterisk; 1 found
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Expected 2 space(s) before asterisk; 1 found
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 4 spaces, found 1
(#371) method name "nusoap_base::setError" must be in lower-case letters only
(#371) Visibility must be declared on method "setError"
(#371) Expected 1 space after closing parenthesis; found 0
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Expected 2 space(s) before asterisk; 1 found
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Expected 2 space(s) before asterisk; 1 found
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Expected 2 space(s) before asterisk; 1 found
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Spaces must be used for alignment; tabs are not allowed
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Expected 2 space(s) before asterisk; 1 found
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Spaces must be used for alignment; tabs are not allowed
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Expected 2 space(s) before asterisk; 1 found
(#380) Spaces must be used for alignment; tabs are not allowed
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Expected 2 space(s) before asterisk; 1 found
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 4 spaces, found 1
(#382) method name "nusoap_base::isArraySimpleOrStruct" must be in lower-case letters only
(#382) Visibility must be declared on method "isArraySimpleOrStruct"
(#383) Variable "keyList" must be all lower-case
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected 8 spaces, found 2
(#384) Variable "keyList" must be all lower-case
(#384) Variable "keyListValue" must be all lower-case
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 12 spaces, found 3
(#385) Variable "keyListValue" must be all lower-case
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 4
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 12 spaces, found 3
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 8 spaces, found 2
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 4 spaces, found 1
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 4 spaces, found 1
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Expected 2 space(s) before asterisk; 1 found
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Expected 2 space(s) before asterisk; 1 found
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Expected 2 space(s) before asterisk; 1 found
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Expected 2 space(s) before asterisk; 1 found
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Spaces must be used for alignment; tabs are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Expected 2 space(s) before asterisk; 1 found
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Expected 2 space(s) before asterisk; 1 found
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Expected 2 space(s) before asterisk; 1 found
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Expected 2 space(s) before asterisk; 1 found
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Expected 2 space(s) before asterisk; 1 found
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Expected 2 space(s) before asterisk; 1 found
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Expected 2 space(s) before asterisk; 1 found
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Expected 2 space(s) before asterisk; 1 found
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#405) Expected 2 space(s) before asterisk; 4 found
(#405) Spaces must be used for alignment; tabs are not allowed
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Expected 2 space(s) before asterisk; 1 found
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 4 spaces, found 1
(#407) Visibility must be declared on method "serialize_val"
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Variable "name_ns" must not contain underscores.
(#407) Commas (,) must be followed by white space.
(#407) Variable "type_ns" must not contain underscores.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#407) Line exceeds 132 characters; contains 133 characters
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 8 spaces, found 2
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 8 spaces, found 2
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 8 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 6
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 9
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 3
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 3
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 3
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 3
(#419) Closing brace indented incorrectly; expected 5 spaces, found 8
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Line indented incorrectly; expected at least 8 spaces, found 2
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 8 spaces, found 2
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 12 spaces, found 3
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 8 spaces, found 2
(#423) Usage of ELSEIF not allowed; use ELSE IF instead
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 12 spaces, found 3
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 2
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 8 spaces, found 2
(#428) Expected "if (...) {\n"; found "if(...){\n"
(#428) Variable "name_ns" must not contain underscores.
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 12 spaces, found 3
(#429) Commas (,) must be followed by white space.
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 12 spaces, found 3
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 3
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 8 spaces, found 2
(#432) Closing brace indented incorrectly; expected 8 spaces, found 2
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Line indented incorrectly; expected at least 8 spaces, found 2
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 8 spaces, found 2
(#434) Expected "if (...) {\n"; found "if(...){\n"
(#434) Variable "type_ns" must not contain underscores.
(#434) Variable "type_ns" must not contain underscores.
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Line indented incorrectly; expected at least 12 spaces, found 3
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Line indented incorrectly; expected at least 12 spaces, found 6
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 12 spaces, found 3
(#437) Variable "type_prefix" must not contain underscores.
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 2
(#438) Usage of ELSEIF not allowed; use ELSE IF instead
(#438) Variable "type_ns" must not contain underscores.
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 12 spaces, found 3
(#439) Variable "type_prefix" must not contain underscores.
(#439) Commas (,) must be followed by white space.
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#440) Variable "type_prefix" must not contain underscores.
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 8 spaces, found 2
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 8 spaces, found 2
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 8 spaces, found 2
(#444) Expected "if (...) {\n"; found "if(...){\n"
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 12 spaces, found 3
(#445) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 16 spaces, found 4
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 12 spaces, found 3
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 8 spaces, found 2
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 8 spaces, found 2
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 6
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 12 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Line indented incorrectly; expected at least 16 spaces, found 4
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 4
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 4
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 16 spaces, found 10
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 12 spaces, found 9
(#457) Closing brace indented incorrectly; expected 3 spaces, found 9
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 16 spaces, found 4
(#458) Variable "type_prefix" must not contain underscores.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 20 spaces, found 5
(#459) Variable "type_str" must not contain underscores.
(#459) Variable "type_prefix" must not contain underscores.
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 16 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 20 spaces, found 5
(#461) Variable "type_str" must not contain underscores.
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 16 spaces, found 4
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 16 spaces, found 4
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 16 spaces, found 4
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 16 spaces, found 10
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 12 spaces, found 9
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 8 spaces, found 2
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Expected "if (...) {\n"; found "if(...){\n"
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 12 spaces, found 6
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 12 spaces, found 9
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 16 spaces, found 10
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 20 spaces, found 11
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 16 spaces, found 10
(#474) Usage of ELSEIF not allowed; use ELSE IF instead
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 20 spaces, found 11
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 16 spaces, found 10
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 12 spaces, found 3
(#477) Closing brace indented incorrectly; expected 9 spaces, found 3
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 16 spaces, found 4
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 12 spaces, found 3
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 12 spaces, found 3
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 16 spaces, found 4
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 16 spaces, found 4
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 16 spaces, found 10
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 12 spaces, found 9
(#484) Closing brace indented incorrectly; expected 3 spaces, found 9
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 16 spaces, found 4
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 16 spaces, found 4
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 16 spaces, found 10
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 12 spaces, found 9
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) Line indented incorrectly; expected at least 8 spaces, found 2
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 8 spaces, found 2
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 8 spaces, found 2
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 12 spaces, found 3
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 16 spaces, found 7
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 16 spaces, found 10
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 20 spaces, found 11
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected 16 spaces, found 10
(#497) Usage of ELSEIF not allowed; use ELSE IF instead
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 20 spaces, found 11
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 16 spaces, found 10
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 16 spaces, found 4
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 20 spaces, found 5
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 16 spaces, found 4
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 20 spaces, found 5
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 16 spaces, found 4
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected 12 spaces, found 3
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 16 spaces, found 7
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 16 spaces, found 4
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 20 spaces, found 5
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 16 spaces, found 4
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 20 spaces, found 5
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 16 spaces, found 4
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 12 spaces, found 3
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 16 spaces, found 7
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected 16 spaces, found 4
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 20 spaces, found 5
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 16 spaces, found 4
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 20 spaces, found 5
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 16 spaces, found 4
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 12 spaces, found 3
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 16 spaces, found 7
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 16 spaces, found 4
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 16 spaces, found 4
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 20 spaces, found 5
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 16 spaces, found 4
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 20 spaces, found 5
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 16 spaces, found 4
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 12 spaces, found 3
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 16 spaces, found 7
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 16 spaces, found 7
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 20 spaces, found 8
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 20 spaces, found 11
(#535) Variable "pXml" must be all lower-case
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 20 spaces, found 5
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 20 spaces, found 5
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected 16 spaces, found 10
(#538) Closing brace indented incorrectly; expected 7 spaces, found 10
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 20 spaces, found 5
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 24 spaces, found 6
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 24 spaces, found 6
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 20 spaces, found 5
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 24 spaces, found 6
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 20 spaces, found 5
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 20 spaces, found 5
(#545) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 24 spaces, found 6
(#546) Variable "pXml" must be all lower-case
(#546) Variable "pXml" must be all lower-case
(#546) Variable "pXml" must be all lower-case
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Commas (,) must be followed by white space.
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#546) Line exceeds 132 characters; contains 151 characters
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 20 spaces, found 5
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 16 spaces, found 4
(#548) Closing brace indented incorrectly; expected 10 spaces, found 4
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 16 spaces, found 4
(#549) Expected "if (...) {\n"; found "if(...){\n"
(#549) Variable "type_prefix" must not contain underscores.
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 20 spaces, found 5
(#550) Variable "type_str" must not contain underscores.
(#550) Variable "type_prefix" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 16 spaces, found 4
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 20 spaces, found 5
(#552) Variable "type_str" must not contain underscores.
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected 16 spaces, found 4
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected 16 spaces, found 4
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 20 spaces, found 5
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected 16 spaces, found 4
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 20 spaces, found 5
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 16 spaces, found 4
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 12 spaces, found 3
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected 12 spaces, found 3
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Line indented incorrectly; expected at least 16 spaces, found 4
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 16 spaces, found 4
(#563) Variable "valueType" must be all lower-case
(#564) Expected "if (...) {\n"; found "if(...){\n"
(#564) Variable "valueType" must be all lower-case
(#564) Expected 1 space before "=="; 0 found
(#564) Expected 1 space after "=="; 0 found
(#564) Commas (,) must be followed by white space.
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 20 spaces, found 8
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 20 spaces, found 5
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected 20 spaces, found 5
(#567) Expected "if (...) {\n"; found "if(...){\n"
(#567) Expected 1 space before ">"; 0 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected 24 spaces, found 6
(#568) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 28 spaces, found 22
(#569) Expected "if (...) {\n"; found "if(...){\n"
(#569) Expected 1 space after "=="; 2 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 32 spaces, found 8
(#570) Variable "tt_ns" must not contain underscores.
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 32 spaces, found 8
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 28 spaces, found 7
(#572) Closing brace indented incorrectly; expected 22 spaces, found 7
(#572) Usage of ELSEIF not allowed; use ELSE IF instead
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 32 spaces, found 8
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 28 spaces, found 7
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 32 spaces, found 8
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 28 spaces, found 25
(#576) Closing brace indented incorrectly; expected 7 spaces, found 25
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 28 spaces, found 7
(#577) Variable "array_types" must not contain underscores.
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Line indented incorrectly; expected at least 28 spaces, found 7
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 28 spaces, found 7
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#579) Commas (,) must be followed by white space.
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 28 spaces, found 7
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 24 spaces, found 6
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected 24 spaces, found 6
(#582) Expected "if (...) {\n"; found "if(...){\n"
(#582) Variable "array_types" must not contain underscores.
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 28 spaces, found 7
(#583) Variable "array_typename" must not contain underscores.
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 24 spaces, found 6
(#584) Usage of ELSEIF not allowed; use ELSE IF instead
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 28 spaces, found 7
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 32 spaces, found 8
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 28 spaces, found 7
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 28 spaces, found 7
(#588) Variable "array_typename" must not contain underscores.
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected 24 spaces, found 6
(#589) Usage of ELSEIF not allowed; use ELSE IF instead
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 28 spaces, found 7
(#590) Variable "array_typename" must not contain underscores.
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 24 spaces, found 6
(#591) Usage of ELSEIF not allowed; use ELSE IF instead
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 28 spaces, found 7
(#592) Variable "array_typename" must not contain underscores.
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 24 spaces, found 6
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Inline comments must start with a capital letter, digit or 3-dots sequence
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) Line indented incorrectly; expected at least 28 spaces, found 7
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected 28 spaces, found 7
(#595) Expected "if (...) {\n"; found "if (...){\n"
(#595) Variable "tt_ns" must not contain underscores.
(#595) Variable "tt_ns" must not contain underscores.
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 32 spaces, found 9
(#596) Variable "array_typename" must not contain underscores.
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 28 spaces, found 7
(#597) Usage of ELSEIF not allowed; use ELSE IF instead
(#597) Variable "tt_ns" must not contain underscores.
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 32 spaces, found 8
(#598) Variable "tt_prefix" must not contain underscores.
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 32 spaces, found 8
(#599) Variable "array_typename" must not contain underscores.
(#599) Variable "tt_prefix" must not contain underscores.
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 32 spaces, found 8
(#600) Variable "tt_prefix" must not contain underscores.
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 28 spaces, found 7
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 32 spaces, found 8
(#602) Variable "array_typename" must not contain underscores.
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected 28 spaces, found 7
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 24 spaces, found 6
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 24 spaces, found 6
(#605) Variable "array_type" must not contain underscores.
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 24 spaces, found 6
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 28 spaces, found 7
(#607) Variable "type_str" must not contain underscores.
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 24 spaces, found 6
(#608) Variable "type_prefix" must not contain underscores.
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 28 spaces, found 7
(#609) Variable "type_str" must not contain underscores.
(#609) Variable "type_prefix" must not contain underscores.
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 24 spaces, found 6
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 28 spaces, found 7
(#611) Variable "type_str" must not contain underscores.
(#611) Variable "array_typename" must not contain underscores.
(#611) Variable "array_type" must not contain underscores.
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 24 spaces, found 6
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#613) Inline comments must end in full-stops, exclamation marks, or question marks
(#613) This comment is 50% valid code; is this commented out code?
(#613) Line indented incorrectly; expected at least 24 spaces, found 5
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected 20 spaces, found 5
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 24 spaces, found 6
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 28 spaces, found 7
(#616) Variable "type_str" must not contain underscores.
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 24 spaces, found 6
(#617) Variable "type_prefix" must not contain underscores.
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 28 spaces, found 7
(#618) Variable "type_str" must not contain underscores.
(#618) Variable "type_prefix" must not contain underscores.
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected 24 spaces, found 6
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 28 spaces, found 7
(#620) Variable "type_str" must not contain underscores.
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 24 spaces, found 6
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 20 spaces, found 5
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Inline comments must end in full-stops, exclamation marks, or question marks
(#623) Line indented incorrectly; expected at least 20 spaces, found 5
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 20 spaces, found 5
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 16 spaces, found 4
(#625) Closing brace indented incorrectly; expected 16 spaces, found 4
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Line indented incorrectly; expected at least 20 spaces, found 5
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 20 spaces, found 8
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 20 spaces, found 5
(#628) Expected "if (...) {\n"; found "if(...){\n"
(#628) Variable "type_prefix" must not contain underscores.
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 24 spaces, found 6
(#629) Variable "type_str" must not contain underscores.
(#629) Variable "type_prefix" must not contain underscores.
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 20 spaces, found 5
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 24 spaces, found 6
(#631) Variable "type_str" must not contain underscores.
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 20 spaces, found 5
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 20 spaces, found 5
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 24 spaces, found 6
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected 20 spaces, found 5
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 24 spaces, found 6
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 20 spaces, found 5
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 20 spaces, found 5
(#638) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) Line indented incorrectly; expected at least 24 spaces, found 6
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected 24 spaces, found 6
(#640) Variable "type_ns" must not contain underscores.
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 28 spaces, found 7
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 28 spaces, found 7
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 28 spaces, found 7
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#643) Commas (,) must be followed by white space.
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 28 spaces, found 7
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 24 spaces, found 6
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 28 spaces, found 7
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 24 spaces, found 6
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 20 spaces, found 5
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 20 spaces, found 5
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected 16 spaces, found 4
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected 12 spaces, found 3
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 16 spaces, found 7
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 16 spaces, found 4
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected 8 spaces, found 2
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 8 spaces, found 2
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 8 spaces, found 2
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 4 spaces, found 1
(#662) Expected 5 space(s) before asterisk; 4 found
(#663) Expected 5 space(s) before asterisk; 4 found
(#664) Expected 5 space(s) before asterisk; 4 found
(#665) Expected 5 space(s) before asterisk; 4 found
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#665) Line exceeds 132 characters; contains 143 characters
(#666) Expected 5 space(s) before asterisk; 4 found
(#667) Expected 5 space(s) before asterisk; 4 found
(#668) Expected 5 space(s) before asterisk; 4 found
(#669) Expected 5 space(s) before asterisk; 4 found
(#670) Expected 5 space(s) before asterisk; 4 found
(#671) Expected 5 space(s) before asterisk; 4 found
(#672) Expected 5 space(s) before asterisk; 4 found
(#673) method name "nusoap_base::serializeEnvelope" must be in lower-case letters only
(#673) Visibility must be declared on method "serializeEnvelope"
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Commas (,) must be followed by white space.
(#673) Variable "encodingStyle" must be all lower-case
(#673) Expected 1 space after closing parenthesis; found 0
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#673) Line exceeds 132 characters; contains 160 characters
(#674) Line indented incorrectly; expected at least 8 spaces, found 4
(#675) Line indented incorrectly; expected at least 8 spaces, found 4
(#676) Inline comments must end in full-stops, exclamation marks, or question marks
(#676) Line indented incorrectly; expected at least 8 spaces, found 4
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 8 spaces, found 1
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#678) Line exceeds 132 characters; contains 176 characters
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 8 spaces, found 1
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 8 spaces, found 1
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected at least 8 spaces, found 1
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 8 spaces, found 1
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#684) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) Line indented incorrectly; expected at least 8 spaces, found 1
(#685) Line indented incorrectly; expected at least 8 spaces, found 4
(#685) Variable "ns_string" must not contain underscores.
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 8 spaces, found 1
(#686) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#686) Commas (,) must be followed by white space.
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 12 spaces, found 2
(#687) Variable "ns_string" must not contain underscores.
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected 8 spaces, found 1
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected 8 spaces, found 1
(#689) Expected "if (...) {\n"; found "if(...) {\n"
(#689) Variable "encodingStyle" must be all lower-case
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 12 spaces, found 2
(#690) Variable "ns_string" must not contain underscores.
(#690) Variable "encodingStyle" must be all lower-case
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected 8 spaces, found 1
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Line indented incorrectly; expected at least 8 spaces, found 1
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected 8 spaces, found 1
(#694) Expected "if (...) {\n"; found "if(...){\n"
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected 12 spaces, found 2
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected at least 16 spaces, found 3
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected 16 spaces, found 3
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected 20 spaces, found 4
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 24 spaces, found 5
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected 20 spaces, found 4
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 24 spaces, found 5
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 20 spaces, found 4
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected 16 spaces, found 3
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected at least 16 spaces, found 3
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected at least 16 spaces, found 3
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected 12 spaces, found 2
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 12 spaces, found 2
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 8 spaces, found 1
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Line indented incorrectly; expected at least 8 spaces, found 1
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 8 spaces, found 1
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 8 spaces, found 1
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 1
(#712) Variable "ns_string" must not contain underscores.
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 8 spaces, found 1
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 8 spaces, found 1
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 8 spaces, found 2
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 8 spaces, found 1
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 1
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 4 spaces, found 1
(#721) Spaces must be used for alignment; tabs are not allowed
(#722) Spaces must be used for alignment; tabs are not allowed
(#723) Spaces must be used for alignment; tabs are not allowed
(#724) Spaces must be used for alignment; tabs are not allowed
(#725) Spaces must be used for alignment; tabs are not allowed
(#726) Spaces must be used for alignment; tabs are not allowed
(#727) Spaces must be used for alignment; tabs are not allowed
(#728) method name "nusoap_base::formatDump" must be in lower-case letters only
(#728) Visibility must be declared on method "formatDump"
(#728) Expected 1 space after closing parenthesis; found 0
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 8 spaces, found 2
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 2
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 4 spaces, found 1
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Expected 2 space(s) before asterisk; 1 found
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Expected 2 space(s) before asterisk; 1 found
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Expected 2 space(s) before asterisk; 1 found
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Expected 2 space(s) before asterisk; 1 found
(#737) Spaces must be used for alignment; tabs are not allowed
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Expected 2 space(s) before asterisk; 1 found
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Expected 2 space(s) before asterisk; 1 found
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected 4 spaces, found 1
(#740) method name "nusoap_base::contractQname" must be in lower-case letters only
(#740) Visibility must be declared on method "contractQname"
(#740) Expected 1 space after closing parenthesis; found 0
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) This comment is 86% valid code; is this commented out code?
(#742) Line indented incorrectly; expected at least 8 spaces, found 2
(#742) No space found before comment text; expected "// $this->xdebug("Contract $qname");" but found "//$this->xdebug("Contract $qname");"
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected 8 spaces, found 2
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) Line indented incorrectly; expected at least 12 spaces, found 3
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 12 spaces, found 3
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Inline comments must start with a capital letter, digit or 3-dots sequence
(#746) Inline comments must end in full-stops, exclamation marks, or question marks
(#746) Line indented incorrectly; expected at least 12 spaces, found 3
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 12 spaces, found 3
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 12 spaces, found 3
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 12 spaces, found 3
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 16 spaces, found 4
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 12 spaces, found 3
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 3
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 8 spaces, found 2
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 3
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected 8 spaces, found 2
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected 4 spaces, found 1
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 4 spaces, found 1
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Expected 2 space(s) before asterisk; 1 found
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Expected 2 space(s) before asterisk; 1 found
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Expected 2 space(s) before asterisk; 1 found
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Expected 2 space(s) before asterisk; 1 found
(#762) Spaces must be used for alignment; tabs are not allowed
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Expected 2 space(s) before asterisk; 1 found
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Expected 2 space(s) before asterisk; 1 found
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 4 spaces, found 1
(#765) method name "nusoap_base::expandQname" must be in lower-case letters only
(#765) Visibility must be declared on method "expandQname"
(#765) Expected 1 space after closing parenthesis; found 0
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Line indented incorrectly; expected at least 8 spaces, found 2
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 8 spaces, found 2
(#767) Expected "if (...) {\n"; found "if(...){\n"
(#767) Commas (,) must be followed by white space.
(#767) Commas (,) must be followed by white space.
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Commas (,) must be followed by white space.
(#769) Commas (,) must be followed by white space.
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Inline comments must start with a capital letter, digit or 3-dots sequence
(#770) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Commas (,) must be followed by white space.
(#771) Commas (,) must be followed by white space.
(#771) Commas (,) must be followed by white space.
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected 12 spaces, found 3
(#772) Expected "if (...) {\n"; found "if(...){\n"
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 16 spaces, found 4
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected 12 spaces, found 3
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 16 spaces, found 4
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 12 spaces, found 3
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected 8 spaces, found 2
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 12 spaces, found 3
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected 8 spaces, found 2
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 4 spaces, found 1
(#783) Expected 5 space(s) before asterisk; 4 found
(#784) Expected 5 space(s) before asterisk; 4 found
(#785) Expected 5 space(s) before asterisk; 4 found
(#786) Expected 5 space(s) before asterisk; 4 found
(#787) Expected 5 space(s) before asterisk; 4 found
(#788) Expected 5 space(s) before asterisk; 4 found
(#789) Expected 5 space(s) before asterisk; 4 found
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected 4 spaces, found 1
(#790) method name "nusoap_base::getLocalPart" must be in lower-case letters only
(#790) Visibility must be declared on method "getLocalPart"
(#790) Expected 1 space after closing parenthesis; found 0
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected 8 spaces, found 2
(#791) Expected "if (...) {\n"; found "if(...){\n"
(#791) Commas (,) must be followed by white space.
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#792) Line indented incorrectly; expected at least 12 spaces, found 3
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 12 spaces, found 3
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected 8 spaces, found 2
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 12 spaces, found 3
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected 8 spaces, found 2
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 4 spaces, found 1
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 4 spaces, found 1
(#800) Expected 2 space(s) before asterisk; 4 found
(#801) Expected 2 space(s) before asterisk; 4 found
(#802) Expected 2 space(s) before asterisk; 4 found
(#803) Expected 2 space(s) before asterisk; 4 found
(#804) Expected 2 space(s) before asterisk; 4 found
(#805) Expected 2 space(s) before asterisk; 4 found
(#806) Expected 2 space(s) before asterisk; 4 found
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected 4 spaces, found 1
(#807) method name "nusoap_base::getPrefix" must be in lower-case letters only
(#807) Visibility must be declared on method "getPrefix"
(#807) Expected 1 space after closing parenthesis; found 0
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected 8 spaces, found 2
(#808) Expected "if (...) {\n"; found "if(...){\n"
(#808) Commas (,) must be followed by white space.
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Inline comments must end in full-stops, exclamation marks, or question marks
(#809) Line indented incorrectly; expected at least 12 spaces, found 3
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 12 spaces, found 3
(#810) Commas (,) must be followed by white space.
(#810) Commas (,) must be followed by white space.
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected 8 spaces, found 2
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 8 spaces, found 2
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected 4 spaces, found 1
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 4 spaces, found 1
(#816) Expected 2 space(s) before asterisk; 4 found
(#817) Expected 2 space(s) before asterisk; 4 found
(#818) Expected 2 space(s) before asterisk; 4 found
(#819) Expected 2 space(s) before asterisk; 4 found
(#820) Expected 2 space(s) before asterisk; 4 found
(#821) Expected 2 space(s) before asterisk; 4 found
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected 4 spaces, found 1
(#822) method name "nusoap_base::getNamespaceFromPrefix" must be in lower-case letters only
(#822) Visibility must be declared on method "getNamespaceFromPrefix"
(#822) Expected 1 space after closing parenthesis; found 0
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Line indented incorrectly; expected 8 spaces, found 2
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected at least 12 spaces, found 3
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 8 spaces, found 2
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#826) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) This comment is 86% valid code; is this commented out code?
(#826) Line indented incorrectly; expected at least 8 spaces, found 2
(#826) No space found before comment text; expected "// $this->setError("No namespace registered for prefix '$prefix'");" but found "//$this->setError("No namespace registered for prefix '$prefix'");"
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected at least 8 spaces, found 2
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected 4 spaces, found 1
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected at least 4 spaces, found 1
(#831) Expected 2 space(s) before asterisk; 4 found
(#832) Expected 2 space(s) before asterisk; 4 found
(#833) Expected 2 space(s) before asterisk; 4 found
(#834) Expected 2 space(s) before asterisk; 4 found
(#835) Expected 2 space(s) before asterisk; 4 found
(#836) Expected 2 space(s) before asterisk; 4 found
(#837) Expected 2 space(s) before asterisk; 4 found
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 4 spaces, found 1
(#838) method name "nusoap_base::getPrefixFromNamespace" must be in lower-case letters only
(#838) Visibility must be declared on method "getPrefixFromNamespace"
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected 8 spaces, found 2
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected 12 spaces, found 3
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 16 spaces, found 7
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Line indented incorrectly; expected at least 16 spaces, found 4
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected 12 spaces, found 3
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected 8 spaces, found 2
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 8 spaces, found 2
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected 4 spaces, found 1
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 4 spaces, found 1
(#849) Expected 2 space(s) before asterisk; 4 found
(#850) Expected 2 space(s) before asterisk; 4 found
(#851) Expected 2 space(s) before asterisk; 4 found
(#852) Expected 2 space(s) before asterisk; 4 found
(#853) Expected 2 space(s) before asterisk; 4 found
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected 4 spaces, found 1
(#854) Visibility must be declared on method "getmicrotime"
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 8 spaces, found 2
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 12 spaces, found 3
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 12 spaces, found 3
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 12 spaces, found 3
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected 8 spaces, found 2
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 12 spaces, found 3
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected at least 12 spaces, found 3
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 8 spaces, found 2
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 8 spaces, found 2
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected 4 spaces, found 1
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected at least 4 spaces, found 1
(#867) Spaces must be used for alignment; tabs are not allowed
(#868) Spaces must be used for alignment; tabs are not allowed
(#869) Spaces must be used for alignment; tabs are not allowed
(#870) Spaces must be used for alignment; tabs are not allowed
(#871) Spaces must be used for alignment; tabs are not allowed
(#872) Spaces must be used for alignment; tabs are not allowed
(#873) method name "nusoap_base::varDump" must be in lower-case letters only
(#873) Visibility must be declared on method "varDump"
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected at least 8 spaces, found 2
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 8 spaces, found 2
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 8 spaces, found 2
(#876) Variable "ret_val" must not contain underscores.
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected at least 8 spaces, found 2
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 8 spaces, found 2
(#878) Variable "ret_val" must not contain underscores.
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected 4 spaces, found 1
(#879) Closing brace indented incorrectly; expected 4 spaces, found 1
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected at least 4 spaces, found 1
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Expected 2 space(s) before asterisk; 1 found
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Expected 2 space(s) before asterisk; 1 found
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Expected 2 space(s) before asterisk; 1 found
(#884) Spaces must be used for alignment; tabs are not allowed
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Expected 2 space(s) before asterisk; 1 found
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Expected 2 space(s) before asterisk; 1 found
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected 4 spaces, found 1
(#887) Visibility must be declared on method "__toString"
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected at least 8 spaces, found 2
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected 4 spaces, found 1
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) No space found before comment text; expected "// xsd:dateTime helpers" but found "//xsd:dateTime helpers"
(#897) Expected 1 space(s) before asterisk; 0 found
(#898) Expected 1 space(s) before asterisk; 0 found
(#899) Expected 1 space(s) before asterisk; 0 found
(#900) Expected 1 space(s) before asterisk; 0 found
(#900) Spaces must be used for alignment; tabs are not allowed
(#901) Expected 1 space(s) before asterisk; 0 found
(#901) Spaces must be used for alignment; tabs are not allowed
(#902) Expected 1 space(s) before asterisk; 0 found
(#903) Expected 1 space(s) before asterisk; 0 found
(#904) Commas (,) must be followed by white space.
(#904) Expected 1 space after closing parenthesis; found 0
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 4 spaces, found 1
(#905) Commas (,) must be followed by white space.
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 4 spaces, found 1
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 4 spaces, found 1
(#907) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 8 spaces, found 2
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 4 spaces, found 1
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 4 spaces, found 1
(#910) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected 8 spaces, found 2
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 12 spaces, found 3
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 8 spaces, found 2
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected 4 spaces, found 1
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected 4 spaces, found 1
(#915) Expected "if (...) {\n"; found "if(...){\n"
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 8 spaces, found 2
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 8 spaces, found 2
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 8 spaces, found 2
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 8 spaces, found 2
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 8 spaces, found 2
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected at least 8 spaces, found 2
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 8 spaces, found 2
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected at least 8 spaces, found 2
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected at least 8 spaces, found 2
(#924) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected at least 8 spaces, found 2
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected 8 spaces, found 2
(#927) Expected "if (...) {\n"; found "if(...){\n"
(#927) Commas (,) must be followed by white space.
(#927) Commas (,) must be followed by white space.
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected at least 12 spaces, found 3
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#928) Commas (,) must be followed by white space.
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 8 spaces, found 2
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 8 spaces, found 2
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Line indented incorrectly; expected 4 spaces, found 1
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 8 spaces, found 2
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected 4 spaces, found 1
(#937) Expected 1 space(s) before asterisk; 0 found
(#938) Expected 1 space(s) before asterisk; 0 found
(#939) Expected 1 space(s) before asterisk; 0 found
(#940) Expected 1 space(s) before asterisk; 0 found
(#940) Spaces must be used for alignment; tabs are not allowed
(#941) Expected 1 space(s) before asterisk; 0 found
(#942) Expected 1 space(s) before asterisk; 0 found
(#943) Expected 1 space after closing parenthesis; found 0
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 4 spaces, found 1
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected at least 4 spaces, found 1
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 4 spaces, found 1
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected at least 4 spaces, found 1
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected at least 4 spaces, found 1
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected at least 4 spaces, found 1
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 4 spaces, found 1
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected at least 4 spaces, found 1
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Line indented incorrectly; expected at least 4 spaces, found 1
(#952) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected at least 4 spaces, found 1
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected 4 spaces, found 1
(#954) Expected "if (...) {\n"; found "if(...){\n"
(#954) Commas (,) must be followed by white space.
(#954) Commas (,) must be followed by white space.
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#955) Line indented incorrectly; expected at least 8 spaces, found 2
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected 8 spaces, found 2
(#956) Expected "if (...) {\n"; found "if(...){\n"
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected at least 12 spaces, found 3
(#957) Commas (,) must be followed by white space.
(#957) Commas (,) must be followed by white space.
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 12 spaces, found 3
(#958) Commas (,) must be followed by white space.
(#958) Commas (,) must be followed by white space.
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected at least 12 spaces, found 3
(#959) Commas (,) must be followed by white space.
(#959) Expected 1 space before "-"; 0 found
(#959) Expected 1 space after "-"; 0 found
(#959) Commas (,) must be followed by white space.
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 12 spaces, found 3
(#960) Expected "if (...) {\n"; found "if(...){\n"
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 16 spaces, found 4
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 16 spaces, found 4
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected 12 spaces, found 3
(#963) Usage of ELSEIF not allowed; use ELSE IF instead
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 16 spaces, found 4
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected at least 16 spaces, found 4
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected 12 spaces, found 3
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 8 spaces, found 2
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 8 spaces, found 2
(#969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) This comment is 63% valid code; is this commented out code?
(#969) Line indented incorrectly; expected at least 8 spaces, found 0
(#969) Tab found before comment text; expected "// return strtotime("$regs[1]-$regs[2]-$regs[3] $regs[4]:$regs[5]:$regs[6]Z");" but found "// return strtotime("$regs[1]-$regs[2]-$regs[3] $regs[4]:$regs[5]:$regs[6]Z");"
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 4 spaces, found 1
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 8 spaces, found 2
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 4 spaces, found 1
(#976) Expected 1 space(s) before asterisk; 0 found
(#977) Expected 1 space(s) before asterisk; 0 found
(#978) Expected 1 space(s) before asterisk; 0 found
(#979) Expected 1 space(s) before asterisk; 0 found
(#980) Expected 1 space(s) before asterisk; 0 found
(#981) Expected 1 space(s) before asterisk; 0 found
(#982) function name "usleepWindows" must be lower-case letters only
(#983) Opening brace should be on the same line as the declaration
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 4 spaces, found 1
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Whitespace found at end of line
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected 4 spaces, found 1
(#986) Expected "do {\n...} while (...);\n"; found "do\n\t{\n...}\n\twhile (...);\n"
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 4 spaces, found 1
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected at least 8 spaces, found 2
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected at least 8 spaces, found 2
(#989) Variable "timePassed" must be all lower-case
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected at least 8 spaces, found 2
(#990) Expected 1 space before "+"; newline found
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected 4 spaces, found 1
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 4 spaces, found 1
(#992) Variable "timePassed" must be all lower-case
(#1000) Expected 1 space(s) before asterisk; 0 found
(#1001) Expected 1 space(s) before asterisk; 0 found
(#1002) Expected 1 space(s) before asterisk; 0 found
(#1003) Expected 1 space(s) before asterisk; 0 found
(#1004) Expected 1 space(s) before asterisk; 0 found
(#1005) Expected 1 space(s) before asterisk; 0 found
(#1006) Expected 1 space(s) before asterisk; 0 found
(#1007) Duplicate class name "nusoap_fault" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_fault.php on line 14
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Line indented incorrectly; expected at least 4 spaces, found 1
(#1008) Inline doc block comments are not allowed; use "// Comment." instead
(#1009) Spaces must be used for alignment; tabs are not allowed
(#1010) Spaces must be used for alignment; tabs are not allowed
(#1011) Spaces must be used for alignment; tabs are not allowed
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1013) Spaces must be used for alignment; tabs are not allowed
(#1013) Tab found within whitespace
(#1013) Line indented incorrectly; expected at least 4 spaces, found 1
(#1013) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1013) Scope modifier not specified for member variable "$faultcode"
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Line indented incorrectly; expected at least 4 spaces, found 1
(#1014) Inline doc block comments are not allowed; use "// Comment." instead
(#1015) Spaces must be used for alignment; tabs are not allowed
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1018) Spaces must be used for alignment; tabs are not allowed
(#1019) Spaces must be used for alignment; tabs are not allowed
(#1019) Tab found within whitespace
(#1019) Line indented incorrectly; expected at least 4 spaces, found 1
(#1019) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1019) Scope modifier not specified for member variable "$faultactor"
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected at least 4 spaces, found 1
(#1020) Inline doc block comments are not allowed; use "// Comment." instead
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1025) Tab found within whitespace
(#1025) Line indented incorrectly; expected at least 4 spaces, found 1
(#1025) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1025) Scope modifier not specified for member variable "$faultstring"
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1026) Tab found within whitespace
(#1026) Line indented incorrectly; expected at least 4 spaces, found 1
(#1026) Inline doc block comments are not allowed; use "// Comment." instead
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1030) Spaces must be used for alignment; tabs are not allowed
(#1031) Spaces must be used for alignment; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Line indented incorrectly; expected at least 4 spaces, found 1
(#1031) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1031) Scope modifier not specified for member variable "$faultdetail"
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Line indented incorrectly; expected at least 4 spaces, found 1
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Expected 2 space(s) before asterisk; 1 found
(#1035) Expected 2 space(s) before asterisk; 4 found
(#1036) Expected 2 space(s) before asterisk; 4 found
(#1037) Expected 2 space(s) before asterisk; 4 found
(#1038) Expected 2 space(s) before asterisk; 4 found
(#1039) Expected 2 space(s) before asterisk; 4 found
(#1040) Spaces must be used for alignment; tabs are not allowed
(#1040) Expected 2 space(s) before asterisk; 1 found
(#1041) Spaces must be used for alignment; tabs are not allowed
(#1041) Tab found within whitespace
(#1041) Line indented incorrectly; expected 4 spaces, found 1
(#1041) PHP4 style constructors are not allowed; use "__construct()" instead
(#1041) Visibility must be declared on method "nusoap_fault"
(#1041) Commas (,) must be followed by white space.
(#1041) Commas (,) must be followed by white space.
(#1041) Commas (,) must be followed by white space.
(#1041) Expected 1 space after closing parenthesis; found 0
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Line indented incorrectly; expected at least 8 spaces, found 2
(#1042) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#1043) Spaces must be used for alignment; tabs are not allowed
(#1043) Tab found within whitespace
(#1043) Line indented incorrectly; expected at least 8 spaces, found 2
(#1044) Spaces must be used for alignment; tabs are not allowed
(#1044) Tab found within whitespace
(#1044) Line indented incorrectly; expected at least 8 spaces, found 2
(#1045) Spaces must be used for alignment; tabs are not allowed
(#1045) Tab found within whitespace
(#1045) Line indented incorrectly; expected at least 8 spaces, found 2
(#1046) Spaces must be used for alignment; tabs are not allowed
(#1046) Tab found within whitespace
(#1046) Line indented incorrectly; expected at least 8 spaces, found 2
(#1047) Spaces must be used for alignment; tabs are not allowed
(#1047) Tab found within whitespace
(#1047) Line indented incorrectly; expected 4 spaces, found 1
(#1049) Spaces must be used for alignment; tabs are not allowed
(#1049) Tab found within whitespace
(#1049) Line indented incorrectly; expected at least 4 spaces, found 1
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Expected 2 space(s) before asterisk; 1 found
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Expected 2 space(s) before asterisk; 1 found
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Expected 2 space(s) before asterisk; 1 found
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Expected 2 space(s) before asterisk; 1 found
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Expected 2 space(s) before asterisk; 1 found
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected 4 spaces, found 1
(#1055) Visibility must be declared on method "serialize"
(#1055) Expected 1 space after closing parenthesis; found 0
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Line indented incorrectly; expected at least 8 spaces, found 2
(#1056) Variable "ns_string" must not contain underscores.
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Line indented incorrectly; expected 8 spaces, found 2
(#1057) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Line indented incorrectly; expected at least 12 spaces, found 3
(#1058) Variable "ns_string" must not contain underscores.
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected 8 spaces, found 2
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Line indented incorrectly; expected at least 8 spaces, found 2
(#1060) Variable "return_msg" must not contain underscores.
(#1060) Expected 1 space after "="; newline found
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Line indented incorrectly; expected at least 8 spaces, found 3
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Line indented incorrectly; expected at least 8 spaces, found 3
(#1062) Variable "ns_string" must not contain underscores.
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Line indented incorrectly; expected at least 8 spaces, found 4
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Line indented incorrectly; expected at least 8 spaces, found 4
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line indented incorrectly; expected at least 8 spaces, found 5
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected at least 8 spaces, found 5
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected at least 8 spaces, found 5
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected at least 8 spaces, found 5
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Line indented incorrectly; expected at least 8 spaces, found 4
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected at least 8 spaces, found 4
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected at least 8 spaces, found 3
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected at least 8 spaces, found 2
(#1072) Variable "return_msg" must not contain underscores.
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected 4 spaces, found 1
(#1079) Duplicate class name "soap_fault" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_fault.php on line 86
(#1087) Expected 1 space(s) before asterisk; 0 found
(#1088) Expected 1 space(s) before asterisk; 0 found
(#1089) Expected 1 space(s) before asterisk; 0 found
(#1090) Expected 1 space(s) before asterisk; 0 found
(#1091) Expected 1 space(s) before asterisk; 0 found
(#1092) Expected 1 space(s) before asterisk; 0 found
(#1093) Expected 1 space(s) before asterisk; 0 found
(#1094) Expected 1 space(s) before asterisk; 0 found
(#1095) Duplicate class name "nusoap_xmlschema" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.xmlschema.php on line 15
(#1096) Spaces must be used for alignment; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Whitespace found at end of line
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1097) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) Line indented incorrectly; expected at least 4 spaces, found 1
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Line indented incorrectly; expected at least 4 spaces, found 1
(#1098) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1098) Scope modifier not specified for member variable "$schema"
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Line indented incorrectly; expected at least 4 spaces, found 1
(#1099) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1099) Scope modifier not specified for member variable "$xml"
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) Inline comments must end in full-stops, exclamation marks, or question marks
(#1100) Line indented incorrectly; expected at least 4 spaces, found 1
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Line indented incorrectly; expected at least 4 spaces, found 1
(#1101) Member variable "enclosingNamespaces" must be all lower-case
(#1101) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1101) Scope modifier not specified for member variable "$enclosingNamespaces"
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1102) Inline comments must end in full-stops, exclamation marks, or question marks
(#1102) Line indented incorrectly; expected at least 4 spaces, found 1
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected at least 4 spaces, found 1
(#1103) Member variable "schemaInfo" must be all lower-case
(#1103) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1103) Scope modifier not specified for member variable "$schemaInfo"
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Line indented incorrectly; expected at least 4 spaces, found 1
(#1104) Member variable "schemaTargetNamespace" must be all lower-case
(#1104) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1104) Scope modifier not specified for member variable "$schemaTargetNamespace"
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1105) Inline comments must end in full-stops, exclamation marks, or question marks
(#1105) Line indented incorrectly; expected at least 4 spaces, found 1
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Line indented incorrectly; expected at least 4 spaces, found 1
(#1106) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1106) Scope modifier not specified for member variable "$attributes"
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Line indented incorrectly; expected at least 4 spaces, found 1
(#1107) Member variable "complexTypes" must be all lower-case
(#1107) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1107) Scope modifier not specified for member variable "$complexTypes"
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Line indented incorrectly; expected at least 4 spaces, found 1
(#1108) Member variable "complexTypeStack" must be all lower-case
(#1108) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1108) Scope modifier not specified for member variable "$complexTypeStack"
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected at least 4 spaces, found 1
(#1109) Member variable "currentComplexType" must be all lower-case
(#1109) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1109) Scope modifier not specified for member variable "$currentComplexType"
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Line indented incorrectly; expected at least 4 spaces, found 1
(#1110) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1110) Scope modifier not specified for member variable "$elements"
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Line indented incorrectly; expected at least 4 spaces, found 1
(#1111) Member variable "elementStack" must be all lower-case
(#1111) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1111) Scope modifier not specified for member variable "$elementStack"
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Line indented incorrectly; expected at least 4 spaces, found 1
(#1112) Member variable "currentElement" must be all lower-case
(#1112) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1112) Scope modifier not specified for member variable "$currentElement"
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected at least 4 spaces, found 1
(#1113) Member variable "simpleTypes" must be all lower-case
(#1113) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1113) Scope modifier not specified for member variable "$simpleTypes"
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected at least 4 spaces, found 1
(#1114) Member variable "simpleTypeStack" must be all lower-case
(#1114) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1114) Scope modifier not specified for member variable "$simpleTypeStack"
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Line indented incorrectly; expected at least 4 spaces, found 1
(#1115) Member variable "currentSimpleType" must be all lower-case
(#1115) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1115) Scope modifier not specified for member variable "$currentSimpleType"
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1116) Inline comments must end in full-stops, exclamation marks, or question marks
(#1116) Line indented incorrectly; expected at least 4 spaces, found 1
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected at least 4 spaces, found 1
(#1117) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1117) Scope modifier not specified for member variable "$imports"
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) Line indented incorrectly; expected at least 4 spaces, found 1
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Line indented incorrectly; expected at least 4 spaces, found 1
(#1119) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1119) Scope modifier not specified for member variable "$parser"
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Line indented incorrectly; expected at least 4 spaces, found 1
(#1120) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1120) Scope modifier not specified for member variable "$position"
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected at least 4 spaces, found 1
(#1121) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1121) Scope modifier not specified for member variable "$depth"
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected at least 4 spaces, found 1
(#1122) Member variable "depth_array" must not contain underscores.
(#1122) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1122) Scope modifier not specified for member variable "$depth_array"
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected at least 4 spaces, found 1
(#1123) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1123) Scope modifier not specified for member variable "$message"
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected at least 4 spaces, found 1
(#1124) Member variable "defaultNamespace" must be all lower-case
(#1124) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1124) Scope modifier not specified for member variable "$defaultNamespace"
(#1125) Whitespace found at end of line
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected at least 4 spaces, found 1
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Expected 2 space(s) before asterisk; 1 found
(#1128) Spaces must be used for alignment; tabs are not allowed
(#1128) Expected 2 space(s) before asterisk; 1 found
(#1129) Spaces must be used for alignment; tabs are not allowed
(#1129) Expected 2 space(s) before asterisk; 1 found
(#1130) Spaces must be used for alignment; tabs are not allowed
(#1130) Expected 2 space(s) before asterisk; 1 found
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1131) Expected 2 space(s) before asterisk; 1 found
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Expected 2 space(s) before asterisk; 1 found
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Expected 2 space(s) before asterisk; 1 found
(#1134) Spaces must be used for alignment; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Line indented incorrectly; expected 4 spaces, found 1
(#1134) PHP4 style constructors are not allowed; use "__construct()" instead
(#1134) Visibility must be declared on method "nusoap_xmlschema"
(#1134) Commas (,) must be followed by white space.
(#1134) Commas (,) must be followed by white space.
(#1134) Expected 1 space after closing parenthesis; found 0
(#1135) Spaces must be used for alignment; tabs are not allowed
(#1135) Tab found within whitespace
(#1135) Line indented incorrectly; expected at least 8 spaces, found 2
(#1135) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected at least 8 spaces, found 2
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1137) Inline comments must end in full-stops, exclamation marks, or question marks
(#1137) Line indented incorrectly; expected at least 8 spaces, found 2
(#1138) Spaces must be used for alignment; tabs are not allowed
(#1138) Tab found within whitespace
(#1138) Line indented incorrectly; expected at least 8 spaces, found 2
(#1139) Spaces must be used for alignment; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) Line indented incorrectly; expected at least 8 spaces, found 2
(#1141) Spaces must be used for alignment; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1141) Inline comments must end in full-stops, exclamation marks, or question marks
(#1141) Line indented incorrectly; expected at least 8 spaces, found 2
(#1142) Spaces must be used for alignment; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Line indented incorrectly; expected at least 8 spaces, found 2
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected at least 8 spaces, found 2
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1145) Inline comments must end in full-stops, exclamation marks, or question marks
(#1145) Line indented incorrectly; expected at least 8 spaces, found 2
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected 8 spaces, found 2
(#1146) Expected "if (...) {\n"; found "if(...){\n"
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected at least 12 spaces, found 3
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Line indented incorrectly; expected at least 12 spaces, found 3
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected 8 spaces, found 2
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1151) Inline comments must end in full-stops, exclamation marks, or question marks
(#1151) Line indented incorrectly; expected at least 8 spaces, found 2
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected 8 spaces, found 2
(#1152) Expected "if (...) {\n"; found "if(...){\n"
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Line indented incorrectly; expected at least 12 spaces, found 3
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected at least 12 spaces, found 3
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected 8 spaces, found 2
(#1157) Spaces must be used for alignment; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected 4 spaces, found 1
(#1160) Expected 5 space(s) before asterisk; 4 found
(#1161) Expected 5 space(s) before asterisk; 4 found
(#1162) Expected 5 space(s) before asterisk; 4 found
(#1163) Expected 5 space(s) before asterisk; 4 found
(#1164) Spaces must be used for alignment; tabs are not allowed
(#1164) Expected 5 space(s) before asterisk; 1 found
(#1165) Expected 5 space(s) before asterisk; 4 found
(#1166) Expected 5 space(s) before asterisk; 4 found
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Line indented incorrectly; expected 4 spaces, found 1
(#1167) method name "nusoap_xmlschema::parseFile" must be in lower-case letters only
(#1167) Visibility must be declared on method "parseFile"
(#1167) Commas (,) must be followed by white space.
(#1167) Expected 1 space after closing parenthesis; found 0
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1168) Inline comments must end in full-stops, exclamation marks, or question marks
(#1168) Line indented incorrectly; expected at least 8 spaces, found 2
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected 8 spaces, found 2
(#1169) Expected "if (...) {\n"; found "if(...){\n"
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected at least 12 spaces, found 3
(#1170) Variable "xmlStr" must be all lower-case
(#1170) Commas (,) must be followed by white space.
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected 12 spaces, found 3
(#1171) Expected "if (...) {\n"; found "if(...){\n"
(#1171) Variable "xmlStr" must be all lower-case
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Line indented incorrectly; expected at least 16 spaces, found 4
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected at least 16 spaces, found 4
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected at least 16 spaces, found 4
(#1175) Spaces must be used for alignment; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected at least 16 spaces, found 3
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected 12 spaces, found 3
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Line indented incorrectly; expected at least 16 spaces, found 4
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Line indented incorrectly; expected at least 16 spaces, found 4
(#1178) Variable "xmlStr" must be all lower-case
(#1178) Commas (,) must be followed by white space.
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Line indented incorrectly; expected at least 16 spaces, found 4
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1180) Tab found within whitespace
(#1180) Line indented incorrectly; expected at least 16 spaces, found 3
(#1181) Spaces must be used for alignment; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Line indented incorrectly; expected 12 spaces, found 3
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected 8 spaces, found 2
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 8 spaces, found 2
(#1184) Spaces must be used for alignment; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected 4 spaces, found 1
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Line indented incorrectly; expected at least 4 spaces, found 1
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Expected 2 space(s) before asterisk; 1 found
(#1188) Spaces must be used for alignment; tabs are not allowed
(#1188) Expected 2 space(s) before asterisk; 1 found
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Expected 2 space(s) before asterisk; 1 found
(#1190) Expected 2 space(s) before asterisk; 4 found
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1191) Spaces must be used for alignment; tabs are not allowed
(#1191) Expected 2 space(s) before asterisk; 1 found
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Expected 2 space(s) before asterisk; 1 found
(#1193) Spaces must be used for alignment; tabs are not allowed
(#1193) Tab found within whitespace
(#1193) Line indented incorrectly; expected 4 spaces, found 1
(#1193) method name "nusoap_xmlschema::parseString" must be in lower-case letters only
(#1193) Visibility must be declared on method "parseString"
(#1193) Commas (,) must be followed by white space.
(#1193) Expected 1 space after closing parenthesis; found 0
(#1194) Spaces must be used for alignment; tabs are not allowed
(#1194) Tab found within whitespace
(#1194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1194) Inline comments must end in full-stops, exclamation marks, or question marks
(#1194) Line indented incorrectly; expected at least 8 spaces, found 2
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1195) Tab found within whitespace
(#1195) Line indented incorrectly; expected 8 spaces, found 2
(#1195) Expected "if (...) {\n"; found "if(...){\n"
(#1197) Spaces must be used for alignment; tabs are not allowed
(#1197) Tab found within whitespace
(#1197) Line indented incorrectly; expected at least 12 spaces, found 6
(#1198) Spaces must be used for alignment; tabs are not allowed
(#1198) Tab found within whitespace
(#1198) Line indented incorrectly; expected at least 12 spaces, found 6
(#1199) Spaces must be used for alignment; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected at least 12 spaces, found 6
(#1200) Spaces must be used for alignment; tabs are not allowed
(#1200) Tab found within whitespace
(#1200) Line indented incorrectly; expected at least 12 spaces, found 6
(#1202) Spaces must be used for alignment; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected at least 12 spaces, found 6
(#1203) Spaces must be used for alignment; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected at least 12 spaces, found 6
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected at least 12 spaces, found 6
(#1206) Spaces must be used for alignment; tabs are not allowed
(#1206) Tab found within whitespace
(#1206) Line indented incorrectly; expected 12 spaces, found 3
(#1206) Expected "if (...) {\n"; found "if(...){\n"
(#1207) Spaces must be used for alignment; tabs are not allowed
(#1207) Tab found within whitespace
(#1207) Line indented incorrectly; expected at least 16 spaces, found 7
(#1207) Commas (,) must be followed by white space.
(#1208) Spaces must be used for alignment; tabs are not allowed
(#1208) Tab found within whitespace
(#1208) Line indented incorrectly; expected at least 16 spaces, found 7
(#1208) Commas (,) must be followed by white space.
(#1209) Spaces must be used for alignment; tabs are not allowed
(#1209) Tab found within whitespace
(#1209) Line indented incorrectly; expected 12 spaces, found 3
(#1209) Usage of ELSEIF not allowed; use ELSE IF instead
(#1210) Spaces must be used for alignment; tabs are not allowed
(#1210) Tab found within whitespace
(#1210) Line indented incorrectly; expected at least 16 spaces, found 4
(#1210) Commas (,) must be followed by white space.
(#1211) Spaces must be used for alignment; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected at least 16 spaces, found 7
(#1211) Commas (,) must be followed by white space.
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Line indented incorrectly; expected 12 spaces, found 3
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected at least 12 spaces, found 6
(#1215) Spaces must be used for alignment; tabs are not allowed
(#1215) Tab found within whitespace
(#1215) Line indented incorrectly; expected 12 spaces, found 6
(#1215) Expected "if (...) {\n"; found "if(...){\n"
(#1215) Commas (,) must be followed by white space.
(#1215) Commas (,) must be followed by white space.
(#1216) Spaces must be used for alignment; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Line indented incorrectly; expected at least 16 spaces, found 3
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Line indented incorrectly; expected at least 16 spaces, found 4
(#1218) Spaces must be used for alignment; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected at least 16 spaces, found 4
(#1219) Spaces must be used for alignment; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Line indented incorrectly; expected at least 16 spaces, found 4
(#1220) Spaces must be used for alignment; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Line indented incorrectly; expected at least 22 spaces, found 4
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected at least 22 spaces, found 4
(#1222) Spaces must be used for alignment; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Line indented incorrectly; expected at least 22 spaces, found 4
(#1223) Spaces must be used for alignment; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected at least 22 spaces, found 4
(#1224) Spaces must be used for alignment; tabs are not allowed
(#1224) Tab found within whitespace
(#1224) Line indented incorrectly; expected 12 spaces, found 6
(#1225) Whitespace found at end of line
(#1226) Spaces must be used for alignment; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Line indented incorrectly; expected at least 12 spaces, found 3
(#1227) Spaces must be used for alignment; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Line indented incorrectly; expected 8 spaces, found 2
(#1227) Expected "} else {\n"; found "} else{\n"
(#1228) Spaces must be used for alignment; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected at least 12 spaces, found 3
(#1229) Spaces must be used for alignment; tabs are not allowed
(#1229) Tab found within whitespace
(#1229) Line indented incorrectly; expected at least 12 spaces, found 3
(#1230) Spaces must be used for alignment; tabs are not allowed
(#1230) Tab found within whitespace
(#1230) Line indented incorrectly; expected 8 spaces, found 2
(#1231) Spaces must be used for alignment; tabs are not allowed
(#1231) Tab found within whitespace
(#1231) Line indented incorrectly; expected 4 spaces, found 1
(#1233) Spaces must be used for alignment; tabs are not allowed
(#1233) Tab found within whitespace
(#1233) Line indented incorrectly; expected at least 4 spaces, found 1
(#1234) Spaces must be used for alignment; tabs are not allowed
(#1235) Spaces must be used for alignment; tabs are not allowed
(#1236) Spaces must be used for alignment; tabs are not allowed
(#1236) Spaces must be used for alignment; tabs are not allowed
(#1236) Spaces must be used for alignment; tabs are not allowed
(#1237) Spaces must be used for alignment; tabs are not allowed
(#1237) Spaces must be used for alignment; tabs are not allowed
(#1237) Spaces must be used for alignment; tabs are not allowed
(#1238) Spaces must be used for alignment; tabs are not allowed
(#1238) Spaces must be used for alignment; tabs are not allowed
(#1239) Spaces must be used for alignment; tabs are not allowed
(#1240) Spaces must be used for alignment; tabs are not allowed
(#1240) Tab found within whitespace
(#1240) Line indented incorrectly; expected 4 spaces, found 1
(#1240) method name "nusoap_xmlschema::CreateTypeName" must be in lower-case letters only
(#1240) Visibility must be declared on method "CreateTypeName"
(#1241) Spaces must be used for alignment; tabs are not allowed
(#1241) Tab found within whitespace
(#1241) Line indented incorrectly; expected at least 8 spaces, found 2
(#1242) Spaces must be used for alignment; tabs are not allowed
(#1242) Tab found within whitespace
(#1242) Line indented incorrectly; expected 8 spaces, found 2
(#1243) Spaces must be used for alignment; tabs are not allowed
(#1243) Tab found within whitespace
(#1243) Line indented incorrectly; expected at least 12 spaces, found 3
(#1244) Spaces must be used for alignment; tabs are not allowed
(#1244) Tab found within whitespace
(#1244) Line indented incorrectly; expected 8 spaces, found 2
(#1245) Spaces must be used for alignment; tabs are not allowed
(#1245) Tab found within whitespace
(#1245) Line indented incorrectly; expected at least 8 spaces, found 2
(#1246) Spaces must be used for alignment; tabs are not allowed
(#1246) Tab found within whitespace
(#1246) Line indented incorrectly; expected 4 spaces, found 1
(#1247) Spaces must be used for alignment; tabs are not allowed
(#1247) Tab found within whitespace
(#1247) Whitespace found at end of line
(#1248) Spaces must be used for alignment; tabs are not allowed
(#1248) Tab found within whitespace
(#1248) Line indented incorrectly; expected at least 4 spaces, found 1
(#1249) Spaces must be used for alignment; tabs are not allowed
(#1249) Expected 2 space(s) before asterisk; 1 found
(#1250) Spaces must be used for alignment; tabs are not allowed
(#1250) Expected 2 space(s) before asterisk; 1 found
(#1251) Spaces must be used for alignment; tabs are not allowed
(#1251) Expected 2 space(s) before asterisk; 1 found
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Expected 2 space(s) before asterisk; 1 found
(#1253) Spaces must be used for alignment; tabs are not allowed
(#1253) Expected 2 space(s) before asterisk; 1 found
(#1254) Spaces must be used for alignment; tabs are not allowed
(#1254) Expected 2 space(s) before asterisk; 1 found
(#1255) Spaces must be used for alignment; tabs are not allowed
(#1255) Expected 2 space(s) before asterisk; 1 found
(#1256) Spaces must be used for alignment; tabs are not allowed
(#1256) Tab found within whitespace
(#1256) Line indented incorrectly; expected 4 spaces, found 1
(#1256) method name "nusoap_xmlschema::schemaStartElement" must be in lower-case letters only
(#1256) Visibility must be declared on method "schemaStartElement"
(#1257) Spaces must be used for alignment; tabs are not allowed
(#1257) Tab found within whitespace
(#1257) Whitespace found at end of line
(#1258) Spaces must be used for alignment; tabs are not allowed
(#1258) Tab found within whitespace
(#1258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1258) Inline comments must end in full-stops, exclamation marks, or question marks
(#1258) Line indented incorrectly; expected at least 8 spaces, found 2
(#1259) Spaces must be used for alignment; tabs are not allowed
(#1259) Tab found within whitespace
(#1259) Line indented incorrectly; expected at least 8 spaces, found 2
(#1260) Spaces must be used for alignment; tabs are not allowed
(#1260) Tab found within whitespace
(#1260) Line indented incorrectly; expected at least 8 spaces, found 2
(#1261) Spaces must be used for alignment; tabs are not allowed
(#1261) Tab found within whitespace
(#1261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1261) Inline comments must end in full-stops, exclamation marks, or question marks
(#1261) Line indented incorrectly; expected at least 8 spaces, found 2
(#1262) Spaces must be used for alignment; tabs are not allowed
(#1262) Tab found within whitespace
(#1262) Line indented incorrectly; expected at least 8 spaces, found 2
(#1263) Spaces must be used for alignment; tabs are not allowed
(#1263) Tab found within whitespace
(#1263) Line indented incorrectly; expected at least 8 spaces, found 2
(#1263) Whitespace found at end of line
(#1264) Spaces must be used for alignment; tabs are not allowed
(#1264) Tab found within whitespace
(#1264) Line indented incorrectly; expected 8 spaces, found 2
(#1265) Spaces must be used for alignment; tabs are not allowed
(#1265) Tab found within whitespace
(#1265) Line indented incorrectly; expected at least 12 spaces, found 3
(#1266) Spaces must be used for alignment; tabs are not allowed
(#1266) Tab found within whitespace
(#1266) Line indented incorrectly; expected 8 spaces, found 2
(#1267) Spaces must be used for alignment; tabs are not allowed
(#1267) Tab found within whitespace
(#1267) Line indented incorrectly; expected at least 12 spaces, found 3
(#1268) Spaces must be used for alignment; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected 8 spaces, found 2
(#1270) Spaces must be used for alignment; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1270) Inline comments must end in full-stops, exclamation marks, or question marks
(#1270) Line indented incorrectly; expected at least 8 spaces, found 2
(#1271) Spaces must be used for alignment; tabs are not allowed
(#1271) Tab found within whitespace
(#1271) Line indented incorrectly; expected 8 spaces, found 2
(#1271) Expected "if (...) {\n"; found "if(...){\n"
(#1272) Spaces must be used for alignment; tabs are not allowed
(#1272) Tab found within whitespace
(#1272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1272) Inline comments must end in full-stops, exclamation marks, or question marks
(#1272) Line indented incorrectly; expected at least 12 spaces, found 3
(#1273) Spaces must be used for alignment; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Line indented incorrectly; expected at least 12 spaces, found 3
(#1274) Spaces must be used for alignment; tabs are not allowed
(#1274) Tab found within whitespace
(#1274) Line indented incorrectly; expected 8 spaces, found 2
(#1275) Spaces must be used for alignment; tabs are not allowed
(#1275) Tab found within whitespace
(#1275) Line indented incorrectly; expected at least 12 spaces, found 9
(#1276) Closing brace indented incorrectly; expected 2 spaces, found 8
(#1277) Spaces must be used for alignment; tabs are not allowed
(#1277) Tab found within whitespace
(#1277) Whitespace found at end of line
(#1278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1278) Inline comments must end in full-stops, exclamation marks, or question marks
(#1279) Expected "if (...) {\n"; found "if(...){\n"
(#1280) Spaces must be used for alignment; tabs are not allowed
(#1280) Tab found within whitespace
(#1280) Line indented incorrectly; expected 12 spaces, found 9
(#1280) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1281) Inline comments must end in full-stops, exclamation marks, or question marks
(#1282) Spaces must be used for alignment; tabs are not allowed
(#1282) Tab found within whitespace
(#1282) Line indented incorrectly; expected 16 spaces, found 4
(#1282) Expected "if (...) {\n"; found "if(...){\n"
(#1282) Commas (,) must be followed by white space.
(#1283) Spaces must be used for alignment; tabs are not allowed
(#1283) Tab found within whitespace
(#1283) This comment is 86% valid code; is this commented out code?
(#1283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1283) Line indented incorrectly; expected at least 20 spaces, found 17
(#1283) No space found before comment text; expected "// $this->xdebug("$k: $v");" but found "//$this->xdebug("$k: $v");"
(#1284) Spaces must be used for alignment; tabs are not allowed
(#1284) Tab found within whitespace
(#1284) Inline comments must end in full-stops, exclamation marks, or question marks
(#1284) This comment is 79% valid code; is this commented out code?
(#1284) Line indented incorrectly; expected at least 20 spaces, found 17
(#1284) No space found before comment text; expected "// $this->xdebug('ns_prefix: '.$this->getPrefix($k));" but found "//$this->xdebug('ns_prefix: '.$this->getPrefix($k));"
(#1285) Spaces must be used for alignment; tabs are not allowed
(#1285) Tab found within whitespace
(#1285) Line indented incorrectly; expected 20 spaces, found 17
(#1285) Expected "if (...) {\n"; found "if(...){\n"
(#1285) Variable "ns_prefix" must not contain underscores.
(#1285) Commas (,) must be followed by white space.
(#1285) Commas (,) must be followed by white space.
(#1286) Spaces must be used for alignment; tabs are not allowed
(#1286) Tab found within whitespace
(#1286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1286) Inline comments must end in full-stops, exclamation marks, or question marks
(#1286) This comment is 86% valid code; is this commented out code?
(#1286) Line indented incorrectly; expected at least 24 spaces, found 18
(#1286) No space found before comment text; expected "// $this->xdebug("Add namespace[$ns_prefix] = $v");" but found "//$this->xdebug("Add namespace[$ns_prefix] = $v");"
(#1287) Spaces must be used for alignment; tabs are not allowed
(#1287) Tab found within whitespace
(#1287) Line indented incorrectly; expected at least 24 spaces, found 6
(#1287) Variable "ns_prefix" must not contain underscores.
(#1288) Spaces must be used for alignment; tabs are not allowed
(#1288) Tab found within whitespace
(#1288) Line indented incorrectly; expected 20 spaces, found 5
(#1288) Closing brace indented incorrectly; expected 17 spaces, found 5
(#1289) Spaces must be used for alignment; tabs are not allowed
(#1289) Tab found within whitespace
(#1289) Line indented incorrectly; expected at least 24 spaces, found 6
(#1290) Spaces must be used for alignment; tabs are not allowed
(#1290) Tab found within whitespace
(#1290) Line indented incorrectly; expected 24 spaces, found 6
(#1291) Spaces must be used for alignment; tabs are not allowed
(#1291) Tab found within whitespace
(#1291) Line indented incorrectly; expected at least 28 spaces, found 7
(#1291) Expected 1 space before "+"; 0 found
(#1291) Expected 1 space after "+"; 0 found
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Line indented incorrectly; expected 24 spaces, found 6
(#1293) Spaces must be used for alignment; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Line indented incorrectly; expected 20 spaces, found 5
(#1294) Spaces must be used for alignment; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Line indented incorrectly; expected 20 spaces, found 5
(#1294) Expected "if (...) {\n"; found "if(...){\n"
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1294) Line exceeds 132 characters; contains 141 characters
(#1295) Spaces must be used for alignment; tabs are not allowed
(#1295) Tab found within whitespace
(#1295) Line indented incorrectly; expected at least 24 spaces, found 6
(#1296) Spaces must be used for alignment; tabs are not allowed
(#1296) Tab found within whitespace
(#1296) Line indented incorrectly; expected at least 24 spaces, found 6
(#1297) Spaces must be used for alignment; tabs are not allowed
(#1297) Tab found within whitespace
(#1297) Line indented incorrectly; expected 20 spaces, found 5
(#1298) Spaces must be used for alignment; tabs are not allowed
(#1298) Tab found within whitespace
(#1298) Line indented incorrectly; expected 16 spaces, found 4
(#1299) Spaces must be used for alignment; tabs are not allowed
(#1299) Tab found within whitespace
(#1299) Line indented incorrectly; expected 12 spaces, found 9
(#1300) Spaces must be used for alignment; tabs are not allowed
(#1300) Tab found within whitespace
(#1300) Line indented incorrectly; expected 12 spaces, found 9
(#1300) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1301) Inline comments must end in full-stops, exclamation marks, or question marks
(#1302) Commas (,) must be followed by white space.
(#1303) Commas (,) must be followed by white space.
(#1304) Spaces must be used for alignment; tabs are not allowed
(#1304) Tab found within whitespace
(#1304) Line indented incorrectly; expected at least 16 spaces, found 10
(#1304) Variable "eAttrs" must be all lower-case
(#1305) Spaces must be used for alignment; tabs are not allowed
(#1305) Tab found within whitespace
(#1305) Line indented incorrectly; expected 12 spaces, found 9
(#1306) Spaces must be used for alignment; tabs are not allowed
(#1306) Tab found within whitespace
(#1306) Line indented incorrectly; expected at least 12 spaces, found 9
(#1306) Variable "eAttrs" must be all lower-case
(#1308) Spaces must be used for alignment; tabs are not allowed
(#1308) Tab found within whitespace
(#1308) Line indented incorrectly; expected at least 12 spaces, found 9
(#1309) Line indented incorrectly; expected 12 spaces, found 8
(#1310) Spaces must be used for alignment; tabs are not allowed
(#1310) Tab found within whitespace
(#1310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1310) Inline comments must end in full-stops, exclamation marks, or question marks
(#1310) Line indented incorrectly; expected at least 12 spaces, found 2
(#1311) Spaces must be used for alignment; tabs are not allowed
(#1311) Tab found within whitespace
(#1311) Line indented incorrectly; expected 12 spaces, found 2
(#1312) Spaces must be used for alignment; tabs are not allowed
(#1312) Tab found within whitespace
(#1312) Line indented incorrectly; expected 16 spaces, found 3
(#1312) Spaces must be used for alignment; tabs are not allowed
(#1312) Tab found within whitespace
(#1312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1312) Inline comments must end in full-stops, exclamation marks, or question marks
(#1313) Spaces must be used for alignment; tabs are not allowed
(#1313) Tab found within whitespace
(#1313) Line indented incorrectly; expected 16 spaces, found 3
(#1314) Spaces must be used for alignment; tabs are not allowed
(#1314) Tab found within whitespace
(#1314) Line indented incorrectly; expected 16 spaces, found 3
(#1315) Spaces must be used for alignment; tabs are not allowed
(#1315) Tab found within whitespace
(#1315) Line indented incorrectly; expected 16 spaces, found 3
(#1316) Spaces must be used for alignment; tabs are not allowed
(#1316) Tab found within whitespace
(#1316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1316) Inline comments must end in full-stops, exclamation marks, or question marks
(#1316) This comment is 86% valid code; is this commented out code?
(#1316) Line indented incorrectly; expected at least 20 spaces, found 4
(#1316) No space found before comment text; expected "// $this->xdebug("compositor $name for currentComplexType: $this->currentComplexType and currentElement: $this->currentElement");" but found "//$this->xdebug("compositor $name for currentComplexType: $this->currentComplexType and currentElement: $this->currentElement");"
(#1317) Spaces must be used for alignment; tabs are not allowed
(#1317) Tab found within whitespace
(#1317) Line indented incorrectly; expected at least 20 spaces, found 4
(#1318) Spaces must be used for alignment; tabs are not allowed
(#1318) Tab found within whitespace
(#1318) This comment is 53% valid code; is this commented out code?
(#1318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1318) Line indented incorrectly; expected at least 20 spaces, found 4
(#1318) No space found before comment text; expected "// if($name == 'all' || $name == 'sequence'){" but found "//if($name == 'all' || $name == 'sequence'){"
(#1319) Spaces must be used for alignment; tabs are not allowed
(#1319) Tab found within whitespace
(#1319) This comment is 65% valid code; is this commented out code?
(#1319) Line indented incorrectly; expected at least 20 spaces, found 4
(#1319) Tab found before comment text; expected "// $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';" but found "// $this->complexTypes[$this->currentComplexType]['phpType'] = 'struct';"
(#1320) Spaces must be used for alignment; tabs are not allowed
(#1320) Tab found within whitespace
(#1320) Inline comments must end in full-stops, exclamation marks, or question marks
(#1320) This comment is 100% valid code; is this commented out code?
(#1320) Line indented incorrectly; expected at least 20 spaces, found 4
(#1320) No space found before comment text; expected "// }" but found "//}"
(#1321) Spaces must be used for alignment; tabs are not allowed
(#1321) Tab found within whitespace
(#1322) Spaces must be used for alignment; tabs are not allowed
(#1322) Tab found within whitespace
(#1322) Line indented incorrectly; expected 16 spaces, found 3
(#1322) Spaces must be used for alignment; tabs are not allowed
(#1322) Tab found within whitespace
(#1322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1323) Spaces must be used for alignment; tabs are not allowed
(#1323) Tab found within whitespace
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Inline comments must end in full-stops, exclamation marks, or question marks
(#1323) This comment is 84% valid code; is this commented out code?
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line exceeds 132 characters; contains 139 characters
(#1323) Line indented incorrectly; expected at least 20 spaces, found 13
(#1323) No space found before comment text; expected "// $this->xdebug("parsing attribute $attrs[name] $attrs[ref] of value: ".$attrs['http://schemas.xmlsoap.org/wsdl/:arrayType']);" but found "//$this->xdebug("parsing attribute $attrs[name] $attrs[ref] of value: ".$attrs['http://schemas.xmlsoap.org/wsdl/:arrayType']);"
(#1324) Spaces must be used for alignment; tabs are not allowed
(#1324) Tab found within whitespace
(#1324) Line indented incorrectly; expected at least 20 spaces, found 13
(#1325) Spaces must be used for alignment; tabs are not allowed
(#1325) Tab found within whitespace
(#1325) Line indented incorrectly; expected at least 20 spaces, found 13
(#1326) Spaces must be used for alignment; tabs are not allowed
(#1326) Tab found within whitespace
(#1326) Line indented incorrectly; expected 20 spaces, found 4
(#1327) Spaces must be used for alignment; tabs are not allowed
(#1327) Tab found within whitespace
(#1327) Inline comments must end in full-stops, exclamation marks, or question marks
(#1327) Line indented incorrectly; expected at least 24 spaces, found 5
(#1328) Spaces must be used for alignment; tabs are not allowed
(#1328) Tab found within whitespace
(#1328) Line indented incorrectly; expected at least 24 spaces, found 5
(#1329) Spaces must be used for alignment; tabs are not allowed
(#1329) Tab found within whitespace
(#1329) Line indented incorrectly; expected 20 spaces, found 4
(#1330) Spaces must be used for alignment; tabs are not allowed
(#1330) Tab found within whitespace
(#1330) Line indented incorrectly; expected 20 spaces, found 13
(#1331) Spaces must be used for alignment; tabs are not allowed
(#1331) Tab found within whitespace
(#1331) Line indented incorrectly; expected at least 24 spaces, found 5
(#1332) Spaces must be used for alignment; tabs are not allowed
(#1332) Tab found within whitespace
(#1332) Line indented incorrectly; expected 24 spaces, found 5
(#1333) Spaces must be used for alignment; tabs are not allowed
(#1333) Tab found within whitespace
(#1333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1333) Line indented incorrectly; expected at least 28 spaces, found 6
(#1334) Spaces must be used for alignment; tabs are not allowed
(#1334) Tab found within whitespace
(#1334) Line indented incorrectly; expected 28 spaces, found 6
(#1335) Spaces must be used for alignment; tabs are not allowed
(#1335) Tab found within whitespace
(#1335) Inline comments must end in full-stops, exclamation marks, or question marks
(#1335) Line indented incorrectly; expected at least 32 spaces, found 7
(#1336) Spaces must be used for alignment; tabs are not allowed
(#1336) Tab found within whitespace
(#1336) Line indented incorrectly; expected at least 32 spaces, found 7
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1336) Line exceeds 132 characters; contains 153 characters
(#1337) Spaces must be used for alignment; tabs are not allowed
(#1337) Tab found within whitespace
(#1337) Line indented incorrectly; expected 28 spaces, found 6
(#1338) Spaces must be used for alignment; tabs are not allowed
(#1338) Tab found within whitespace
(#1338) Line indented incorrectly; expected 24 spaces, found 5
(#1339) Spaces must be used for alignment; tabs are not allowed
(#1339) Tab found within whitespace
(#1339) Line indented incorrectly; expected 20 spaces, found 13
(#1340) Line indented incorrectly; expected 20 spaces, found 16
(#1340) Expected "if (...) {\n"; found "if(...){\n"
(#1341) Spaces must be used for alignment; tabs are not allowed
(#1341) Tab found within whitespace
(#1341) Line indented incorrectly; expected at least 24 spaces, found 5
(#1342) Spaces must be used for alignment; tabs are not allowed
(#1342) Tab found within whitespace
(#1342) Line indented incorrectly; expected at least 24 spaces, found 5
(#1343) Spaces must be used for alignment; tabs are not allowed
(#1343) Tab found within whitespace
(#1343) Line indented incorrectly; expected 20 spaces, found 4
(#1343) Closing brace indented incorrectly; expected 16 spaces, found 4
(#1343) Usage of ELSEIF not allowed; use ELSE IF instead
(#1344) Spaces must be used for alignment; tabs are not allowed
(#1344) Tab found within whitespace
(#1344) Line indented incorrectly; expected 24 spaces, found 5
(#1345) Spaces must be used for alignment; tabs are not allowed
(#1345) Tab found within whitespace
(#1345) Line indented incorrectly; expected at least 28 spaces, found 18
(#1346) Spaces must be used for alignment; tabs are not allowed
(#1346) Tab found within whitespace
(#1346) Line indented incorrectly; expected 24 spaces, found 17
(#1346) Closing brace indented incorrectly; expected 5 spaces, found 17
(#1347) Spaces must be used for alignment; tabs are not allowed
(#1347) Tab found within whitespace
(#1347) Line indented incorrectly; expected at least 28 spaces, found 18
(#1348) Spaces must be used for alignment; tabs are not allowed
(#1348) Tab found within whitespace
(#1348) Line indented incorrectly; expected 24 spaces, found 17
(#1349) Spaces must be used for alignment; tabs are not allowed
(#1349) Tab found within whitespace
(#1349) Line indented incorrectly; expected 20 spaces, found 4
(#1349) Usage of ELSEIF not allowed; use ELSE IF instead
(#1350) Spaces must be used for alignment; tabs are not allowed
(#1350) Tab found within whitespace
(#1350) Line indented incorrectly; expected at least 24 spaces, found 5
(#1351) Line indented incorrectly; expected at least 24 spaces, found 20
(#1352) Spaces must be used for alignment; tabs are not allowed
(#1352) Tab found within whitespace
(#1352) Line indented incorrectly; expected 20 spaces, found 4
(#1353) Whitespace found at end of line
(#1354) Spaces must be used for alignment; tabs are not allowed
(#1354) Tab found within whitespace
(#1354) Line indented incorrectly; expected 20 spaces, found 4
(#1354) Expected "if (...) {\n"; found "if(...){\t// This should *always* be\n"
(#1354) Spaces must be used for alignment; tabs are not allowed
(#1354) Tab found within whitespace
(#1354) Inline comments must end in full-stops, exclamation marks, or question marks
(#1355) Spaces must be used for alignment; tabs are not allowed
(#1355) Tab found within whitespace
(#1355) Line indented incorrectly; expected at least 24 spaces, found 5
(#1356) Spaces must be used for alignment; tabs are not allowed
(#1356) Tab found within whitespace
(#1356) Line indented incorrectly; expected 20 spaces, found 4
(#1357) Spaces must be used for alignment; tabs are not allowed
(#1357) Tab found within whitespace
(#1357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1357) Inline comments must end in full-stops, exclamation marks, or question marks
(#1357) Line indented incorrectly; expected at least 20 spaces, found 4
(#1358) Spaces must be used for alignment; tabs are not allowed
(#1358) Tab found within whitespace
(#1358) Line indented incorrectly; expected 20 spaces, found 4
(#1358) Expected "if (...) {\n"; found "if(...){\n"
(#1359) Spaces must be used for alignment; tabs are not allowed
(#1359) Tab found within whitespace
(#1359) Line indented incorrectly; expected at least 24 spaces, found 5
(#1360) Spaces must be used for alignment; tabs are not allowed
(#1360) Tab found within whitespace
(#1360) Line indented incorrectly; expected at least 24 spaces, found 17
(#1361) Spaces must be used for alignment; tabs are not allowed
(#1361) Tab found within whitespace
(#1361) Line indented incorrectly; expected 24 spaces, found 5
(#1361) Expected "if (...) {\n"; found "if(...){\n"
(#1362) Spaces must be used for alignment; tabs are not allowed
(#1362) Tab found within whitespace
(#1362) Line indented incorrectly; expected at least 28 spaces, found 6
(#1363) Spaces must be used for alignment; tabs are not allowed
(#1363) Tab found within whitespace
(#1363) Line indented incorrectly; expected 24 spaces, found 5
(#1364) Spaces must be used for alignment; tabs are not allowed
(#1364) Tab found within whitespace
(#1364) Line indented incorrectly; expected at least 28 spaces, found 6
(#1365) Spaces must be used for alignment; tabs are not allowed
(#1365) Tab found within whitespace
(#1365) Line indented incorrectly; expected 24 spaces, found 5
(#1366) Line indented incorrectly; expected 24 spaces, found 20
(#1366) Expected "if (...) {\n"; found "if(...){\n"
(#1366) Commas (,) must be followed by white space.
(#1367) Line indented incorrectly; expected at least 28 spaces, found 24
(#1368) Line indented incorrectly; expected 24 spaces, found 20
(#1369) Line indented incorrectly; expected at least 24 spaces, found 20
(#1369) Commas (,) must be followed by white space.
(#1369) Commas (,) must be followed by white space.
(#1369) Commas (,) must be followed by white space.
(#1369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1369) Inline comments must end in full-stops, exclamation marks, or question marks
(#1370) Line indented incorrectly; expected 24 spaces, found 20
(#1370) Expected "if (...) {\n"; found "if(...){\n"
(#1370) Commas (,) must be followed by white space.
(#1371) Line indented incorrectly; expected at least 28 spaces, found 24
(#1372) Line indented incorrectly; expected 24 spaces, found 20
(#1373) Line indented incorrectly; expected at least 24 spaces, found 20
(#1374) Spaces must be used for alignment; tabs are not allowed
(#1374) Tab found within whitespace
(#1374) Line indented incorrectly; expected 20 spaces, found 4
(#1375) Spaces must be used for alignment; tabs are not allowed
(#1375) Tab found within whitespace
(#1376) Spaces must be used for alignment; tabs are not allowed
(#1376) Tab found within whitespace
(#1376) Line indented incorrectly; expected 16 spaces, found 3
(#1376) Spaces must be used for alignment; tabs are not allowed
(#1376) Tab found within whitespace
(#1376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1376) Inline comments must end in full-stops, exclamation marks, or question marks
(#1377) Spaces must be used for alignment; tabs are not allowed
(#1377) Tab found within whitespace
(#1377) Line indented incorrectly; expected at least 20 spaces, found 4
(#1378) Spaces must be used for alignment; tabs are not allowed
(#1378) Tab found within whitespace
(#1379) Spaces must be used for alignment; tabs are not allowed
(#1379) Tab found within whitespace
(#1379) Line indented incorrectly; expected 16 spaces, found 3
(#1380) Spaces must be used for alignment; tabs are not allowed
(#1380) Tab found within whitespace
(#1380) Line indented incorrectly; expected at least 20 spaces, found 4
(#1381) Spaces must be used for alignment; tabs are not allowed
(#1381) Tab found within whitespace
(#1381) Line indented incorrectly; expected 20 spaces, found 4
(#1381) Expected "if (...) {\n"; found "if(...){\n"
(#1382) Spaces must be used for alignment; tabs are not allowed
(#1382) Tab found within whitespace
(#1382) Line indented incorrectly; expected at least 24 spaces, found 5
(#1383) Spaces must be used for alignment; tabs are not allowed
(#1383) Tab found within whitespace
(#1383) Line indented incorrectly; expected at least 24 spaces, found 5
(#1383) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#1384) Spaces must be used for alignment; tabs are not allowed
(#1384) Tab found within whitespace
(#1384) Line indented incorrectly; expected at least 24 spaces, found 5
(#1385) Spaces must be used for alignment; tabs are not allowed
(#1385) Tab found within whitespace
(#1385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1385) Inline comments must end in full-stops, exclamation marks, or question marks
(#1385) This comment is 50% valid code; is this commented out code?
(#1385) Line indented incorrectly; expected at least 24 spaces, found 5
(#1385) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#1386) Spaces must be used for alignment; tabs are not allowed
(#1386) Tab found within whitespace
(#1386) Line indented incorrectly; expected at least 24 spaces, found 5
(#1387) Spaces must be used for alignment; tabs are not allowed
(#1387) Tab found within whitespace
(#1387) Line indented incorrectly; expected at least 24 spaces, found 5
(#1388) Spaces must be used for alignment; tabs are not allowed
(#1388) Tab found within whitespace
(#1388) Line indented incorrectly; expected at least 24 spaces, found 5
(#1389) Spaces must be used for alignment; tabs are not allowed
(#1389) Tab found within whitespace
(#1389) Line indented incorrectly; expected at least 24 spaces, found 5
(#1390) Spaces must be used for alignment; tabs are not allowed
(#1390) Tab found within whitespace
(#1390) Line indented incorrectly; expected at least 24 spaces, found 5
(#1390) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#1391) Spaces must be used for alignment; tabs are not allowed
(#1391) Tab found within whitespace
(#1391) Line indented incorrectly; expected at least 24 spaces, found 5
(#1391) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1392) Spaces must be used for alignment; tabs are not allowed
(#1392) Tab found within whitespace
(#1392) Line indented incorrectly; expected at least 24 spaces, found 5
(#1392) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#1393) Spaces must be used for alignment; tabs are not allowed
(#1393) Tab found within whitespace
(#1393) Line indented incorrectly; expected at least 24 spaces, found 5
(#1393) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#1394) Spaces must be used for alignment; tabs are not allowed
(#1394) Tab found within whitespace
(#1394) Line indented incorrectly; expected at least 24 spaces, found 5
(#1394) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1395) Spaces must be used for alignment; tabs are not allowed
(#1395) Tab found within whitespace
(#1395) Inline comments must end in full-stops, exclamation marks, or question marks
(#1395) Line indented incorrectly; expected at least 24 spaces, found 5
(#1395) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#1396) Spaces must be used for alignment; tabs are not allowed
(#1396) Tab found within whitespace
(#1396) Line indented incorrectly; expected 24 spaces, found 5
(#1396) Expected "if (...) {\n"; found "if(...){\n"
(#1396) Commas (,) must be followed by white space.
(#1397) Spaces must be used for alignment; tabs are not allowed
(#1397) Tab found within whitespace
(#1397) Line indented incorrectly; expected at least 28 spaces, found 6
(#1398) Spaces must be used for alignment; tabs are not allowed
(#1398) Tab found within whitespace
(#1398) Line indented incorrectly; expected at least 28 spaces, found 6
(#1399) Spaces must be used for alignment; tabs are not allowed
(#1399) Tab found within whitespace
(#1399) Line indented incorrectly; expected 24 spaces, found 5
(#1400) Spaces must be used for alignment; tabs are not allowed
(#1400) Tab found within whitespace
(#1400) Line indented incorrectly; expected at least 28 spaces, found 6
(#1401) Spaces must be used for alignment; tabs are not allowed
(#1401) Tab found within whitespace
(#1401) Line indented incorrectly; expected 24 spaces, found 5
(#1402) Spaces must be used for alignment; tabs are not allowed
(#1402) Tab found within whitespace
(#1402) Line indented incorrectly; expected 20 spaces, found 4
(#1403) Spaces must be used for alignment; tabs are not allowed
(#1403) Tab found within whitespace
(#1403) Line indented incorrectly; expected at least 24 spaces, found 5
(#1404) Spaces must be used for alignment; tabs are not allowed
(#1404) Tab found within whitespace
(#1404) Line indented incorrectly; expected at least 24 spaces, found 5
(#1405) Spaces must be used for alignment; tabs are not allowed
(#1405) Tab found within whitespace
(#1405) Line indented incorrectly; expected at least 24 spaces, found 5
(#1406) Spaces must be used for alignment; tabs are not allowed
(#1406) Tab found within whitespace
(#1406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1406) Inline comments must end in full-stops, exclamation marks, or question marks
(#1406) This comment is 50% valid code; is this commented out code?
(#1406) Line indented incorrectly; expected at least 24 spaces, found 5
(#1406) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#1407) Spaces must be used for alignment; tabs are not allowed
(#1407) Tab found within whitespace
(#1407) Line indented incorrectly; expected at least 24 spaces, found 5
(#1408) Spaces must be used for alignment; tabs are not allowed
(#1408) Tab found within whitespace
(#1408) Line indented incorrectly; expected at least 24 spaces, found 5
(#1409) Spaces must be used for alignment; tabs are not allowed
(#1409) Tab found within whitespace
(#1409) Line indented incorrectly; expected at least 24 spaces, found 5
(#1410) Spaces must be used for alignment; tabs are not allowed
(#1410) Tab found within whitespace
(#1410) Line indented incorrectly; expected at least 24 spaces, found 5
(#1410) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#1411) Spaces must be used for alignment; tabs are not allowed
(#1411) Tab found within whitespace
(#1411) Line indented incorrectly; expected at least 24 spaces, found 5
(#1411) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1412) Spaces must be used for alignment; tabs are not allowed
(#1412) Tab found within whitespace
(#1412) Line indented incorrectly; expected at least 24 spaces, found 5
(#1412) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#1413) Spaces must be used for alignment; tabs are not allowed
(#1413) Tab found within whitespace
(#1413) Line indented incorrectly; expected at least 24 spaces, found 5
(#1413) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#1414) Spaces must be used for alignment; tabs are not allowed
(#1414) Tab found within whitespace
(#1414) Line indented incorrectly; expected at least 24 spaces, found 5
(#1414) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1415) Spaces must be used for alignment; tabs are not allowed
(#1415) Tab found within whitespace
(#1415) Inline comments must end in full-stops, exclamation marks, or question marks
(#1415) Line indented incorrectly; expected at least 24 spaces, found 5
(#1415) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#1416) Spaces must be used for alignment; tabs are not allowed
(#1416) Tab found within whitespace
(#1416) Line indented incorrectly; expected 24 spaces, found 5
(#1416) Expected "if (...) {\n"; found "if(...){\n"
(#1416) Commas (,) must be followed by white space.
(#1417) Spaces must be used for alignment; tabs are not allowed
(#1417) Tab found within whitespace
(#1417) Line indented incorrectly; expected at least 28 spaces, found 6
(#1418) Spaces must be used for alignment; tabs are not allowed
(#1418) Tab found within whitespace
(#1418) Line indented incorrectly; expected at least 28 spaces, found 6
(#1419) Spaces must be used for alignment; tabs are not allowed
(#1419) Tab found within whitespace
(#1419) Line indented incorrectly; expected 24 spaces, found 5
(#1420) Spaces must be used for alignment; tabs are not allowed
(#1420) Tab found within whitespace
(#1420) Line indented incorrectly; expected at least 28 spaces, found 6
(#1421) Spaces must be used for alignment; tabs are not allowed
(#1421) Tab found within whitespace
(#1421) Line indented incorrectly; expected 24 spaces, found 5
(#1422) Spaces must be used for alignment; tabs are not allowed
(#1422) Tab found within whitespace
(#1422) Line indented incorrectly; expected 20 spaces, found 4
(#1423) Spaces must be used for alignment; tabs are not allowed
(#1423) Tab found within whitespace
(#1423) Line indented incorrectly; expected at least 20 spaces, found 4
(#1424) Spaces must be used for alignment; tabs are not allowed
(#1424) Tab found within whitespace
(#1425) Spaces must be used for alignment; tabs are not allowed
(#1425) Tab found within whitespace
(#1425) Line indented incorrectly; expected 16 spaces, found 3
(#1426) Spaces must be used for alignment; tabs are not allowed
(#1426) Tab found within whitespace
(#1426) Line indented incorrectly; expected at least 20 spaces, found 4
(#1427) Spaces must be used for alignment; tabs are not allowed
(#1427) Tab found within whitespace
(#1427) Line indented incorrectly; expected 20 spaces, found 4
(#1428) Spaces must be used for alignment; tabs are not allowed
(#1428) Tab found within whitespace
(#1428) Line indented incorrectly; expected 24 spaces, found 5
(#1429) Spaces must be used for alignment; tabs are not allowed
(#1429) Tab found within whitespace
(#1429) Line indented incorrectly; expected at least 28 spaces, found 6
(#1430) Spaces must be used for alignment; tabs are not allowed
(#1430) Tab found within whitespace
(#1430) Line indented incorrectly; expected 24 spaces, found 5
(#1431) Spaces must be used for alignment; tabs are not allowed
(#1431) Tab found within whitespace
(#1431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1431) Inline comments must end in full-stops, exclamation marks, or question marks
(#1431) This comment is 50% valid code; is this commented out code?
(#1431) Line indented incorrectly; expected at least 28 spaces, found 6
(#1432) Spaces must be used for alignment; tabs are not allowed
(#1432) Tab found within whitespace
(#1432) Line indented incorrectly; expected at least 28 spaces, found 6
(#1433) Spaces must be used for alignment; tabs are not allowed
(#1433) Tab found within whitespace
(#1433) Line indented incorrectly; expected 24 spaces, found 5
(#1434) Spaces must be used for alignment; tabs are not allowed
(#1434) Tab found within whitespace
(#1434) Line indented incorrectly; expected 20 spaces, found 4
(#1435) Spaces must be used for alignment; tabs are not allowed
(#1435) Tab found within whitespace
(#1435) Line indented incorrectly; expected 20 spaces, found 4
(#1435) Expected "if (...) {\n"; found "if(...){\n"
(#1436) Spaces must be used for alignment; tabs are not allowed
(#1436) Tab found within whitespace
(#1436) Line indented incorrectly; expected at least 24 spaces, found 5
(#1437) Spaces must be used for alignment; tabs are not allowed
(#1437) Tab found within whitespace
(#1437) Line indented incorrectly; expected 24 spaces, found 5
(#1438) Spaces must be used for alignment; tabs are not allowed
(#1438) Tab found within whitespace
(#1438) Line indented incorrectly; expected 28 spaces, found 6
(#1439) Spaces must be used for alignment; tabs are not allowed
(#1439) Tab found within whitespace
(#1439) Line indented incorrectly; expected at least 32 spaces, found 7
(#1440) Spaces must be used for alignment; tabs are not allowed
(#1440) Tab found within whitespace
(#1440) Line indented incorrectly; expected at least 32 spaces, found 7
(#1441) Spaces must be used for alignment; tabs are not allowed
(#1441) Tab found within whitespace
(#1441) Line indented incorrectly; expected 28 spaces, found 6
(#1442) Spaces must be used for alignment; tabs are not allowed
(#1442) Tab found within whitespace
(#1442) Line indented incorrectly; expected 24 spaces, found 5
(#1443) Spaces must be used for alignment; tabs are not allowed
(#1443) Tab found within whitespace
(#1443) Line indented incorrectly; expected at least 24 spaces, found 5
(#1444) Spaces must be used for alignment; tabs are not allowed
(#1444) Tab found within whitespace
(#1444) Line indented incorrectly; expected at least 24 spaces, found 5
(#1444) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#1445) Spaces must be used for alignment; tabs are not allowed
(#1445) Tab found within whitespace
(#1445) Line indented incorrectly; expected at least 24 spaces, found 5
(#1445) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1446) Spaces must be used for alignment; tabs are not allowed
(#1446) Tab found within whitespace
(#1446) Line indented incorrectly; expected at least 24 spaces, found 5
(#1446) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#1447) Spaces must be used for alignment; tabs are not allowed
(#1447) Tab found within whitespace
(#1447) Line indented incorrectly; expected at least 24 spaces, found 5
(#1447) Expected 1 space before comment text but found 24; use block comment if you need indentation
(#1448) Spaces must be used for alignment; tabs are not allowed
(#1448) Tab found within whitespace
(#1448) Line indented incorrectly; expected at least 24 spaces, found 5
(#1448) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#1449) Spaces must be used for alignment; tabs are not allowed
(#1449) Tab found within whitespace
(#1449) Inline comments must end in full-stops, exclamation marks, or question marks
(#1449) Line indented incorrectly; expected at least 24 spaces, found 5
(#1449) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#1450) Spaces must be used for alignment; tabs are not allowed
(#1450) Tab found within whitespace
(#1450) Line indented incorrectly; expected 24 spaces, found 5
(#1451) Spaces must be used for alignment; tabs are not allowed
(#1451) Tab found within whitespace
(#1451) Line indented incorrectly; expected at least 28 spaces, found 6
(#1452) Spaces must be used for alignment; tabs are not allowed
(#1452) Tab found within whitespace
(#1452) Line indented incorrectly; expected at least 28 spaces, found 6
(#1453) Spaces must be used for alignment; tabs are not allowed
(#1453) Tab found within whitespace
(#1453) Line indented incorrectly; expected 24 spaces, found 5
(#1454) Spaces must be used for alignment; tabs are not allowed
(#1454) Tab found within whitespace
(#1454) Line indented incorrectly; expected at least 24 spaces, found 5
(#1455) Spaces must be used for alignment; tabs are not allowed
(#1455) Tab found within whitespace
(#1455) Line indented incorrectly; expected at least 24 spaces, found 5
(#1456) Spaces must be used for alignment; tabs are not allowed
(#1456) Tab found within whitespace
(#1456) Line indented incorrectly; expected 20 spaces, found 4
(#1456) Usage of ELSEIF not allowed; use ELSE IF instead
(#1457) Spaces must be used for alignment; tabs are not allowed
(#1457) Tab found within whitespace
(#1457) Line indented incorrectly; expected at least 24 spaces, found 5
(#1458) Spaces must be used for alignment; tabs are not allowed
(#1458) Tab found within whitespace
(#1458) Line indented incorrectly; expected at least 24 spaces, found 5
(#1459) Spaces must be used for alignment; tabs are not allowed
(#1459) Tab found within whitespace
(#1459) Line indented incorrectly; expected at least 24 spaces, found 5
(#1460) Spaces must be used for alignment; tabs are not allowed
(#1460) Tab found within whitespace
(#1460) Line indented incorrectly; expected 20 spaces, found 4
(#1461) Spaces must be used for alignment; tabs are not allowed
(#1461) Tab found within whitespace
(#1461) Line indented incorrectly; expected at least 24 spaces, found 5
(#1462) Spaces must be used for alignment; tabs are not allowed
(#1462) Tab found within whitespace
(#1462) Line indented incorrectly; expected at least 24 spaces, found 5
(#1463) Spaces must be used for alignment; tabs are not allowed
(#1463) Tab found within whitespace
(#1463) Line indented incorrectly; expected at least 24 spaces, found 5
(#1464) Spaces must be used for alignment; tabs are not allowed
(#1464) Tab found within whitespace
(#1464) Line indented incorrectly; expected at least 24 spaces, found 5
(#1465) Spaces must be used for alignment; tabs are not allowed
(#1465) Tab found within whitespace
(#1465) Line indented incorrectly; expected at least 24 spaces, found 5
(#1466) Spaces must be used for alignment; tabs are not allowed
(#1466) Tab found within whitespace
(#1466) Line indented incorrectly; expected 20 spaces, found 4
(#1467) Spaces must be used for alignment; tabs are not allowed
(#1467) Tab found within whitespace
(#1467) Line indented incorrectly; expected 20 spaces, found 4
(#1468) Spaces must be used for alignment; tabs are not allowed
(#1468) Tab found within whitespace
(#1468) Line indented incorrectly; expected at least 24 spaces, found 5
(#1469) Spaces must be used for alignment; tabs are not allowed
(#1469) Tab found within whitespace
(#1469) Line indented incorrectly; expected at least 24 spaces, found 5
(#1470) Spaces must be used for alignment; tabs are not allowed
(#1470) Tab found within whitespace
(#1470) Line indented incorrectly; expected 20 spaces, found 4
(#1470) Usage of ELSEIF not allowed; use ELSE IF instead
(#1471) Spaces must be used for alignment; tabs are not allowed
(#1471) Tab found within whitespace
(#1471) Line indented incorrectly; expected at least 24 spaces, found 5
(#1472) Spaces must be used for alignment; tabs are not allowed
(#1472) Tab found within whitespace
(#1472) Line indented incorrectly; expected at least 24 spaces, found 5
(#1473) Spaces must be used for alignment; tabs are not allowed
(#1473) Tab found within whitespace
(#1473) Line indented incorrectly; expected at least 24 spaces, found 5
(#1474) Spaces must be used for alignment; tabs are not allowed
(#1474) Tab found within whitespace
(#1474) Line indented incorrectly; expected 20 spaces, found 4
(#1475) Spaces must be used for alignment; tabs are not allowed
(#1475) Tab found within whitespace
(#1476) Spaces must be used for alignment; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Line indented incorrectly; expected 16 spaces, found 3
(#1476) Spaces must be used for alignment; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1476) Inline comments must end in full-stops, exclamation marks, or question marks
(#1476) Tab found before comment text; expected "// restriction value list member" but found "// restriction value list member"
(#1477) Spaces must be used for alignment; tabs are not allowed
(#1477) Tab found within whitespace
(#1477) Line indented incorrectly; expected at least 20 spaces, found 4
(#1478) Spaces must be used for alignment; tabs are not allowed
(#1478) Tab found within whitespace
(#1478) Line indented incorrectly; expected 20 spaces, found 4
(#1479) Spaces must be used for alignment; tabs are not allowed
(#1479) Tab found within whitespace
(#1479) Line indented incorrectly; expected at least 24 spaces, found 5
(#1480) Spaces must be used for alignment; tabs are not allowed
(#1480) Tab found within whitespace
(#1480) Line indented incorrectly; expected 20 spaces, found 4
(#1480) Usage of ELSEIF not allowed; use ELSE IF instead
(#1481) Spaces must be used for alignment; tabs are not allowed
(#1481) Tab found within whitespace
(#1481) Line indented incorrectly; expected at least 24 spaces, found 5
(#1482) Spaces must be used for alignment; tabs are not allowed
(#1482) Tab found within whitespace
(#1482) Line indented incorrectly; expected 20 spaces, found 4
(#1483) Spaces must be used for alignment; tabs are not allowed
(#1483) Tab found within whitespace
(#1484) Spaces must be used for alignment; tabs are not allowed
(#1484) Tab found within whitespace
(#1484) Line indented incorrectly; expected 16 spaces, found 3
(#1484) Spaces must be used for alignment; tabs are not allowed
(#1484) Tab found within whitespace
(#1484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1484) Inline comments must end in full-stops, exclamation marks, or question marks
(#1485) Spaces must be used for alignment; tabs are not allowed
(#1485) Tab found within whitespace
(#1485) Line indented incorrectly; expected at least 20 spaces, found 4
(#1486) Spaces must be used for alignment; tabs are not allowed
(#1486) Tab found within whitespace
(#1486) Line indented incorrectly; expected 20 spaces, found 4
(#1487) Spaces must be used for alignment; tabs are not allowed
(#1487) Tab found within whitespace
(#1487) Line indented incorrectly; expected at least 24 spaces, found 5
(#1488) Spaces must be used for alignment; tabs are not allowed
(#1488) Tab found within whitespace
(#1488) Line indented incorrectly; expected 24 spaces, found 5
(#1489) Spaces must be used for alignment; tabs are not allowed
(#1489) Tab found within whitespace
(#1489) Line indented incorrectly; expected at least 28 spaces, found 6
(#1490) Spaces must be used for alignment; tabs are not allowed
(#1490) Tab found within whitespace
(#1490) Line indented incorrectly; expected 24 spaces, found 5
(#1491) Spaces must be used for alignment; tabs are not allowed
(#1491) Tab found within whitespace
(#1491) Line indented incorrectly; expected at least 28 spaces, found 6
(#1492) Spaces must be used for alignment; tabs are not allowed
(#1492) Tab found within whitespace
(#1492) Line indented incorrectly; expected 24 spaces, found 5
(#1493) Spaces must be used for alignment; tabs are not allowed
(#1493) Tab found within whitespace
(#1493) Line indented incorrectly; expected 20 spaces, found 4
(#1494) Spaces must be used for alignment; tabs are not allowed
(#1494) Tab found within whitespace
(#1494) Line indented incorrectly; expected at least 24 spaces, found 5
(#1495) Spaces must be used for alignment; tabs are not allowed
(#1495) Tab found within whitespace
(#1495) Line indented incorrectly; expected 20 spaces, found 4
(#1496) Spaces must be used for alignment; tabs are not allowed
(#1496) Tab found within whitespace
(#1497) Spaces must be used for alignment; tabs are not allowed
(#1497) Tab found within whitespace
(#1497) Line indented incorrectly; expected 16 spaces, found 3
(#1498) Spaces must be used for alignment; tabs are not allowed
(#1498) Tab found within whitespace
(#1498) Line indented incorrectly; expected 20 spaces, found 7
(#1499) Spaces must be used for alignment; tabs are not allowed
(#1499) Tab found within whitespace
(#1499) Line indented incorrectly; expected at least 24 spaces, found 5
(#1500) Line indented incorrectly; expected at least 24 spaces, found 20
(#1501) Spaces must be used for alignment; tabs are not allowed
(#1501) Tab found within whitespace
(#1501) Line indented incorrectly; expected 20 spaces, found 4
(#1501) Closing brace indented incorrectly; expected 7 spaces, found 4
(#1502) Spaces must be used for alignment; tabs are not allowed
(#1502) Tab found within whitespace
(#1502) Line indented incorrectly; expected at least 24 spaces, found 5
(#1503) Line indented incorrectly; expected at least 24 spaces, found 20
(#1504) Spaces must be used for alignment; tabs are not allowed
(#1504) Tab found within whitespace
(#1504) Line indented incorrectly; expected 24 spaces, found 5
(#1505) Spaces must be used for alignment; tabs are not allowed
(#1505) Tab found within whitespace
(#1505) Line indented incorrectly; expected at least 28 spaces, found 6
(#1505) Expected 1 space before "+"; 0 found
(#1505) Expected 1 space after "+"; 0 found
(#1506) Spaces must be used for alignment; tabs are not allowed
(#1506) Tab found within whitespace
(#1506) Line indented incorrectly; expected 24 spaces, found 5
(#1507) Spaces must be used for alignment; tabs are not allowed
(#1507) Tab found within whitespace
(#1507) Line indented incorrectly; expected 20 spaces, found 4
(#1508) Spaces must be used for alignment; tabs are not allowed
(#1508) Tab found within whitespace
(#1509) Spaces must be used for alignment; tabs are not allowed
(#1509) Tab found within whitespace
(#1509) Line indented incorrectly; expected 16 spaces, found 3
(#1510) Spaces must be used for alignment; tabs are not allowed
(#1510) Tab found within whitespace
(#1510) Line indented incorrectly; expected 20 spaces, found 7
(#1511) Spaces must be used for alignment; tabs are not allowed
(#1511) Tab found within whitespace
(#1511) Line indented incorrectly; expected at least 24 spaces, found 5
(#1512) Line indented incorrectly; expected at least 24 spaces, found 20
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1512) Line exceeds 132 characters; contains 134 characters
(#1513) Spaces must be used for alignment; tabs are not allowed
(#1513) Tab found within whitespace
(#1513) Line indented incorrectly; expected 20 spaces, found 4
(#1513) Closing brace indented incorrectly; expected 7 spaces, found 4
(#1514) Spaces must be used for alignment; tabs are not allowed
(#1514) Tab found within whitespace
(#1514) Line indented incorrectly; expected at least 24 spaces, found 5
(#1515) Spaces must be used for alignment; tabs are not allowed
(#1515) Tab found within whitespace
(#1515) Line indented incorrectly; expected 20 spaces, found 4
(#1516) Spaces must be used for alignment; tabs are not allowed
(#1516) Tab found within whitespace
(#1517) Spaces must be used for alignment; tabs are not allowed
(#1517) Tab found within whitespace
(#1517) Line indented incorrectly; expected 16 spaces, found 3
(#1517) Spaces must be used for alignment; tabs are not allowed
(#1517) Tab found within whitespace
(#1517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1517) Inline comments must end in full-stops, exclamation marks, or question marks
(#1518) Spaces must be used for alignment; tabs are not allowed
(#1518) Tab found within whitespace
(#1518) Line indented incorrectly; expected at least 20 spaces, found 4
(#1519) Spaces must be used for alignment; tabs are not allowed
(#1519) Tab found within whitespace
(#1520) Spaces must be used for alignment; tabs are not allowed
(#1520) Tab found within whitespace
(#1520) Line indented incorrectly; expected 16 spaces, found 3
(#1520) Spaces must be used for alignment; tabs are not allowed
(#1520) Tab found within whitespace
(#1520) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1520) Inline comments must end in full-stops, exclamation marks, or question marks
(#1521) Spaces must be used for alignment; tabs are not allowed
(#1521) Tab found within whitespace
(#1521) Line indented incorrectly; expected at least 20 spaces, found 4
(#1522) Spaces must be used for alignment; tabs are not allowed
(#1522) Tab found within whitespace
(#1522) Line indented incorrectly; expected 20 spaces, found 4
(#1522) Expected "if (...) {\n"; found "if(...){\n"
(#1523) Spaces must be used for alignment; tabs are not allowed
(#1523) Tab found within whitespace
(#1523) Line indented incorrectly; expected at least 24 spaces, found 5
(#1524) Spaces must be used for alignment; tabs are not allowed
(#1524) Tab found within whitespace
(#1524) Line indented incorrectly; expected 20 spaces, found 4
(#1524) Usage of ELSEIF not allowed; use ELSE IF instead
(#1525) Spaces must be used for alignment; tabs are not allowed
(#1525) Tab found within whitespace
(#1525) Line indented incorrectly; expected at least 24 spaces, found 5
(#1526) Spaces must be used for alignment; tabs are not allowed
(#1526) Tab found within whitespace
(#1526) Line indented incorrectly; expected 24 spaces, found 5
(#1526) Expected "if (...) {\n"; found "if(...){\n"
(#1526) Commas (,) must be followed by white space.
(#1527) Spaces must be used for alignment; tabs are not allowed
(#1527) Tab found within whitespace
(#1527) Line indented incorrectly; expected at least 28 spaces, found 6
(#1528) Spaces must be used for alignment; tabs are not allowed
(#1528) Tab found within whitespace
(#1528) Line indented incorrectly; expected 24 spaces, found 5
(#1529) Spaces must be used for alignment; tabs are not allowed
(#1529) Tab found within whitespace
(#1529) Line indented incorrectly; expected 20 spaces, found 4
(#1530) Spaces must be used for alignment; tabs are not allowed
(#1530) Tab found within whitespace
(#1531) Spaces must be used for alignment; tabs are not allowed
(#1531) Tab found within whitespace
(#1531) Line indented incorrectly; expected 16 spaces, found 3
(#1532) Spaces must be used for alignment; tabs are not allowed
(#1532) Tab found within whitespace
(#1532) Line indented incorrectly; expected at least 20 spaces, found 4
(#1533) Spaces must be used for alignment; tabs are not allowed
(#1533) Tab found within whitespace
(#1533) Line indented incorrectly; expected at least 20 spaces, found 4
(#1534) Spaces must be used for alignment; tabs are not allowed
(#1534) Tab found within whitespace
(#1534) Line indented incorrectly; expected 20 spaces, found 4
(#1535) Spaces must be used for alignment; tabs are not allowed
(#1535) Tab found within whitespace
(#1535) Line indented incorrectly; expected at least 24 spaces, found 5
(#1536) Spaces must be used for alignment; tabs are not allowed
(#1536) Tab found within whitespace
(#1536) Line indented incorrectly; expected 20 spaces, found 4
(#1537) Spaces must be used for alignment; tabs are not allowed
(#1537) Tab found within whitespace
(#1537) Line indented incorrectly; expected 20 spaces, found 4
(#1538) Spaces must be used for alignment; tabs are not allowed
(#1538) Tab found within whitespace
(#1538) Line indented incorrectly; expected at least 24 spaces, found 5
(#1539) Spaces must be used for alignment; tabs are not allowed
(#1539) Tab found within whitespace
(#1539) Line indented incorrectly; expected 20 spaces, found 4
(#1540) Spaces must be used for alignment; tabs are not allowed
(#1540) Tab found within whitespace
(#1540) Line indented incorrectly; expected 20 spaces, found 4
(#1541) Spaces must be used for alignment; tabs are not allowed
(#1541) Tab found within whitespace
(#1541) Line indented incorrectly; expected at least 24 spaces, found 5
(#1542) Spaces must be used for alignment; tabs are not allowed
(#1542) Tab found within whitespace
(#1542) Line indented incorrectly; expected 20 spaces, found 4
(#1543) Spaces must be used for alignment; tabs are not allowed
(#1543) Tab found within whitespace
(#1544) Spaces must be used for alignment; tabs are not allowed
(#1544) Tab found within whitespace
(#1544) Line indented incorrectly; expected 16 spaces, found 3
(#1544) Spaces must be used for alignment; tabs are not allowed
(#1544) Tab found within whitespace
(#1544) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1545) Spaces must be used for alignment; tabs are not allowed
(#1545) Tab found within whitespace
(#1545) Line indented incorrectly; expected 20 spaces, found 4
(#1545) Spaces must be used for alignment; tabs are not allowed
(#1545) Tab found within whitespace
(#1545) Inline comments must end in full-stops, exclamation marks, or question marks
(#1546) Spaces must be used for alignment; tabs are not allowed
(#1546) Tab found within whitespace
(#1546) Line indented incorrectly; expected at least 24 spaces, found 5
(#1547) Spaces must be used for alignment; tabs are not allowed
(#1547) Tab found within whitespace
(#1547) Line indented incorrectly; expected 20 spaces, found 4
(#1548) Spaces must be used for alignment; tabs are not allowed
(#1548) Tab found within whitespace
(#1548) Line indented incorrectly; expected at least 24 spaces, found 5
(#1549) Spaces must be used for alignment; tabs are not allowed
(#1549) Tab found within whitespace
(#1549) Line indented incorrectly; expected 20 spaces, found 4
(#1550) Spaces must be used for alignment; tabs are not allowed
(#1550) Tab found within whitespace
(#1551) Spaces must be used for alignment; tabs are not allowed
(#1551) Tab found within whitespace
(#1551) Line indented incorrectly; expected 16 spaces, found 3
(#1552) Spaces must be used for alignment; tabs are not allowed
(#1552) Tab found within whitespace
(#1552) Line indented incorrectly; expected at least 20 spaces, found 4
(#1553) Spaces must be used for alignment; tabs are not allowed
(#1553) Tab found within whitespace
(#1553) Line indented incorrectly; expected 20 spaces, found 4
(#1553) Expected "if (...) {\n"; found "if(...){\n"
(#1554) Spaces must be used for alignment; tabs are not allowed
(#1554) Tab found within whitespace
(#1554) Line indented incorrectly; expected at least 24 spaces, found 5
(#1555) Spaces must be used for alignment; tabs are not allowed
(#1555) Tab found within whitespace
(#1555) Line indented incorrectly; expected at least 24 spaces, found 5
(#1556) Spaces must be used for alignment; tabs are not allowed
(#1556) Tab found within whitespace
(#1556) Line indented incorrectly; expected at least 24 spaces, found 5
(#1557) Spaces must be used for alignment; tabs are not allowed
(#1557) Tab found within whitespace
(#1557) Line indented incorrectly; expected at least 24 spaces, found 5
(#1558) Spaces must be used for alignment; tabs are not allowed
(#1558) Tab found within whitespace
(#1558) Line indented incorrectly; expected at least 24 spaces, found 5
(#1559) Spaces must be used for alignment; tabs are not allowed
(#1559) Tab found within whitespace
(#1559) Line indented incorrectly; expected 20 spaces, found 4
(#1560) Spaces must be used for alignment; tabs are not allowed
(#1560) Tab found within whitespace
(#1560) Line indented incorrectly; expected at least 24 spaces, found 5
(#1561) Spaces must be used for alignment; tabs are not allowed
(#1561) Tab found within whitespace
(#1561) Line indented incorrectly; expected at least 24 spaces, found 5
(#1562) Spaces must be used for alignment; tabs are not allowed
(#1562) Tab found within whitespace
(#1562) Line indented incorrectly; expected at least 24 spaces, found 5
(#1563) Spaces must be used for alignment; tabs are not allowed
(#1563) Tab found within whitespace
(#1563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1563) Inline comments must end in full-stops, exclamation marks, or question marks
(#1563) This comment is 50% valid code; is this commented out code?
(#1563) Line indented incorrectly; expected at least 24 spaces, found 5
(#1563) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#1564) Spaces must be used for alignment; tabs are not allowed
(#1564) Tab found within whitespace
(#1564) Line indented incorrectly; expected at least 24 spaces, found 5
(#1565) Spaces must be used for alignment; tabs are not allowed
(#1565) Tab found within whitespace
(#1565) Line indented incorrectly; expected at least 24 spaces, found 5
(#1566) Spaces must be used for alignment; tabs are not allowed
(#1566) Tab found within whitespace
(#1566) Line indented incorrectly; expected 20 spaces, found 4
(#1567) Spaces must be used for alignment; tabs are not allowed
(#1567) Tab found within whitespace
(#1568) Spaces must be used for alignment; tabs are not allowed
(#1568) Tab found within whitespace
(#1568) Line indented incorrectly; expected 16 spaces, found 3
(#1568) Spaces must be used for alignment; tabs are not allowed
(#1568) Tab found within whitespace
(#1568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1568) Inline comments must end in full-stops, exclamation marks, or question marks
(#1569) Spaces must be used for alignment; tabs are not allowed
(#1569) Tab found within whitespace
(#1569) Line indented incorrectly; expected at least 20 spaces, found 4
(#1570) Spaces must be used for alignment; tabs are not allowed
(#1570) Tab found within whitespace
(#1571) Spaces must be used for alignment; tabs are not allowed
(#1571) Tab found within whitespace
(#1571) Line indented incorrectly; expected 16 spaces, found 3
(#1572) Spaces must be used for alignment; tabs are not allowed
(#1572) Tab found within whitespace
(#1572) Line indented incorrectly; expected at least 20 spaces, found 4
(#1573) Spaces must be used for alignment; tabs are not allowed
(#1573) Tab found within whitespace
(#1573) Line indented incorrectly; expected 12 spaces, found 2
(#1574) Spaces must be used for alignment; tabs are not allowed
(#1574) Tab found within whitespace
(#1574) Line indented incorrectly; expected 4 spaces, found 1
(#1576) Spaces must be used for alignment; tabs are not allowed
(#1576) Tab found within whitespace
(#1576) Line indented incorrectly; expected at least 4 spaces, found 1
(#1577) Spaces must be used for alignment; tabs are not allowed
(#1577) Expected 2 space(s) before asterisk; 1 found
(#1578) Spaces must be used for alignment; tabs are not allowed
(#1578) Expected 2 space(s) before asterisk; 1 found
(#1579) Spaces must be used for alignment; tabs are not allowed
(#1579) Expected 2 space(s) before asterisk; 1 found
(#1580) Spaces must be used for alignment; tabs are not allowed
(#1580) Expected 2 space(s) before asterisk; 1 found
(#1581) Spaces must be used for alignment; tabs are not allowed
(#1581) Expected 2 space(s) before asterisk; 1 found
(#1582) Spaces must be used for alignment; tabs are not allowed
(#1582) Expected 2 space(s) before asterisk; 1 found
(#1583) Spaces must be used for alignment; tabs are not allowed
(#1583) Tab found within whitespace
(#1583) Line indented incorrectly; expected 4 spaces, found 1
(#1583) method name "nusoap_xmlschema::schemaEndElement" must be in lower-case letters only
(#1583) Visibility must be declared on method "schemaEndElement"
(#1584) Spaces must be used for alignment; tabs are not allowed
(#1584) Tab found within whitespace
(#1584) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1584) Inline comments must end in full-stops, exclamation marks, or question marks
(#1584) Line indented incorrectly; expected at least 8 spaces, found 2
(#1585) Spaces must be used for alignment; tabs are not allowed
(#1585) Tab found within whitespace
(#1585) Line indented incorrectly; expected at least 8 spaces, found 2
(#1586) Spaces must be used for alignment; tabs are not allowed
(#1586) Tab found within whitespace
(#1586) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1586) Inline comments must end in full-stops, exclamation marks, or question marks
(#1586) Line indented incorrectly; expected at least 8 spaces, found 2
(#1587) Spaces must be used for alignment; tabs are not allowed
(#1587) Tab found within whitespace
(#1587) Line indented incorrectly; expected 8 spaces, found 2
(#1587) Expected "if (...) {\n"; found "if(...){\n"
(#1588) Spaces must be used for alignment; tabs are not allowed
(#1588) Tab found within whitespace
(#1588) Line indented incorrectly; expected at least 12 spaces, found 9
(#1589) Closing brace indented incorrectly; expected 2 spaces, found 8
(#1590) Spaces must be used for alignment; tabs are not allowed
(#1590) Tab found within whitespace
(#1590) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1590) Inline comments must end in full-stops, exclamation marks, or question marks
(#1590) Line indented incorrectly; expected at least 8 spaces, found 2
(#1591) Spaces must be used for alignment; tabs are not allowed
(#1591) Tab found within whitespace
(#1591) Line indented incorrectly; expected 8 spaces, found 2
(#1591) Expected "if (...) {\n"; found "if (...){\n"
(#1592) Spaces must be used for alignment; tabs are not allowed
(#1592) Tab found within whitespace
(#1592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1592) Inline comments must end in full-stops, exclamation marks, or question marks
(#1592) Line indented incorrectly; expected at least 12 spaces, found 3
(#1593) Spaces must be used for alignment; tabs are not allowed
(#1593) Tab found within whitespace
(#1593) Line indented incorrectly; expected at least 12 spaces, found 3
(#1594) Spaces must be used for alignment; tabs are not allowed
(#1594) Tab found within whitespace
(#1594) Line indented incorrectly; expected 8 spaces, found 2
(#1595) Spaces must be used for alignment; tabs are not allowed
(#1595) Tab found within whitespace
(#1595) Line indented incorrectly; expected at least 12 spaces, found 9
(#1596) Closing brace indented incorrectly; expected 2 spaces, found 8
(#1597) Spaces must be used for alignment; tabs are not allowed
(#1597) Tab found within whitespace
(#1597) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1597) Line indented incorrectly; expected at least 8 spaces, found 2
(#1598) Spaces must be used for alignment; tabs are not allowed
(#1598) Tab found within whitespace
(#1598) Line indented incorrectly; expected 8 spaces, found 2
(#1598) Expected "if (...) {\n"; found "if(...){\n"
(#1599) Spaces must be used for alignment; tabs are not allowed
(#1599) Tab found within whitespace
(#1599) Line indented incorrectly; expected at least 12 spaces, found 3
(#1600) Spaces must be used for alignment; tabs are not allowed
(#1600) Tab found within whitespace
(#1600) Line indented incorrectly; expected at least 12 spaces, found 3
(#1601) Spaces must be used for alignment; tabs are not allowed
(#1601) Tab found within whitespace
(#1601) Line indented incorrectly; expected at least 12 spaces, found 3
(#1602) Spaces must be used for alignment; tabs are not allowed
(#1602) Tab found within whitespace
(#1602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1602) Inline comments must end in full-stops, exclamation marks, or question marks
(#1602) This comment is 50% valid code; is this commented out code?
(#1602) Line indented incorrectly; expected at least 12 spaces, found 3
(#1602) No space found before comment text; expected "// $this->currentElement = false;" but found "//$this->currentElement = false;"
(#1603) Spaces must be used for alignment; tabs are not allowed
(#1603) Tab found within whitespace
(#1603) Line indented incorrectly; expected 8 spaces, found 2
(#1604) Spaces must be used for alignment; tabs are not allowed
(#1604) Tab found within whitespace
(#1604) Line indented incorrectly; expected 8 spaces, found 2
(#1604) Expected "if (...) {\n"; found "if(...){\n"
(#1605) Spaces must be used for alignment; tabs are not allowed
(#1605) Tab found within whitespace
(#1605) Line indented incorrectly; expected at least 12 spaces, found 3
(#1606) Spaces must be used for alignment; tabs are not allowed
(#1606) Tab found within whitespace
(#1606) Line indented incorrectly; expected at least 12 spaces, found 3
(#1607) Spaces must be used for alignment; tabs are not allowed
(#1607) Tab found within whitespace
(#1607) Line indented incorrectly; expected 8 spaces, found 2
(#1608) Spaces must be used for alignment; tabs are not allowed
(#1608) Tab found within whitespace
(#1608) Line indented incorrectly; expected 8 spaces, found 2
(#1608) Expected "if (...) {\n"; found "if(...){\n"
(#1609) Spaces must be used for alignment; tabs are not allowed
(#1609) Tab found within whitespace
(#1609) Line indented incorrectly; expected at least 12 spaces, found 3
(#1610) Spaces must be used for alignment; tabs are not allowed
(#1610) Tab found within whitespace
(#1610) Line indented incorrectly; expected at least 12 spaces, found 3
(#1611) Spaces must be used for alignment; tabs are not allowed
(#1611) Tab found within whitespace
(#1611) Line indented incorrectly; expected at least 12 spaces, found 3
(#1612) Spaces must be used for alignment; tabs are not allowed
(#1612) Tab found within whitespace
(#1612) Line indented incorrectly; expected 8 spaces, found 2
(#1613) Spaces must be used for alignment; tabs are not allowed
(#1613) Tab found within whitespace
(#1613) Line indented incorrectly; expected 4 spaces, found 1
(#1615) Spaces must be used for alignment; tabs are not allowed
(#1615) Tab found within whitespace
(#1615) Line indented incorrectly; expected at least 4 spaces, found 1
(#1616) Spaces must be used for alignment; tabs are not allowed
(#1616) Expected 2 space(s) before asterisk; 1 found
(#1617) Spaces must be used for alignment; tabs are not allowed
(#1617) Expected 2 space(s) before asterisk; 1 found
(#1618) Spaces must be used for alignment; tabs are not allowed
(#1618) Expected 2 space(s) before asterisk; 1 found
(#1619) Spaces must be used for alignment; tabs are not allowed
(#1619) Expected 2 space(s) before asterisk; 1 found
(#1620) Spaces must be used for alignment; tabs are not allowed
(#1620) Expected 2 space(s) before asterisk; 1 found
(#1621) Spaces must be used for alignment; tabs are not allowed
(#1621) Expected 2 space(s) before asterisk; 1 found
(#1622) Spaces must be used for alignment; tabs are not allowed
(#1622) Tab found within whitespace
(#1622) Line indented incorrectly; expected 4 spaces, found 1
(#1622) method name "nusoap_xmlschema::schemaCharacterData" must be in lower-case letters only
(#1622) Visibility must be declared on method "schemaCharacterData"
(#1622) Expected 1 space after closing parenthesis; found 0
(#1623) Spaces must be used for alignment; tabs are not allowed
(#1623) Tab found within whitespace
(#1623) Line indented incorrectly; expected at least 8 spaces, found 2
(#1624) Spaces must be used for alignment; tabs are not allowed
(#1624) Tab found within whitespace
(#1624) Line indented incorrectly; expected at least 8 spaces, found 2
(#1625) Spaces must be used for alignment; tabs are not allowed
(#1625) Tab found within whitespace
(#1625) Line indented incorrectly; expected 4 spaces, found 1
(#1627) Spaces must be used for alignment; tabs are not allowed
(#1627) Tab found within whitespace
(#1627) Line indented incorrectly; expected at least 4 spaces, found 1
(#1628) Spaces must be used for alignment; tabs are not allowed
(#1628) Expected 2 space(s) before asterisk; 1 found
(#1629) Spaces must be used for alignment; tabs are not allowed
(#1629) Expected 2 space(s) before asterisk; 1 found
(#1630) Spaces must be used for alignment; tabs are not allowed
(#1630) Expected 2 space(s) before asterisk; 1 found
(#1631) Spaces must be used for alignment; tabs are not allowed
(#1631) Expected 2 space(s) before asterisk; 1 found
(#1632) Spaces must be used for alignment; tabs are not allowed
(#1632) Tab found within whitespace
(#1632) Line indented incorrectly; expected 4 spaces, found 1
(#1632) method name "nusoap_xmlschema::serializeSchema" must be in lower-case letters only
(#1632) Visibility must be declared on method "serializeSchema"
(#1632) Expected 1 space after closing parenthesis; found 0
(#1634) Spaces must be used for alignment; tabs are not allowed
(#1634) Tab found within whitespace
(#1634) Line indented incorrectly; expected at least 8 spaces, found 2
(#1634) Variable "schemaPrefix" must be all lower-case
(#1635) Spaces must be used for alignment; tabs are not allowed
(#1635) Tab found within whitespace
(#1635) Line indented incorrectly; expected at least 8 spaces, found 2
(#1636) Spaces must be used for alignment; tabs are not allowed
(#1636) Tab found within whitespace
(#1636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1636) Inline comments must end in full-stops, exclamation marks, or question marks
(#1636) Line indented incorrectly; expected at least 8 spaces, found 2
(#1637) Spaces must be used for alignment; tabs are not allowed
(#1637) Tab found within whitespace
(#1637) Line indented incorrectly; expected 8 spaces, found 2
(#1637) The use of function sizeof() is forbidden; use count() instead
(#1638) Spaces must be used for alignment; tabs are not allowed
(#1638) Tab found within whitespace
(#1638) Line indented incorrectly; expected 12 spaces, found 3
(#1638) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1639) Spaces must be used for alignment; tabs are not allowed
(#1639) Tab found within whitespace
(#1639) Line indented incorrectly; expected 16 spaces, found 4
(#1640) Spaces must be used for alignment; tabs are not allowed
(#1640) Tab found within whitespace
(#1640) Line indented incorrectly; expected 20 spaces, found 5
(#1641) Spaces must be used for alignment; tabs are not allowed
(#1641) Tab found within whitespace
(#1641) Line indented incorrectly; expected at least 24 spaces, found 6
(#1641) Variable "schemaPrefix" must be all lower-case
(#1642) Spaces must be used for alignment; tabs are not allowed
(#1642) Tab found within whitespace
(#1642) Line indented incorrectly; expected 20 spaces, found 5
(#1643) Spaces must be used for alignment; tabs are not allowed
(#1643) Tab found within whitespace
(#1643) Line indented incorrectly; expected at least 24 spaces, found 6
(#1643) Variable "schemaPrefix" must be all lower-case
(#1644) Spaces must be used for alignment; tabs are not allowed
(#1644) Tab found within whitespace
(#1644) Line indented incorrectly; expected 20 spaces, found 5
(#1645) Spaces must be used for alignment; tabs are not allowed
(#1645) Tab found within whitespace
(#1645) Line indented incorrectly; expected 16 spaces, found 4
(#1646) Spaces must be used for alignment; tabs are not allowed
(#1646) Tab found within whitespace
(#1646) Line indented incorrectly; expected 12 spaces, found 3
(#1646) Whitespace found at end of line
(#1647) Spaces must be used for alignment; tabs are not allowed
(#1647) Tab found within whitespace
(#1647) Line indented incorrectly; expected 8 spaces, found 2
(#1647) Whitespace found at end of line
(#1648) Spaces must be used for alignment; tabs are not allowed
(#1648) Tab found within whitespace
(#1648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1648) Inline comments must end in full-stops, exclamation marks, or question marks
(#1648) Line indented incorrectly; expected at least 8 spaces, found 2
(#1649) Spaces must be used for alignment; tabs are not allowed
(#1649) Tab found within whitespace
(#1649) Line indented incorrectly; expected 8 spaces, found 2
(#1649) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1649) Variable "typeName" must be all lower-case
(#1650) Spaces must be used for alignment; tabs are not allowed
(#1650) Tab found within whitespace
(#1650) Line indented incorrectly; expected at least 12 spaces, found 3
(#1650) Variable "contentStr" must be all lower-case
(#1651) Spaces must be used for alignment; tabs are not allowed
(#1651) Tab found within whitespace
(#1651) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1651) Inline comments must end in full-stops, exclamation marks, or question marks
(#1651) Line indented incorrectly; expected at least 12 spaces, found 3
(#1652) Spaces must be used for alignment; tabs are not allowed
(#1652) Tab found within whitespace
(#1652) Line indented incorrectly; expected 12 spaces, found 3
(#1652) Expected "if (...) {\n"; found "if(...){\n"
(#1653) Spaces must be used for alignment; tabs are not allowed
(#1653) Tab found within whitespace
(#1653) Line indented incorrectly; expected 16 spaces, found 4
(#1653) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1653) Variable "eParts" must be all lower-case
(#1654) Spaces must be used for alignment; tabs are not allowed
(#1654) Tab found within whitespace
(#1654) Line indented incorrectly; expected 20 spaces, found 5
(#1654) Expected "if (...) {\n"; found "if(...){\n"
(#1654) Variable "eParts" must be all lower-case
(#1655) Spaces must be used for alignment; tabs are not allowed
(#1655) Tab found within whitespace
(#1655) Line indented incorrectly; expected at least 24 spaces, found 6
(#1655) Variable "contentStr" must be all lower-case
(#1655) Variable "schemaPrefix" must be all lower-case
(#1656) Spaces must be used for alignment; tabs are not allowed
(#1656) Tab found within whitespace
(#1656) Line indented incorrectly; expected 20 spaces, found 5
(#1657) Spaces must be used for alignment; tabs are not allowed
(#1657) Tab found within whitespace
(#1657) Line indented incorrectly; expected at least 24 spaces, found 6
(#1657) Variable "contentStr" must be all lower-case
(#1657) Variable "schemaPrefix" must be all lower-case
(#1657) Variable "eParts" must be all lower-case
(#1658) Spaces must be used for alignment; tabs are not allowed
(#1658) Tab found within whitespace
(#1658) Line indented incorrectly; expected 24 spaces, found 6
(#1658) Variable "eParts" must be all lower-case
(#1658) Variable "aName" must be all lower-case
(#1658) Variable "aValue" must be all lower-case
(#1659) Spaces must be used for alignment; tabs are not allowed
(#1659) Tab found within whitespace
(#1659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1659) Inline comments must end in full-stops, exclamation marks, or question marks
(#1659) Line indented incorrectly; expected at least 28 spaces, found 7
(#1660) Spaces must be used for alignment; tabs are not allowed
(#1660) Tab found within whitespace
(#1660) Line indented incorrectly; expected 28 spaces, found 7
(#1660) Variable "aName" must be all lower-case
(#1660) Variable "aName" must be all lower-case
(#1661) Spaces must be used for alignment; tabs are not allowed
(#1661) Tab found within whitespace
(#1661) Line indented incorrectly; expected at least 32 spaces, found 8
(#1661) Variable "contentStr" must be all lower-case
(#1661) Variable "aName" must be all lower-case
(#1662) Spaces must be used for alignment; tabs are not allowed
(#1662) Tab found within whitespace
(#1662) Line indented incorrectly; expected 28 spaces, found 7
(#1663) Spaces must be used for alignment; tabs are not allowed
(#1663) Tab found within whitespace
(#1663) Line indented incorrectly; expected 24 spaces, found 6
(#1664) Spaces must be used for alignment; tabs are not allowed
(#1664) Tab found within whitespace
(#1664) Line indented incorrectly; expected at least 24 spaces, found 6
(#1664) Variable "contentStr" must be all lower-case
(#1665) Spaces must be used for alignment; tabs are not allowed
(#1665) Tab found within whitespace
(#1665) Line indented incorrectly; expected 20 spaces, found 5
(#1666) Spaces must be used for alignment; tabs are not allowed
(#1666) Tab found within whitespace
(#1666) Line indented incorrectly; expected 16 spaces, found 4
(#1667) Spaces must be used for alignment; tabs are not allowed
(#1667) Tab found within whitespace
(#1667) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1667) Inline comments must end in full-stops, exclamation marks, or question marks
(#1667) Line indented incorrectly; expected at least 16 spaces, found 4
(#1668) Spaces must be used for alignment; tabs are not allowed
(#1668) Tab found within whitespace
(#1668) Line indented incorrectly; expected 16 spaces, found 4
(#1669) Spaces must be used for alignment; tabs are not allowed
(#1669) Tab found within whitespace
(#1669) Line indented incorrectly; expected at least 20 spaces, found 5
(#1669) Variable "contentStr" must be all lower-case
(#1669) Variable "schemaPrefix" must be all lower-case
(#1669) Variable "contentStr" must be all lower-case
(#1669) Variable "schemaPrefix" must be all lower-case
(#1670) Spaces must be used for alignment; tabs are not allowed
(#1670) Tab found within whitespace
(#1670) Line indented incorrectly; expected 16 spaces, found 4
(#1671) Spaces must be used for alignment; tabs are not allowed
(#1671) Tab found within whitespace
(#1671) Line indented incorrectly; expected 12 spaces, found 3
(#1672) Spaces must be used for alignment; tabs are not allowed
(#1672) Tab found within whitespace
(#1672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1672) Inline comments must end in full-stops, exclamation marks, or question marks
(#1672) Line indented incorrectly; expected at least 12 spaces, found 3
(#1673) Spaces must be used for alignment; tabs are not allowed
(#1673) Tab found within whitespace
(#1673) Line indented incorrectly; expected 12 spaces, found 3
(#1673) Expected "if (...) {\n"; found "if(...){\n"
(#1674) Spaces must be used for alignment; tabs are not allowed
(#1674) Tab found within whitespace
(#1674) Line indented incorrectly; expected 16 spaces, found 4
(#1674) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1674) Variable "aParts" must be all lower-case
(#1675) Spaces must be used for alignment; tabs are not allowed
(#1675) Tab found within whitespace
(#1675) Line indented incorrectly; expected at least 20 spaces, found 5
(#1675) Variable "contentStr" must be all lower-case
(#1675) Variable "schemaPrefix" must be all lower-case
(#1676) Spaces must be used for alignment; tabs are not allowed
(#1676) Tab found within whitespace
(#1676) Line indented incorrectly; expected 20 spaces, found 5
(#1676) Variable "aParts" must be all lower-case
(#1677) Spaces must be used for alignment; tabs are not allowed
(#1677) Tab found within whitespace
(#1677) Line indented incorrectly; expected 24 spaces, found 6
(#1678) Spaces must be used for alignment; tabs are not allowed
(#1678) Tab found within whitespace
(#1678) Line indented incorrectly; expected at least 28 spaces, found 7
(#1678) Variable "contentStr" must be all lower-case
(#1679) Spaces must be used for alignment; tabs are not allowed
(#1679) Tab found within whitespace
(#1679) Line indented incorrectly; expected 24 spaces, found 6
(#1679) Usage of ELSEIF not allowed; use ELSE IF instead
(#1680) Spaces must be used for alignment; tabs are not allowed
(#1680) Tab found within whitespace
(#1680) Line indented incorrectly; expected at least 28 spaces, found 7
(#1681) Spaces must be used for alignment; tabs are not allowed
(#1681) Tab found within whitespace
(#1681) Line indented incorrectly; expected at least 28 spaces, found 7
(#1681) Variable "contentStr" must be all lower-case
(#1682) Spaces must be used for alignment; tabs are not allowed
(#1682) Tab found within whitespace
(#1682) Line indented incorrectly; expected 24 spaces, found 6
(#1683) Spaces must be used for alignment; tabs are not allowed
(#1683) Tab found within whitespace
(#1683) Line indented incorrectly; expected at least 28 spaces, found 7
(#1683) Variable "contentStr" must be all lower-case
(#1684) Spaces must be used for alignment; tabs are not allowed
(#1684) Tab found within whitespace
(#1684) Line indented incorrectly; expected 24 spaces, found 6
(#1685) Spaces must be used for alignment; tabs are not allowed
(#1685) Tab found within whitespace
(#1685) Line indented incorrectly; expected 20 spaces, found 5
(#1686) Spaces must be used for alignment; tabs are not allowed
(#1686) Tab found within whitespace
(#1686) Line indented incorrectly; expected at least 20 spaces, found 5
(#1686) Variable "contentStr" must be all lower-case
(#1687) Spaces must be used for alignment; tabs are not allowed
(#1687) Tab found within whitespace
(#1687) Line indented incorrectly; expected 16 spaces, found 4
(#1688) Spaces must be used for alignment; tabs are not allowed
(#1688) Tab found within whitespace
(#1688) Line indented incorrectly; expected 12 spaces, found 3
(#1689) Spaces must be used for alignment; tabs are not allowed
(#1689) Tab found within whitespace
(#1689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1689) Inline comments must end in full-stops, exclamation marks, or question marks
(#1689) Line indented incorrectly; expected at least 12 spaces, found 3
(#1690) Spaces must be used for alignment; tabs are not allowed
(#1690) Tab found within whitespace
(#1690) Line indented incorrectly; expected 12 spaces, found 3
(#1690) Expected "if (...) {\n"; found "if (...){\n"
(#1691) Spaces must be used for alignment; tabs are not allowed
(#1691) Tab found within whitespace
(#1691) Line indented incorrectly; expected at least 16 spaces, found 4
(#1691) Variable "contentStr" must be all lower-case
(#1691) Variable "schemaPrefix" must be all lower-case
(#1691) Variable "contentStr" must be all lower-case
(#1691) Variable "schemaPrefix" must be all lower-case
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1691) Line exceeds 132 characters; contains 162 characters
(#1692) Spaces must be used for alignment; tabs are not allowed
(#1692) Tab found within whitespace
(#1692) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1692) Inline comments must end in full-stops, exclamation marks, or question marks
(#1692) Line indented incorrectly; expected at least 16 spaces, found 4
(#1693) Spaces must be used for alignment; tabs are not allowed
(#1693) Tab found within whitespace
(#1693) Line indented incorrectly; expected 16 spaces, found 4
(#1693) Expected "if (...) {\n"; found "if (...){\n"
(#1694) Spaces must be used for alignment; tabs are not allowed
(#1694) Tab found within whitespace
(#1694) Line indented incorrectly; expected at least 20 spaces, found 5
(#1694) Variable "contentStr" must be all lower-case
(#1694) Variable "schemaPrefix" must be all lower-case
(#1694) Variable "contentStr" must be all lower-case
(#1694) Variable "schemaPrefix" must be all lower-case
(#1695) Spaces must be used for alignment; tabs are not allowed
(#1695) Tab found within whitespace
(#1695) Line indented incorrectly; expected 16 spaces, found 4
(#1696) Spaces must be used for alignment; tabs are not allowed
(#1696) Tab found within whitespace
(#1696) Line indented incorrectly; expected 12 spaces, found 3
(#1697) Spaces must be used for alignment; tabs are not allowed
(#1697) Tab found within whitespace
(#1697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1697) Inline comments must end in full-stops, exclamation marks, or question marks
(#1697) Line indented incorrectly; expected at least 12 spaces, found 3
(#1698) Spaces must be used for alignment; tabs are not allowed
(#1698) Tab found within whitespace
(#1698) Line indented incorrectly; expected 12 spaces, found 3
(#1698) Expected "if (...) {\n"; found "if(...){\n"
(#1698) Variable "contentStr" must be all lower-case
(#1699) Spaces must be used for alignment; tabs are not allowed
(#1699) Tab found within whitespace
(#1699) Line indented incorrectly; expected at least 16 spaces, found 4
(#1699) Variable "contentStr" must be all lower-case
(#1699) Variable "schemaPrefix" must be all lower-case
(#1699) Variable "contentStr" must be all lower-case
(#1699) Variable "schemaPrefix" must be all lower-case
(#1700) Spaces must be used for alignment; tabs are not allowed
(#1700) Tab found within whitespace
(#1700) Line indented incorrectly; expected 12 spaces, found 3
(#1701) Spaces must be used for alignment; tabs are not allowed
(#1701) Tab found within whitespace
(#1701) Line indented incorrectly; expected at least 16 spaces, found 4
(#1701) Variable "contentStr" must be all lower-case
(#1701) Variable "schemaPrefix" must be all lower-case
(#1702) Spaces must be used for alignment; tabs are not allowed
(#1702) Tab found within whitespace
(#1702) Line indented incorrectly; expected 12 spaces, found 3
(#1703) Spaces must be used for alignment; tabs are not allowed
(#1703) Tab found within whitespace
(#1703) Line indented incorrectly; expected at least 12 spaces, found 3
(#1703) Variable "contentStr" must be all lower-case
(#1704) Spaces must be used for alignment; tabs are not allowed
(#1704) Tab found within whitespace
(#1704) Line indented incorrectly; expected 8 spaces, found 2
(#1705) Spaces must be used for alignment; tabs are not allowed
(#1705) Tab found within whitespace
(#1705) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1705) Inline comments must end in full-stops, exclamation marks, or question marks
(#1705) Line indented incorrectly; expected at least 8 spaces, found 2
(#1706) Spaces must be used for alignment; tabs are not allowed
(#1706) Tab found within whitespace
(#1706) Line indented incorrectly; expected 8 spaces, found 2
(#1706) Expected "if (...) {\n"; found "if(...){\n"
(#1707) Spaces must be used for alignment; tabs are not allowed
(#1707) Tab found within whitespace
(#1707) Line indented incorrectly; expected 12 spaces, found 3
(#1707) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1707) Variable "typeName" must be all lower-case
(#1707) Variable "eParts" must be all lower-case
(#1708) Spaces must be used for alignment; tabs are not allowed
(#1708) Tab found within whitespace
(#1708) Line indented incorrectly; expected at least 16 spaces, found 4
(#1708) Variable "schemaPrefix" must be all lower-case
(#1708) Variable "eParts" must be all lower-case
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1708) Line exceeds 132 characters; contains 145 characters
(#1709) Spaces must be used for alignment; tabs are not allowed
(#1709) Tab found within whitespace
(#1709) Line indented incorrectly; expected 16 spaces, found 4
(#1709) Variable "eParts" must be all lower-case
(#1710) Spaces must be used for alignment; tabs are not allowed
(#1710) Tab found within whitespace
(#1710) Line indented incorrectly; expected 20 spaces, found 5
(#1710) Variable "eParts" must be all lower-case
(#1711) Spaces must be used for alignment; tabs are not allowed
(#1711) Tab found within whitespace
(#1711) Line indented incorrectly; expected at least 24 spaces, found 6
(#1711) Variable "schemaPrefix" must be all lower-case
(#1712) Spaces must be used for alignment; tabs are not allowed
(#1712) Tab found within whitespace
(#1712) Line indented incorrectly; expected 20 spaces, found 5
(#1713) Spaces must be used for alignment; tabs are not allowed
(#1713) Tab found within whitespace
(#1713) Line indented incorrectly; expected 16 spaces, found 4
(#1714) Spaces must be used for alignment; tabs are not allowed
(#1714) Tab found within whitespace
(#1714) Line indented incorrectly; expected at least 16 spaces, found 4
(#1714) Variable "schemaPrefix" must be all lower-case
(#1715) Spaces must be used for alignment; tabs are not allowed
(#1715) Tab found within whitespace
(#1715) Line indented incorrectly; expected 12 spaces, found 3
(#1716) Spaces must be used for alignment; tabs are not allowed
(#1716) Tab found within whitespace
(#1716) Line indented incorrectly; expected 8 spaces, found 2
(#1717) Spaces must be used for alignment; tabs are not allowed
(#1717) Tab found within whitespace
(#1717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1717) Inline comments must end in full-stops, exclamation marks, or question marks
(#1717) Line indented incorrectly; expected at least 8 spaces, found 2
(#1718) Spaces must be used for alignment; tabs are not allowed
(#1718) Tab found within whitespace
(#1718) Line indented incorrectly; expected 8 spaces, found 2
(#1718) Expected "if (...) {\n"; found "if(...){\n"
(#1719) Spaces must be used for alignment; tabs are not allowed
(#1719) Tab found within whitespace
(#1719) Line indented incorrectly; expected 12 spaces, found 3
(#1719) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1719) Variable "eParts" must be all lower-case
(#1720) Spaces must be used for alignment; tabs are not allowed
(#1720) Tab found within whitespace
(#1720) Line indented incorrectly; expected at least 16 spaces, found 4
(#1720) Variable "schemaPrefix" must be all lower-case
(#1720) Variable "eParts" must be all lower-case
(#1721) Spaces must be used for alignment; tabs are not allowed
(#1721) Tab found within whitespace
(#1721) Line indented incorrectly; expected 12 spaces, found 3
(#1722) Spaces must be used for alignment; tabs are not allowed
(#1722) Tab found within whitespace
(#1722) Line indented incorrectly; expected 8 spaces, found 2
(#1723) Spaces must be used for alignment; tabs are not allowed
(#1723) Tab found within whitespace
(#1723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1723) Inline comments must end in full-stops, exclamation marks, or question marks
(#1723) Line indented incorrectly; expected at least 8 spaces, found 2
(#1724) Spaces must be used for alignment; tabs are not allowed
(#1724) Tab found within whitespace
(#1724) Line indented incorrectly; expected 8 spaces, found 2
(#1724) Expected "if (...) {\n"; found "if(...){\n"
(#1725) Spaces must be used for alignment; tabs are not allowed
(#1725) Tab found within whitespace
(#1725) Line indented incorrectly; expected 12 spaces, found 3
(#1725) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1725) Variable "aParts" must be all lower-case
(#1726) Spaces must be used for alignment; tabs are not allowed
(#1726) Tab found within whitespace
(#1726) Line indented incorrectly; expected at least 16 spaces, found 4
(#1726) Variable "schemaPrefix" must be all lower-case
(#1726) Variable "aParts" must be all lower-case
(#1727) Spaces must be used for alignment; tabs are not allowed
(#1727) Tab found within whitespace
(#1727) Line indented incorrectly; expected 12 spaces, found 3
(#1728) Spaces must be used for alignment; tabs are not allowed
(#1728) Tab found within whitespace
(#1728) Line indented incorrectly; expected 8 spaces, found 2
(#1729) Spaces must be used for alignment; tabs are not allowed
(#1729) Tab found within whitespace
(#1729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1729) Inline comments must end in full-stops, exclamation marks, or question marks
(#1729) Line indented incorrectly; expected at least 8 spaces, found 2
(#1730) Spaces must be used for alignment; tabs are not allowed
(#1730) Tab found within whitespace
(#1730) Line indented incorrectly; expected at least 8 spaces, found 2
(#1731) Spaces must be used for alignment; tabs are not allowed
(#1731) Tab found within whitespace
(#1731) Line indented incorrectly; expected 8 spaces, found 2
(#1732) Spaces must be used for alignment; tabs are not allowed
(#1732) Tab found within whitespace
(#1732) Line indented incorrectly; expected 12 spaces, found 3
(#1733) Spaces must be used for alignment; tabs are not allowed
(#1733) Tab found within whitespace
(#1733) Line indented incorrectly; expected at least 16 spaces, found 4
(#1734) Spaces must be used for alignment; tabs are not allowed
(#1734) Tab found within whitespace
(#1734) Line indented incorrectly; expected 12 spaces, found 3
(#1735) Spaces must be used for alignment; tabs are not allowed
(#1735) Tab found within whitespace
(#1735) Line indented incorrectly; expected 8 spaces, found 2
(#1736) Spaces must be used for alignment; tabs are not allowed
(#1736) Tab found within whitespace
(#1736) Line indented incorrectly; expected at least 8 spaces, found 2
(#1736) Variable "schemaPrefix" must be all lower-case
(#1737) Spaces must be used for alignment; tabs are not allowed
(#1737) Tab found within whitespace
(#1737) Line indented incorrectly; expected 8 spaces, found 2
(#1738) Spaces must be used for alignment; tabs are not allowed
(#1738) Tab found within whitespace
(#1738) Line indented incorrectly; expected at least 12 spaces, found 3
(#1739) Spaces must be used for alignment; tabs are not allowed
(#1739) Tab found within whitespace
(#1739) Line indented incorrectly; expected 8 spaces, found 2
(#1740) Spaces must be used for alignment; tabs are not allowed
(#1740) Tab found within whitespace
(#1740) Line indented incorrectly; expected at least 8 spaces, found 2
(#1740) Variable "schemaPrefix" must be all lower-case
(#1741) Spaces must be used for alignment; tabs are not allowed
(#1741) Tab found within whitespace
(#1741) Line indented incorrectly; expected at least 8 spaces, found 2
(#1742) Spaces must be used for alignment; tabs are not allowed
(#1742) Tab found within whitespace
(#1742) Line indented incorrectly; expected 4 spaces, found 1
(#1744) Spaces must be used for alignment; tabs are not allowed
(#1744) Tab found within whitespace
(#1744) Line indented incorrectly; expected at least 4 spaces, found 1
(#1745) Spaces must be used for alignment; tabs are not allowed
(#1745) Expected 2 space(s) before asterisk; 1 found
(#1746) Spaces must be used for alignment; tabs are not allowed
(#1746) Expected 2 space(s) before asterisk; 1 found
(#1747) Spaces must be used for alignment; tabs are not allowed
(#1747) Expected 2 space(s) before asterisk; 1 found
(#1748) Spaces must be used for alignment; tabs are not allowed
(#1748) Expected 2 space(s) before asterisk; 1 found
(#1749) Spaces must be used for alignment; tabs are not allowed
(#1749) Expected 2 space(s) before asterisk; 1 found
(#1750) Spaces must be used for alignment; tabs are not allowed
(#1750) Tab found within whitespace
(#1750) Line indented incorrectly; expected 4 spaces, found 1
(#1750) Visibility must be declared on method "xdebug"
(#1750) Expected 1 space after closing parenthesis; found 0
(#1751) Spaces must be used for alignment; tabs are not allowed
(#1751) Tab found within whitespace
(#1751) Line indented incorrectly; expected at least 8 spaces, found 2
(#1752) Spaces must be used for alignment; tabs are not allowed
(#1752) Tab found within whitespace
(#1752) Line indented incorrectly; expected 4 spaces, found 1
(#1755) Expected 5 space(s) before asterisk; 4 found
(#1756) Expected 5 space(s) before asterisk; 4 found
(#1757) Expected 5 space(s) before asterisk; 4 found
(#1758) Expected 5 space(s) before asterisk; 4 found
(#1759) Expected 5 space(s) before asterisk; 4 found
(#1760) Expected 5 space(s) before asterisk; 4 found
(#1761) Expected 5 space(s) before asterisk; 4 found
(#1762) Expected 5 space(s) before asterisk; 4 found
(#1763) Expected 5 space(s) before asterisk; 4 found
(#1764) Expected 5 space(s) before asterisk; 4 found
(#1765) Expected 5 space(s) before asterisk; 4 found
(#1766) Spaces must be used for alignment; tabs are not allowed
(#1766) Tab found within whitespace
(#1766) Line indented incorrectly; expected 4 spaces, found 1
(#1766) method name "nusoap_xmlschema::getPHPType" must be in lower-case letters only
(#1766) Visibility must be declared on method "getPHPType"
(#1766) Commas (,) must be followed by white space.
(#1766) Expected 1 space after closing parenthesis; found 0
(#1767) Spaces must be used for alignment; tabs are not allowed
(#1767) Tab found within whitespace
(#1767) Line indented incorrectly; expected 8 spaces, found 2
(#1767) Expected "if (...) {\n"; found "if(...){\n"
(#1768) Spaces must be used for alignment; tabs are not allowed
(#1768) Tab found within whitespace
(#1768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1768) Inline comments must end in full-stops, exclamation marks, or question marks
(#1768) This comment is 75% valid code; is this commented out code?
(#1768) Line indented incorrectly; expected at least 12 spaces, found 3
(#1768) No space found before comment text; expected "// print "found type '$type' and ns $ns in typemap<br>";" but found "//print "found type '$type' and ns $ns in typemap<br>";"
(#1769) Spaces must be used for alignment; tabs are not allowed
(#1769) Tab found within whitespace
(#1769) Line indented incorrectly; expected at least 12 spaces, found 3
(#1770) Spaces must be used for alignment; tabs are not allowed
(#1770) Tab found within whitespace
(#1770) Line indented incorrectly; expected 8 spaces, found 2
(#1770) Usage of ELSEIF not allowed; use ELSE IF instead
(#1771) Spaces must be used for alignment; tabs are not allowed
(#1771) Tab found within whitespace
(#1771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1771) Inline comments must end in full-stops, exclamation marks, or question marks
(#1771) This comment is 75% valid code; is this commented out code?
(#1771) Line indented incorrectly; expected at least 12 spaces, found 3
(#1771) No space found before comment text; expected "// print "getting type '$type' and ns $ns from complexTypes array<br>";" but found "//print "getting type '$type' and ns $ns from complexTypes array<br>";"
(#1772) Spaces must be used for alignment; tabs are not allowed
(#1772) Tab found within whitespace
(#1772) Line indented incorrectly; expected at least 12 spaces, found 3
(#1773) Spaces must be used for alignment; tabs are not allowed
(#1773) Tab found within whitespace
(#1773) Line indented incorrectly; expected 8 spaces, found 2
(#1774) Spaces must be used for alignment; tabs are not allowed
(#1774) Tab found within whitespace
(#1774) Line indented incorrectly; expected at least 8 spaces, found 2
(#1775) Spaces must be used for alignment; tabs are not allowed
(#1775) Tab found within whitespace
(#1775) Line indented incorrectly; expected 4 spaces, found 1
(#1777) Spaces must be used for alignment; tabs are not allowed
(#1777) Tab found within whitespace
(#1777) Line indented incorrectly; expected at least 4 spaces, found 1
(#1778) Expected 2 space(s) before asterisk; 4 found
(#1779) Expected 2 space(s) before asterisk; 4 found
(#1780) Expected 2 space(s) before asterisk; 4 found
(#1781) Spaces must be used for alignment; tabs are not allowed
(#1781) Expected 2 space(s) before asterisk; 1 found
(#1781) Spaces must be used for alignment; tabs are not allowed
(#1782) Spaces must be used for alignment; tabs are not allowed
(#1782) Expected 2 space(s) before asterisk; 1 found
(#1782) Spaces must be used for alignment; tabs are not allowed
(#1783) Spaces must be used for alignment; tabs are not allowed
(#1783) Expected 2 space(s) before asterisk; 1 found
(#1783) Spaces must be used for alignment; tabs are not allowed
(#1784) Spaces must be used for alignment; tabs are not allowed
(#1784) Expected 2 space(s) before asterisk; 1 found
(#1784) Spaces must be used for alignment; tabs are not allowed
(#1785) Spaces must be used for alignment; tabs are not allowed
(#1785) Expected 2 space(s) before asterisk; 1 found
(#1785) Spaces must be used for alignment; tabs are not allowed
(#1786) Spaces must be used for alignment; tabs are not allowed
(#1786) Expected 2 space(s) before asterisk; 1 found
(#1786) Spaces must be used for alignment; tabs are not allowed
(#1787) Spaces must be used for alignment; tabs are not allowed
(#1787) Expected 2 space(s) before asterisk; 1 found
(#1787) Spaces must be used for alignment; tabs are not allowed
(#1788) Spaces must be used for alignment; tabs are not allowed
(#1788) Expected 2 space(s) before asterisk; 1 found
(#1788) Spaces must be used for alignment; tabs are not allowed
(#1789) Spaces must be used for alignment; tabs are not allowed
(#1789) Expected 2 space(s) before asterisk; 1 found
(#1790) Spaces must be used for alignment; tabs are not allowed
(#1790) Expected 2 space(s) before asterisk; 1 found
(#1791) Expected 2 space(s) before asterisk; 4 found
(#1792) Expected 2 space(s) before asterisk; 4 found
(#1793) Expected 2 space(s) before asterisk; 4 found
(#1794) Expected 2 space(s) before asterisk; 4 found
(#1795) Expected 2 space(s) before asterisk; 4 found
(#1796) Expected 2 space(s) before asterisk; 4 found
(#1797) Expected 2 space(s) before asterisk; 4 found
(#1798) Expected 2 space(s) before asterisk; 4 found
(#1799) Spaces must be used for alignment; tabs are not allowed
(#1799) Tab found within whitespace
(#1799) Line indented incorrectly; expected 4 spaces, found 1
(#1799) method name "nusoap_xmlschema::getTypeDef" must be in lower-case letters only
(#1799) Visibility must be declared on method "getTypeDef"
(#1799) Expected 1 space after closing parenthesis; found 0
(#1800) Spaces must be used for alignment; tabs are not allowed
(#1800) Tab found within whitespace
(#1800) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1800) Inline comments must end in full-stops, exclamation marks, or question marks
(#1800) This comment is 86% valid code; is this commented out code?
(#1800) Line indented incorrectly; expected at least 8 spaces, found 2
(#1800) No space found before comment text; expected "// $this->debug("in getTypeDef for type $type");" but found "//$this->debug("in getTypeDef for type $type");"
(#1801) Spaces must be used for alignment; tabs are not allowed
(#1801) Tab found within whitespace
(#1801) Line indented incorrectly; expected 8 spaces, found 2
(#1802) Spaces must be used for alignment; tabs are not allowed
(#1802) Tab found within whitespace
(#1802) Line indented incorrectly; expected at least 12 spaces, found 3
(#1802) Variable "is_element" must not contain underscores.
(#1803) Spaces must be used for alignment; tabs are not allowed
(#1803) Tab found within whitespace
(#1803) Line indented incorrectly; expected at least 12 spaces, found 3
(#1804) Spaces must be used for alignment; tabs are not allowed
(#1804) Tab found within whitespace
(#1804) Line indented incorrectly; expected 8 spaces, found 2
(#1805) Spaces must be used for alignment; tabs are not allowed
(#1805) Tab found within whitespace
(#1805) Line indented incorrectly; expected at least 12 spaces, found 3
(#1805) Variable "is_element" must not contain underscores.
(#1806) Spaces must be used for alignment; tabs are not allowed
(#1806) Tab found within whitespace
(#1806) Line indented incorrectly; expected 8 spaces, found 2
(#1808) Spaces must be used for alignment; tabs are not allowed
(#1808) Tab found within whitespace
(#1808) Line indented incorrectly; expected 8 spaces, found 2
(#1808) Expected "if (...) {\n"; found "if(...){\n"
(#1808) Variable "is_element" must not contain underscores.
(#1809) Spaces must be used for alignment; tabs are not allowed
(#1809) Tab found within whitespace
(#1809) Line indented incorrectly; expected at least 12 spaces, found 3
(#1810) Spaces must be used for alignment; tabs are not allowed
(#1810) Tab found within whitespace
(#1810) Line indented incorrectly; expected at least 12 spaces, found 3
(#1811) Spaces must be used for alignment; tabs are not allowed
(#1811) Tab found within whitespace
(#1811) Line indented incorrectly; expected 8 spaces, found 2
(#1811) Usage of ELSEIF not allowed; use ELSE IF instead
(#1811) Variable "is_element" must not contain underscores.
(#1812) Spaces must be used for alignment; tabs are not allowed
(#1812) Tab found within whitespace
(#1812) Line indented incorrectly; expected at least 12 spaces, found 3
(#1813) Spaces must be used for alignment; tabs are not allowed
(#1813) Tab found within whitespace
(#1813) Line indented incorrectly; expected 12 spaces, found 3
(#1814) Spaces must be used for alignment; tabs are not allowed
(#1814) Tab found within whitespace
(#1814) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1814) Line indented incorrectly; expected at least 16 spaces, found 4
(#1815) Spaces must be used for alignment; tabs are not allowed
(#1815) Tab found within whitespace
(#1815) Line indented incorrectly; expected at least 16 spaces, found 4
(#1816) Spaces must be used for alignment; tabs are not allowed
(#1816) Tab found within whitespace
(#1816) Line indented incorrectly; expected at least 16 spaces, found 4
(#1816) Variable "uqType" must be all lower-case
(#1817) Spaces must be used for alignment; tabs are not allowed
(#1817) Tab found within whitespace
(#1817) Line indented incorrectly; expected at least 16 spaces, found 4
(#1818) Spaces must be used for alignment; tabs are not allowed
(#1818) Tab found within whitespace
(#1818) Line indented incorrectly; expected at least 16 spaces, found 4
(#1818) Variable "uqType" must be all lower-case
(#1819) Spaces must be used for alignment; tabs are not allowed
(#1819) Tab found within whitespace
(#1819) Line indented incorrectly; expected 16 spaces, found 4
(#1820) Spaces must be used for alignment; tabs are not allowed
(#1820) Tab found within whitespace
(#1820) Line indented incorrectly; expected at least 20 spaces, found 5
(#1821) Spaces must be used for alignment; tabs are not allowed
(#1821) Tab found within whitespace
(#1821) Line indented incorrectly; expected at least 20 spaces, found 5
(#1822) Spaces must be used for alignment; tabs are not allowed
(#1822) Tab found within whitespace
(#1822) Line indented incorrectly; expected 20 spaces, found 5
(#1823) Spaces must be used for alignment; tabs are not allowed
(#1823) Tab found within whitespace
(#1823) Line indented incorrectly; expected at least 24 spaces, found 6
(#1824) Spaces must be used for alignment; tabs are not allowed
(#1824) Tab found within whitespace
(#1824) Line indented incorrectly; expected 20 spaces, found 5
(#1825) Spaces must be used for alignment; tabs are not allowed
(#1825) Tab found within whitespace
(#1825) Line indented incorrectly; expected 20 spaces, found 5
(#1826) Spaces must be used for alignment; tabs are not allowed
(#1826) Tab found within whitespace
(#1826) Line indented incorrectly; expected at least 24 spaces, found 6
(#1827) Spaces must be used for alignment; tabs are not allowed
(#1827) Tab found within whitespace
(#1827) Line indented incorrectly; expected 20 spaces, found 5
(#1828) Spaces must be used for alignment; tabs are not allowed
(#1828) Tab found within whitespace
(#1828) Line indented incorrectly; expected 16 spaces, found 4
(#1829) Spaces must be used for alignment; tabs are not allowed
(#1829) Tab found within whitespace
(#1829) Line indented incorrectly; expected 12 spaces, found 3
(#1830) Spaces must be used for alignment; tabs are not allowed
(#1830) Tab found within whitespace
(#1830) Line indented incorrectly; expected at least 12 spaces, found 3
(#1831) Spaces must be used for alignment; tabs are not allowed
(#1831) Tab found within whitespace
(#1831) Line indented incorrectly; expected 8 spaces, found 2
(#1831) Usage of ELSEIF not allowed; use ELSE IF instead
(#1832) Spaces must be used for alignment; tabs are not allowed
(#1832) Tab found within whitespace
(#1832) Line indented incorrectly; expected at least 12 spaces, found 3
(#1833) Spaces must be used for alignment; tabs are not allowed
(#1833) Tab found within whitespace
(#1833) Line indented incorrectly; expected 12 spaces, found 3
(#1834) Spaces must be used for alignment; tabs are not allowed
(#1834) Tab found within whitespace
(#1834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1834) Inline comments must end in full-stops, exclamation marks, or question marks
(#1834) Line indented incorrectly; expected at least 16 spaces, found 4
(#1835) Spaces must be used for alignment; tabs are not allowed
(#1835) Tab found within whitespace
(#1835) Line indented incorrectly; expected at least 16 spaces, found 4
(#1835) Variable "uqType" must be all lower-case
(#1836) Spaces must be used for alignment; tabs are not allowed
(#1836) Tab found within whitespace
(#1836) Line indented incorrectly; expected at least 16 spaces, found 4
(#1837) Spaces must be used for alignment; tabs are not allowed
(#1837) Tab found within whitespace
(#1837) Line indented incorrectly; expected at least 16 spaces, found 4
(#1837) Variable "uqType" must be all lower-case
(#1838) Spaces must be used for alignment; tabs are not allowed
(#1838) Tab found within whitespace
(#1838) Line indented incorrectly; expected 16 spaces, found 4
(#1839) Spaces must be used for alignment; tabs are not allowed
(#1839) Tab found within whitespace
(#1839) Line indented incorrectly; expected at least 20 spaces, found 5
(#1840) Spaces must be used for alignment; tabs are not allowed
(#1840) Tab found within whitespace
(#1840) Line indented incorrectly; expected at least 20 spaces, found 5
(#1841) Spaces must be used for alignment; tabs are not allowed
(#1841) Tab found within whitespace
(#1841) Line indented incorrectly; expected 20 spaces, found 5
(#1842) Spaces must be used for alignment; tabs are not allowed
(#1842) Tab found within whitespace
(#1842) Line indented incorrectly; expected at least 24 spaces, found 6
(#1843) Spaces must be used for alignment; tabs are not allowed
(#1843) Tab found within whitespace
(#1843) Line indented incorrectly; expected 20 spaces, found 5
(#1844) Spaces must be used for alignment; tabs are not allowed
(#1844) Tab found within whitespace
(#1844) Line indented incorrectly; expected 20 spaces, found 5
(#1845) Spaces must be used for alignment; tabs are not allowed
(#1845) Tab found within whitespace
(#1845) Line indented incorrectly; expected at least 24 spaces, found 6
(#1846) Spaces must be used for alignment; tabs are not allowed
(#1846) Tab found within whitespace
(#1846) Line indented incorrectly; expected 20 spaces, found 5
(#1847) Spaces must be used for alignment; tabs are not allowed
(#1847) Tab found within whitespace
(#1847) Line indented incorrectly; expected 20 spaces, found 5
(#1848) Spaces must be used for alignment; tabs are not allowed
(#1848) Tab found within whitespace
(#1848) Line indented incorrectly; expected at least 24 spaces, found 6
(#1849) Spaces must be used for alignment; tabs are not allowed
(#1849) Tab found within whitespace
(#1849) Line indented incorrectly; expected 20 spaces, found 5
(#1850) Spaces must be used for alignment; tabs are not allowed
(#1850) Tab found within whitespace
(#1850) Line indented incorrectly; expected 16 spaces, found 4
(#1850) Usage of ELSEIF not allowed; use ELSE IF instead
(#1851) Spaces must be used for alignment; tabs are not allowed
(#1851) Tab found within whitespace
(#1851) Line indented incorrectly; expected at least 20 spaces, found 5
(#1852) Spaces must be used for alignment; tabs are not allowed
(#1852) Tab found within whitespace
(#1852) Line indented incorrectly; expected at least 20 spaces, found 5
(#1853) Spaces must be used for alignment; tabs are not allowed
(#1853) Tab found within whitespace
(#1853) Line indented incorrectly; expected 16 spaces, found 4
(#1854) Spaces must be used for alignment; tabs are not allowed
(#1854) Tab found within whitespace
(#1854) Line indented incorrectly; expected 12 spaces, found 3
(#1855) Spaces must be used for alignment; tabs are not allowed
(#1855) Tab found within whitespace
(#1855) Line indented incorrectly; expected at least 12 spaces, found 3
(#1856) Spaces must be used for alignment; tabs are not allowed
(#1856) Tab found within whitespace
(#1856) Line indented incorrectly; expected 8 spaces, found 2
(#1856) Usage of ELSEIF not allowed; use ELSE IF instead
(#1857) Spaces must be used for alignment; tabs are not allowed
(#1857) Tab found within whitespace
(#1857) Line indented incorrectly; expected at least 12 spaces, found 3
(#1858) Spaces must be used for alignment; tabs are not allowed
(#1858) Tab found within whitespace
(#1858) Line indented incorrectly; expected at least 12 spaces, found 3
(#1859) Spaces must be used for alignment; tabs are not allowed
(#1859) Tab found within whitespace
(#1859) Line indented incorrectly; expected 8 spaces, found 2
(#1859) Usage of ELSEIF not allowed; use ELSE IF instead
(#1860) Spaces must be used for alignment; tabs are not allowed
(#1860) Tab found within whitespace
(#1860) Line indented incorrectly; expected at least 12 spaces, found 3
(#1861) Spaces must be used for alignment; tabs are not allowed
(#1861) Tab found within whitespace
(#1861) Line indented incorrectly; expected at least 12 spaces, found 3
(#1861) Variable "typeDef" must be all lower-case
(#1862) Spaces must be used for alignment; tabs are not allowed
(#1862) Tab found within whitespace
(#1862) Line indented incorrectly; expected at least 12 spaces, found 3
(#1862) Variable "typeDef" must be all lower-case
(#1863) Spaces must be used for alignment; tabs are not allowed
(#1863) Tab found within whitespace
(#1863) Line indented incorrectly; expected at least 12 spaces, found 3
(#1863) Variable "typeDef" must be all lower-case
(#1864) Spaces must be used for alignment; tabs are not allowed
(#1864) Tab found within whitespace
(#1864) Line indented incorrectly; expected at least 12 spaces, found 3
(#1864) Variable "typeDef" must be all lower-case
(#1865) Spaces must be used for alignment; tabs are not allowed
(#1865) Tab found within whitespace
(#1865) Line indented incorrectly; expected 8 spaces, found 2
(#1866) Spaces must be used for alignment; tabs are not allowed
(#1866) Tab found within whitespace
(#1866) Line indented incorrectly; expected at least 8 spaces, found 2
(#1867) Spaces must be used for alignment; tabs are not allowed
(#1867) Tab found within whitespace
(#1867) Line indented incorrectly; expected at least 8 spaces, found 2
(#1868) Spaces must be used for alignment; tabs are not allowed
(#1868) Tab found within whitespace
(#1868) Line indented incorrectly; expected 4 spaces, found 1
(#1870) Spaces must be used for alignment; tabs are not allowed
(#1870) Tab found within whitespace
(#1870) Line indented incorrectly; expected at least 4 spaces, found 1
(#1871) Expected 2 space(s) before asterisk; 4 found
(#1872) Expected 2 space(s) before asterisk; 4 found
(#1873) Expected 2 space(s) before asterisk; 4 found
(#1874) Expected 2 space(s) before asterisk; 4 found
(#1875) Expected 2 space(s) before asterisk; 4 found
(#1876) Expected 2 space(s) before asterisk; 4 found
(#1877) Expected 2 space(s) before asterisk; 4 found
(#1878) method name "nusoap_xmlschema::serializeTypeDef" must be in lower-case letters only
(#1878) Visibility must be declared on method "serializeTypeDef"
(#1878) Expected 1 space after closing parenthesis; found 0
(#1879) Spaces must be used for alignment; tabs are not allowed
(#1879) Tab found within whitespace
(#1879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1879) Inline comments must end in full-stops, exclamation marks, or question marks
(#1879) This comment is 75% valid code; is this commented out code?
(#1879) Line indented incorrectly; expected at least 8 spaces, found 5
(#1879) No space found before comment text; expected "// print "in sTD() for type $type<br>";" but found "//print "in sTD() for type $type<br>";"
(#1880) Spaces must be used for alignment; tabs are not allowed
(#1880) Tab found within whitespace
(#1880) Line indented incorrectly; expected 8 spaces, found 1
(#1880) Expected "if (...) {\n"; found "if(...){\n"
(#1880) Variable "typeDef" must be all lower-case
(#1881) Spaces must be used for alignment; tabs are not allowed
(#1881) Tab found within whitespace
(#1881) Line indented incorrectly; expected at least 12 spaces, found 2
(#1882) Spaces must be used for alignment; tabs are not allowed
(#1882) Tab found within whitespace
(#1882) Line indented incorrectly; expected 12 spaces, found 5
(#1882) Expected "if (...) {\n"; found "if(...){\n"
(#1882) Variable "typeDef" must be all lower-case
(#1883) Spaces must be used for alignment; tabs are not allowed
(#1883) Tab found within whitespace
(#1883) Line indented incorrectly; expected 16 spaces, found 2
(#1883) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1883) Variable "typeDef" must be all lower-case
(#1883) Variable "attName" must be all lower-case
(#1884) Spaces must be used for alignment; tabs are not allowed
(#1884) Tab found within whitespace
(#1884) Line indented incorrectly; expected at least 20 spaces, found 6
(#1884) Variable "attName" must be all lower-case
(#1885) Spaces must be used for alignment; tabs are not allowed
(#1885) Tab found within whitespace
(#1885) Line indented incorrectly; expected 16 spaces, found 2
(#1886) Spaces must be used for alignment; tabs are not allowed
(#1886) Tab found within whitespace
(#1886) Line indented incorrectly; expected 12 spaces, found 5
(#1887) Spaces must be used for alignment; tabs are not allowed
(#1887) Tab found within whitespace
(#1887) Line indented incorrectly; expected at least 12 spaces, found 5
(#1888) Spaces must be used for alignment; tabs are not allowed
(#1888) Tab found within whitespace
(#1888) Line indented incorrectly; expected 12 spaces, found 5
(#1888) Expected "if (...) {\n"; found "if(...){\n"
(#1888) Variable "typeDef" must be all lower-case
(#1889) Spaces must be used for alignment; tabs are not allowed
(#1889) Tab found within whitespace
(#1889) Line indented incorrectly; expected at least 16 spaces, found 2
(#1890) Spaces must be used for alignment; tabs are not allowed
(#1890) Tab found within whitespace
(#1890) Line indented incorrectly; expected 16 spaces, found 2
(#1890) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1890) Variable "typeDef" must be all lower-case
(#1890) Variable "eData" must be all lower-case
(#1891) Spaces must be used for alignment; tabs are not allowed
(#1891) Tab found within whitespace
(#1891) Line indented incorrectly; expected at least 20 spaces, found 6
(#1892) Spaces must be used for alignment; tabs are not allowed
(#1892) Tab found within whitespace
(#1892) Line indented incorrectly; expected 16 spaces, found 2
(#1893) Spaces must be used for alignment; tabs are not allowed
(#1893) Tab found within whitespace
(#1893) Line indented incorrectly; expected at least 16 spaces, found 2
(#1894) Spaces must be used for alignment; tabs are not allowed
(#1894) Tab found within whitespace
(#1894) Line indented incorrectly; expected 12 spaces, found 5
(#1894) Usage of ELSEIF not allowed; use ELSE IF instead
(#1894) Variable "typeDef" must be all lower-case
(#1895) Spaces must be used for alignment; tabs are not allowed
(#1895) Tab found within whitespace
(#1895) Line indented incorrectly; expected at least 16 spaces, found 2
(#1896) Spaces must be used for alignment; tabs are not allowed
(#1896) Tab found within whitespace
(#1896) Line indented incorrectly; expected 12 spaces, found 5
(#1897) Spaces must be used for alignment; tabs are not allowed
(#1897) Tab found within whitespace
(#1897) Line indented incorrectly; expected at least 16 spaces, found 2
(#1898) Spaces must be used for alignment; tabs are not allowed
(#1898) Tab found within whitespace
(#1898) Line indented incorrectly; expected 12 spaces, found 5
(#1899) Spaces must be used for alignment; tabs are not allowed
(#1899) Tab found within whitespace
(#1899) Line indented incorrectly; expected at least 12 spaces, found 3
(#1900) Spaces must be used for alignment; tabs are not allowed
(#1900) Tab found within whitespace
(#1900) Line indented incorrectly; expected 8 spaces, found 1
(#1901) Spaces must be used for alignment; tabs are not allowed
(#1901) Tab found within whitespace
(#1901) Line indented incorrectly; expected at least 8 spaces, found 5
(#1905) Expected 5 space(s) before asterisk; 4 found
(#1906) Expected 5 space(s) before asterisk; 4 found
(#1907) Expected 5 space(s) before asterisk; 4 found
(#1908) Expected 5 space(s) before asterisk; 4 found
(#1909) Expected 5 space(s) before asterisk; 4 found
(#1910) Expected 5 space(s) before asterisk; 4 found
(#1911) Expected 5 space(s) before asterisk; 4 found
(#1912) Expected 5 space(s) before asterisk; 4 found
(#1913) Spaces must be used for alignment; tabs are not allowed
(#1913) Expected 5 space(s) before asterisk; 1 found
(#1914) Spaces must be used for alignment; tabs are not allowed
(#1914) Tab found within whitespace
(#1914) Line indented incorrectly; expected 4 spaces, found 1
(#1914) method name "nusoap_xmlschema::typeToForm" must be in lower-case letters only
(#1914) Visibility must be declared on method "typeToForm"
(#1914) Commas (,) must be followed by white space.
(#1914) Expected 1 space after closing parenthesis; found 0
(#1915) Spaces must be used for alignment; tabs are not allowed
(#1915) Tab found within whitespace
(#1915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1915) Inline comments must end in full-stops, exclamation marks, or question marks
(#1915) Line indented incorrectly; expected at least 8 spaces, found 2
(#1916) Spaces must be used for alignment; tabs are not allowed
(#1916) Tab found within whitespace
(#1916) Line indented incorrectly; expected 8 spaces, found 2
(#1916) Expected "if (...) {\n"; found "if(...){\n"
(#1916) Variable "typeDef" must be all lower-case
(#1917) Spaces must be used for alignment; tabs are not allowed
(#1917) Tab found within whitespace
(#1917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1917) Inline comments must end in full-stops, exclamation marks, or question marks
(#1917) Line indented incorrectly; expected at least 12 spaces, found 3
(#1918) Spaces must be used for alignment; tabs are not allowed
(#1918) Tab found within whitespace
(#1918) Line indented incorrectly; expected 12 spaces, found 3
(#1918) Expected "if (...) {\n"; found "if(...){\n"
(#1918) Variable "typeDef" must be all lower-case
(#1919) Spaces must be used for alignment; tabs are not allowed
(#1919) Tab found within whitespace
(#1919) Line indented incorrectly; expected at least 16 spaces, found 4
(#1920) Spaces must be used for alignment; tabs are not allowed
(#1920) Tab found within whitespace
(#1920) Line indented incorrectly; expected 16 spaces, found 4
(#1920) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1920) Variable "typeDef" must be all lower-case
(#1920) Variable "childDef" must be all lower-case
(#1921) Spaces must be used for alignment; tabs are not allowed
(#1921) Tab found within whitespace
(#1921) Line indented incorrectly; expected at least 20 spaces, found 5
(#1921) Whitespace found at end of line within string
(#1922) Variable "childDef" must be all lower-case
(#1922) Variable "childDef" must be all lower-case
(#1922) Whitespace found at end of line within string
(#1923) Variable "childDef" must be all lower-case
(#1924) Spaces must be used for alignment; tabs are not allowed
(#1924) Tab found within whitespace
(#1924) Line indented incorrectly; expected 16 spaces, found 4
(#1925) Spaces must be used for alignment; tabs are not allowed
(#1925) Tab found within whitespace
(#1925) Line indented incorrectly; expected at least 16 spaces, found 4
(#1926) Spaces must be used for alignment; tabs are not allowed
(#1926) Tab found within whitespace
(#1926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1926) Inline comments must end in full-stops, exclamation marks, or question marks
(#1926) This comment is 50% valid code; is this commented out code?
(#1926) Line indented incorrectly; expected at least 16 spaces, found 3
(#1927) Spaces must be used for alignment; tabs are not allowed
(#1927) Tab found within whitespace
(#1927) Line indented incorrectly; expected 12 spaces, found 3
(#1927) Usage of ELSEIF not allowed; use ELSE IF instead
(#1927) Variable "typeDef" must be all lower-case
(#1928) Spaces must be used for alignment; tabs are not allowed
(#1928) Tab found within whitespace
(#1928) Line indented incorrectly; expected at least 16 spaces, found 4
(#1929) Spaces must be used for alignment; tabs are not allowed
(#1929) Tab found within whitespace
(#1929) Line indented incorrectly; expected 16 spaces, found 4
(#1929) Expected "for (...) {\n"; found "for(...){\n"
(#1929) Expected 1 space after first semicolon of FOR loop; 0 found
(#1929) Expected 1 space before "="; 0 found
(#1929) Expected 1 space after "="; 0 found
(#1930) Spaces must be used for alignment; tabs are not allowed
(#1930) Tab found within whitespace
(#1930) Line indented incorrectly; expected at least 20 spaces, found 5
(#1930) Whitespace found at end of line within string
(#1931) Whitespace found at end of line within string
(#1931) Variable "typeDef" must be all lower-case
(#1933) Spaces must be used for alignment; tabs are not allowed
(#1933) Tab found within whitespace
(#1933) Line indented incorrectly; expected 16 spaces, found 4
(#1934) Spaces must be used for alignment; tabs are not allowed
(#1934) Tab found within whitespace
(#1934) Line indented incorrectly; expected at least 16 spaces, found 4
(#1935) Spaces must be used for alignment; tabs are not allowed
(#1935) Tab found within whitespace
(#1935) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1935) Inline comments must end in full-stops, exclamation marks, or question marks
(#1935) Line indented incorrectly; expected at least 16 spaces, found 3
(#1936) Spaces must be used for alignment; tabs are not allowed
(#1936) Tab found within whitespace
(#1936) Line indented incorrectly; expected 12 spaces, found 3
(#1937) Spaces must be used for alignment; tabs are not allowed
(#1937) Tab found within whitespace
(#1937) Line indented incorrectly; expected at least 16 spaces, found 4
(#1938) Spaces must be used for alignment; tabs are not allowed
(#1938) Tab found within whitespace
(#1938) Line indented incorrectly; expected 12 spaces, found 3
(#1939) Spaces must be used for alignment; tabs are not allowed
(#1939) Tab found within whitespace
(#1939) Line indented incorrectly; expected 8 spaces, found 2
(#1940) Spaces must be used for alignment; tabs are not allowed
(#1940) Tab found within whitespace
(#1940) Line indented incorrectly; expected at least 12 spaces, found 3
(#1941) Spaces must be used for alignment; tabs are not allowed
(#1941) Tab found within whitespace
(#1941) Line indented incorrectly; expected 8 spaces, found 2
(#1942) Spaces must be used for alignment; tabs are not allowed
(#1942) Tab found within whitespace
(#1942) Line indented incorrectly; expected at least 8 spaces, found 2
(#1943) Spaces must be used for alignment; tabs are not allowed
(#1943) Tab found within whitespace
(#1943) Line indented incorrectly; expected 4 spaces, found 1
(#1944) Spaces must be used for alignment; tabs are not allowed
(#1944) Tab found within whitespace
(#1944) Whitespace found at end of line
(#1945) Spaces must be used for alignment; tabs are not allowed
(#1945) Tab found within whitespace
(#1945) Line indented incorrectly; expected at least 4 spaces, found 1
(#1946) Spaces must be used for alignment; tabs are not allowed
(#1946) Expected 2 space(s) before asterisk; 1 found
(#1947) Spaces must be used for alignment; tabs are not allowed
(#1947) Expected 2 space(s) before asterisk; 1 found
(#1947) Whitespace found at end of line
(#1948) Spaces must be used for alignment; tabs are not allowed
(#1948) Expected 2 space(s) before asterisk; 1 found
(#1949) Spaces must be used for alignment; tabs are not allowed
(#1949) Expected 2 space(s) before asterisk; 1 found
(#1949) Whitespace found at end of line
(#1950) Spaces must be used for alignment; tabs are not allowed
(#1950) Expected 2 space(s) before asterisk; 1 found
(#1951) Spaces must be used for alignment; tabs are not allowed
(#1951) Expected 2 space(s) before asterisk; 1 found
(#1951) Spaces must be used for alignment; tabs are not allowed
(#1952) Spaces must be used for alignment; tabs are not allowed
(#1952) Expected 2 space(s) before asterisk; 1 found
(#1952) Spaces must be used for alignment; tabs are not allowed
(#1953) Spaces must be used for alignment; tabs are not allowed
(#1953) Expected 2 space(s) before asterisk; 1 found
(#1953) Spaces must be used for alignment; tabs are not allowed
(#1954) Spaces must be used for alignment; tabs are not allowed
(#1954) Expected 2 space(s) before asterisk; 1 found
(#1954) Spaces must be used for alignment; tabs are not allowed
(#1955) Spaces must be used for alignment; tabs are not allowed
(#1955) Expected 2 space(s) before asterisk; 1 found
(#1955) Spaces must be used for alignment; tabs are not allowed
(#1956) Spaces must be used for alignment; tabs are not allowed
(#1956) Expected 2 space(s) before asterisk; 1 found
(#1956) Spaces must be used for alignment; tabs are not allowed
(#1957) Spaces must be used for alignment; tabs are not allowed
(#1957) Expected 2 space(s) before asterisk; 1 found
(#1957) Spaces must be used for alignment; tabs are not allowed
(#1958) Spaces must be used for alignment; tabs are not allowed
(#1958) Expected 2 space(s) before asterisk; 1 found
(#1959) Spaces must be used for alignment; tabs are not allowed
(#1959) Expected 2 space(s) before asterisk; 1 found
(#1959) Whitespace found at end of line
(#1960) Spaces must be used for alignment; tabs are not allowed
(#1960) Expected 2 space(s) before asterisk; 1 found
(#1961) Spaces must be used for alignment; tabs are not allowed
(#1961) Expected 2 space(s) before asterisk; 1 found
(#1961) Whitespace found at end of line
(#1962) Spaces must be used for alignment; tabs are not allowed
(#1962) Expected 2 space(s) before asterisk; 1 found
(#1963) Spaces must be used for alignment; tabs are not allowed
(#1963) Expected 2 space(s) before asterisk; 1 found
(#1963) Spaces must be used for alignment; tabs are not allowed
(#1964) Spaces must be used for alignment; tabs are not allowed
(#1964) Expected 2 space(s) before asterisk; 1 found
(#1964) Spaces must be used for alignment; tabs are not allowed
(#1965) Spaces must be used for alignment; tabs are not allowed
(#1965) Expected 2 space(s) before asterisk; 1 found
(#1965) Spaces must be used for alignment; tabs are not allowed
(#1966) Spaces must be used for alignment; tabs are not allowed
(#1966) Expected 2 space(s) before asterisk; 1 found
(#1966) Spaces must be used for alignment; tabs are not allowed
(#1967) Spaces must be used for alignment; tabs are not allowed
(#1967) Expected 2 space(s) before asterisk; 1 found
(#1967) Spaces must be used for alignment; tabs are not allowed
(#1968) Spaces must be used for alignment; tabs are not allowed
(#1968) Expected 2 space(s) before asterisk; 1 found
(#1969) Spaces must be used for alignment; tabs are not allowed
(#1969) Expected 2 space(s) before asterisk; 1 found
(#1969) Whitespace found at end of line
(#1970) Spaces must be used for alignment; tabs are not allowed
(#1970) Expected 2 space(s) before asterisk; 1 found
(#1971) Spaces must be used for alignment; tabs are not allowed
(#1971) Expected 2 space(s) before asterisk; 1 found
(#1972) Spaces must be used for alignment; tabs are not allowed
(#1972) Expected 2 space(s) before asterisk; 1 found
(#1973) Spaces must be used for alignment; tabs are not allowed
(#1973) Expected 2 space(s) before asterisk; 1 found
(#1974) Spaces must be used for alignment; tabs are not allowed
(#1974) Expected 2 space(s) before asterisk; 1 found
(#1975) Spaces must be used for alignment; tabs are not allowed
(#1975) Expected 2 space(s) before asterisk; 1 found
(#1976) Spaces must be used for alignment; tabs are not allowed
(#1976) Expected 2 space(s) before asterisk; 1 found
(#1977) Spaces must be used for alignment; tabs are not allowed
(#1977) Expected 2 space(s) before asterisk; 1 found
(#1977) Spaces must be used for alignment; tabs are not allowed
(#1978) Spaces must be used for alignment; tabs are not allowed
(#1978) Expected 2 space(s) before asterisk; 1 found
(#1978) Spaces must be used for alignment; tabs are not allowed
(#1979) Spaces must be used for alignment; tabs are not allowed
(#1979) Expected 2 space(s) before asterisk; 1 found
(#1979) Spaces must be used for alignment; tabs are not allowed
(#1980) Spaces must be used for alignment; tabs are not allowed
(#1980) Expected 2 space(s) before asterisk; 1 found
(#1980) Spaces must be used for alignment; tabs are not allowed
(#1981) Spaces must be used for alignment; tabs are not allowed
(#1981) Expected 2 space(s) before asterisk; 1 found
(#1982) Spaces must be used for alignment; tabs are not allowed
(#1982) Expected 2 space(s) before asterisk; 1 found
(#1983) Spaces must be used for alignment; tabs are not allowed
(#1983) Expected 2 space(s) before asterisk; 1 found
(#1984) Spaces must be used for alignment; tabs are not allowed
(#1984) Expected 2 space(s) before asterisk; 1 found
(#1985) Spaces must be used for alignment; tabs are not allowed
(#1985) Expected 2 space(s) before asterisk; 1 found
(#1986) Spaces must be used for alignment; tabs are not allowed
(#1986) Tab found within whitespace
(#1986) Line indented incorrectly; expected 4 spaces, found 1
(#1986) method name "nusoap_xmlschema::addComplexType" must be in lower-case letters only
(#1986) Visibility must be declared on method "addComplexType"
(#1986) Commas (,) must be followed by white space.
(#1986) Variable "typeClass" must be all lower-case
(#1986) Commas (,) must be followed by white space.
(#1986) Variable "phpType" must be all lower-case
(#1986) Commas (,) must be followed by white space.
(#1986) Commas (,) must be followed by white space.
(#1986) Variable "restrictionBase" must be all lower-case
(#1986) Commas (,) must be followed by white space.
(#1986) Commas (,) must be followed by white space.
(#1986) Commas (,) must be followed by white space.
(#1986) Variable "arrayType" must be all lower-case
(#1986) Expected 1 space after closing parenthesis; found 0
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1986) Line exceeds 132 characters; contains 156 characters
(#1987) Spaces must be used for alignment; tabs are not allowed
(#1987) Tab found within whitespace
(#1987) Line indented incorrectly; expected at least 8 spaces, found 2
(#1988) Spaces must be used for alignment; tabs are not allowed
(#1988) Tab found within whitespace
(#1988) Line indented incorrectly; expected at least 8 spaces, found 5
(#1988) Spaces must be used for alignment; tabs are not allowed
(#1988) Tab found within whitespace
(#1989) Spaces must be used for alignment; tabs are not allowed
(#1989) Tab found within whitespace
(#1989) Line indented incorrectly; expected at least 8 spaces, found 5
(#1989) Spaces must be used for alignment; tabs are not allowed
(#1989) Tab found within whitespace
(#1989) Variable "typeClass" must be all lower-case
(#1990) Spaces must be used for alignment; tabs are not allowed
(#1990) Tab found within whitespace
(#1990) Line indented incorrectly; expected at least 8 spaces, found 5
(#1990) Spaces must be used for alignment; tabs are not allowed
(#1990) Tab found within whitespace
(#1990) Variable "phpType" must be all lower-case
(#1991) Spaces must be used for alignment; tabs are not allowed
(#1991) Tab found within whitespace
(#1991) Line indented incorrectly; expected at least 8 spaces, found 2
(#1991) Expected 1 space before "=>"; 0 found
(#1992) Spaces must be used for alignment; tabs are not allowed
(#1992) Tab found within whitespace
(#1992) Line indented incorrectly; expected at least 8 spaces, found 5
(#1992) Variable "restrictionBase" must be all lower-case
(#1993) Spaces must be used for alignment; tabs are not allowed
(#1993) Tab found within whitespace
(#1993) Line indented incorrectly; expected at least 8 spaces, found 2
(#1993) Spaces must be used for alignment; tabs are not allowed
(#1993) Tab found within whitespace
(#1994) Spaces must be used for alignment; tabs are not allowed
(#1994) Tab found within whitespace
(#1994) Line indented incorrectly; expected at least 8 spaces, found 5
(#1994) Spaces must be used for alignment; tabs are not allowed
(#1994) Tab found within whitespace
(#1995) Spaces must be used for alignment; tabs are not allowed
(#1995) Tab found within whitespace
(#1995) Line indented incorrectly; expected at least 8 spaces, found 5
(#1995) Spaces must be used for alignment; tabs are not allowed
(#1995) Tab found within whitespace
(#1995) Variable "arrayType" must be all lower-case
(#1996) Spaces must be used for alignment; tabs are not allowed
(#1996) Tab found within whitespace
(#1996) Line indented incorrectly; expected at least 11 spaces, found 2
(#1997) Spaces must be used for alignment; tabs are not allowed
(#1997) Tab found within whitespace
(#1997) Whitespace found at end of line
(#1998) Spaces must be used for alignment; tabs are not allowed
(#1998) Tab found within whitespace
(#1998) Line indented incorrectly; expected at least 11 spaces, found 2
(#1999) Spaces must be used for alignment; tabs are not allowed
(#1999) Tab found within whitespace
(#1999) Line indented incorrectly; expected at least 11 spaces, found 2
(#2000) Spaces must be used for alignment; tabs are not allowed
(#2000) Tab found within whitespace
(#2000) Line indented incorrectly; expected 4 spaces, found 1
(#2001) Spaces must be used for alignment; tabs are not allowed
(#2001) Tab found within whitespace
(#2001) Whitespace found at end of line
(#2002) Spaces must be used for alignment; tabs are not allowed
(#2002) Tab found within whitespace
(#2002) Line indented incorrectly; expected at least 4 spaces, found 1
(#2003) Spaces must be used for alignment; tabs are not allowed
(#2003) Expected 2 space(s) before asterisk; 1 found
(#2004) Spaces must be used for alignment; tabs are not allowed
(#2004) Expected 2 space(s) before asterisk; 1 found
(#2005) Spaces must be used for alignment; tabs are not allowed
(#2005) Expected 2 space(s) before asterisk; 1 found
(#2006) Spaces must be used for alignment; tabs are not allowed
(#2006) Expected 2 space(s) before asterisk; 1 found
(#2007) Spaces must be used for alignment; tabs are not allowed
(#2007) Expected 2 space(s) before asterisk; 1 found
(#2008) Spaces must be used for alignment; tabs are not allowed
(#2008) Expected 2 space(s) before asterisk; 1 found
(#2009) Spaces must be used for alignment; tabs are not allowed
(#2009) Expected 2 space(s) before asterisk; 1 found
(#2010) Spaces must be used for alignment; tabs are not allowed
(#2010) Expected 2 space(s) before asterisk; 1 found
(#2011) Spaces must be used for alignment; tabs are not allowed
(#2011) Expected 2 space(s) before asterisk; 1 found
(#2012) Spaces must be used for alignment; tabs are not allowed
(#2012) Expected 2 space(s) before asterisk; 1 found
(#2013) Spaces must be used for alignment; tabs are not allowed
(#2013) Expected 2 space(s) before asterisk; 1 found
(#2014) Spaces must be used for alignment; tabs are not allowed
(#2014) Tab found within whitespace
(#2014) Line indented incorrectly; expected 4 spaces, found 1
(#2014) method name "nusoap_xmlschema::addSimpleType" must be in lower-case letters only
(#2014) Visibility must be declared on method "addSimpleType"
(#2014) Variable "restrictionBase" must be all lower-case
(#2014) Variable "typeClass" must be all lower-case
(#2014) Variable "phpType" must be all lower-case
(#2015) Spaces must be used for alignment; tabs are not allowed
(#2015) Tab found within whitespace
(#2015) Line indented incorrectly; expected at least 8 spaces, found 2
(#2016) Spaces must be used for alignment; tabs are not allowed
(#2016) Tab found within whitespace
(#2016) Line indented incorrectly; expected at least 8 spaces, found 5
(#2016) Spaces must be used for alignment; tabs are not allowed
(#2016) Tab found within whitespace
(#2017) Spaces must be used for alignment; tabs are not allowed
(#2017) Tab found within whitespace
(#2017) Line indented incorrectly; expected at least 8 spaces, found 5
(#2017) Spaces must be used for alignment; tabs are not allowed
(#2017) Tab found within whitespace
(#2017) Variable "typeClass" must be all lower-case
(#2018) Spaces must be used for alignment; tabs are not allowed
(#2018) Tab found within whitespace
(#2018) Line indented incorrectly; expected at least 8 spaces, found 5
(#2018) Spaces must be used for alignment; tabs are not allowed
(#2018) Tab found within whitespace
(#2018) Variable "phpType" must be all lower-case
(#2019) Spaces must be used for alignment; tabs are not allowed
(#2019) Tab found within whitespace
(#2019) Line indented incorrectly; expected at least 8 spaces, found 5
(#2019) Spaces must be used for alignment; tabs are not allowed
(#2019) Tab found within whitespace
(#2019) Variable "restrictionBase" must be all lower-case
(#2020) Spaces must be used for alignment; tabs are not allowed
(#2020) Tab found within whitespace
(#2020) Line indented incorrectly; expected at least 8 spaces, found 5
(#2020) Spaces must be used for alignment; tabs are not allowed
(#2020) Tab found within whitespace
(#2021) Spaces must be used for alignment; tabs are not allowed
(#2021) Tab found within whitespace
(#2021) Line indented incorrectly; expected at least 11 spaces, found 2
(#2022) Spaces must be used for alignment; tabs are not allowed
(#2022) Tab found within whitespace
(#2022) Whitespace found at end of line
(#2023) Spaces must be used for alignment; tabs are not allowed
(#2023) Tab found within whitespace
(#2023) Line indented incorrectly; expected at least 11 spaces, found 2
(#2024) Spaces must be used for alignment; tabs are not allowed
(#2024) Tab found within whitespace
(#2024) Line indented incorrectly; expected at least 11 spaces, found 2
(#2025) Spaces must be used for alignment; tabs are not allowed
(#2025) Tab found within whitespace
(#2025) Line indented incorrectly; expected 4 spaces, found 1
(#2027) Spaces must be used for alignment; tabs are not allowed
(#2027) Tab found within whitespace
(#2027) Line indented incorrectly; expected at least 4 spaces, found 1
(#2028) Spaces must be used for alignment; tabs are not allowed
(#2028) Expected 2 space(s) before asterisk; 1 found
(#2029) Spaces must be used for alignment; tabs are not allowed
(#2029) Expected 2 space(s) before asterisk; 1 found
(#2030) Spaces must be used for alignment; tabs are not allowed
(#2030) Expected 2 space(s) before asterisk; 1 found
(#2031) Spaces must be used for alignment; tabs are not allowed
(#2031) Expected 2 space(s) before asterisk; 1 found
(#2032) Spaces must be used for alignment; tabs are not allowed
(#2032) Expected 2 space(s) before asterisk; 1 found
(#2033) Spaces must be used for alignment; tabs are not allowed
(#2033) Expected 2 space(s) before asterisk; 1 found
(#2034) Spaces must be used for alignment; tabs are not allowed
(#2034) Tab found within whitespace
(#2034) Line indented incorrectly; expected 4 spaces, found 1
(#2034) method name "nusoap_xmlschema::addElement" must be in lower-case letters only
(#2034) Visibility must be declared on method "addElement"
(#2035) Spaces must be used for alignment; tabs are not allowed
(#2035) Tab found within whitespace
(#2035) Line indented incorrectly; expected 8 spaces, found 2
(#2036) Spaces must be used for alignment; tabs are not allowed
(#2036) Tab found within whitespace
(#2036) Line indented incorrectly; expected at least 12 spaces, found 3
(#2037) Spaces must be used for alignment; tabs are not allowed
(#2037) Tab found within whitespace
(#2037) Line indented incorrectly; expected 8 spaces, found 2
(#2038) Spaces must be used for alignment; tabs are not allowed
(#2038) Tab found within whitespace
(#2038) Line indented incorrectly; expected at least 8 spaces, found 2
(#2039) Spaces must be used for alignment; tabs are not allowed
(#2039) Tab found within whitespace
(#2039) Line indented incorrectly; expected at least 8 spaces, found 2
(#2040) Spaces must be used for alignment; tabs are not allowed
(#2040) Tab found within whitespace
(#2040) Whitespace found at end of line
(#2041) Spaces must be used for alignment; tabs are not allowed
(#2041) Tab found within whitespace
(#2041) Line indented incorrectly; expected at least 8 spaces, found 2
(#2042) Spaces must be used for alignment; tabs are not allowed
(#2042) Tab found within whitespace
(#2042) Line indented incorrectly; expected at least 8 spaces, found 2
(#2043) Spaces must be used for alignment; tabs are not allowed
(#2043) Tab found within whitespace
(#2043) Line indented incorrectly; expected 4 spaces, found 1
(#2049) Duplicate class name "XMLSchema" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.xmlschema.php on line 969
(#2057) Expected 1 space(s) before asterisk; 0 found
(#2058) Expected 1 space(s) before asterisk; 0 found
(#2059) Expected 1 space(s) before asterisk; 0 found
(#2060) Expected 1 space(s) before asterisk; 0 found
(#2061) Expected 1 space(s) before asterisk; 0 found
(#2062) Expected 1 space(s) before asterisk; 0 found
(#2063) Expected 1 space(s) before asterisk; 0 found
(#2064) Expected 1 space(s) before asterisk; 0 found
(#2065) Expected 1 space(s) before asterisk; 0 found
(#2066) Expected 1 space(s) before asterisk; 0 found
(#2067) Duplicate class name "soapval" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_val.php on line 17
(#2068) Spaces must be used for alignment; tabs are not allowed
(#2068) Tab found within whitespace
(#2068) Line indented incorrectly; expected at least 4 spaces, found 1
(#2068) Inline doc block comments are not allowed; use "// Comment." instead
(#2069) Spaces must be used for alignment; tabs are not allowed
(#2070) Spaces must be used for alignment; tabs are not allowed
(#2071) Spaces must be used for alignment; tabs are not allowed
(#2072) Spaces must be used for alignment; tabs are not allowed
(#2073) Spaces must be used for alignment; tabs are not allowed
(#2074) Spaces must be used for alignment; tabs are not allowed
(#2074) Tab found within whitespace
(#2074) Line indented incorrectly; expected at least 4 spaces, found 1
(#2074) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2074) Scope modifier not specified for member variable "$name"
(#2075) Spaces must be used for alignment; tabs are not allowed
(#2075) Tab found within whitespace
(#2075) Line indented incorrectly; expected at least 4 spaces, found 1
(#2075) Inline doc block comments are not allowed; use "// Comment." instead
(#2076) Spaces must be used for alignment; tabs are not allowed
(#2077) Spaces must be used for alignment; tabs are not allowed
(#2078) Spaces must be used for alignment; tabs are not allowed
(#2079) Spaces must be used for alignment; tabs are not allowed
(#2080) Spaces must be used for alignment; tabs are not allowed
(#2081) Spaces must be used for alignment; tabs are not allowed
(#2081) Tab found within whitespace
(#2081) Line indented incorrectly; expected at least 4 spaces, found 1
(#2081) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2081) Scope modifier not specified for member variable "$type"
(#2082) Spaces must be used for alignment; tabs are not allowed
(#2082) Tab found within whitespace
(#2082) Line indented incorrectly; expected at least 4 spaces, found 1
(#2082) Inline doc block comments are not allowed; use "// Comment." instead
(#2083) Spaces must be used for alignment; tabs are not allowed
(#2084) Spaces must be used for alignment; tabs are not allowed
(#2085) Spaces must be used for alignment; tabs are not allowed
(#2086) Spaces must be used for alignment; tabs are not allowed
(#2087) Spaces must be used for alignment; tabs are not allowed
(#2088) Spaces must be used for alignment; tabs are not allowed
(#2088) Tab found within whitespace
(#2088) Line indented incorrectly; expected at least 4 spaces, found 1
(#2088) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2088) Scope modifier not specified for member variable "$value"
(#2089) Spaces must be used for alignment; tabs are not allowed
(#2089) Tab found within whitespace
(#2089) Line indented incorrectly; expected at least 4 spaces, found 1
(#2089) Inline doc block comments are not allowed; use "// Comment." instead
(#2090) Spaces must be used for alignment; tabs are not allowed
(#2091) Spaces must be used for alignment; tabs are not allowed
(#2092) Spaces must be used for alignment; tabs are not allowed
(#2093) Spaces must be used for alignment; tabs are not allowed
(#2094) Spaces must be used for alignment; tabs are not allowed
(#2095) Spaces must be used for alignment; tabs are not allowed
(#2095) Tab found within whitespace
(#2095) Line indented incorrectly; expected at least 4 spaces, found 1
(#2095) Member variable "element_ns" must not contain underscores.
(#2095) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2095) Scope modifier not specified for member variable "$element_ns"
(#2096) Spaces must be used for alignment; tabs are not allowed
(#2096) Tab found within whitespace
(#2096) Line indented incorrectly; expected at least 4 spaces, found 1
(#2096) Inline doc block comments are not allowed; use "// Comment." instead
(#2097) Spaces must be used for alignment; tabs are not allowed
(#2098) Spaces must be used for alignment; tabs are not allowed
(#2099) Spaces must be used for alignment; tabs are not allowed
(#2100) Spaces must be used for alignment; tabs are not allowed
(#2101) Spaces must be used for alignment; tabs are not allowed
(#2102) Spaces must be used for alignment; tabs are not allowed
(#2102) Tab found within whitespace
(#2102) Line indented incorrectly; expected at least 4 spaces, found 1
(#2102) Member variable "type_ns" must not contain underscores.
(#2102) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2102) Scope modifier not specified for member variable "$type_ns"
(#2103) Spaces must be used for alignment; tabs are not allowed
(#2103) Tab found within whitespace
(#2103) Line indented incorrectly; expected at least 4 spaces, found 1
(#2103) Inline doc block comments are not allowed; use "// Comment." instead
(#2104) Spaces must be used for alignment; tabs are not allowed
(#2105) Spaces must be used for alignment; tabs are not allowed
(#2106) Spaces must be used for alignment; tabs are not allowed
(#2107) Spaces must be used for alignment; tabs are not allowed
(#2108) Spaces must be used for alignment; tabs are not allowed
(#2109) Spaces must be used for alignment; tabs are not allowed
(#2109) Tab found within whitespace
(#2109) Line indented incorrectly; expected at least 4 spaces, found 1
(#2109) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2109) Scope modifier not specified for member variable "$attributes"
(#2111) Spaces must be used for alignment; tabs are not allowed
(#2111) Tab found within whitespace
(#2111) Line indented incorrectly; expected at least 4 spaces, found 1
(#2112) Spaces must be used for alignment; tabs are not allowed
(#2112) Expected 2 space(s) before asterisk; 1 found
(#2113) Spaces must be used for alignment; tabs are not allowed
(#2113) Expected 2 space(s) before asterisk; 1 found
(#2114) Spaces must be used for alignment; tabs are not allowed
(#2114) Expected 2 space(s) before asterisk; 1 found
(#2115) Spaces must be used for alignment; tabs are not allowed
(#2115) Expected 2 space(s) before asterisk; 1 found
(#2116) Spaces must be used for alignment; tabs are not allowed
(#2116) Expected 2 space(s) before asterisk; 1 found
(#2116) Spaces must be used for alignment; tabs are not allowed
(#2117) Spaces must be used for alignment; tabs are not allowed
(#2117) Expected 2 space(s) before asterisk; 1 found
(#2117) Spaces must be used for alignment; tabs are not allowed
(#2118) Spaces must be used for alignment; tabs are not allowed
(#2118) Expected 2 space(s) before asterisk; 1 found
(#2118) Spaces must be used for alignment; tabs are not allowed
(#2119) Spaces must be used for alignment; tabs are not allowed
(#2119) Expected 2 space(s) before asterisk; 1 found
(#2119) Spaces must be used for alignment; tabs are not allowed
(#2120) Spaces must be used for alignment; tabs are not allowed
(#2120) Expected 2 space(s) before asterisk; 1 found
(#2121) Spaces must be used for alignment; tabs are not allowed
(#2121) Expected 2 space(s) before asterisk; 1 found
(#2122) Spaces must be used for alignment; tabs are not allowed
(#2122) Tab found within whitespace
(#2122) Line indented incorrectly; expected 4 spaces, found 3
(#2122) PHP4 style constructors are not allowed; use "__construct()" instead
(#2122) Visibility must be declared on method "soapval"
(#2122) Commas (,) must be followed by white space.
(#2122) Commas (,) must be followed by white space.
(#2122) Commas (,) must be followed by white space.
(#2122) Variable "element_ns" must not contain underscores.
(#2122) Commas (,) must be followed by white space.
(#2122) Variable "type_ns" must not contain underscores.
(#2122) Commas (,) must be followed by white space.
(#2123) Spaces must be used for alignment; tabs are not allowed
(#2123) Tab found within whitespace
(#2123) Line indented incorrectly; expected at least 8 spaces, found 2
(#2123) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#2124) Spaces must be used for alignment; tabs are not allowed
(#2124) Tab found within whitespace
(#2124) Line indented incorrectly; expected at least 8 spaces, found 2
(#2125) Spaces must be used for alignment; tabs are not allowed
(#2125) Tab found within whitespace
(#2125) Line indented incorrectly; expected at least 8 spaces, found 2
(#2126) Spaces must be used for alignment; tabs are not allowed
(#2126) Tab found within whitespace
(#2126) Line indented incorrectly; expected at least 8 spaces, found 2
(#2127) Spaces must be used for alignment; tabs are not allowed
(#2127) Tab found within whitespace
(#2127) Line indented incorrectly; expected at least 8 spaces, found 2
(#2127) Variable "element_ns" must not contain underscores.
(#2128) Spaces must be used for alignment; tabs are not allowed
(#2128) Tab found within whitespace
(#2128) Line indented incorrectly; expected at least 8 spaces, found 2
(#2128) Variable "type_ns" must not contain underscores.
(#2129) Spaces must be used for alignment; tabs are not allowed
(#2129) Tab found within whitespace
(#2129) Line indented incorrectly; expected at least 8 spaces, found 2
(#2130) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2132) Spaces must be used for alignment; tabs are not allowed
(#2132) Tab found within whitespace
(#2132) Line indented incorrectly; expected at least 4 spaces, found 1
(#2133) Spaces must be used for alignment; tabs are not allowed
(#2133) Expected 2 space(s) before asterisk; 1 found
(#2134) Spaces must be used for alignment; tabs are not allowed
(#2134) Expected 2 space(s) before asterisk; 1 found
(#2135) Spaces must be used for alignment; tabs are not allowed
(#2135) Expected 2 space(s) before asterisk; 1 found
(#2135) Spaces must be used for alignment; tabs are not allowed
(#2136) Spaces must be used for alignment; tabs are not allowed
(#2136) Expected 2 space(s) before asterisk; 1 found
(#2136) Spaces must be used for alignment; tabs are not allowed
(#2137) Spaces must be used for alignment; tabs are not allowed
(#2137) Expected 2 space(s) before asterisk; 1 found
(#2138) Spaces must be used for alignment; tabs are not allowed
(#2138) Expected 2 space(s) before asterisk; 1 found
(#2139) Spaces must be used for alignment; tabs are not allowed
(#2139) Tab found within whitespace
(#2139) Line indented incorrectly; expected 4 spaces, found 1
(#2139) Visibility must be declared on method "serialize"
(#2140) Spaces must be used for alignment; tabs are not allowed
(#2140) Tab found within whitespace
(#2140) Line indented incorrectly; expected at least 8 spaces, found 2
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2140) Line exceeds 132 characters; contains 136 characters
(#2141) Closing brace indented incorrectly; expected 1 spaces, found 4
(#2143) Spaces must be used for alignment; tabs are not allowed
(#2143) Tab found within whitespace
(#2143) Line indented incorrectly; expected at least 4 spaces, found 1
(#2144) Spaces must be used for alignment; tabs are not allowed
(#2144) Expected 2 space(s) before asterisk; 1 found
(#2145) Spaces must be used for alignment; tabs are not allowed
(#2145) Expected 2 space(s) before asterisk; 1 found
(#2146) Spaces must be used for alignment; tabs are not allowed
(#2146) Expected 2 space(s) before asterisk; 1 found
(#2146) Spaces must be used for alignment; tabs are not allowed
(#2147) Spaces must be used for alignment; tabs are not allowed
(#2147) Expected 2 space(s) before asterisk; 1 found
(#2148) Spaces must be used for alignment; tabs are not allowed
(#2148) Expected 2 space(s) before asterisk; 1 found
(#2149) Spaces must be used for alignment; tabs are not allowed
(#2149) Tab found within whitespace
(#2149) Line indented incorrectly; expected 4 spaces, found 1
(#2149) Visibility must be declared on method "decode"
(#2149) Expected 1 space after closing parenthesis; found 0
(#2150) Spaces must be used for alignment; tabs are not allowed
(#2150) Tab found within whitespace
(#2150) Line indented incorrectly; expected at least 8 spaces, found 2
(#2151) Spaces must be used for alignment; tabs are not allowed
(#2151) Tab found within whitespace
(#2151) Line indented incorrectly; expected 4 spaces, found 1
(#2161) Expected 1 space(s) before asterisk; 0 found
(#2162) Expected 1 space(s) before asterisk; 0 found
(#2163) Expected 1 space(s) before asterisk; 0 found
(#2164) Expected 1 space(s) before asterisk; 0 found
(#2165) Expected 1 space(s) before asterisk; 0 found
(#2166) Expected 1 space(s) before asterisk; 0 found
(#2167) Expected 1 space(s) before asterisk; 0 found
(#2168) Expected 1 space(s) before asterisk; 0 found
(#2169) Duplicate class name "soap_transport_http" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_transport_http.php on line 15
(#2171) Spaces must be used for alignment; tabs are not allowed
(#2171) Tab found within whitespace
(#2171) Line indented incorrectly; expected at least 4 spaces, found 1
(#2171) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2171) Scope modifier not specified for member variable "$url"
(#2172) Spaces must be used for alignment; tabs are not allowed
(#2172) Tab found within whitespace
(#2172) Line indented incorrectly; expected at least 4 spaces, found 1
(#2172) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2172) Scope modifier not specified for member variable "$uri"
(#2173) Spaces must be used for alignment; tabs are not allowed
(#2173) Tab found within whitespace
(#2173) Line indented incorrectly; expected at least 4 spaces, found 1
(#2173) Member variable "digest_uri" must not contain underscores.
(#2173) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2173) Scope modifier not specified for member variable "$digest_uri"
(#2174) Spaces must be used for alignment; tabs are not allowed
(#2174) Tab found within whitespace
(#2174) Line indented incorrectly; expected at least 4 spaces, found 1
(#2174) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2174) Scope modifier not specified for member variable "$scheme"
(#2175) Spaces must be used for alignment; tabs are not allowed
(#2175) Tab found within whitespace
(#2175) Line indented incorrectly; expected at least 4 spaces, found 1
(#2175) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2175) Scope modifier not specified for member variable "$host"
(#2176) Spaces must be used for alignment; tabs are not allowed
(#2176) Tab found within whitespace
(#2176) Line indented incorrectly; expected at least 4 spaces, found 1
(#2176) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2176) Scope modifier not specified for member variable "$port"
(#2177) Spaces must be used for alignment; tabs are not allowed
(#2177) Tab found within whitespace
(#2177) Line indented incorrectly; expected at least 4 spaces, found 1
(#2177) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2177) Scope modifier not specified for member variable "$path"
(#2178) Spaces must be used for alignment; tabs are not allowed
(#2178) Tab found within whitespace
(#2178) Line indented incorrectly; expected at least 4 spaces, found 1
(#2178) Member variable "request_method" must not contain underscores.
(#2178) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2178) Scope modifier not specified for member variable "$request_method"
(#2179) Spaces must be used for alignment; tabs are not allowed
(#2179) Tab found within whitespace
(#2179) Line indented incorrectly; expected at least 4 spaces, found 1
(#2179) Member variable "protocol_version" must not contain underscores.
(#2179) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2179) Scope modifier not specified for member variable "$protocol_version"
(#2180) Spaces must be used for alignment; tabs are not allowed
(#2180) Tab found within whitespace
(#2180) Line indented incorrectly; expected at least 4 spaces, found 1
(#2180) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2180) Scope modifier not specified for member variable "$encoding"
(#2181) Spaces must be used for alignment; tabs are not allowed
(#2181) Tab found within whitespace
(#2181) Line indented incorrectly; expected at least 4 spaces, found 1
(#2181) Member variable "outgoing_headers" must not contain underscores.
(#2181) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2181) Scope modifier not specified for member variable "$outgoing_headers"
(#2182) Spaces must be used for alignment; tabs are not allowed
(#2182) Tab found within whitespace
(#2182) Line indented incorrectly; expected at least 4 spaces, found 1
(#2182) Member variable "incoming_headers" must not contain underscores.
(#2182) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2182) Scope modifier not specified for member variable "$incoming_headers"
(#2183) Spaces must be used for alignment; tabs are not allowed
(#2183) Tab found within whitespace
(#2183) Line indented incorrectly; expected at least 4 spaces, found 1
(#2183) Member variable "incoming_cookies" must not contain underscores.
(#2183) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2183) Scope modifier not specified for member variable "$incoming_cookies"
(#2184) Spaces must be used for alignment; tabs are not allowed
(#2184) Tab found within whitespace
(#2184) Line indented incorrectly; expected at least 4 spaces, found 1
(#2184) Member variable "outgoing_payload" must not contain underscores.
(#2184) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2184) Scope modifier not specified for member variable "$outgoing_payload"
(#2185) Spaces must be used for alignment; tabs are not allowed
(#2185) Tab found within whitespace
(#2185) Line indented incorrectly; expected at least 4 spaces, found 1
(#2185) Member variable "incoming_payload" must not contain underscores.
(#2185) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2185) Scope modifier not specified for member variable "$incoming_payload"
(#2186) Spaces must be used for alignment; tabs are not allowed
(#2186) Tab found within whitespace
(#2186) Line indented incorrectly; expected at least 4 spaces, found 1
(#2186) Member variable "response_status_line" must not contain underscores.
(#2186) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2186) Scope modifier not specified for member variable "$response_status_line"
(#2186) Spaces must be used for alignment; tabs are not allowed
(#2186) Tab found within whitespace
(#2186) Inline comments must end in full-stops, exclamation marks, or question marks
(#2187) Spaces must be used for alignment; tabs are not allowed
(#2187) Tab found within whitespace
(#2187) Line indented incorrectly; expected at least 4 spaces, found 1
(#2187) Member variable "useSOAPAction" must be all lower-case
(#2187) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2187) Scope modifier not specified for member variable "$useSOAPAction"
(#2188) Spaces must be used for alignment; tabs are not allowed
(#2188) Tab found within whitespace
(#2188) Line indented incorrectly; expected at least 4 spaces, found 1
(#2188) Member variable "persistentConnection" must be all lower-case
(#2188) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2188) Scope modifier not specified for member variable "$persistentConnection"
(#2189) Spaces must be used for alignment; tabs are not allowed
(#2189) Tab found within whitespace
(#2189) Line indented incorrectly; expected at least 4 spaces, found 1
(#2189) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2189) Scope modifier not specified for member variable "$ch"
(#2189) Spaces must be used for alignment; tabs are not allowed
(#2189) Tab found within whitespace
(#2189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2190) Spaces must be used for alignment; tabs are not allowed
(#2190) Tab found within whitespace
(#2190) Line indented incorrectly; expected at least 4 spaces, found 1
(#2190) Member variable "ch_options" must not contain underscores.
(#2190) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2190) Scope modifier not specified for member variable "$ch_options"
(#2190) Spaces must be used for alignment; tabs are not allowed
(#2190) Tab found within whitespace
(#2191) Spaces must be used for alignment; tabs are not allowed
(#2191) Tab found within whitespace
(#2191) Line indented incorrectly; expected at least 4 spaces, found 1
(#2191) Member variable "use_curl" must not contain underscores.
(#2191) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2191) Scope modifier not specified for member variable "$use_curl"
(#2191) Spaces must be used for alignment; tabs are not allowed
(#2191) Tab found within whitespace
(#2192) Spaces must be used for alignment; tabs are not allowed
(#2192) Tab found within whitespace
(#2192) Line indented incorrectly; expected at least 4 spaces, found 1
(#2192) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2192) Scope modifier not specified for member variable "$proxy"
(#2192) Spaces must be used for alignment; tabs are not allowed
(#2192) Tab found within whitespace
(#2192) Inline comments must end in full-stops, exclamation marks, or question marks
(#2193) Spaces must be used for alignment; tabs are not allowed
(#2193) Tab found within whitespace
(#2193) Line indented incorrectly; expected at least 4 spaces, found 1
(#2193) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2193) Scope modifier not specified for member variable "$username"
(#2194) Spaces must be used for alignment; tabs are not allowed
(#2194) Tab found within whitespace
(#2194) Line indented incorrectly; expected at least 4 spaces, found 1
(#2194) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2194) Scope modifier not specified for member variable "$password"
(#2195) Spaces must be used for alignment; tabs are not allowed
(#2195) Tab found within whitespace
(#2195) Line indented incorrectly; expected at least 4 spaces, found 1
(#2195) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2195) Scope modifier not specified for member variable "$authtype"
(#2196) Spaces must be used for alignment; tabs are not allowed
(#2196) Tab found within whitespace
(#2196) Line indented incorrectly; expected at least 4 spaces, found 1
(#2196) Member variable "digestRequest" must be all lower-case
(#2196) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2196) Scope modifier not specified for member variable "$digestRequest"
(#2197) Spaces must be used for alignment; tabs are not allowed
(#2197) Tab found within whitespace
(#2197) Line indented incorrectly; expected at least 4 spaces, found 1
(#2197) Member variable "certRequest" must be all lower-case
(#2197) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#2197) Scope modifier not specified for member variable "$certRequest"
(#2197) Spaces must be used for alignment; tabs are not allowed
(#2197) Tab found within whitespace
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2197) Line exceeds 132 characters; contains 174 characters
(#2198) Spaces must be used for alignment; tabs are not allowed
(#2198) Tab found within whitespace
(#2199) Spaces must be used for alignment; tabs are not allowed
(#2199) Tab found within whitespace
(#2200) Spaces must be used for alignment; tabs are not allowed
(#2200) Tab found within whitespace
(#2201) Spaces must be used for alignment; tabs are not allowed
(#2201) Tab found within whitespace
(#2202) Spaces must be used for alignment; tabs are not allowed
(#2202) Tab found within whitespace
(#2203) Spaces must be used for alignment; tabs are not allowed
(#2203) Tab found within whitespace
(#2204) Spaces must be used for alignment; tabs are not allowed
(#2204) Tab found within whitespace
(#2204) Inline comments must end in full-stops, exclamation marks, or question marks
(#2206) Spaces must be used for alignment; tabs are not allowed
(#2206) Tab found within whitespace
(#2206) Line indented incorrectly; expected at least 4 spaces, found 1
(#2207) Spaces must be used for alignment; tabs are not allowed
(#2207) Expected 2 space(s) before asterisk; 1 found
(#2208) Spaces must be used for alignment; tabs are not allowed
(#2208) Expected 2 space(s) before asterisk; 1 found
(#2209) Spaces must be used for alignment; tabs are not allowed
(#2209) Expected 2 space(s) before asterisk; 1 found
(#2210) Spaces must be used for alignment; tabs are not allowed
(#2210) Expected 2 space(s) before asterisk; 1 found
(#2211) Spaces must be used for alignment; tabs are not allowed
(#2211) Expected 2 space(s) before asterisk; 1 found
(#2212) Spaces must be used for alignment; tabs are not allowed
(#2212) Expected 2 space(s) before asterisk; 1 found
(#2213) Spaces must be used for alignment; tabs are not allowed
(#2213) Expected 2 space(s) before asterisk; 1 found
(#2214) Spaces must be used for alignment; tabs are not allowed
(#2214) Tab found within whitespace
(#2214) Line indented incorrectly; expected 4 spaces, found 1
(#2214) PHP4 style constructors are not allowed; use "__construct()" instead
(#2214) Visibility must be declared on method "soap_transport_http"
(#2214) Variable "curl_options" must not contain underscores.
(#2214) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2214) Variable "use_curl" must not contain underscores.
(#2214) Expected 1 space after closing parenthesis; found 0
(#2215) Spaces must be used for alignment; tabs are not allowed
(#2215) Tab found within whitespace
(#2215) Line indented incorrectly; expected at least 8 spaces, found 2
(#2215) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#2216) Spaces must be used for alignment; tabs are not allowed
(#2216) Tab found within whitespace
(#2216) Line indented incorrectly; expected at least 8 spaces, found 2
(#2217) Spaces must be used for alignment; tabs are not allowed
(#2217) Tab found within whitespace
(#2217) Line indented incorrectly; expected at least 8 spaces, found 2
(#2217) Variable "curl_options" must not contain underscores.
(#2218) Spaces must be used for alignment; tabs are not allowed
(#2218) Tab found within whitespace
(#2218) Line indented incorrectly; expected at least 8 spaces, found 2
(#2219) Spaces must be used for alignment; tabs are not allowed
(#2219) Tab found within whitespace
(#2219) Line indented incorrectly; expected 8 spaces, found 2
(#2219) Variable "curl_options" must not contain underscores.
(#2220) Spaces must be used for alignment; tabs are not allowed
(#2220) Tab found within whitespace
(#2220) Line indented incorrectly; expected at least 12 spaces, found 3
(#2220) Variable "curl_options" must not contain underscores.
(#2221) Spaces must be used for alignment; tabs are not allowed
(#2221) Tab found within whitespace
(#2221) Line indented incorrectly; expected 8 spaces, found 2
(#2222) Spaces must be used for alignment; tabs are not allowed
(#2222) Tab found within whitespace
(#2222) Line indented incorrectly; expected at least 8 spaces, found 2
(#2222) Variable "use_curl" must not contain underscores.
(#2223) Spaces must be used for alignment; tabs are not allowed
(#2223) Tab found within whitespace
(#2223) Line indented incorrectly; expected at least 8 spaces, found 2
(#2224) Spaces must be used for alignment; tabs are not allowed
(#2224) Tab found within whitespace
(#2224) Line indented incorrectly; expected at least 8 spaces, found 2
(#2225) Spaces must be used for alignment; tabs are not allowed
(#2225) Tab found within whitespace
(#2225) Line indented incorrectly; expected 4 spaces, found 1
(#2227) Spaces must be used for alignment; tabs are not allowed
(#2227) Tab found within whitespace
(#2227) Line indented incorrectly; expected at least 4 spaces, found 1
(#2228) Spaces must be used for alignment; tabs are not allowed
(#2228) Expected 2 space(s) before asterisk; 1 found
(#2229) Spaces must be used for alignment; tabs are not allowed
(#2229) Expected 2 space(s) before asterisk; 1 found
(#2230) Spaces must be used for alignment; tabs are not allowed
(#2230) Expected 2 space(s) before asterisk; 1 found
(#2230) Spaces must be used for alignment; tabs are not allowed
(#2231) Spaces must be used for alignment; tabs are not allowed
(#2231) Expected 2 space(s) before asterisk; 1 found
(#2231) Spaces must be used for alignment; tabs are not allowed
(#2232) Spaces must be used for alignment; tabs are not allowed
(#2232) Expected 2 space(s) before asterisk; 1 found
(#2233) Spaces must be used for alignment; tabs are not allowed
(#2233) Expected 2 space(s) before asterisk; 1 found
(#2234) Spaces must be used for alignment; tabs are not allowed
(#2234) Tab found within whitespace
(#2234) Line indented incorrectly; expected 4 spaces, found 1
(#2234) method name "soap_transport_http::setCurlOption" must be in lower-case letters only
(#2234) Visibility must be declared on method "setCurlOption"
(#2235) Spaces must be used for alignment; tabs are not allowed
(#2235) Tab found within whitespace
(#2235) Line indented incorrectly; expected at least 8 spaces, found 2
(#2236) Spaces must be used for alignment; tabs are not allowed
(#2236) Tab found within whitespace
(#2236) Line indented incorrectly; expected at least 8 spaces, found 2
(#2237) Spaces must be used for alignment; tabs are not allowed
(#2237) Tab found within whitespace
(#2237) Line indented incorrectly; expected at least 8 spaces, found 2
(#2238) Spaces must be used for alignment; tabs are not allowed
(#2238) Tab found within whitespace
(#2238) Line indented incorrectly; expected 4 spaces, found 1
(#2240) Spaces must be used for alignment; tabs are not allowed
(#2240) Tab found within whitespace
(#2240) Line indented incorrectly; expected at least 4 spaces, found 1
(#2241) Spaces must be used for alignment; tabs are not allowed
(#2241) Expected 2 space(s) before asterisk; 1 found
(#2242) Spaces must be used for alignment; tabs are not allowed
(#2242) Expected 2 space(s) before asterisk; 1 found
(#2243) Spaces must be used for alignment; tabs are not allowed
(#2243) Expected 2 space(s) before asterisk; 1 found
(#2244) Spaces must be used for alignment; tabs are not allowed
(#2244) Expected 2 space(s) before asterisk; 1 found
(#2245) Spaces must be used for alignment; tabs are not allowed
(#2245) Expected 2 space(s) before asterisk; 1 found
(#2246) Spaces must be used for alignment; tabs are not allowed
(#2246) Expected 2 space(s) before asterisk; 1 found
(#2247) Spaces must be used for alignment; tabs are not allowed
(#2247) Tab found within whitespace
(#2247) Line indented incorrectly; expected 4 spaces, found 1
(#2247) method name "soap_transport_http::setHeader" must be in lower-case letters only
(#2247) Visibility must be declared on method "setHeader"
(#2248) Spaces must be used for alignment; tabs are not allowed
(#2248) Tab found within whitespace
(#2248) Line indented incorrectly; expected at least 8 spaces, found 2
(#2249) Spaces must be used for alignment; tabs are not allowed
(#2249) Tab found within whitespace
(#2249) Line indented incorrectly; expected at least 8 spaces, found 2
(#2250) Spaces must be used for alignment; tabs are not allowed
(#2250) Tab found within whitespace
(#2250) Line indented incorrectly; expected 4 spaces, found 1
(#2252) Spaces must be used for alignment; tabs are not allowed
(#2252) Tab found within whitespace
(#2252) Line indented incorrectly; expected at least 4 spaces, found 1
(#2253) Spaces must be used for alignment; tabs are not allowed
(#2253) Expected 2 space(s) before asterisk; 1 found
(#2254) Spaces must be used for alignment; tabs are not allowed
(#2254) Expected 2 space(s) before asterisk; 1 found
(#2255) Spaces must be used for alignment; tabs are not allowed
(#2255) Expected 2 space(s) before asterisk; 1 found
(#2256) Spaces must be used for alignment; tabs are not allowed
(#2256) Expected 2 space(s) before asterisk; 1 found
(#2257) Spaces must be used for alignment; tabs are not allowed
(#2257) Expected 2 space(s) before asterisk; 1 found
(#2258) Spaces must be used for alignment; tabs are not allowed
(#2258) Tab found within whitespace
(#2258) Line indented incorrectly; expected 4 spaces, found 1
(#2258) method name "soap_transport_http::unsetHeader" must be in lower-case letters only
(#2258) Visibility must be declared on method "unsetHeader"
(#2259) Spaces must be used for alignment; tabs are not allowed
(#2259) Tab found within whitespace
(#2259) Line indented incorrectly; expected 8 spaces, found 2
(#2260) Spaces must be used for alignment; tabs are not allowed
(#2260) Tab found within whitespace
(#2260) Line indented incorrectly; expected at least 12 spaces, found 3
(#2261) Spaces must be used for alignment; tabs are not allowed
(#2261) Tab found within whitespace
(#2261) Line indented incorrectly; expected at least 12 spaces, found 3
(#2262) Spaces must be used for alignment; tabs are not allowed
(#2262) Tab found within whitespace
(#2262) Line indented incorrectly; expected 8 spaces, found 2
(#2263) Spaces must be used for alignment; tabs are not allowed
(#2263) Tab found within whitespace
(#2263) Line indented incorrectly; expected 4 spaces, found 1
(#2265) Spaces must be used for alignment; tabs are not allowed
(#2265) Tab found within whitespace
(#2265) Line indented incorrectly; expected at least 4 spaces, found 1
(#2266) Spaces must be used for alignment; tabs are not allowed
(#2266) Expected 2 space(s) before asterisk; 1 found
(#2267) Spaces must be used for alignment; tabs are not allowed
(#2267) Expected 2 space(s) before asterisk; 1 found
(#2268) Spaces must be used for alignment; tabs are not allowed
(#2268) Expected 2 space(s) before asterisk; 1 found
(#2269) Spaces must be used for alignment; tabs are not allowed
(#2269) Expected 2 space(s) before asterisk; 1 found
(#2270) Spaces must be used for alignment; tabs are not allowed
(#2270) Expected 2 space(s) before asterisk; 1 found
(#2271) Spaces must be used for alignment; tabs are not allowed
(#2271) Tab found within whitespace
(#2271) Line indented incorrectly; expected 4 spaces, found 1
(#2271) method name "soap_transport_http::setURL" must be in lower-case letters only
(#2271) Visibility must be declared on method "setURL"
(#2272) Spaces must be used for alignment; tabs are not allowed
(#2272) Tab found within whitespace
(#2272) Line indented incorrectly; expected at least 8 spaces, found 2
(#2274) Spaces must be used for alignment; tabs are not allowed
(#2274) Tab found within whitespace
(#2274) Line indented incorrectly; expected at least 8 spaces, found 2
(#2275) Spaces must be used for alignment; tabs are not allowed
(#2275) Tab found within whitespace
(#2275) Line indented incorrectly; expected 8 spaces, found 2
(#2275) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2276) Spaces must be used for alignment; tabs are not allowed
(#2276) Tab found within whitespace
(#2276) Line indented incorrectly; expected at least 12 spaces, found 3
(#2277) Spaces must be used for alignment; tabs are not allowed
(#2277) Tab found within whitespace
(#2277) Line indented incorrectly; expected at least 12 spaces, found 3
(#2278) Spaces must be used for alignment; tabs are not allowed
(#2278) Tab found within whitespace
(#2278) Line indented incorrectly; expected 8 spaces, found 2
(#2279) Spaces must be used for alignment; tabs are not allowed
(#2279) Tab found within whitespace
(#2279) Whitespace found at end of line
(#2280) Spaces must be used for alignment; tabs are not allowed
(#2280) Tab found within whitespace
(#2280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2280) Inline comments must end in full-stops, exclamation marks, or question marks
(#2280) Line indented incorrectly; expected at least 8 spaces, found 2
(#2281) Spaces must be used for alignment; tabs are not allowed
(#2281) Tab found within whitespace
(#2281) Line indented incorrectly; expected 8 spaces, found 2
(#2281) Expected "if (...) {\n"; found "if(...){\n"
(#2283) Spaces must be used for alignment; tabs are not allowed
(#2283) Tab found within whitespace
(#2283) Line indented incorrectly; expected 8 spaces, found 2
(#2284) Spaces must be used for alignment; tabs are not allowed
(#2284) Tab found within whitespace
(#2284) Whitespace found at end of line
(#2285) Spaces must be used for alignment; tabs are not allowed
(#2285) Tab found within whitespace
(#2285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2285) Inline comments must end in full-stops, exclamation marks, or question marks
(#2285) Line indented incorrectly; expected at least 8 spaces, found 2
(#2286) Spaces must be used for alignment; tabs are not allowed
(#2286) Tab found within whitespace
(#2286) Line indented incorrectly; expected 8 spaces, found 2
(#2286) Expected "if (...) {\n"; found "if(...){\n"
(#2287) Spaces must be used for alignment; tabs are not allowed
(#2287) Tab found within whitespace
(#2287) Line indented incorrectly; expected 12 spaces, found 3
(#2287) Expected "if (...) {\n"; found "if(...){\n"
(#2288) Spaces must be used for alignment; tabs are not allowed
(#2288) Tab found within whitespace
(#2288) Line indented incorrectly; expected at least 16 spaces, found 4
(#2289) Spaces must be used for alignment; tabs are not allowed
(#2289) Tab found within whitespace
(#2289) Line indented incorrectly; expected 12 spaces, found 3
(#2290) Spaces must be used for alignment; tabs are not allowed
(#2290) Tab found within whitespace
(#2290) Line indented incorrectly; expected at least 16 spaces, found 4
(#2291) Spaces must be used for alignment; tabs are not allowed
(#2291) Tab found within whitespace
(#2291) Line indented incorrectly; expected 12 spaces, found 3
(#2292) Spaces must be used for alignment; tabs are not allowed
(#2292) Tab found within whitespace
(#2292) Line indented incorrectly; expected 8 spaces, found 2
(#2293) Spaces must be used for alignment; tabs are not allowed
(#2293) Tab found within whitespace
(#2293) Whitespace found at end of line
(#2294) Spaces must be used for alignment; tabs are not allowed
(#2294) Tab found within whitespace
(#2294) Line indented incorrectly; expected at least 8 spaces, found 2
(#2295) Spaces must be used for alignment; tabs are not allowed
(#2295) Tab found within whitespace
(#2295) Line indented incorrectly; expected at least 8 spaces, found 2
(#2296) Spaces must be used for alignment; tabs are not allowed
(#2296) Tab found within whitespace
(#2296) Whitespace found at end of line
(#2297) Spaces must be used for alignment; tabs are not allowed
(#2297) Tab found within whitespace
(#2297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2297) Inline comments must end in full-stops, exclamation marks, or question marks
(#2297) Line indented incorrectly; expected at least 8 spaces, found 2
(#2298) Spaces must be used for alignment; tabs are not allowed
(#2298) Tab found within whitespace
(#2298) Line indented incorrectly; expected 8 spaces, found 2
(#2299) Spaces must be used for alignment; tabs are not allowed
(#2299) Tab found within whitespace
(#2299) Line indented incorrectly; expected at least 12 spaces, found 3
(#2300) Spaces must be used for alignment; tabs are not allowed
(#2300) Tab found within whitespace
(#2300) Line indented incorrectly; expected 8 spaces, found 2
(#2301) Spaces must be used for alignment; tabs are not allowed
(#2301) Tab found within whitespace
(#2301) Line indented incorrectly; expected at least 12 spaces, found 3
(#2302) Spaces must be used for alignment; tabs are not allowed
(#2302) Tab found within whitespace
(#2302) Line indented incorrectly; expected 8 spaces, found 2
(#2304) Spaces must be used for alignment; tabs are not allowed
(#2304) Tab found within whitespace
(#2304) Line indented incorrectly; expected 8 spaces, found 2
(#2305) Spaces must be used for alignment; tabs are not allowed
(#2305) Tab found within whitespace
(#2305) Line indented incorrectly; expected at least 12 spaces, found 3
(#2306) Spaces must be used for alignment; tabs are not allowed
(#2306) Tab found within whitespace
(#2306) Line indented incorrectly; expected 8 spaces, found 2
(#2307) Spaces must be used for alignment; tabs are not allowed
(#2307) Tab found within whitespace
(#2307) Line indented incorrectly; expected 4 spaces, found 1
(#2309) Spaces must be used for alignment; tabs are not allowed
(#2309) Tab found within whitespace
(#2309) Line indented incorrectly; expected at least 4 spaces, found 1
(#2310) Spaces must be used for alignment; tabs are not allowed
(#2310) Expected 2 space(s) before asterisk; 1 found
(#2311) Spaces must be used for alignment; tabs are not allowed
(#2311) Expected 2 space(s) before asterisk; 1 found
(#2312) Spaces must be used for alignment; tabs are not allowed
(#2312) Expected 2 space(s) before asterisk; 1 found
(#2312) Spaces must be used for alignment; tabs are not allowed
(#2312) Spaces must be used for alignment; tabs are not allowed
(#2313) Spaces must be used for alignment; tabs are not allowed
(#2313) Expected 2 space(s) before asterisk; 1 found
(#2313) Spaces must be used for alignment; tabs are not allowed
(#2314) Spaces must be used for alignment; tabs are not allowed
(#2314) Expected 2 space(s) before asterisk; 1 found
(#2315) Spaces must be used for alignment; tabs are not allowed
(#2315) Tab found within whitespace
(#2315) Line indented incorrectly; expected 4 spaces, found 1
(#2315) Visibility must be declared on method "io_method"
(#2316) Spaces must be used for alignment; tabs are not allowed
(#2316) Tab found within whitespace
(#2316) Line indented incorrectly; expected at least 8 spaces, found 2
(#2316) Inline control structures are not allowed
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2316) Line exceeds maximum limit of 180 characters; contains 203 characters
(#2317) Spaces must be used for alignment; tabs are not allowed
(#2317) Tab found within whitespace
(#2317) Line indented incorrectly; expected at least 8 spaces, found 3
(#2318) Spaces must be used for alignment; tabs are not allowed
(#2318) Tab found within whitespace
(#2318) Line indented incorrectly; expected at least 8 spaces, found 2
(#2318) Inline control structures are not allowed
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2318) Line exceeds 132 characters; contains 154 characters
(#2319) Spaces must be used for alignment; tabs are not allowed
(#2319) Tab found within whitespace
(#2319) Line indented incorrectly; expected at least 8 spaces, found 3
(#2320) Spaces must be used for alignment; tabs are not allowed
(#2320) Tab found within whitespace
(#2320) Line indented incorrectly; expected at least 8 spaces, found 2
(#2321) Spaces must be used for alignment; tabs are not allowed
(#2321) Tab found within whitespace
(#2321) Line indented incorrectly; expected 4 spaces, found 1
(#2323) Spaces must be used for alignment; tabs are not allowed
(#2323) Tab found within whitespace
(#2323) Line indented incorrectly; expected at least 4 spaces, found 1
(#2324) Spaces must be used for alignment; tabs are not allowed
(#2324) Expected 2 space(s) before asterisk; 1 found
(#2325) Spaces must be used for alignment; tabs are not allowed
(#2325) Expected 2 space(s) before asterisk; 1 found
(#2326) Spaces must be used for alignment; tabs are not allowed
(#2326) Expected 2 space(s) before asterisk; 1 found
(#2327) Spaces must be used for alignment; tabs are not allowed
(#2327) Expected 2 space(s) before asterisk; 1 found
(#2327) Spaces must be used for alignment; tabs are not allowed
(#2328) Spaces must be used for alignment; tabs are not allowed
(#2328) Expected 2 space(s) before asterisk; 1 found
(#2328) Spaces must be used for alignment; tabs are not allowed
(#2329) Spaces must be used for alignment; tabs are not allowed
(#2329) Expected 2 space(s) before asterisk; 1 found
(#2330) Spaces must be used for alignment; tabs are not allowed
(#2330) Expected 2 space(s) before asterisk; 1 found
(#2331) Spaces must be used for alignment; tabs are not allowed
(#2331) Tab found within whitespace
(#2331) Line indented incorrectly; expected 4 spaces, found 1
(#2331) Visibility must be declared on method "connect"
(#2331) Variable "connection_timeout" must not contain underscores.
(#2331) Commas (,) must be followed by white space.
(#2331) Variable "response_timeout" must not contain underscores.
(#2331) Expected 1 space after closing parenthesis; found 0
(#2332) Spaces must be used for alignment; tabs are not allowed
(#2332) Tab found within whitespace
(#2332) Line indented incorrectly; expected at least 8 spaces, found 4
(#2333) Spaces must be used for alignment; tabs are not allowed
(#2333) Tab found within whitespace
(#2333) Line indented incorrectly; expected at least 8 spaces, found 4
(#2334) Spaces must be used for alignment; tabs are not allowed
(#2334) Tab found within whitespace
(#2334) Line indented incorrectly; expected at least 8 spaces, found 4
(#2335) Spaces must be used for alignment; tabs are not allowed
(#2335) Tab found within whitespace
(#2335) This comment is 43% valid code; is this commented out code?
(#2335) Line indented incorrectly; expected at least 8 spaces, found 4
(#2335) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#2336) Line indented incorrectly; expected at least 8 spaces, found 0
(#2336) Tab found before comment text; expected "// if ($this->scheme == 'https') {" but found "// if ($this->scheme == 'https') {"
(#2337) Line indented incorrectly; expected at least 8 spaces, found 0
(#2337) Tab found before comment text; expected "// if (version_compare(phpversion(), '4.3.0') >= 0) {" but found "// if (version_compare(phpversion(), '4.3.0') >= 0) {"
(#2338) Line indented incorrectly; expected at least 8 spaces, found 0
(#2338) Tab found before comment text; expected "// if (extension_loaded('openssl')) {" but found "// if (extension_loaded('openssl')) {"
(#2339) Line indented incorrectly; expected at least 8 spaces, found 0
(#2339) Tab found before comment text; expected "// $this->scheme = 'ssl';" but found "// $this->scheme = 'ssl';"
(#2340) Line indented incorrectly; expected at least 8 spaces, found 0
(#2340) Tab found before comment text; expected "// $this->debug('Using SSL over OpenSSL');" but found "// $this->debug('Using SSL over OpenSSL');"
(#2341) Line indented incorrectly; expected at least 8 spaces, found 0
(#2341) Tab found before comment text; expected "// }" but found "// }"
(#2342) Line indented incorrectly; expected at least 8 spaces, found 0
(#2342) Tab found before comment text; expected "// }" but found "// }"
(#2343) Inline comments must end in full-stops, exclamation marks, or question marks
(#2343) Line indented incorrectly; expected at least 8 spaces, found 0
(#2343) Tab found before comment text; expected "// }" but found "// }"
(#2344) Spaces must be used for alignment; tabs are not allowed
(#2344) Tab found within whitespace
(#2344) Line indented incorrectly; expected at least 8 spaces, found 2
(#2344) Variable "connection_timeout" must not contain underscores.
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2344) Line exceeds 132 characters; contains 159 characters
(#2345) Spaces must be used for alignment; tabs are not allowed
(#2345) Tab found within whitespace
(#2345) Line indented incorrectly; expected 8 spaces, found 3
(#2346) Spaces must be used for alignment; tabs are not allowed
(#2346) Tab found within whitespace
(#2346) Line indented incorrectly; expected 12 spaces, found 2
(#2347) Spaces must be used for alignment; tabs are not allowed
(#2347) Tab found within whitespace
(#2347) Line indented incorrectly; expected at least 16 spaces, found 3
(#2348) Spaces must be used for alignment; tabs are not allowed
(#2348) Tab found within whitespace
(#2348) Line indented incorrectly; expected at least 16 spaces, found 3
(#2349) Spaces must be used for alignment; tabs are not allowed
(#2349) Tab found within whitespace
(#2349) Line indented incorrectly; expected 12 spaces, found 2
(#2350) Spaces must be used for alignment; tabs are not allowed
(#2350) Tab found within whitespace
(#2350) Line indented incorrectly; expected at least 16 spaces, found 3
(#2351) Spaces must be used for alignment; tabs are not allowed
(#2351) Tab found within whitespace
(#2351) Line indented incorrectly; expected at least 16 spaces, found 3
(#2352) Spaces must be used for alignment; tabs are not allowed
(#2352) Tab found within whitespace
(#2352) Line indented incorrectly; expected 12 spaces, found 2
(#2354) Spaces must be used for alignment; tabs are not allowed
(#2354) Tab found within whitespace
(#2354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2354) Inline comments must end in full-stops, exclamation marks, or question marks
(#2354) Line indented incorrectly; expected at least 12 spaces, found 2
(#2355) Spaces must be used for alignment; tabs are not allowed
(#2355) Tab found within whitespace
(#2355) Line indented incorrectly; expected 12 spaces, found 2
(#2355) Expected "if (...) {\n"; found "if(...){\n"
(#2356) Spaces must be used for alignment; tabs are not allowed
(#2356) Tab found within whitespace
(#2356) Line indented incorrectly; expected 16 spaces, found 3
(#2357) Spaces must be used for alignment; tabs are not allowed
(#2357) Tab found within whitespace
(#2357) Line indented incorrectly; expected at least 20 spaces, found 4
(#2358) Spaces must be used for alignment; tabs are not allowed
(#2358) Tab found within whitespace
(#2358) Line indented incorrectly; expected at least 20 spaces, found 4
(#2359) Spaces must be used for alignment; tabs are not allowed
(#2359) Tab found within whitespace
(#2359) Line indented incorrectly; expected 16 spaces, found 3
(#2360) Spaces must be used for alignment; tabs are not allowed
(#2360) Tab found within whitespace
(#2360) Line indented incorrectly; expected at least 16 spaces, found 3
(#2361) Spaces must be used for alignment; tabs are not allowed
(#2361) Tab found within whitespace
(#2361) Line indented incorrectly; expected at least 16 spaces, found 3
(#2362) Spaces must be used for alignment; tabs are not allowed
(#2362) Tab found within whitespace
(#2362) Line indented incorrectly; expected 12 spaces, found 2
(#2364) Spaces must be used for alignment; tabs are not allowed
(#2364) Tab found within whitespace
(#2364) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2364) Inline comments must end in full-stops, exclamation marks, or question marks
(#2364) Line indented incorrectly; expected at least 12 spaces, found 2
(#2365) Spaces must be used for alignment; tabs are not allowed
(#2365) Tab found within whitespace
(#2365) Line indented incorrectly; expected 12 spaces, found 2
(#2366) Spaces must be used for alignment; tabs are not allowed
(#2366) Tab found within whitespace
(#2366) Line indented incorrectly; expected at least 16 spaces, found 3
(#2367) Spaces must be used for alignment; tabs are not allowed
(#2367) Tab found within whitespace
(#2367) Line indented incorrectly; expected 12 spaces, found 2
(#2368) Spaces must be used for alignment; tabs are not allowed
(#2368) Tab found within whitespace
(#2368) Line indented incorrectly; expected at least 12 spaces, found 2
(#2368) Variable "connection_timeout" must not contain underscores.
(#2370) Spaces must be used for alignment; tabs are not allowed
(#2370) Tab found within whitespace
(#2370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2370) Inline comments must end in full-stops, exclamation marks, or question marks
(#2370) Line indented incorrectly; expected at least 12 spaces, found 2
(#2371) Spaces must be used for alignment; tabs are not allowed
(#2371) Tab found within whitespace
(#2371) Line indented incorrectly; expected 12 spaces, found 2
(#2371) Expected "if (...) {\n"; found "if(...){\n"
(#2371) Variable "connection_timeout" must not contain underscores.
(#2372) Spaces must be used for alignment; tabs are not allowed
(#2372) Tab found within whitespace
(#2372) Line indented incorrectly; expected at least 16 spaces, found 3
(#2372) Variable "connection_timeout" must not contain underscores.
(#2373) Spaces must be used for alignment; tabs are not allowed
(#2373) Tab found within whitespace
(#2373) Line indented incorrectly; expected 12 spaces, found 2
(#2374) Spaces must be used for alignment; tabs are not allowed
(#2374) Tab found within whitespace
(#2374) Line indented incorrectly; expected at least 16 spaces, found 3
(#2375) Spaces must be used for alignment; tabs are not allowed
(#2375) Tab found within whitespace
(#2375) Line indented incorrectly; expected 12 spaces, found 2
(#2376) Spaces must be used for alignment; tabs are not allowed
(#2376) Tab found within whitespace
(#2376) Whitespace found at end of line
(#2377) Spaces must be used for alignment; tabs are not allowed
(#2377) Tab found within whitespace
(#2377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2377) Inline comments must end in full-stops, exclamation marks, or question marks
(#2377) Line indented incorrectly; expected at least 12 spaces, found 2
(#2378) Spaces must be used for alignment; tabs are not allowed
(#2378) Tab found within whitespace
(#2378) Line indented incorrectly; expected 12 spaces, found 2
(#2378) Expected "if (...) {\n"; found "if(...) {\n"
(#2379) Spaces must be used for alignment; tabs are not allowed
(#2379) Tab found within whitespace
(#2379) Line indented incorrectly; expected at least 16 spaces, found 3
(#2380) Spaces must be used for alignment; tabs are not allowed
(#2380) Tab found within whitespace
(#2380) Line indented incorrectly; expected 16 spaces, found 3
(#2381) Spaces must be used for alignment; tabs are not allowed
(#2381) Tab found within whitespace
(#2381) Line indented incorrectly; expected at least 20 spaces, found 4
(#2382) Spaces must be used for alignment; tabs are not allowed
(#2382) Tab found within whitespace
(#2382) Line indented incorrectly; expected 16 spaces, found 3
(#2383) Spaces must be used for alignment; tabs are not allowed
(#2383) Tab found within whitespace
(#2383) Line indented incorrectly; expected at least 20 spaces, found 4
(#2384) Spaces must be used for alignment; tabs are not allowed
(#2384) Tab found within whitespace
(#2384) Line indented incorrectly; expected 16 spaces, found 3
(#2385) Spaces must be used for alignment; tabs are not allowed
(#2385) Tab found within whitespace
(#2385) Line indented incorrectly; expected at least 16 spaces, found 3
(#2386) Spaces must be used for alignment; tabs are not allowed
(#2386) Tab found within whitespace
(#2386) Line indented incorrectly; expected at least 16 spaces, found 3
(#2387) Spaces must be used for alignment; tabs are not allowed
(#2387) Tab found within whitespace
(#2387) Line indented incorrectly; expected at least 16 spaces, found 3
(#2388) Spaces must be used for alignment; tabs are not allowed
(#2388) Tab found within whitespace
(#2388) Line indented incorrectly; expected 12 spaces, found 2
(#2389) Spaces must be used for alignment; tabs are not allowed
(#2389) Tab found within whitespace
(#2389) Whitespace found at end of line
(#2390) Spaces must be used for alignment; tabs are not allowed
(#2390) Tab found within whitespace
(#2390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2390) Inline comments must end in full-stops, exclamation marks, or question marks
(#2390) Line indented incorrectly; expected at least 12 spaces, found 2
(#2391) Spaces must be used for alignment; tabs are not allowed
(#2391) Tab found within whitespace
(#2391) Line indented incorrectly; expected at least 12 spaces, found 2
(#2391) Variable "response_timeout" must not contain underscores.
(#2392) Spaces must be used for alignment; tabs are not allowed
(#2392) Tab found within whitespace
(#2392) Line indented incorrectly; expected at least 12 spaces, found 2
(#2392) Variable "response_timeout" must not contain underscores.
(#2394) Spaces must be used for alignment; tabs are not allowed
(#2394) Tab found within whitespace
(#2394) Line indented incorrectly; expected at least 12 spaces, found 2
(#2395) Spaces must be used for alignment; tabs are not allowed
(#2395) Tab found within whitespace
(#2395) Line indented incorrectly; expected at least 12 spaces, found 2
(#2396) Spaces must be used for alignment; tabs are not allowed
(#2396) Tab found within whitespace
(#2396) Line indented incorrectly; expected 8 spaces, found 3
(#2397) Spaces must be used for alignment; tabs are not allowed
(#2397) Tab found within whitespace
(#2397) Line indented incorrectly; expected 12 spaces, found 2
(#2398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2398) Inline comments must end in full-stops, exclamation marks, or question marks
(#2398) This comment is 75% valid code; is this commented out code?
(#2398) Line indented incorrectly; expected at least 16 spaces, found 0
(#2398) Tab found before comment text; expected "// $this->setError('cURL Extension, or OpenSSL extension w/ PHP version >= 4.3 is required for HTTPS');" but found "// $this->setError('cURL Extension, or OpenSSL extension w/ PHP version >= 4.3 is required for HTTPS');"
(#2399) Spaces must be used for alignment; tabs are not allowed
(#2399) Tab found within whitespace
(#2399) Line indented incorrectly; expected at least 16 spaces, found 3
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2399) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2400) Spaces must be used for alignment; tabs are not allowed
(#2400) Tab found within whitespace
(#2400) Line indented incorrectly; expected at least 16 spaces, found 3
(#2401) Spaces must be used for alignment; tabs are not allowed
(#2401) Tab found within whitespace
(#2401) Line indented incorrectly; expected 12 spaces, found 2
(#2402) Spaces must be used for alignment; tabs are not allowed
(#2402) Tab found within whitespace
(#2402) Inline comments must end in full-stops, exclamation marks, or question marks
(#2402) Line indented incorrectly; expected at least 12 spaces, found 2
(#2403) Spaces must be used for alignment; tabs are not allowed
(#2403) Tab found within whitespace
(#2403) Line indented incorrectly; expected at least 12 spaces, found 2
(#2403) Inline control structures are not allowed
(#2404) Spaces must be used for alignment; tabs are not allowed
(#2404) Tab found within whitespace
(#2404) Line indented incorrectly; expected at least 12 spaces, found 3
(#2404) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#2404) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#2405) Spaces must be used for alignment; tabs are not allowed
(#2405) Tab found within whitespace
(#2405) Line indented incorrectly; expected at least 12 spaces, found 2
(#2405) Inline control structures are not allowed
(#2406) Spaces must be used for alignment; tabs are not allowed
(#2406) Tab found within whitespace
(#2406) Line indented incorrectly; expected at least 12 spaces, found 3
(#2406) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#2406) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#2407) Spaces must be used for alignment; tabs are not allowed
(#2407) Tab found within whitespace
(#2407) Line indented incorrectly; expected at least 12 spaces, found 2
(#2407) Inline control structures are not allowed
(#2408) Spaces must be used for alignment; tabs are not allowed
(#2408) Tab found within whitespace
(#2408) Line indented incorrectly; expected at least 12 spaces, found 3
(#2408) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#2408) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#2409) Spaces must be used for alignment; tabs are not allowed
(#2409) Tab found within whitespace
(#2409) Line indented incorrectly; expected at least 12 spaces, found 2
(#2409) Inline control structures are not allowed
(#2410) Spaces must be used for alignment; tabs are not allowed
(#2410) Tab found within whitespace
(#2410) Line indented incorrectly; expected at least 12 spaces, found 3
(#2410) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#2410) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#2411) Spaces must be used for alignment; tabs are not allowed
(#2411) Tab found within whitespace
(#2411) Line indented incorrectly; expected at least 12 spaces, found 2
(#2411) Inline control structures are not allowed
(#2412) Spaces must be used for alignment; tabs are not allowed
(#2412) Tab found within whitespace
(#2412) Line indented incorrectly; expected at least 12 spaces, found 3
(#2412) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#2412) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#2413) Spaces must be used for alignment; tabs are not allowed
(#2413) Tab found within whitespace
(#2413) Line indented incorrectly; expected at least 12 spaces, found 2
(#2413) Inline control structures are not allowed
(#2414) Spaces must be used for alignment; tabs are not allowed
(#2414) Tab found within whitespace
(#2414) Line indented incorrectly; expected at least 12 spaces, found 3
(#2414) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#2414) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#2415) Spaces must be used for alignment; tabs are not allowed
(#2415) Tab found within whitespace
(#2415) Line indented incorrectly; expected at least 12 spaces, found 2
(#2415) Inline control structures are not allowed
(#2416) Spaces must be used for alignment; tabs are not allowed
(#2416) Tab found within whitespace
(#2416) Line indented incorrectly; expected at least 12 spaces, found 3
(#2416) Variable "CURLAUTH_BASIC" must be all lower-case
(#2416) Variable "CURLAUTH_BASIC" must not contain underscores.
(#2417) Spaces must be used for alignment; tabs are not allowed
(#2417) Tab found within whitespace
(#2417) Line indented incorrectly; expected at least 12 spaces, found 2
(#2417) Inline control structures are not allowed
(#2418) Spaces must be used for alignment; tabs are not allowed
(#2418) Tab found within whitespace
(#2418) Line indented incorrectly; expected at least 12 spaces, found 3
(#2418) Variable "CURLAUTH_BASIC" must be all lower-case
(#2418) Variable "CURLAUTH_BASIC" must not contain underscores.
(#2419) Spaces must be used for alignment; tabs are not allowed
(#2419) Tab found within whitespace
(#2419) Line indented incorrectly; expected at least 12 spaces, found 2
(#2419) Inline control structures are not allowed
(#2420) Spaces must be used for alignment; tabs are not allowed
(#2420) Tab found within whitespace
(#2420) Line indented incorrectly; expected at least 12 spaces, found 3
(#2420) Variable "CURLAUTH_DIGEST" must be all lower-case
(#2420) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#2421) Spaces must be used for alignment; tabs are not allowed
(#2421) Tab found within whitespace
(#2421) Line indented incorrectly; expected at least 12 spaces, found 2
(#2421) Inline control structures are not allowed
(#2422) Spaces must be used for alignment; tabs are not allowed
(#2422) Tab found within whitespace
(#2422) Line indented incorrectly; expected at least 12 spaces, found 3
(#2422) Variable "CURLAUTH_DIGEST" must be all lower-case
(#2422) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#2423) Spaces must be used for alignment; tabs are not allowed
(#2423) Tab found within whitespace
(#2423) Line indented incorrectly; expected at least 12 spaces, found 2
(#2423) Inline control structures are not allowed
(#2424) Spaces must be used for alignment; tabs are not allowed
(#2424) Tab found within whitespace
(#2424) Line indented incorrectly; expected at least 12 spaces, found 3
(#2424) Variable "CURLAUTH_NTLM" must be all lower-case
(#2424) Variable "CURLAUTH_NTLM" must not contain underscores.
(#2425) Spaces must be used for alignment; tabs are not allowed
(#2425) Tab found within whitespace
(#2425) Line indented incorrectly; expected at least 12 spaces, found 2
(#2425) Inline control structures are not allowed
(#2426) Spaces must be used for alignment; tabs are not allowed
(#2426) Tab found within whitespace
(#2426) Line indented incorrectly; expected at least 12 spaces, found 3
(#2426) Variable "CURLAUTH_NTLM" must be all lower-case
(#2426) Variable "CURLAUTH_NTLM" must not contain underscores.
(#2428) Spaces must be used for alignment; tabs are not allowed
(#2428) Tab found within whitespace
(#2428) Line indented incorrectly; expected at least 12 spaces, found 2
(#2429) Spaces must be used for alignment; tabs are not allowed
(#2429) Tab found within whitespace
(#2429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2429) Inline comments must end in full-stops, exclamation marks, or question marks
(#2429) Line indented incorrectly; expected at least 12 spaces, found 2
(#2430) Spaces must be used for alignment; tabs are not allowed
(#2430) Tab found within whitespace
(#2430) Line indented incorrectly; expected at least 12 spaces, found 2
(#2431) Spaces must be used for alignment; tabs are not allowed
(#2431) Tab found within whitespace
(#2431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2431) Inline comments must end in full-stops, exclamation marks, or question marks
(#2431) Line indented incorrectly; expected at least 12 spaces, found 2
(#2432) Spaces must be used for alignment; tabs are not allowed
(#2432) Tab found within whitespace
(#2432) Line indented incorrectly; expected at least 12 spaces, found 2
(#2432) Variable "hostURL" must be all lower-case
(#2433) Spaces must be used for alignment; tabs are not allowed
(#2433) Tab found within whitespace
(#2433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2433) Inline comments must end in full-stops, exclamation marks, or question marks
(#2433) Line indented incorrectly; expected at least 12 spaces, found 2
(#2434) Spaces must be used for alignment; tabs are not allowed
(#2434) Tab found within whitespace
(#2434) Line indented incorrectly; expected at least 12 spaces, found 2
(#2434) Variable "hostURL" must be all lower-case
(#2435) Spaces must be used for alignment; tabs are not allowed
(#2435) Tab found within whitespace
(#2435) Line indented incorrectly; expected at least 12 spaces, found 2
(#2435) Variable "hostURL" must be all lower-case
(#2436) Spaces must be used for alignment; tabs are not allowed
(#2436) Tab found within whitespace
(#2436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2436) Inline comments must end in full-stops, exclamation marks, or question marks
(#2436) Line indented incorrectly; expected at least 12 spaces, found 2
(#2437) Spaces must be used for alignment; tabs are not allowed
(#2437) Tab found within whitespace
(#2437) Line indented incorrectly; expected 12 spaces, found 2
(#2437) INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4.
(#2438) Spaces must be used for alignment; tabs are not allowed
(#2438) Tab found within whitespace
(#2438) Line indented incorrectly; expected at least 16 spaces, found 3
(#2439) Spaces must be used for alignment; tabs are not allowed
(#2439) Tab found within whitespace
(#2439) Line indented incorrectly; expected at least 16 spaces, found 3
(#2440) Spaces must be used for alignment; tabs are not allowed
(#2440) Tab found within whitespace
(#2440) Line indented incorrectly; expected at least 16 spaces, found 3
(#2440) INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4.
(#2441) Spaces must be used for alignment; tabs are not allowed
(#2441) Tab found within whitespace
(#2441) Line indented incorrectly; expected at least 16 spaces, found 3
(#2442) Spaces must be used for alignment; tabs are not allowed
(#2442) Tab found within whitespace
(#2442) Line indented incorrectly; expected at least 16 spaces, found 3
(#2443) Spaces must be used for alignment; tabs are not allowed
(#2443) Tab found within whitespace
(#2443) Line indented incorrectly; expected 12 spaces, found 2
(#2444) Spaces must be used for alignment; tabs are not allowed
(#2444) Tab found within whitespace
(#2444) Line indented incorrectly; expected at least 16 spaces, found 3
(#2445) Spaces must be used for alignment; tabs are not allowed
(#2445) Tab found within whitespace
(#2445) Line indented incorrectly; expected 12 spaces, found 2
(#2446) Spaces must be used for alignment; tabs are not allowed
(#2446) Tab found within whitespace
(#2446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2446) Inline comments must end in full-stops, exclamation marks, or question marks
(#2446) Line indented incorrectly; expected at least 12 spaces, found 2
(#2447) Spaces must be used for alignment; tabs are not allowed
(#2447) Tab found within whitespace
(#2447) Line indented incorrectly; expected at least 12 spaces, found 2
(#2448) Spaces must be used for alignment; tabs are not allowed
(#2448) Tab found within whitespace
(#2448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2448) Inline comments must end in full-stops, exclamation marks, or question marks
(#2448) Line indented incorrectly; expected at least 12 spaces, found 2
(#2449) Spaces must be used for alignment; tabs are not allowed
(#2449) Tab found within whitespace
(#2449) Line indented incorrectly; expected at least 12 spaces, found 2
(#2450) Spaces must be used for alignment; tabs are not allowed
(#2450) Tab found within whitespace
(#2450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2450) Line indented incorrectly; expected at least 12 spaces, found 2
(#2451) Spaces must be used for alignment; tabs are not allowed
(#2451) Tab found within whitespace
(#2451) Line indented incorrectly; expected at least 12 spaces, found 2
(#2452) Line indented incorrectly; expected at least 12 spaces, found 0
(#2452) Tab found before comment text; expected "// if(function_exists('gzuncompress')){" but found "// if(function_exists('gzuncompress')){"
(#2453) Line indented incorrectly; expected at least 12 spaces, found 0
(#2453) Tab found before comment text; expected "// $this->setCurlOption(CURLOPT_ENCODING, 'deflate');" but found "// $this->setCurlOption(CURLOPT_ENCODING, 'deflate');"
(#2454) Line indented incorrectly; expected at least 12 spaces, found 0
(#2454) Tab found before comment text; expected "// }" but found "// }"
(#2455) Spaces must be used for alignment; tabs are not allowed
(#2455) Tab found within whitespace
(#2455) Inline comments must end in full-stops, exclamation marks, or question marks
(#2455) Line indented incorrectly; expected at least 12 spaces, found 2
(#2456) Spaces must be used for alignment; tabs are not allowed
(#2456) Tab found within whitespace
(#2456) Line indented incorrectly; expected 12 spaces, found 2
(#2457) Spaces must be used for alignment; tabs are not allowed
(#2457) Tab found within whitespace
(#2457) Line indented incorrectly; expected at least 16 spaces, found 3
(#2458) Spaces must be used for alignment; tabs are not allowed
(#2458) Tab found within whitespace
(#2458) Line indented incorrectly; expected at least 16 spaces, found 3
(#2459) Spaces must be used for alignment; tabs are not allowed
(#2459) Tab found within whitespace
(#2459) Line indented incorrectly; expected at least 16 spaces, found 3
(#2460) Spaces must be used for alignment; tabs are not allowed
(#2460) Tab found within whitespace
(#2460) Line indented incorrectly; expected at least 16 spaces, found 3
(#2461) Spaces must be used for alignment; tabs are not allowed
(#2461) Tab found within whitespace
(#2461) Inline comments must end in full-stops, exclamation marks, or question marks
(#2461) This comment is 70% valid code; is this commented out code?
(#2461) Line indented incorrectly; expected at least 16 spaces, found 3
(#2461) No space found before comment text; expected "// $this->setCurlOption(CURL_HTTP_VERSION_1_1, true);" but found "//$this->setCurlOption(CURL_HTTP_VERSION_1_1, true);"
(#2462) Spaces must be used for alignment; tabs are not allowed
(#2462) Tab found within whitespace
(#2462) Line indented incorrectly; expected at least 16 spaces, found 3
(#2463) Spaces must be used for alignment; tabs are not allowed
(#2463) Tab found within whitespace
(#2463) Line indented incorrectly; expected at least 16 spaces, found 3
(#2464) Spaces must be used for alignment; tabs are not allowed
(#2464) Tab found within whitespace
(#2464) Line indented incorrectly; expected 12 spaces, found 2
(#2465) Spaces must be used for alignment; tabs are not allowed
(#2465) Tab found within whitespace
(#2465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2465) Inline comments must end in full-stops, exclamation marks, or question marks
(#2465) Line indented incorrectly; expected at least 12 spaces, found 2
(#2466) Spaces must be used for alignment; tabs are not allowed
(#2466) Tab found within whitespace
(#2466) Line indented incorrectly; expected 12 spaces, found 2
(#2466) Variable "connection_timeout" must not contain underscores.
(#2467) Spaces must be used for alignment; tabs are not allowed
(#2467) Tab found within whitespace
(#2467) Line indented incorrectly; expected at least 16 spaces, found 3
(#2467) Variable "CURLOPT_CONNECTIONTIMEOUT" must be all lower-case
(#2467) Variable "CURLOPT_CONNECTIONTIMEOUT" must not contain underscores.
(#2467) Variable "connection_timeout" must not contain underscores.
(#2468) Spaces must be used for alignment; tabs are not allowed
(#2468) Tab found within whitespace
(#2468) Line indented incorrectly; expected 12 spaces, found 2
(#2469) Spaces must be used for alignment; tabs are not allowed
(#2469) Tab found within whitespace
(#2469) Line indented incorrectly; expected 12 spaces, found 2
(#2469) Variable "response_timeout" must not contain underscores.
(#2470) Spaces must be used for alignment; tabs are not allowed
(#2470) Tab found within whitespace
(#2470) Line indented incorrectly; expected at least 16 spaces, found 3
(#2470) Variable "response_timeout" must not contain underscores.
(#2471) Spaces must be used for alignment; tabs are not allowed
(#2471) Tab found within whitespace
(#2471) Line indented incorrectly; expected 12 spaces, found 2
(#2473) Spaces must be used for alignment; tabs are not allowed
(#2473) Tab found within whitespace
(#2473) Line indented incorrectly; expected 12 spaces, found 2
(#2474) Spaces must be used for alignment; tabs are not allowed
(#2474) Tab found within whitespace
(#2474) Line indented incorrectly; expected at least 16 spaces, found 3
(#2475) Spaces must be used for alignment; tabs are not allowed
(#2475) Tab found within whitespace
(#2475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2475) Line indented incorrectly; expected at least 16 spaces, found 3
(#2476) Spaces must be used for alignment; tabs are not allowed
(#2476) Tab found within whitespace
(#2476) Line indented incorrectly; expected at least 16 spaces, found 3
(#2477) Spaces must be used for alignment; tabs are not allowed
(#2477) Tab found within whitespace
(#2477) Line indented incorrectly; expected at least 16 spaces, found 3
(#2478) Spaces must be used for alignment; tabs are not allowed
(#2478) Tab found within whitespace
(#2478) Inline comments must end in full-stops, exclamation marks, or question marks
(#2478) This comment is 70% valid code; is this commented out code?
(#2478) Line indented incorrectly; expected at least 16 spaces, found 3
(#2478) No space found before comment text; expected "// $this->setCurlOption(CURLOPT_CAINFO, 'f:\php-4.3.2-win32\extensions\curl-ca-bundle.crt');" but found "//$this->setCurlOption(CURLOPT_CAINFO, 'f:\php-4.3.2-win32\extensions\curl-ca-bundle.crt');"
(#2478) Whitespace found at end of line
(#2479) Spaces must be used for alignment; tabs are not allowed
(#2479) Tab found within whitespace
(#2479) Line indented incorrectly; expected at least 16 spaces, found 3
(#2480) Spaces must be used for alignment; tabs are not allowed
(#2480) Tab found within whitespace
(#2480) Line indented incorrectly; expected at least 16 spaces, found 3
(#2481) Spaces must be used for alignment; tabs are not allowed
(#2481) Tab found within whitespace
(#2481) Whitespace found at end of line
(#2482) Spaces must be used for alignment; tabs are not allowed
(#2482) Tab found within whitespace
(#2482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2482) Inline comments must end in full-stops, exclamation marks, or question marks
(#2482) Line indented incorrectly; expected at least 16 spaces, found 3
(#2483) Spaces must be used for alignment; tabs are not allowed
(#2483) Tab found within whitespace
(#2483) Line indented incorrectly; expected 16 spaces, found 3
(#2484) Spaces must be used for alignment; tabs are not allowed
(#2484) Tab found within whitespace
(#2484) Line indented incorrectly; expected at least 20 spaces, found 4
(#2485) Spaces must be used for alignment; tabs are not allowed
(#2485) Tab found within whitespace
(#2485) Line indented incorrectly; expected 20 spaces, found 4
(#2486) Spaces must be used for alignment; tabs are not allowed
(#2486) Tab found within whitespace
(#2486) Line indented incorrectly; expected at least 24 spaces, found 5
(#2487) Spaces must be used for alignment; tabs are not allowed
(#2487) Tab found within whitespace
(#2487) Line indented incorrectly; expected 20 spaces, found 4
(#2488) Spaces must be used for alignment; tabs are not allowed
(#2488) Tab found within whitespace
(#2488) Line indented incorrectly; expected 20 spaces, found 4
(#2489) Spaces must be used for alignment; tabs are not allowed
(#2489) Tab found within whitespace
(#2489) Line indented incorrectly; expected at least 24 spaces, found 5
(#2490) Spaces must be used for alignment; tabs are not allowed
(#2490) Tab found within whitespace
(#2490) Line indented incorrectly; expected 20 spaces, found 4
(#2491) Spaces must be used for alignment; tabs are not allowed
(#2491) Tab found within whitespace
(#2491) Line indented incorrectly; expected at least 24 spaces, found 5
(#2492) Spaces must be used for alignment; tabs are not allowed
(#2492) Tab found within whitespace
(#2492) Line indented incorrectly; expected 20 spaces, found 4
(#2493) Spaces must be used for alignment; tabs are not allowed
(#2493) Tab found within whitespace
(#2493) Line indented incorrectly; expected 20 spaces, found 4
(#2494) Spaces must be used for alignment; tabs are not allowed
(#2494) Tab found within whitespace
(#2494) Line indented incorrectly; expected at least 24 spaces, found 5
(#2495) Spaces must be used for alignment; tabs are not allowed
(#2495) Tab found within whitespace
(#2495) Line indented incorrectly; expected 20 spaces, found 4
(#2496) Spaces must be used for alignment; tabs are not allowed
(#2496) Tab found within whitespace
(#2496) Line indented incorrectly; expected at least 24 spaces, found 5
(#2497) Spaces must be used for alignment; tabs are not allowed
(#2497) Tab found within whitespace
(#2497) Line indented incorrectly; expected 20 spaces, found 4
(#2498) Spaces must be used for alignment; tabs are not allowed
(#2498) Tab found within whitespace
(#2498) Line indented incorrectly; expected 20 spaces, found 4
(#2499) Spaces must be used for alignment; tabs are not allowed
(#2499) Tab found within whitespace
(#2499) Line indented incorrectly; expected at least 24 spaces, found 5
(#2500) Spaces must be used for alignment; tabs are not allowed
(#2500) Tab found within whitespace
(#2500) Line indented incorrectly; expected 20 spaces, found 4
(#2501) Spaces must be used for alignment; tabs are not allowed
(#2501) Tab found within whitespace
(#2501) Line indented incorrectly; expected 20 spaces, found 4
(#2502) Spaces must be used for alignment; tabs are not allowed
(#2502) Tab found within whitespace
(#2502) Line indented incorrectly; expected at least 24 spaces, found 5
(#2503) Spaces must be used for alignment; tabs are not allowed
(#2503) Tab found within whitespace
(#2503) Line indented incorrectly; expected 20 spaces, found 4
(#2504) Spaces must be used for alignment; tabs are not allowed
(#2504) Tab found within whitespace
(#2504) Line indented incorrectly; expected 20 spaces, found 4
(#2505) Spaces must be used for alignment; tabs are not allowed
(#2505) Tab found within whitespace
(#2505) Line indented incorrectly; expected at least 24 spaces, found 5
(#2506) Spaces must be used for alignment; tabs are not allowed
(#2506) Tab found within whitespace
(#2506) Line indented incorrectly; expected 20 spaces, found 4
(#2507) Spaces must be used for alignment; tabs are not allowed
(#2507) Tab found within whitespace
(#2507) Line indented incorrectly; expected 20 spaces, found 4
(#2508) Spaces must be used for alignment; tabs are not allowed
(#2508) Tab found within whitespace
(#2508) Line indented incorrectly; expected at least 24 spaces, found 5
(#2509) Spaces must be used for alignment; tabs are not allowed
(#2509) Tab found within whitespace
(#2509) Line indented incorrectly; expected 20 spaces, found 4
(#2510) Spaces must be used for alignment; tabs are not allowed
(#2510) Tab found within whitespace
(#2510) Line indented incorrectly; expected 16 spaces, found 3
(#2511) Spaces must be used for alignment; tabs are not allowed
(#2511) Tab found within whitespace
(#2511) Line indented incorrectly; expected 12 spaces, found 2
(#2512) Spaces must be used for alignment; tabs are not allowed
(#2512) Tab found within whitespace
(#2512) Line indented incorrectly; expected 12 spaces, found 2
(#2513) Spaces must be used for alignment; tabs are not allowed
(#2513) Tab found within whitespace
(#2513) Line indented incorrectly; expected 16 spaces, found 3
(#2514) Spaces must be used for alignment; tabs are not allowed
(#2514) Tab found within whitespace
(#2514) Line indented incorrectly; expected at least 20 spaces, found 4
(#2515) Spaces must be used for alignment; tabs are not allowed
(#2515) Tab found within whitespace
(#2515) Line indented incorrectly; expected at least 20 spaces, found 4
(#2516) Spaces must be used for alignment; tabs are not allowed
(#2516) Tab found within whitespace
(#2516) Line indented incorrectly; expected 16 spaces, found 3
(#2517) Spaces must be used for alignment; tabs are not allowed
(#2517) Tab found within whitespace
(#2517) Line indented incorrectly; expected 16 spaces, found 3
(#2518) Spaces must be used for alignment; tabs are not allowed
(#2518) Tab found within whitespace
(#2518) Line indented incorrectly; expected at least 20 spaces, found 4
(#2519) Spaces must be used for alignment; tabs are not allowed
(#2519) Tab found within whitespace
(#2519) Line indented incorrectly; expected at least 20 spaces, found 4
(#2519) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#2519) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#2519) Variable "CURLAUTH_BASIC" must be all lower-case
(#2519) Variable "CURLAUTH_BASIC" must not contain underscores.
(#2520) Spaces must be used for alignment; tabs are not allowed
(#2520) Tab found within whitespace
(#2520) Line indented incorrectly; expected 16 spaces, found 3
(#2521) Spaces must be used for alignment; tabs are not allowed
(#2521) Tab found within whitespace
(#2521) Line indented incorrectly; expected 16 spaces, found 3
(#2522) Spaces must be used for alignment; tabs are not allowed
(#2522) Tab found within whitespace
(#2522) Line indented incorrectly; expected at least 20 spaces, found 4
(#2523) Spaces must be used for alignment; tabs are not allowed
(#2523) Tab found within whitespace
(#2523) Line indented incorrectly; expected at least 20 spaces, found 4
(#2523) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#2523) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#2523) Variable "CURLAUTH_DIGEST" must be all lower-case
(#2523) Variable "CURLAUTH_DIGEST" must not contain underscores.
(#2524) Spaces must be used for alignment; tabs are not allowed
(#2524) Tab found within whitespace
(#2524) Line indented incorrectly; expected 16 spaces, found 3
(#2525) Spaces must be used for alignment; tabs are not allowed
(#2525) Tab found within whitespace
(#2525) Line indented incorrectly; expected 16 spaces, found 3
(#2526) Spaces must be used for alignment; tabs are not allowed
(#2526) Tab found within whitespace
(#2526) Line indented incorrectly; expected at least 20 spaces, found 4
(#2527) Spaces must be used for alignment; tabs are not allowed
(#2527) Tab found within whitespace
(#2527) Line indented incorrectly; expected at least 20 spaces, found 4
(#2527) Variable "CURLOPT_HTTPAUTH" must be all lower-case
(#2527) Variable "CURLOPT_HTTPAUTH" must not contain underscores.
(#2527) Variable "CURLAUTH_NTLM" must be all lower-case
(#2527) Variable "CURLAUTH_NTLM" must not contain underscores.
(#2528) Spaces must be used for alignment; tabs are not allowed
(#2528) Tab found within whitespace
(#2528) Line indented incorrectly; expected 16 spaces, found 3
(#2529) Spaces must be used for alignment; tabs are not allowed
(#2529) Tab found within whitespace
(#2529) Line indented incorrectly; expected 12 spaces, found 2
(#2530) Spaces must be used for alignment; tabs are not allowed
(#2530) Tab found within whitespace
(#2530) Line indented incorrectly; expected 12 spaces, found 2
(#2531) Spaces must be used for alignment; tabs are not allowed
(#2531) Tab found within whitespace
(#2531) Line indented incorrectly; expected at least 16 spaces, found 3
(#2532) Spaces must be used for alignment; tabs are not allowed
(#2532) Tab found within whitespace
(#2532) Line indented incorrectly; expected 16 spaces, found 3
(#2533) Spaces must be used for alignment; tabs are not allowed
(#2533) Tab found within whitespace
(#2533) Line indented incorrectly; expected at least 20 spaces, found 4
(#2534) Spaces must be used for alignment; tabs are not allowed
(#2534) Tab found within whitespace
(#2534) Line indented incorrectly; expected 16 spaces, found 3
(#2535) Spaces must be used for alignment; tabs are not allowed
(#2535) Tab found within whitespace
(#2535) Line indented incorrectly; expected at least 20 spaces, found 4
(#2536) Spaces must be used for alignment; tabs are not allowed
(#2536) Tab found within whitespace
(#2536) Line indented incorrectly; expected 16 spaces, found 3
(#2537) Spaces must be used for alignment; tabs are not allowed
(#2537) Tab found within whitespace
(#2537) Line indented incorrectly; expected 16 spaces, found 3
(#2538) Spaces must be used for alignment; tabs are not allowed
(#2538) Tab found within whitespace
(#2538) Line indented incorrectly; expected at least 20 spaces, found 4
(#2539) Spaces must be used for alignment; tabs are not allowed
(#2539) Tab found within whitespace
(#2539) Line indented incorrectly; expected at least 20 spaces, found 4
(#2540) Spaces must be used for alignment; tabs are not allowed
(#2540) Tab found within whitespace
(#2540) Line indented incorrectly; expected 20 spaces, found 4
(#2541) Spaces must be used for alignment; tabs are not allowed
(#2541) Tab found within whitespace
(#2541) Line indented incorrectly; expected at least 24 spaces, found 5
(#2541) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#2541) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#2541) Variable "CURLAUTH_BASIC" must be all lower-case
(#2541) Variable "CURLAUTH_BASIC" must not contain underscores.
(#2542) Spaces must be used for alignment; tabs are not allowed
(#2542) Tab found within whitespace
(#2542) Line indented incorrectly; expected 20 spaces, found 4
(#2543) Spaces must be used for alignment; tabs are not allowed
(#2543) Tab found within whitespace
(#2543) Line indented incorrectly; expected 20 spaces, found 4
(#2544) Spaces must be used for alignment; tabs are not allowed
(#2544) Tab found within whitespace
(#2544) Line indented incorrectly; expected at least 24 spaces, found 5
(#2544) Variable "CURLOPT_PROXYAUTH" must be all lower-case
(#2544) Variable "CURLOPT_PROXYAUTH" must not contain underscores.
(#2544) Variable "CURLAUTH_NTLM" must be all lower-case
(#2544) Variable "CURLAUTH_NTLM" must not contain underscores.
(#2545) Spaces must be used for alignment; tabs are not allowed
(#2545) Tab found within whitespace
(#2545) Line indented incorrectly; expected 20 spaces, found 4
(#2546) Spaces must be used for alignment; tabs are not allowed
(#2546) Tab found within whitespace
(#2546) Line indented incorrectly; expected 16 spaces, found 3
(#2547) Spaces must be used for alignment; tabs are not allowed
(#2547) Tab found within whitespace
(#2547) Line indented incorrectly; expected 12 spaces, found 2
(#2548) Spaces must be used for alignment; tabs are not allowed
(#2548) Tab found within whitespace
(#2548) Line indented incorrectly; expected at least 12 spaces, found 2
(#2549) Spaces must be used for alignment; tabs are not allowed
(#2549) Tab found within whitespace
(#2549) Line indented incorrectly; expected at least 12 spaces, found 2
(#2550) Spaces must be used for alignment; tabs are not allowed
(#2550) Tab found within whitespace
(#2550) Line indented incorrectly; expected 8 spaces, found 3
(#2551) Spaces must be used for alignment; tabs are not allowed
(#2551) Tab found within whitespace
(#2551) Line indented incorrectly; expected at least 12 spaces, found 2
(#2552) Spaces must be used for alignment; tabs are not allowed
(#2552) Tab found within whitespace
(#2552) Line indented incorrectly; expected at least 12 spaces, found 2
(#2553) Spaces must be used for alignment; tabs are not allowed
(#2553) Tab found within whitespace
(#2553) Line indented incorrectly; expected at least 12 spaces, found 2
(#2554) Spaces must be used for alignment; tabs are not allowed
(#2554) Tab found within whitespace
(#2554) Line indented incorrectly; expected 8 spaces, found 3
(#2555) Spaces must be used for alignment; tabs are not allowed
(#2555) Tab found within whitespace
(#2555) Line indented incorrectly; expected 4 spaces, found 1
(#2557) Spaces must be used for alignment; tabs are not allowed
(#2557) Tab found within whitespace
(#2557) Line indented incorrectly; expected at least 4 spaces, found 1
(#2558) Spaces must be used for alignment; tabs are not allowed
(#2558) Expected 2 space(s) before asterisk; 1 found
(#2559) Spaces must be used for alignment; tabs are not allowed
(#2559) Expected 2 space(s) before asterisk; 1 found
(#2560) Spaces must be used for alignment; tabs are not allowed
(#2560) Expected 2 space(s) before asterisk; 1 found
(#2561) Spaces must be used for alignment; tabs are not allowed
(#2561) Expected 2 space(s) before asterisk; 1 found
(#2562) Spaces must be used for alignment; tabs are not allowed
(#2562) Expected 2 space(s) before asterisk; 1 found
(#2562) Spaces must be used for alignment; tabs are not allowed
(#2563) Spaces must be used for alignment; tabs are not allowed
(#2563) Expected 2 space(s) before asterisk; 1 found
(#2563) Spaces must be used for alignment; tabs are not allowed
(#2564) Spaces must be used for alignment; tabs are not allowed
(#2564) Expected 2 space(s) before asterisk; 1 found
(#2564) Spaces must be used for alignment; tabs are not allowed
(#2565) Spaces must be used for alignment; tabs are not allowed
(#2565) Expected 2 space(s) before asterisk; 1 found
(#2566) Spaces must be used for alignment; tabs are not allowed
(#2566) Expected 2 space(s) before asterisk; 1 found
(#2567) Spaces must be used for alignment; tabs are not allowed
(#2567) Tab found within whitespace
(#2567) Line indented incorrectly; expected 4 spaces, found 1
(#2567) Visibility must be declared on method "send"
(#2567) Variable "response_timeout" must not contain underscores.
(#2567) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2568) Spaces must be used for alignment; tabs are not allowed
(#2568) Tab found within whitespace
(#2568) Whitespace found at end of line
(#2569) Spaces must be used for alignment; tabs are not allowed
(#2569) Tab found within whitespace
(#2569) Line indented incorrectly; expected at least 8 spaces, found 2
(#2571) Spaces must be used for alignment; tabs are not allowed
(#2571) Tab found within whitespace
(#2571) Line indented incorrectly; expected at least 8 spaces, found 2
(#2572) Spaces must be used for alignment; tabs are not allowed
(#2572) Tab found within whitespace
(#2572) Line indented incorrectly; expected at least 8 spaces, found 2
(#2573) Spaces must be used for alignment; tabs are not allowed
(#2573) Tab found within whitespace
(#2573) Line indented incorrectly; expected 8 spaces, found 2
(#2574) Spaces must be used for alignment; tabs are not allowed
(#2574) Tab found within whitespace
(#2574) Line indented incorrectly; expected at least 12 spaces, found 3
(#2575) Spaces must be used for alignment; tabs are not allowed
(#2575) Tab found within whitespace
(#2575) Line indented incorrectly; expected 12 spaces, found 3
(#2576) Spaces must be used for alignment; tabs are not allowed
(#2576) Tab found within whitespace
(#2576) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2576) Inline comments must end in full-stops, exclamation marks, or question marks
(#2576) Line indented incorrectly; expected at least 16 spaces, found 4
(#2577) Spaces must be used for alignment; tabs are not allowed
(#2577) Tab found within whitespace
(#2577) Line indented incorrectly; expected 16 spaces, found 4
(#2577) Expected "if (...) {\n"; found "if (...){\n"
(#2577) Variable "response_timeout" must not contain underscores.
(#2578) Spaces must be used for alignment; tabs are not allowed
(#2578) Tab found within whitespace
(#2578) Line indented incorrectly; expected at least 20 spaces, found 5
(#2579) Spaces must be used for alignment; tabs are not allowed
(#2579) Tab found within whitespace
(#2579) Line indented incorrectly; expected 16 spaces, found 4
(#2580) Spaces must be used for alignment; tabs are not allowed
(#2580) Tab found within whitespace
(#2580) Whitespace found at end of line
(#2581) Spaces must be used for alignment; tabs are not allowed
(#2581) Tab found within whitespace
(#2581) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2581) Inline comments must end in full-stops, exclamation marks, or question marks
(#2581) Line indented incorrectly; expected at least 16 spaces, found 4
(#2582) Spaces must be used for alignment; tabs are not allowed
(#2582) Tab found within whitespace
(#2582) Line indented incorrectly; expected 16 spaces, found 4
(#2582) Expected "if (...) {\n"; found "if (...){\n"
(#2583) Spaces must be used for alignment; tabs are not allowed
(#2583) Tab found within whitespace
(#2583) Line indented incorrectly; expected at least 20 spaces, found 5
(#2584) Spaces must be used for alignment; tabs are not allowed
(#2584) Tab found within whitespace
(#2584) Line indented incorrectly; expected 16 spaces, found 4
(#2585) Spaces must be used for alignment; tabs are not allowed
(#2585) Tab found within whitespace
(#2585) Whitespace found at end of line
(#2586) Spaces must be used for alignment; tabs are not allowed
(#2586) Tab found within whitespace
(#2586) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2586) Inline comments must end in full-stops, exclamation marks, or question marks
(#2586) Line indented incorrectly; expected at least 16 spaces, found 4
(#2587) Spaces must be used for alignment; tabs are not allowed
(#2587) Tab found within whitespace
(#2587) Line indented incorrectly; expected at least 16 spaces, found 4
(#2588) Spaces must be used for alignment; tabs are not allowed
(#2588) Tab found within whitespace
(#2588) Line indented incorrectly; expected 12 spaces, found 3
(#2589) Spaces must be used for alignment; tabs are not allowed
(#2589) Tab found within whitespace
(#2589) Line indented incorrectly; expected at least 16 spaces, found 4
(#2590) Spaces must be used for alignment; tabs are not allowed
(#2590) Tab found within whitespace
(#2590) Line indented incorrectly; expected 12 spaces, found 3
(#2591) Spaces must be used for alignment; tabs are not allowed
(#2591) Tab found within whitespace
(#2591) Line indented incorrectly; expected 8 spaces, found 2
(#2591) Spaces must be used for alignment; tabs are not allowed
(#2591) Tab found within whitespace
(#2591) Whitespace found at end of line
(#2592) Spaces must be used for alignment; tabs are not allowed
(#2592) Tab found within whitespace
(#2592) Line indented incorrectly; expected at least 8 spaces, found 2
(#2593) Spaces must be used for alignment; tabs are not allowed
(#2593) Tab found within whitespace
(#2593) Line indented incorrectly; expected at least 8 spaces, found 2
(#2594) Spaces must be used for alignment; tabs are not allowed
(#2594) Tab found within whitespace
(#2594) Line indented incorrectly; expected 4 spaces, found 1
(#2597) Spaces must be used for alignment; tabs are not allowed
(#2597) Tab found within whitespace
(#2597) Line indented incorrectly; expected at least 4 spaces, found 1
(#2598) Spaces must be used for alignment; tabs are not allowed
(#2598) Expected 2 space(s) before asterisk; 1 found
(#2599) Spaces must be used for alignment; tabs are not allowed
(#2599) Expected 2 space(s) before asterisk; 1 found
(#2600) Spaces must be used for alignment; tabs are not allowed
(#2600) Expected 2 space(s) before asterisk; 1 found
(#2601) Spaces must be used for alignment; tabs are not allowed
(#2601) Expected 2 space(s) before asterisk; 1 found
(#2602) Spaces must be used for alignment; tabs are not allowed
(#2602) Expected 2 space(s) before asterisk; 1 found
(#2602) Spaces must be used for alignment; tabs are not allowed
(#2603) Spaces must be used for alignment; tabs are not allowed
(#2603) Expected 2 space(s) before asterisk; 1 found
(#2603) Spaces must be used for alignment; tabs are not allowed
(#2604) Spaces must be used for alignment; tabs are not allowed
(#2604) Expected 2 space(s) before asterisk; 1 found
(#2604) Spaces must be used for alignment; tabs are not allowed
(#2605) Spaces must be used for alignment; tabs are not allowed
(#2605) Expected 2 space(s) before asterisk; 1 found
(#2606) Spaces must be used for alignment; tabs are not allowed
(#2606) Expected 2 space(s) before asterisk; 1 found
(#2607) Spaces must be used for alignment; tabs are not allowed
(#2607) Expected 2 space(s) before asterisk; 1 found
(#2608) Spaces must be used for alignment; tabs are not allowed
(#2608) Tab found within whitespace
(#2608) Line indented incorrectly; expected 4 spaces, found 1
(#2608) method name "soap_transport_http::sendHTTPS" must be in lower-case letters only
(#2608) Visibility must be declared on method "sendHTTPS"
(#2608) Variable "response_timeout" must not contain underscores.
(#2609) Spaces must be used for alignment; tabs are not allowed
(#2609) Tab found within whitespace
(#2609) Line indented incorrectly; expected at least 8 spaces, found 2
(#2609) Variable "response_timeout" must not contain underscores.
(#2610) Spaces must be used for alignment; tabs are not allowed
(#2610) Tab found within whitespace
(#2610) Line indented incorrectly; expected 4 spaces, found 1
(#2611) Spaces must be used for alignment; tabs are not allowed
(#2611) Tab found within whitespace
(#2611) Whitespace found at end of line
(#2612) Spaces must be used for alignment; tabs are not allowed
(#2612) Tab found within whitespace
(#2612) Line indented incorrectly; expected at least 4 spaces, found 1
(#2613) Spaces must be used for alignment; tabs are not allowed
(#2613) Expected 2 space(s) before asterisk; 1 found
(#2614) Spaces must be used for alignment; tabs are not allowed
(#2614) Expected 2 space(s) before asterisk; 1 found
(#2615) Spaces must be used for alignment; tabs are not allowed
(#2615) Expected 2 space(s) before asterisk; 1 found
(#2616) Spaces must be used for alignment; tabs are not allowed
(#2616) Expected 2 space(s) before asterisk; 1 found
(#2617) Spaces must be used for alignment; tabs are not allowed
(#2617) Expected 2 space(s) before asterisk; 1 found
(#2617) Spaces must be used for alignment; tabs are not allowed
(#2618) Spaces must be used for alignment; tabs are not allowed
(#2618) Expected 2 space(s) before asterisk; 1 found
(#2618) Spaces must be used for alignment; tabs are not allowed
(#2619) Spaces must be used for alignment; tabs are not allowed
(#2619) Expected 2 space(s) before asterisk; 1 found
(#2619) Spaces must be used for alignment; tabs are not allowed
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2619) Line exceeds maximum limit of 180 characters; contains 213 characters
(#2620) Spaces must be used for alignment; tabs are not allowed
(#2620) Expected 2 space(s) before asterisk; 1 found
(#2621) Spaces must be used for alignment; tabs are not allowed
(#2621) Expected 2 space(s) before asterisk; 1 found
(#2622) Spaces must be used for alignment; tabs are not allowed
(#2622) Tab found within whitespace
(#2622) Line indented incorrectly; expected 4 spaces, found 1
(#2622) method name "soap_transport_http::setCredentials" must be in lower-case letters only
(#2622) Visibility must be declared on method "setCredentials"
(#2622) Variable "digestRequest" must be all lower-case
(#2622) Variable "certRequest" must be all lower-case
(#2623) Spaces must be used for alignment; tabs are not allowed
(#2623) Tab found within whitespace
(#2623) Line indented incorrectly; expected at least 8 spaces, found 2
(#2624) Spaces must be used for alignment; tabs are not allowed
(#2624) Tab found within whitespace
(#2624) Line indented incorrectly; expected at least 8 spaces, found 2
(#2624) Variable "digestRequest" must be all lower-case
(#2625) Spaces must be used for alignment; tabs are not allowed
(#2625) Tab found within whitespace
(#2625) Line indented incorrectly; expected at least 8 spaces, found 2
(#2626) Spaces must be used for alignment; tabs are not allowed
(#2626) Tab found within whitespace
(#2626) Line indented incorrectly; expected at least 8 spaces, found 2
(#2626) Variable "certRequest" must be all lower-case
(#2627) Spaces must be used for alignment; tabs are not allowed
(#2627) Tab found within whitespace
(#2627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2627) Inline comments must end in full-stops, exclamation marks, or question marks
(#2627) Line indented incorrectly; expected at least 8 spaces, found 2
(#2628) Spaces must be used for alignment; tabs are not allowed
(#2628) Tab found within whitespace
(#2628) Line indented incorrectly; expected 8 spaces, found 2
(#2629) Spaces must be used for alignment; tabs are not allowed
(#2629) Tab found within whitespace
(#2629) Line indented incorrectly; expected at least 12 spaces, found 3
(#2629) Commas (,) must be followed by white space.
(#2629) Commas (,) must be followed by white space.
(#2630) Spaces must be used for alignment; tabs are not allowed
(#2630) Tab found within whitespace
(#2630) Line indented incorrectly; expected 8 spaces, found 2
(#2630) Usage of ELSEIF not allowed; use ELSE IF instead
(#2631) Spaces must be used for alignment; tabs are not allowed
(#2631) Tab found within whitespace
(#2631) Line indented incorrectly; expected 12 spaces, found 3
(#2631) Variable "digestRequest" must be all lower-case
(#2632) Spaces must be used for alignment; tabs are not allowed
(#2632) Tab found within whitespace
(#2632) Line indented incorrectly; expected at least 16 spaces, found 4
(#2632) Variable "digestRequest" must be all lower-case
(#2632) Variable "digestRequest" must be all lower-case
(#2632) Variable "digestRequest" must be all lower-case
(#2633) Spaces must be used for alignment; tabs are not allowed
(#2633) Tab found within whitespace
(#2633) Whitespace found at end of line
(#2634) Spaces must be used for alignment; tabs are not allowed
(#2634) Tab found within whitespace
(#2634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2634) Inline comments must end in full-stops, exclamation marks, or question marks
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line indented incorrectly; expected at least 16 spaces, found 4
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2634) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2635) Spaces must be used for alignment; tabs are not allowed
(#2635) Tab found within whitespace
(#2635) Whitespace found at end of line
(#2636) Spaces must be used for alignment; tabs are not allowed
(#2636) Tab found within whitespace
(#2636) Inline comments must end in full-stops, exclamation marks, or question marks
(#2636) Line indented incorrectly; expected at least 16 spaces, found 4
(#2637) Spaces must be used for alignment; tabs are not allowed
(#2637) Tab found within whitespace
(#2637) Line indented incorrectly; expected at least 16 spaces, found 4
(#2637) Variable "A1" must be all lower-case
(#2637) Variable "digestRequest" must be all lower-case
(#2637) Variable "digestRequest" must be all lower-case
(#2638) Spaces must be used for alignment; tabs are not allowed
(#2638) Tab found within whitespace
(#2638) Whitespace found at end of line
(#2639) Spaces must be used for alignment; tabs are not allowed
(#2639) Tab found within whitespace
(#2639) Inline comments must end in full-stops, exclamation marks, or question marks
(#2639) Line indented incorrectly; expected at least 16 spaces, found 4
(#2640) Spaces must be used for alignment; tabs are not allowed
(#2640) Tab found within whitespace
(#2640) Line indented incorrectly; expected at least 16 spaces, found 4
(#2640) Variable "HA1" must be all lower-case
(#2640) Variable "A1" must be all lower-case
(#2641) Spaces must be used for alignment; tabs are not allowed
(#2641) Tab found within whitespace
(#2641) Whitespace found at end of line
(#2642) Spaces must be used for alignment; tabs are not allowed
(#2642) Tab found within whitespace
(#2642) Inline comments must end in full-stops, exclamation marks, or question marks
(#2642) Line indented incorrectly; expected at least 16 spaces, found 4
(#2643) Spaces must be used for alignment; tabs are not allowed
(#2643) Tab found within whitespace
(#2643) Line indented incorrectly; expected at least 16 spaces, found 4
(#2643) Variable "A2" must be all lower-case
(#2644) Spaces must be used for alignment; tabs are not allowed
(#2644) Tab found within whitespace
(#2644) Whitespace found at end of line
(#2645) Spaces must be used for alignment; tabs are not allowed
(#2645) Tab found within whitespace
(#2645) Inline comments must end in full-stops, exclamation marks, or question marks
(#2645) Line indented incorrectly; expected at least 16 spaces, found 4
(#2646) Spaces must be used for alignment; tabs are not allowed
(#2646) Tab found within whitespace
(#2646) Line indented incorrectly; expected at least 16 spaces, found 4
(#2646) Variable "HA2" must be all lower-case
(#2646) Expected 1 space after "="; 2 found
(#2646) Variable "A2" must be all lower-case
(#2647) Spaces must be used for alignment; tabs are not allowed
(#2647) Tab found within whitespace
(#2647) Whitespace found at end of line
(#2648) Spaces must be used for alignment; tabs are not allowed
(#2648) Tab found within whitespace
(#2648) This comment is 42% valid code; is this commented out code?
(#2648) Line indented incorrectly; expected at least 16 spaces, found 4
(#2649) Spaces must be used for alignment; tabs are not allowed
(#2649) Tab found within whitespace
(#2649) Line indented incorrectly; expected at least 16 spaces, found 4
(#2650) Spaces must be used for alignment; tabs are not allowed
(#2650) Tab found within whitespace
(#2650) Line indented incorrectly; expected at least 16 spaces, found 4
(#2651) Spaces must be used for alignment; tabs are not allowed
(#2651) Tab found within whitespace
(#2651) Line indented incorrectly; expected at least 16 spaces, found 4
(#2651) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#2652) Spaces must be used for alignment; tabs are not allowed
(#2652) Tab found within whitespace
(#2652) Line indented incorrectly; expected at least 16 spaces, found 4
(#2652) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#2653) Spaces must be used for alignment; tabs are not allowed
(#2653) Tab found within whitespace
(#2653) Line indented incorrectly; expected at least 16 spaces, found 4
(#2653) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#2654) Spaces must be used for alignment; tabs are not allowed
(#2654) Tab found within whitespace
(#2654) This comment is 43% valid code; is this commented out code?
(#2654) Line indented incorrectly; expected at least 16 spaces, found 4
(#2654) Expected 1 space before comment text but found 30; use block comment if you need indentation
(#2655) Spaces must be used for alignment; tabs are not allowed
(#2655) Tab found within whitespace
(#2655) Line indented incorrectly; expected at least 16 spaces, found 4
(#2655) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#2656) Spaces must be used for alignment; tabs are not allowed
(#2656) Tab found within whitespace
(#2656) Line indented incorrectly; expected at least 16 spaces, found 4
(#2657) Spaces must be used for alignment; tabs are not allowed
(#2657) Tab found within whitespace
(#2657) Inline comments must end in full-stops, exclamation marks, or question marks
(#2657) Line indented incorrectly; expected at least 16 spaces, found 4
(#2658) Spaces must be used for alignment; tabs are not allowed
(#2658) Tab found within whitespace
(#2658) Whitespace found at end of line
(#2659) Spaces must be used for alignment; tabs are not allowed
(#2659) Tab found within whitespace
(#2659) Line indented incorrectly; expected at least 16 spaces, found 4
(#2659) Variable "unhashedDigest" must be all lower-case
(#2660) Spaces must be used for alignment; tabs are not allowed
(#2660) Tab found within whitespace
(#2660) Line indented incorrectly; expected at least 16 spaces, found 4
(#2660) Variable "digestRequest" must be all lower-case
(#2660) Variable "digestRequest" must be all lower-case
(#2661) Spaces must be used for alignment; tabs are not allowed
(#2661) Tab found within whitespace
(#2661) Line indented incorrectly; expected at least 16 spaces, found 4
(#2662) Spaces must be used for alignment; tabs are not allowed
(#2662) Tab found within whitespace
(#2662) Line indented incorrectly; expected 16 spaces, found 4
(#2662) Variable "digestRequest" must be all lower-case
(#2663) Spaces must be used for alignment; tabs are not allowed
(#2663) Tab found within whitespace
(#2663) Line indented incorrectly; expected at least 20 spaces, found 5
(#2663) Variable "unhashedDigest" must be all lower-case
(#2663) Variable "HA1" must be all lower-case
(#2663) Variable "digestRequest" must be all lower-case
(#2663) Variable "digestRequest" must be all lower-case
(#2663) Variable "HA2" must be all lower-case
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2663) Line exceeds 132 characters; contains 148 characters
(#2664) Spaces must be used for alignment; tabs are not allowed
(#2664) Tab found within whitespace
(#2664) Line indented incorrectly; expected 16 spaces, found 4
(#2665) Spaces must be used for alignment; tabs are not allowed
(#2665) Tab found within whitespace
(#2665) Line indented incorrectly; expected at least 20 spaces, found 5
(#2665) Variable "unhashedDigest" must be all lower-case
(#2665) Variable "HA1" must be all lower-case
(#2665) Variable "HA2" must be all lower-case
(#2666) Spaces must be used for alignment; tabs are not allowed
(#2666) Tab found within whitespace
(#2666) Line indented incorrectly; expected 16 spaces, found 4
(#2667) Spaces must be used for alignment; tabs are not allowed
(#2667) Tab found within whitespace
(#2667) Whitespace found at end of line
(#2668) Spaces must be used for alignment; tabs are not allowed
(#2668) Tab found within whitespace
(#2668) Line indented incorrectly; expected at least 16 spaces, found 4
(#2668) Variable "hashedDigest" must be all lower-case
(#2668) Variable "unhashedDigest" must be all lower-case
(#2669) Spaces must be used for alignment; tabs are not allowed
(#2669) Tab found within whitespace
(#2669) Whitespace found at end of line
(#2670) Spaces must be used for alignment; tabs are not allowed
(#2670) Tab found within whitespace
(#2670) Line indented incorrectly; expected at least 16 spaces, found 4
(#2670) Spaces must be used for alignment; tabs are not allowed
(#2670) Tab found within whitespace
(#2670) Whitespace found at end of line
(#2671) Spaces must be used for alignment; tabs are not allowed
(#2671) Tab found within whitespace
(#2671) Line indented incorrectly; expected 16 spaces, found 4
(#2671) Variable "digestRequest" must be all lower-case
(#2672) Spaces must be used for alignment; tabs are not allowed
(#2672) Tab found within whitespace
(#2672) Line indented incorrectly; expected at least 20 spaces, found 5
(#2672) Variable "digestRequest" must be all lower-case
(#2673) Spaces must be used for alignment; tabs are not allowed
(#2673) Tab found within whitespace
(#2673) Line indented incorrectly; expected 16 spaces, found 4
(#2675) Spaces must be used for alignment; tabs are not allowed
(#2675) Tab found within whitespace
(#2675) Line indented incorrectly; expected at least 16 spaces, found 4
(#2675) Variable "digestRequest" must be all lower-case
(#2675) Variable "digestRequest" must be all lower-case
(#2675) Variable "digestRequest" must be all lower-case
(#2675) Variable "hashedDigest" must be all lower-case
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2675) Line exceeds maximum limit of 180 characters; contains 332 characters
(#2676) Spaces must be used for alignment; tabs are not allowed
(#2676) Tab found within whitespace
(#2676) Line indented incorrectly; expected 12 spaces, found 3
(#2677) Spaces must be used for alignment; tabs are not allowed
(#2677) Tab found within whitespace
(#2677) Line indented incorrectly; expected 8 spaces, found 2
(#2677) Usage of ELSEIF not allowed; use ELSE IF instead
(#2678) Spaces must be used for alignment; tabs are not allowed
(#2678) Tab found within whitespace
(#2678) Line indented incorrectly; expected at least 12 spaces, found 3
(#2678) Variable "certRequest" must be all lower-case
(#2679) Spaces must be used for alignment; tabs are not allowed
(#2679) Tab found within whitespace
(#2679) Line indented incorrectly; expected at least 12 spaces, found 3
(#2680) Spaces must be used for alignment; tabs are not allowed
(#2680) Tab found within whitespace
(#2680) Line indented incorrectly; expected 8 spaces, found 2
(#2680) Usage of ELSEIF not allowed; use ELSE IF instead
(#2681) Spaces must be used for alignment; tabs are not allowed
(#2681) Tab found within whitespace
(#2681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2681) Inline comments must end in full-stops, exclamation marks, or question marks
(#2681) Line indented incorrectly; expected at least 12 spaces, found 3
(#2682) Spaces must be used for alignment; tabs are not allowed
(#2682) Tab found within whitespace
(#2682) Line indented incorrectly; expected at least 12 spaces, found 3
(#2683) Spaces must be used for alignment; tabs are not allowed
(#2683) Tab found within whitespace
(#2683) Line indented incorrectly; expected 8 spaces, found 2
(#2684) Spaces must be used for alignment; tabs are not allowed
(#2684) Tab found within whitespace
(#2684) Line indented incorrectly; expected at least 8 spaces, found 2
(#2685) Spaces must be used for alignment; tabs are not allowed
(#2685) Tab found within whitespace
(#2685) Line indented incorrectly; expected at least 8 spaces, found 2
(#2686) Spaces must be used for alignment; tabs are not allowed
(#2686) Tab found within whitespace
(#2686) Line indented incorrectly; expected at least 8 spaces, found 2
(#2687) Spaces must be used for alignment; tabs are not allowed
(#2687) Tab found within whitespace
(#2687) Line indented incorrectly; expected at least 8 spaces, found 2
(#2687) Variable "digestRequest" must be all lower-case
(#2688) Spaces must be used for alignment; tabs are not allowed
(#2688) Tab found within whitespace
(#2688) Line indented incorrectly; expected 4 spaces, found 1
(#2689) Spaces must be used for alignment; tabs are not allowed
(#2689) Tab found within whitespace
(#2689) Whitespace found at end of line
(#2690) Spaces must be used for alignment; tabs are not allowed
(#2690) Tab found within whitespace
(#2690) Line indented incorrectly; expected at least 4 spaces, found 1
(#2691) Spaces must be used for alignment; tabs are not allowed
(#2691) Expected 2 space(s) before asterisk; 1 found
(#2692) Spaces must be used for alignment; tabs are not allowed
(#2692) Expected 2 space(s) before asterisk; 1 found
(#2693) Spaces must be used for alignment; tabs are not allowed
(#2693) Expected 2 space(s) before asterisk; 1 found
(#2694) Spaces must be used for alignment; tabs are not allowed
(#2694) Expected 2 space(s) before asterisk; 1 found
(#2695) Spaces must be used for alignment; tabs are not allowed
(#2695) Expected 2 space(s) before asterisk; 1 found
(#2696) Spaces must be used for alignment; tabs are not allowed
(#2696) Tab found within whitespace
(#2696) Line indented incorrectly; expected 4 spaces, found 1
(#2696) method name "soap_transport_http::setSOAPAction" must be in lower-case letters only
(#2696) Visibility must be declared on method "setSOAPAction"
(#2697) Spaces must be used for alignment; tabs are not allowed
(#2697) Tab found within whitespace
(#2697) Line indented incorrectly; expected at least 8 spaces, found 2
(#2698) Spaces must be used for alignment; tabs are not allowed
(#2698) Tab found within whitespace
(#2698) Line indented incorrectly; expected 4 spaces, found 1
(#2699) Spaces must be used for alignment; tabs are not allowed
(#2699) Tab found within whitespace
(#2699) Whitespace found at end of line
(#2700) Spaces must be used for alignment; tabs are not allowed
(#2700) Tab found within whitespace
(#2700) Line indented incorrectly; expected at least 4 spaces, found 1
(#2701) Spaces must be used for alignment; tabs are not allowed
(#2701) Expected 2 space(s) before asterisk; 1 found
(#2702) Spaces must be used for alignment; tabs are not allowed
(#2702) Expected 2 space(s) before asterisk; 1 found
(#2703) Spaces must be used for alignment; tabs are not allowed
(#2703) Expected 2 space(s) before asterisk; 1 found
(#2704) Spaces must be used for alignment; tabs are not allowed
(#2704) Expected 2 space(s) before asterisk; 1 found
(#2705) Spaces must be used for alignment; tabs are not allowed
(#2705) Expected 2 space(s) before asterisk; 1 found
(#2706) Spaces must be used for alignment; tabs are not allowed
(#2706) Tab found within whitespace
(#2706) Line indented incorrectly; expected 4 spaces, found 1
(#2706) method name "soap_transport_http::setEncoding" must be in lower-case letters only
(#2706) Visibility must be declared on method "setEncoding"
(#2707) Spaces must be used for alignment; tabs are not allowed
(#2707) Tab found within whitespace
(#2707) Line indented incorrectly; expected 8 spaces, found 2
(#2708) Spaces must be used for alignment; tabs are not allowed
(#2708) Tab found within whitespace
(#2708) Line indented incorrectly; expected at least 12 spaces, found 3
(#2709) Spaces must be used for alignment; tabs are not allowed
(#2709) Tab found within whitespace
(#2709) Line indented incorrectly; expected at least 12 spaces, found 3
(#2710) Spaces must be used for alignment; tabs are not allowed
(#2710) Tab found within whitespace
(#2710) Line indented incorrectly; expected 12 spaces, found 3
(#2711) Spaces must be used for alignment; tabs are not allowed
(#2711) Tab found within whitespace
(#2711) Line indented incorrectly; expected at least 16 spaces, found 4
(#2712) Spaces must be used for alignment; tabs are not allowed
(#2712) Tab found within whitespace
(#2712) Line indented incorrectly; expected at least 16 spaces, found 4
(#2713) Spaces must be used for alignment; tabs are not allowed
(#2713) Tab found within whitespace
(#2713) Line indented incorrectly; expected 12 spaces, found 3
(#2714) Spaces must be used for alignment; tabs are not allowed
(#2714) Tab found within whitespace
(#2714) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2714) Line indented incorrectly; expected at least 12 spaces, found 3
(#2715) Spaces must be used for alignment; tabs are not allowed
(#2715) Tab found within whitespace
(#2715) Inline comments must end in full-stops, exclamation marks, or question marks
(#2715) This comment is 80% valid code; is this commented out code?
(#2715) Line indented incorrectly; expected at least 12 spaces, found 3
(#2715) No space found before comment text; expected "// set_magic_quotes_runtime(0);" but found "//set_magic_quotes_runtime(0);"
(#2716) Spaces must be used for alignment; tabs are not allowed
(#2716) Tab found within whitespace
(#2716) Line indented incorrectly; expected at least 12 spaces, found 3
(#2717) Spaces must be used for alignment; tabs are not allowed
(#2717) Tab found within whitespace
(#2717) Line indented incorrectly; expected 8 spaces, found 2
(#2718) Spaces must be used for alignment; tabs are not allowed
(#2718) Tab found within whitespace
(#2718) Line indented incorrectly; expected 4 spaces, found 1
(#2719) Spaces must be used for alignment; tabs are not allowed
(#2719) Tab found within whitespace
(#2719) Whitespace found at end of line
(#2720) Spaces must be used for alignment; tabs are not allowed
(#2720) Tab found within whitespace
(#2720) Line indented incorrectly; expected at least 4 spaces, found 1
(#2721) Spaces must be used for alignment; tabs are not allowed
(#2721) Expected 2 space(s) before asterisk; 1 found
(#2722) Spaces must be used for alignment; tabs are not allowed
(#2722) Expected 2 space(s) before asterisk; 1 found
(#2723) Spaces must be used for alignment; tabs are not allowed
(#2723) Expected 2 space(s) before asterisk; 1 found
(#2724) Spaces must be used for alignment; tabs are not allowed
(#2724) Expected 2 space(s) before asterisk; 1 found
(#2725) Spaces must be used for alignment; tabs are not allowed
(#2725) Expected 2 space(s) before asterisk; 1 found
(#2725) Spaces must be used for alignment; tabs are not allowed
(#2726) Spaces must be used for alignment; tabs are not allowed
(#2726) Expected 2 space(s) before asterisk; 1 found
(#2726) Spaces must be used for alignment; tabs are not allowed
(#2727) Spaces must be used for alignment; tabs are not allowed
(#2727) Expected 2 space(s) before asterisk; 1 found
(#2727) Spaces must be used for alignment; tabs are not allowed
(#2728) Spaces must be used for alignment; tabs are not allowed
(#2728) Expected 2 space(s) before asterisk; 1 found
(#2729) Spaces must be used for alignment; tabs are not allowed
(#2729) Expected 2 space(s) before asterisk; 1 found
(#2730) Spaces must be used for alignment; tabs are not allowed
(#2730) Tab found within whitespace
(#2730) Line indented incorrectly; expected 4 spaces, found 1
(#2730) method name "soap_transport_http::setProxy" must be in lower-case letters only
(#2730) Visibility must be declared on method "setProxy"
(#2731) Spaces must be used for alignment; tabs are not allowed
(#2731) Tab found within whitespace
(#2731) Line indented incorrectly; expected 8 spaces, found 2
(#2732) Spaces must be used for alignment; tabs are not allowed
(#2732) Tab found within whitespace
(#2732) Line indented incorrectly; expected at least 12 spaces, found 3
(#2733) Spaces must be used for alignment; tabs are not allowed
(#2733) Tab found within whitespace
(#2733) Line indented incorrectly; expected at least 12 spaces, found 4
(#2734) Spaces must be used for alignment; tabs are not allowed
(#2734) Tab found within whitespace
(#2734) Line indented incorrectly; expected at least 12 spaces, found 4
(#2735) Spaces must be used for alignment; tabs are not allowed
(#2735) Tab found within whitespace
(#2735) Line indented incorrectly; expected at least 12 spaces, found 4
(#2736) Spaces must be used for alignment; tabs are not allowed
(#2736) Tab found within whitespace
(#2736) Line indented incorrectly; expected at least 12 spaces, found 4
(#2737) Spaces must be used for alignment; tabs are not allowed
(#2737) Tab found within whitespace
(#2737) Line indented incorrectly; expected at least 12 spaces, found 4
(#2738) Spaces must be used for alignment; tabs are not allowed
(#2738) Tab found within whitespace
(#2738) Line indented incorrectly; expected at least 18 spaces, found 3
(#2739) Spaces must be used for alignment; tabs are not allowed
(#2739) Tab found within whitespace
(#2739) Line indented incorrectly; expected 18 spaces, found 3
(#2740) Spaces must be used for alignment; tabs are not allowed
(#2740) Tab found within whitespace
(#2740) Line indented incorrectly; expected at least 22 spaces, found 4
(#2741) Spaces must be used for alignment; tabs are not allowed
(#2741) Tab found within whitespace
(#2741) Line indented incorrectly; expected 20 spaces, found 3
(#2742) Spaces must be used for alignment; tabs are not allowed
(#2742) Tab found within whitespace
(#2742) Line indented incorrectly; expected 8 spaces, found 2
(#2743) Spaces must be used for alignment; tabs are not allowed
(#2743) Tab found within whitespace
(#2743) Line indented incorrectly; expected at least 12 spaces, found 3
(#2744) Spaces must be used for alignment; tabs are not allowed
(#2744) Tab found within whitespace
(#2744) Line indented incorrectly; expected at least 12 spaces, found 3
(#2745) Spaces must be used for alignment; tabs are not allowed
(#2745) Tab found within whitespace
(#2745) Line indented incorrectly; expected at least 12 spaces, found 3
(#2746) Spaces must be used for alignment; tabs are not allowed
(#2746) Tab found within whitespace
(#2746) Line indented incorrectly; expected 8 spaces, found 2
(#2747) Spaces must be used for alignment; tabs are not allowed
(#2747) Tab found within whitespace
(#2747) Line indented incorrectly; expected 4 spaces, found 1
(#2748) Spaces must be used for alignment; tabs are not allowed
(#2748) Tab found within whitespace
(#2748) Whitespace found at end of line
(#2750) Spaces must be used for alignment; tabs are not allowed
(#2750) Tab found within whitespace
(#2750) Line indented incorrectly; expected at least 4 spaces, found 1
(#2751) Spaces must be used for alignment; tabs are not allowed
(#2752) Spaces must be used for alignment; tabs are not allowed
(#2753) Spaces must be used for alignment; tabs are not allowed
(#2754) Spaces must be used for alignment; tabs are not allowed
(#2754) Spaces must be used for alignment; tabs are not allowed
(#2755) Spaces must be used for alignment; tabs are not allowed
(#2755) Spaces must be used for alignment; tabs are not allowed
(#2755) Spaces must be used for alignment; tabs are not allowed
(#2756) Spaces must be used for alignment; tabs are not allowed
(#2756) Spaces must be used for alignment; tabs are not allowed
(#2757) Spaces must be used for alignment; tabs are not allowed
(#2758) Spaces must be used for alignment; tabs are not allowed
(#2758) Tab found within whitespace
(#2758) Line indented incorrectly; expected 4 spaces, found 1
(#2758) method name "soap_transport_http::isSkippableCurlHeader" must be in lower-case letters only
(#2758) Visibility must be declared on method "isSkippableCurlHeader"
(#2759) Spaces must be used for alignment; tabs are not allowed
(#2759) Tab found within whitespace
(#2759) Line indented incorrectly; expected at least 8 spaces, found 2
(#2759) Variable "skipHeaders" must be all lower-case
(#2759) Spaces must be used for alignment; tabs are not allowed
(#2759) Tab found within whitespace
(#2760) Spaces must be used for alignment; tabs are not allowed
(#2760) Tab found within whitespace
(#2761) Spaces must be used for alignment; tabs are not allowed
(#2761) Tab found within whitespace
(#2762) Spaces must be used for alignment; tabs are not allowed
(#2762) Tab found within whitespace
(#2763) Spaces must be used for alignment; tabs are not allowed
(#2763) Tab found within whitespace
(#2764) Spaces must be used for alignment; tabs are not allowed
(#2764) Tab found within whitespace
(#2765) Spaces must be used for alignment; tabs are not allowed
(#2765) Tab found within whitespace
(#2766) Spaces must be used for alignment; tabs are not allowed
(#2766) Tab found within whitespace
(#2767) Spaces must be used for alignment; tabs are not allowed
(#2767) Tab found within whitespace
(#2767) Line indented incorrectly; expected 11 spaces, found 2
(#2767) Variable "skipHeaders" must be all lower-case
(#2768) Spaces must be used for alignment; tabs are not allowed
(#2768) Tab found within whitespace
(#2768) Line indented incorrectly; expected at least 15 spaces, found 3
(#2769) Spaces must be used for alignment; tabs are not allowed
(#2769) Tab found within whitespace
(#2769) Line indented incorrectly; expected at least 15 spaces, found 3
(#2769) Inline control structures are not allowed
(#2770) Spaces must be used for alignment; tabs are not allowed
(#2770) Tab found within whitespace
(#2770) Line indented incorrectly; expected 12 spaces, found 2
(#2772) Spaces must be used for alignment; tabs are not allowed
(#2772) Tab found within whitespace
(#2772) Line indented incorrectly; expected at least 12 spaces, found 2
(#2773) Spaces must be used for alignment; tabs are not allowed
(#2773) Tab found within whitespace
(#2773) Line indented incorrectly; expected 4 spaces, found 1
(#2775) Spaces must be used for alignment; tabs are not allowed
(#2775) Tab found within whitespace
(#2775) Line indented incorrectly; expected at least 4 spaces, found 1
(#2776) Spaces must be used for alignment; tabs are not allowed
(#2776) Expected 2 space(s) before asterisk; 1 found
(#2777) Spaces must be used for alignment; tabs are not allowed
(#2778) Spaces must be used for alignment; tabs are not allowed
(#2778) Expected 2 space(s) before asterisk; 1 found
(#2779) Spaces must be used for alignment; tabs are not allowed
(#2779) Expected 2 space(s) before asterisk; 1 found
(#2780) Spaces must be used for alignment; tabs are not allowed
(#2780) Expected 2 space(s) before asterisk; 1 found
(#2781) Spaces must be used for alignment; tabs are not allowed
(#2781) Expected 2 space(s) before asterisk; 1 found
(#2781) Spaces must be used for alignment; tabs are not allowed
(#2782) Spaces must be used for alignment; tabs are not allowed
(#2782) Expected 2 space(s) before asterisk; 1 found
(#2783) Spaces must be used for alignment; tabs are not allowed
(#2783) Expected 2 space(s) before asterisk; 1 found
(#2784) Spaces must be used for alignment; tabs are not allowed
(#2784) Expected 2 space(s) before asterisk; 1 found
(#2785) Spaces must be used for alignment; tabs are not allowed
(#2785) Tab found within whitespace
(#2785) Line indented incorrectly; expected 4 spaces, found 1
(#2785) method name "soap_transport_http::decodeChunked" must be in lower-case letters only
(#2785) Visibility must be declared on method "decodeChunked"
(#2785) Expected 1 space after closing parenthesis; found 0
(#2786) Spaces must be used for alignment; tabs are not allowed
(#2786) Tab found within whitespace
(#2786) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2786) Inline comments must end in full-stops, exclamation marks, or question marks
(#2786) Line indented incorrectly; expected at least 8 spaces, found 2
(#2787) Spaces must be used for alignment; tabs are not allowed
(#2787) Tab found within whitespace
(#2787) Line indented incorrectly; expected at least 8 spaces, found 2
(#2788) Spaces must be used for alignment; tabs are not allowed
(#2788) Tab found within whitespace
(#2788) Line indented incorrectly; expected at least 8 spaces, found 2
(#2789) Spaces must be used for alignment; tabs are not allowed
(#2789) Tab found within whitespace
(#2789) Whitespace found at end of line
(#2790) Spaces must be used for alignment; tabs are not allowed
(#2790) Tab found within whitespace
(#2790) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2790) Line indented incorrectly; expected at least 8 spaces, found 2
(#2791) Spaces must be used for alignment; tabs are not allowed
(#2791) Tab found within whitespace
(#2791) Inline comments must end in full-stops, exclamation marks, or question marks
(#2791) Line indented incorrectly; expected at least 8 spaces, found 2
(#2792) Spaces must be used for alignment; tabs are not allowed
(#2792) Tab found within whitespace
(#2792) Line indented incorrectly; expected at least 8 spaces, found 2
(#2793) Spaces must be used for alignment; tabs are not allowed
(#2793) Tab found within whitespace
(#2793) Line indented incorrectly; expected 8 spaces, found 2
(#2793) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2794) Spaces must be used for alignment; tabs are not allowed
(#2794) Tab found within whitespace
(#2794) Line indented incorrectly; expected at least 12 spaces, found 3
(#2795) Spaces must be used for alignment; tabs are not allowed
(#2795) Tab found within whitespace
(#2795) Line indented incorrectly; expected at least 12 spaces, found 3
(#2796) Spaces must be used for alignment; tabs are not allowed
(#2796) Tab found within whitespace
(#2796) Line indented incorrectly; expected 8 spaces, found 2
(#2797) Spaces must be used for alignment; tabs are not allowed
(#2797) Tab found within whitespace
(#2797) Line indented incorrectly; expected at least 8 spaces, found 2
(#2797) Commas (,) must be followed by white space.
(#2797) Commas (,) must be followed by white space.
(#2798) Spaces must be used for alignment; tabs are not allowed
(#2798) Tab found within whitespace
(#2798) Line indented incorrectly; expected at least 8 spaces, found 2
(#2798) Variable "chunk_size" must not contain underscores.
(#2799) Spaces must be used for alignment; tabs are not allowed
(#2799) Tab found within whitespace
(#2799) Line indented incorrectly; expected at least 8 spaces, found 2
(#2800) Spaces must be used for alignment; tabs are not allowed
(#2800) Tab found within whitespace
(#2800) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2800) Inline comments must end in full-stops, exclamation marks, or question marks
(#2800) Line indented incorrectly; expected at least 8 spaces, found 2
(#2801) Spaces must be used for alignment; tabs are not allowed
(#2801) Tab found within whitespace
(#2801) Line indented incorrectly; expected 8 spaces, found 2
(#2801) Variable "chunk_size" must not contain underscores.
(#2802) Spaces must be used for alignment; tabs are not allowed
(#2802) Tab found within whitespace
(#2802) Line indented incorrectly; expected at least 12 spaces, found 3
(#2803) Spaces must be used for alignment; tabs are not allowed
(#2803) Tab found within whitespace
(#2803) Line indented incorrectly; expected at least 12 spaces, found 3
(#2803) Variable "chunk_size" must not contain underscores.
(#2804) Spaces must be used for alignment; tabs are not allowed
(#2804) Tab found within whitespace
(#2804) Whitespace found at end of line
(#2805) Spaces must be used for alignment; tabs are not allowed
(#2805) Tab found within whitespace
(#2805) Inline comments must end in full-stops, exclamation marks, or question marks
(#2805) Line indented incorrectly; expected at least 12 spaces, found 3
(#2806) Spaces must be used for alignment; tabs are not allowed
(#2806) Tab found within whitespace
(#2806) Line indented incorrectly; expected 12 spaces, found 5
(#2806) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2807) Spaces must be used for alignment; tabs are not allowed
(#2807) Tab found within whitespace
(#2807) Line indented incorrectly; expected at least 16 spaces, found 9
(#2807) Commas (,) must be followed by white space.
(#2808) Spaces must be used for alignment; tabs are not allowed
(#2808) Tab found within whitespace
(#2808) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2808) Inline comments must end in full-stops, exclamation marks, or question marks
(#2808) Line indented incorrectly; expected at least 16 spaces, found 4
(#2809) Spaces must be used for alignment; tabs are not allowed
(#2809) Tab found within whitespace
(#2809) Line indented incorrectly; expected at least 16 spaces, found 7
(#2810) Spaces must be used for alignment; tabs are not allowed
(#2810) Tab found within whitespace
(#2810) Line indented incorrectly; expected at least 16 spaces, found 9
(#2811) Spaces must be used for alignment; tabs are not allowed
(#2811) Tab found within whitespace
(#2811) Line indented incorrectly; expected at least 16 spaces, found 9
(#2812) Spaces must be used for alignment; tabs are not allowed
(#2812) Tab found within whitespace
(#2812) Line indented incorrectly; expected 12 spaces, found 3
(#2812) Closing brace indented incorrectly; expected 5 spaces, found 3
(#2813) Spaces must be used for alignment; tabs are not allowed
(#2813) Tab found within whitespace
(#2813) Whitespace found at end of line
(#2814) Spaces must be used for alignment; tabs are not allowed
(#2814) Tab found within whitespace
(#2814) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2814) Inline comments must end in full-stops, exclamation marks, or question marks
(#2814) Line indented incorrectly; expected at least 12 spaces, found 5
(#2815) Spaces must be used for alignment; tabs are not allowed
(#2815) Tab found within whitespace
(#2815) Line indented incorrectly; expected at least 12 spaces, found 5
(#2815) Commas (,) must be followed by white space.
(#2815) Commas (,) must be followed by white space.
(#2815) Expected 1 space before "-"; 0 found
(#2815) Expected 1 space after "-"; 0 found
(#2816) Spaces must be used for alignment; tabs are not allowed
(#2816) Tab found within whitespace
(#2816) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2816) Inline comments must end in full-stops, exclamation marks, or question marks
(#2816) Line indented incorrectly; expected at least 12 spaces, found 5
(#2817) Spaces must be used for alignment; tabs are not allowed
(#2817) Tab found within whitespace
(#2817) Line indented incorrectly; expected at least 12 spaces, found 5
(#2818) Spaces must be used for alignment; tabs are not allowed
(#2818) Tab found within whitespace
(#2818) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2818) Inline comments must end in full-stops, exclamation marks, or question marks
(#2818) Line indented incorrectly; expected at least 12 spaces, found 5
(#2819) Spaces must be used for alignment; tabs are not allowed
(#2819) Tab found within whitespace
(#2819) Line indented incorrectly; expected at least 12 spaces, found 5
(#2820) Spaces must be used for alignment; tabs are not allowed
(#2820) Tab found within whitespace
(#2820) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2820) Inline comments must end in full-stops, exclamation marks, or question marks
(#2820) Line indented incorrectly; expected at least 12 spaces, found 5
(#2821) Spaces must be used for alignment; tabs are not allowed
(#2821) Tab found within whitespace
(#2821) Line indented incorrectly; expected at least 12 spaces, found 5
(#2822) Spaces must be used for alignment; tabs are not allowed
(#2822) Tab found within whitespace
(#2822) Whitespace found at end of line
(#2823) Spaces must be used for alignment; tabs are not allowed
(#2823) Tab found within whitespace
(#2823) Line indented incorrectly; expected at least 12 spaces, found 5
(#2824) Spaces must be used for alignment; tabs are not allowed
(#2824) Tab found within whitespace
(#2824) Line indented incorrectly; expected 12 spaces, found 3
(#2824) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2825) Spaces must be used for alignment; tabs are not allowed
(#2825) Tab found within whitespace
(#2825) Line indented incorrectly; expected at least 16 spaces, found 4
(#2825) Inline comments must end in full-stops, exclamation marks, or question marks
(#2825) No space found before comment text; expected "// Just in case we got a broken connection" but found "//Just in case we got a broken connection"
(#2826) Spaces must be used for alignment; tabs are not allowed
(#2826) Tab found within whitespace
(#2826) Line indented incorrectly; expected 12 spaces, found 3
(#2827) Spaces must be used for alignment; tabs are not allowed
(#2827) Tab found within whitespace
(#2827) Line indented incorrectly; expected at least 12 spaces, found 3
(#2827) Commas (,) must be followed by white space.
(#2827) Commas (,) must be followed by white space.
(#2827) Expected 1 space before "-"; 0 found
(#2827) Expected 1 space after "-"; 0 found
(#2828) Spaces must be used for alignment; tabs are not allowed
(#2828) Tab found within whitespace
(#2828) Line indented incorrectly; expected at least 12 spaces, found 3
(#2828) Variable "chunk_size" must not contain underscores.
(#2829) Spaces must be used for alignment; tabs are not allowed
(#2829) Tab found within whitespace
(#2829) Line indented incorrectly; expected at least 12 spaces, found 3
(#2830) Spaces must be used for alignment; tabs are not allowed
(#2830) Tab found within whitespace
(#2830) Line indented incorrectly; expected 8 spaces, found 2
(#2831) Spaces must be used for alignment; tabs are not allowed
(#2831) Tab found within whitespace
(#2831) Line indented incorrectly; expected at least 8 spaces, found 2
(#2832) Spaces must be used for alignment; tabs are not allowed
(#2832) Tab found within whitespace
(#2832) Line indented incorrectly; expected 4 spaces, found 1
(#2833) Spaces must be used for alignment; tabs are not allowed
(#2833) Tab found within whitespace
(#2833) Whitespace found at end of line
(#2834) Spaces must be used for alignment; tabs are not allowed
(#2834) Tab found within whitespace
(#2834) Line indented incorrectly; expected at least 4 spaces, found 1
(#2835) Spaces must be used for alignment; tabs are not allowed
(#2836) Spaces must be used for alignment; tabs are not allowed
(#2837) Spaces must be used for alignment; tabs are not allowed
(#2837) Spaces must be used for alignment; tabs are not allowed
(#2838) Spaces must be used for alignment; tabs are not allowed
(#2838) Spaces must be used for alignment; tabs are not allowed
(#2839) Spaces must be used for alignment; tabs are not allowed
(#2839) Spaces must be used for alignment; tabs are not allowed
(#2840) Spaces must be used for alignment; tabs are not allowed
(#2840) Spaces must be used for alignment; tabs are not allowed
(#2841) Spaces must be used for alignment; tabs are not allowed
(#2842) Spaces must be used for alignment; tabs are not allowed
(#2842) Tab found within whitespace
(#2842) Line indented incorrectly; expected 4 spaces, found 1
(#2842) method name "soap_transport_http::buildPayload" must be in lower-case letters only
(#2842) Visibility must be declared on method "buildPayload"
(#2842) Variable "cookie_str" must not contain underscores.
(#2843) Spaces must be used for alignment; tabs are not allowed
(#2843) Tab found within whitespace
(#2843) Line indented incorrectly; expected at least 8 spaces, found 2
(#2844) Spaces must be used for alignment; tabs are not allowed
(#2844) Tab found within whitespace
(#2844) Line indented incorrectly; expected at least 8 spaces, found 2
(#2845) Spaces must be used for alignment; tabs are not allowed
(#2845) Tab found within whitespace
(#2845) Line indented incorrectly; expected at least 8 spaces, found 2
(#2847) Spaces must be used for alignment; tabs are not allowed
(#2847) Tab found within whitespace
(#2847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2847) Inline comments must end in full-stops, exclamation marks, or question marks
(#2847) Line indented incorrectly; expected at least 8 spaces, found 2
(#2848) Spaces must be used for alignment; tabs are not allowed
(#2848) Tab found within whitespace
(#2848) Line indented incorrectly; expected 8 spaces, found 2
(#2849) Spaces must be used for alignment; tabs are not allowed
(#2849) Tab found within whitespace
(#2849) Line indented incorrectly; expected at least 12 spaces, found 3
(#2850) Spaces must be used for alignment; tabs are not allowed
(#2850) Tab found within whitespace
(#2850) Line indented incorrectly; expected 8 spaces, found 2
(#2852) Spaces must be used for alignment; tabs are not allowed
(#2852) Tab found within whitespace
(#2852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2852) Inline comments must end in full-stops, exclamation marks, or question marks
(#2852) Line indented incorrectly; expected at least 8 spaces, found 2
(#2853) Spaces must be used for alignment; tabs are not allowed
(#2853) Tab found within whitespace
(#2853) Line indented incorrectly; expected 8 spaces, found 2
(#2854) Spaces must be used for alignment; tabs are not allowed
(#2854) Tab found within whitespace
(#2854) Line indented incorrectly; expected at least 12 spaces, found 3
(#2855) Spaces must be used for alignment; tabs are not allowed
(#2855) Tab found within whitespace
(#2855) Line indented incorrectly; expected 8 spaces, found 2
(#2856) Spaces must be used for alignment; tabs are not allowed
(#2856) Tab found within whitespace
(#2856) Line indented incorrectly; expected at least 12 spaces, found 3
(#2857) Spaces must be used for alignment; tabs are not allowed
(#2857) Tab found within whitespace
(#2857) Line indented incorrectly; expected 8 spaces, found 2
(#2858) Spaces must be used for alignment; tabs are not allowed
(#2858) Tab found within whitespace
(#2858) Line indented incorrectly; expected at least 8 spaces, found 2
(#2859) Spaces must be used for alignment; tabs are not allowed
(#2859) Tab found within whitespace
(#2859) Line indented incorrectly; expected at least 8 spaces, found 2
(#2860) Spaces must be used for alignment; tabs are not allowed
(#2860) Tab found within whitespace
(#2860) Line indented incorrectly; expected at least 8 spaces, found 2
(#2862) Spaces must be used for alignment; tabs are not allowed
(#2862) Tab found within whitespace
(#2862) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2862) Inline comments must end in full-stops, exclamation marks, or question marks
(#2862) Line indented incorrectly; expected at least 8 spaces, found 2
(#2863) Spaces must be used for alignment; tabs are not allowed
(#2863) Tab found within whitespace
(#2863) Line indented incorrectly; expected 8 spaces, found 2
(#2863) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2864) Spaces must be used for alignment; tabs are not allowed
(#2864) Tab found within whitespace
(#2864) Line indented incorrectly; expected at least 12 spaces, found 3
(#2865) Spaces must be used for alignment; tabs are not allowed
(#2865) Tab found within whitespace
(#2865) Line indented incorrectly; expected at least 12 spaces, found 3
(#2866) Spaces must be used for alignment; tabs are not allowed
(#2866) Tab found within whitespace
(#2866) Line indented incorrectly; expected at least 12 spaces, found 3
(#2867) Spaces must be used for alignment; tabs are not allowed
(#2867) Tab found within whitespace
(#2867) Line indented incorrectly; expected 8 spaces, found 2
(#2869) Spaces must be used for alignment; tabs are not allowed
(#2869) Tab found within whitespace
(#2869) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2869) Inline comments must end in full-stops, exclamation marks, or question marks
(#2869) Line indented incorrectly; expected at least 8 spaces, found 2
(#2870) Spaces must be used for alignment; tabs are not allowed
(#2870) Tab found within whitespace
(#2870) Line indented incorrectly; expected 8 spaces, found 2
(#2870) Variable "cookie_str" must not contain underscores.
(#2871) Spaces must be used for alignment; tabs are not allowed
(#2871) Tab found within whitespace
(#2871) Line indented incorrectly; expected at least 12 spaces, found 3
(#2871) Variable "cookie_str" must not contain underscores.
(#2872) Spaces must be used for alignment; tabs are not allowed
(#2872) Tab found within whitespace
(#2872) Line indented incorrectly; expected at least 12 spaces, found 3
(#2873) Spaces must be used for alignment; tabs are not allowed
(#2873) Tab found within whitespace
(#2873) Line indented incorrectly; expected at least 12 spaces, found 3
(#2874) Spaces must be used for alignment; tabs are not allowed
(#2874) Tab found within whitespace
(#2874) Line indented incorrectly; expected 8 spaces, found 2
(#2876) Spaces must be used for alignment; tabs are not allowed
(#2876) Tab found within whitespace
(#2876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2876) Inline comments must end in full-stops, exclamation marks, or question marks
(#2876) Line indented incorrectly; expected at least 8 spaces, found 2
(#2877) Spaces must be used for alignment; tabs are not allowed
(#2877) Tab found within whitespace
(#2877) Line indented incorrectly; expected at least 8 spaces, found 2
(#2878) Spaces must be used for alignment; tabs are not allowed
(#2878) Tab found within whitespace
(#2878) Whitespace found at end of line
(#2879) Spaces must be used for alignment; tabs are not allowed
(#2879) Tab found within whitespace
(#2879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2879) Inline comments must end in full-stops, exclamation marks, or question marks
(#2879) Line indented incorrectly; expected at least 8 spaces, found 2
(#2880) Spaces must be used for alignment; tabs are not allowed
(#2880) Tab found within whitespace
(#2880) Line indented incorrectly; expected at least 8 spaces, found 2
(#2881) Spaces must be used for alignment; tabs are not allowed
(#2881) Tab found within whitespace
(#2881) Line indented incorrectly; expected 4 spaces, found 1
(#2883) Spaces must be used for alignment; tabs are not allowed
(#2883) Tab found within whitespace
(#2883) Line indented incorrectly; expected at least 4 spaces, found 1
(#2884) Spaces must be used for alignment; tabs are not allowed
(#2884) Expected 2 space(s) before asterisk; 1 found
(#2885) Spaces must be used for alignment; tabs are not allowed
(#2885) Expected 2 space(s) before asterisk; 1 found
(#2886) Spaces must be used for alignment; tabs are not allowed
(#2886) Expected 2 space(s) before asterisk; 1 found
(#2887) Spaces must be used for alignment; tabs are not allowed
(#2887) Expected 2 space(s) before asterisk; 1 found
(#2887) Spaces must be used for alignment; tabs are not allowed
(#2888) Spaces must be used for alignment; tabs are not allowed
(#2888) Expected 2 space(s) before asterisk; 1 found
(#2888) Spaces must be used for alignment; tabs are not allowed
(#2888) Spaces must be used for alignment; tabs are not allowed
(#2889) Spaces must be used for alignment; tabs are not allowed
(#2889) Expected 2 space(s) before asterisk; 1 found
(#2890) Spaces must be used for alignment; tabs are not allowed
(#2890) Expected 2 space(s) before asterisk; 1 found
(#2891) Spaces must be used for alignment; tabs are not allowed
(#2891) Tab found within whitespace
(#2891) Line indented incorrectly; expected 4 spaces, found 1
(#2891) method name "soap_transport_http::sendRequest" must be in lower-case letters only
(#2891) Visibility must be declared on method "sendRequest"
(#2891) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2892) Spaces must be used for alignment; tabs are not allowed
(#2892) Tab found within whitespace
(#2892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2892) Inline comments must end in full-stops, exclamation marks, or question marks
(#2892) Line indented incorrectly; expected at least 8 spaces, found 2
(#2893) Spaces must be used for alignment; tabs are not allowed
(#2893) Tab found within whitespace
(#2893) Line indented incorrectly; expected at least 8 spaces, found 2
(#2893) Variable "cookie_str" must not contain underscores.
(#2895) Spaces must be used for alignment; tabs are not allowed
(#2895) Tab found within whitespace
(#2895) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2895) Inline comments must end in full-stops, exclamation marks, or question marks
(#2895) Line indented incorrectly; expected at least 8 spaces, found 2
(#2896) Spaces must be used for alignment; tabs are not allowed
(#2896) Tab found within whitespace
(#2896) Line indented incorrectly; expected at least 8 spaces, found 2
(#2896) Variable "cookie_str" must not contain underscores.
(#2898) Spaces must be used for alignment; tabs are not allowed
(#2898) Tab found within whitespace
(#2898) Line indented incorrectly; expected 8 spaces, found 3
(#2899) Spaces must be used for alignment; tabs are not allowed
(#2899) Tab found within whitespace
(#2899) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2899) Inline comments must end in full-stops, exclamation marks, or question marks
(#2899) Line indented incorrectly; expected at least 12 spaces, found 2
(#2900) Spaces must be used for alignment; tabs are not allowed
(#2900) Tab found within whitespace
(#2900) Line indented incorrectly; expected 12 spaces, found 2
(#2900) Expected "if (...) {\n"; found "if(...) {\n"
(#2901) Spaces must be used for alignment; tabs are not allowed
(#2901) Tab found within whitespace
(#2901) Line indented incorrectly; expected at least 16 spaces, found 3
(#2902) Spaces must be used for alignment; tabs are not allowed
(#2902) Tab found within whitespace
(#2902) Line indented incorrectly; expected at least 16 spaces, found 3
(#2903) Spaces must be used for alignment; tabs are not allowed
(#2903) Tab found within whitespace
(#2903) Line indented incorrectly; expected at least 16 spaces, found 3
(#2904) Spaces must be used for alignment; tabs are not allowed
(#2904) Tab found within whitespace
(#2904) Line indented incorrectly; expected 12 spaces, found 2
(#2905) Spaces must be used for alignment; tabs are not allowed
(#2905) Tab found within whitespace
(#2905) Line indented incorrectly; expected at least 12 spaces, found 2
(#2906) Spaces must be used for alignment; tabs are not allowed
(#2906) Tab found within whitespace
(#2906) Line indented incorrectly; expected at least 12 spaces, found 2
(#2907) Spaces must be used for alignment; tabs are not allowed
(#2907) Tab found within whitespace
(#2907) Line indented incorrectly; expected 8 spaces, found 3
(#2908) Spaces must be used for alignment; tabs are not allowed
(#2908) Tab found within whitespace
(#2908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2908) Line indented incorrectly; expected at least 12 spaces, found 2
(#2909) Spaces must be used for alignment; tabs are not allowed
(#2909) Tab found within whitespace
(#2909) Line indented incorrectly; expected at least 12 spaces, found 2
(#2910) Spaces must be used for alignment; tabs are not allowed
(#2910) Tab found within whitespace
(#2910) Line indented incorrectly; expected at least 12 spaces, found 2
(#2911) Spaces must be used for alignment; tabs are not allowed
(#2911) Tab found within whitespace
(#2911) Line indented incorrectly; expected at least 12 spaces, found 2
(#2912) Spaces must be used for alignment; tabs are not allowed
(#2912) Tab found within whitespace
(#2912) Inline comments must end in full-stops, exclamation marks, or question marks
(#2912) This comment is 67% valid code; is this commented out code?
(#2912) Line indented incorrectly; expected at least 12 spaces, found 2
(#2912) No space found before comment text; expected "// $this->setCurlOption(CURLOPT_CUSTOMREQUEST, $this->outgoing_payload);" but found "//$this->setCurlOption(CURLOPT_CUSTOMREQUEST, $this->outgoing_payload);"
(#2913) Spaces must be used for alignment; tabs are not allowed
(#2913) Tab found within whitespace
(#2913) Line indented incorrectly; expected at least 12 spaces, found 2
(#2913) Variable "curl_headers" must not contain underscores.
(#2914) Spaces must be used for alignment; tabs are not allowed
(#2914) Tab found within whitespace
(#2914) Line indented incorrectly; expected 12 spaces, found 2
(#2914) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2915) Spaces must be used for alignment; tabs are not allowed
(#2915) Tab found within whitespace
(#2915) Line indented incorrectly; expected 16 spaces, found 3
(#2916) Spaces must be used for alignment; tabs are not allowed
(#2916) Tab found within whitespace
(#2916) Line indented incorrectly; expected at least 20 spaces, found 4
(#2917) Spaces must be used for alignment; tabs are not allowed
(#2917) Tab found within whitespace
(#2917) Line indented incorrectly; expected 16 spaces, found 3
(#2918) Spaces must be used for alignment; tabs are not allowed
(#2918) Tab found within whitespace
(#2918) Line indented incorrectly; expected at least 20 spaces, found 4
(#2918) Variable "curl_headers" must not contain underscores.
(#2919) Spaces must be used for alignment; tabs are not allowed
(#2919) Tab found within whitespace
(#2919) Line indented incorrectly; expected 16 spaces, found 3
(#2920) Spaces must be used for alignment; tabs are not allowed
(#2920) Tab found within whitespace
(#2920) Line indented incorrectly; expected 12 spaces, found 2
(#2921) Spaces must be used for alignment; tabs are not allowed
(#2921) Tab found within whitespace
(#2921) Line indented incorrectly; expected 12 spaces, found 2
(#2921) Variable "cookie_str" must not contain underscores.
(#2922) Spaces must be used for alignment; tabs are not allowed
(#2922) Tab found within whitespace
(#2922) Line indented incorrectly; expected at least 16 spaces, found 3
(#2922) Variable "curl_headers" must not contain underscores.
(#2922) Variable "cookie_str" must not contain underscores.
(#2923) Spaces must be used for alignment; tabs are not allowed
(#2923) Tab found within whitespace
(#2923) Line indented incorrectly; expected 12 spaces, found 2
(#2924) Spaces must be used for alignment; tabs are not allowed
(#2924) Tab found within whitespace
(#2924) Line indented incorrectly; expected at least 12 spaces, found 2
(#2924) Variable "curl_headers" must not contain underscores.
(#2925) Spaces must be used for alignment; tabs are not allowed
(#2925) Tab found within whitespace
(#2925) Line indented incorrectly; expected at least 12 spaces, found 2
(#2926) Spaces must be used for alignment; tabs are not allowed
(#2926) Tab found within whitespace
(#2926) Line indented incorrectly; expected 12 spaces, found 2
(#2927) Spaces must be used for alignment; tabs are not allowed
(#2927) Tab found within whitespace
(#2927) Line indented incorrectly; expected at least 16 spaces, found 5
(#2928) Spaces must be used for alignment; tabs are not allowed
(#2928) Tab found within whitespace
(#2928) Line indented incorrectly; expected at least 16 spaces, found 5
(#2929) Spaces must be used for alignment; tabs are not allowed
(#2929) Tab found within whitespace
(#2929) Line indented incorrectly; expected at least 16 spaces, found 3
(#2930) Spaces must be used for alignment; tabs are not allowed
(#2930) Tab found within whitespace
(#2930) Line indented incorrectly; expected 12 spaces, found 4
(#2930) Closing brace indented incorrectly; expected 2 spaces, found 4
(#2930) Empty ELSE statement detected
(#2931) Spaces must be used for alignment; tabs are not allowed
(#2931) Tab found within whitespace
(#2931) Line indented incorrectly; expected 12 spaces, found 4
(#2932) Spaces must be used for alignment; tabs are not allowed
(#2932) Tab found within whitespace
(#2932) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2932) Inline comments must end in full-stops, exclamation marks, or question marks
(#2932) Line indented incorrectly; expected at least 12 spaces, found 2
(#2933) Spaces must be used for alignment; tabs are not allowed
(#2933) Tab found within whitespace
(#2933) Line indented incorrectly; expected 12 spaces, found 2
(#2934) Spaces must be used for alignment; tabs are not allowed
(#2934) Tab found within whitespace
(#2934) Line indented incorrectly; expected at least 16 spaces, found 3
(#2935) Spaces must be used for alignment; tabs are not allowed
(#2935) Tab found within whitespace
(#2935) Line indented incorrectly; expected 12 spaces, found 2
(#2937) Spaces must be used for alignment; tabs are not allowed
(#2937) Tab found within whitespace
(#2937) Line indented incorrectly; expected at least 12 spaces, found 2
(#2938) Spaces must be used for alignment; tabs are not allowed
(#2938) Tab found within whitespace
(#2938) Line indented incorrectly; expected at least 12 spaces, found 2
(#2939) Spaces must be used for alignment; tabs are not allowed
(#2939) Tab found within whitespace
(#2939) Line indented incorrectly; expected 8 spaces, found 3
(#2940) Spaces must be used for alignment; tabs are not allowed
(#2940) Tab found within whitespace
(#2940) Line indented incorrectly; expected 4 spaces, found 1
(#2942) Spaces must be used for alignment; tabs are not allowed
(#2942) Tab found within whitespace
(#2942) Line indented incorrectly; expected at least 4 spaces, found 1
(#2943) Spaces must be used for alignment; tabs are not allowed
(#2943) Expected 2 space(s) before asterisk; 1 found
(#2944) Spaces must be used for alignment; tabs are not allowed
(#2944) Expected 2 space(s) before asterisk; 1 found
(#2945) Spaces must be used for alignment; tabs are not allowed
(#2945) Expected 2 space(s) before asterisk; 1 found
(#2945) Spaces must be used for alignment; tabs are not allowed
(#2946) Spaces must be used for alignment; tabs are not allowed
(#2946) Expected 2 space(s) before asterisk; 1 found
(#2947) Spaces must be used for alignment; tabs are not allowed
(#2947) Expected 2 space(s) before asterisk; 1 found
(#2948) Spaces must be used for alignment; tabs are not allowed
(#2948) Tab found within whitespace
(#2948) Line indented incorrectly; expected 4 spaces, found 1
(#2948) method name "soap_transport_http::getResponse" must be in lower-case letters only
(#2948) Visibility must be declared on method "getResponse"
(#2948) Expected 1 space after closing parenthesis; found 0
(#2949) Spaces must be used for alignment; tabs are not allowed
(#2949) Tab found within whitespace
(#2949) Line indented incorrectly; expected at least 8 spaces, found 2
(#2950) Spaces must be used for alignment; tabs are not allowed
(#2950) Tab found within whitespace
(#2950) Whitespace found at end of line
(#2951) Spaces must be used for alignment; tabs are not allowed
(#2951) Tab found within whitespace
(#2951) Line indented incorrectly; expected 8 spaces, found 3
(#2952) Spaces must be used for alignment; tabs are not allowed
(#2952) Tab found within whitespace
(#2952) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2952) Inline comments must end in full-stops, exclamation marks, or question marks
(#2952) Line indented incorrectly; expected at least 12 spaces, found 5
(#2953) Spaces must be used for alignment; tabs are not allowed
(#2953) Tab found within whitespace
(#2953) Line indented incorrectly; expected at least 12 spaces, found 5
(#2954) Spaces must be used for alignment; tabs are not allowed
(#2954) Tab found within whitespace
(#2954) Line indented incorrectly; expected 12 spaces, found 5
(#2954) Expected "while (...) {\n"; found "while (...){\n"
(#2956) Spaces must be used for alignment; tabs are not allowed
(#2956) Tab found within whitespace
(#2956) Line indented incorrectly; expected at least 16 spaces, found 3
(#2957) Spaces must be used for alignment; tabs are not allowed
(#2957) Tab found within whitespace
(#2957) Line indented incorrectly; expected 16 spaces, found 3
(#2957) Expected "if (...) {\n"; found "if(...) {\n"
(#2958) Spaces must be used for alignment; tabs are not allowed
(#2958) Tab found within whitespace
(#2958) Line indented incorrectly; expected at least 20 spaces, found 4
(#2959) Spaces must be used for alignment; tabs are not allowed
(#2959) Tab found within whitespace
(#2959) Line indented incorrectly; expected at least 20 spaces, found 4
(#2960) Spaces must be used for alignment; tabs are not allowed
(#2960) Tab found within whitespace
(#2960) Line indented incorrectly; expected at least 20 spaces, found 4
(#2961) Spaces must be used for alignment; tabs are not allowed
(#2961) Tab found within whitespace
(#2961) Line indented incorrectly; expected at least 20 spaces, found 4
(#2962) Spaces must be used for alignment; tabs are not allowed
(#2962) Tab found within whitespace
(#2962) Line indented incorrectly; expected at least 20 spaces, found 4
(#2963) Spaces must be used for alignment; tabs are not allowed
(#2963) Tab found within whitespace
(#2963) Line indented incorrectly; expected 16 spaces, found 3
(#2965) Spaces must be used for alignment; tabs are not allowed
(#2965) Tab found within whitespace
(#2965) Line indented incorrectly; expected at least 16 spaces, found 3
(#2966) Spaces must be used for alignment; tabs are not allowed
(#2966) Tab found within whitespace
(#2966) Line indented incorrectly; expected at least 16 spaces, found 3
(#2967) Spaces must be used for alignment; tabs are not allowed
(#2967) Tab found within whitespace
(#2967) Line indented incorrectly; expected at least 16 spaces, found 3
(#2969) Spaces must be used for alignment; tabs are not allowed
(#2969) Tab found within whitespace
(#2969) Line indented incorrectly; expected 16 spaces, found 3
(#2970) Spaces must be used for alignment; tabs are not allowed
(#2970) Tab found within whitespace
(#2970) Line indented incorrectly; expected at least 20 spaces, found 4
(#2971) Spaces must be used for alignment; tabs are not allowed
(#2971) Tab found within whitespace
(#2971) Line indented incorrectly; expected at least 20 spaces, found 4
(#2972) Spaces must be used for alignment; tabs are not allowed
(#2972) Tab found within whitespace
(#2972) Line indented incorrectly; expected at least 20 spaces, found 4
(#2973) Spaces must be used for alignment; tabs are not allowed
(#2973) Tab found within whitespace
(#2973) Line indented incorrectly; expected at least 20 spaces, found 4
(#2974) Spaces must be used for alignment; tabs are not allowed
(#2974) Tab found within whitespace
(#2974) Line indented incorrectly; expected at least 20 spaces, found 4
(#2975) Spaces must be used for alignment; tabs are not allowed
(#2975) Tab found within whitespace
(#2975) Line indented incorrectly; expected 16 spaces, found 3
(#2977) Spaces must be used for alignment; tabs are not allowed
(#2977) Tab found within whitespace
(#2977) Line indented incorrectly; expected at least 16 spaces, found 3
(#2978) Spaces must be used for alignment; tabs are not allowed
(#2978) Tab found within whitespace
(#2978) Line indented incorrectly; expected at least 16 spaces, found 3
(#2978) Commas (,) must be followed by white space.
(#2979) Spaces must be used for alignment; tabs are not allowed
(#2979) Tab found within whitespace
(#2979) Line indented incorrectly; expected 16 spaces, found 3
(#2979) Expected "if (...) {\n"; found "if(...){\n"
(#2980) Spaces must be used for alignment; tabs are not allowed
(#2980) Tab found within whitespace
(#2980) Line indented incorrectly; expected at least 20 spaces, found 4
(#2981) Spaces must be used for alignment; tabs are not allowed
(#2981) Tab found within whitespace
(#2981) Line indented incorrectly; expected 16 spaces, found 3
(#2982) Spaces must be used for alignment; tabs are not allowed
(#2982) Tab found within whitespace
(#2982) Line indented incorrectly; expected at least 20 spaces, found 4
(#2982) Commas (,) must be followed by white space.
(#2983) Spaces must be used for alignment; tabs are not allowed
(#2983) Tab found within whitespace
(#2983) Line indented incorrectly; expected 20 spaces, found 4
(#2983) Expected "if (...) {\n"; found "if(...){\n"
(#2984) Spaces must be used for alignment; tabs are not allowed
(#2984) Tab found within whitespace
(#2984) Line indented incorrectly; expected at least 24 spaces, found 5
(#2985) Spaces must be used for alignment; tabs are not allowed
(#2985) Tab found within whitespace
(#2985) Line indented incorrectly; expected 20 spaces, found 4
(#2986) Spaces must be used for alignment; tabs are not allowed
(#2986) Tab found within whitespace
(#2986) Line indented incorrectly; expected 16 spaces, found 3
(#2987) Spaces must be used for alignment; tabs are not allowed
(#2987) Tab found within whitespace
(#2987) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2987) Inline comments must end in full-stops, exclamation marks, or question marks
(#2987) Line indented incorrectly; expected at least 16 spaces, found 3
(#2988) Spaces must be used for alignment; tabs are not allowed
(#2988) Tab found within whitespace
(#2988) Line indented incorrectly; expected 16 spaces, found 3
(#2988) Commas (,) must be followed by white space.
(#2989) Spaces must be used for alignment; tabs are not allowed
(#2989) Tab found within whitespace
(#2989) Line indented incorrectly; expected at least 20 spaces, found 4
(#2990) Spaces must be used for alignment; tabs are not allowed
(#2990) Tab found within whitespace
(#2990) Line indented incorrectly; expected at least 20 spaces, found 4
(#2991) Spaces must be used for alignment; tabs are not allowed
(#2991) Tab found within whitespace
(#2991) Line indented incorrectly; expected 16 spaces, found 3
(#2992) Spaces must be used for alignment; tabs are not allowed
(#2992) Tab found within whitespace
(#2992) Line indented incorrectly; expected 12 spaces, found 2
(#2992) Closing brace indented incorrectly; expected 5 spaces, found 2
(#2993) Spaces must be used for alignment; tabs are not allowed
(#2993) Tab found within whitespace
(#2993) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2993) Inline comments must end in full-stops, exclamation marks, or question marks
(#2993) Line indented incorrectly; expected at least 12 spaces, found 2
(#2994) Spaces must be used for alignment; tabs are not allowed
(#2994) Tab found within whitespace
(#2994) Line indented incorrectly; expected at least 12 spaces, found 2
(#2995) Spaces must be used for alignment; tabs are not allowed
(#2995) Tab found within whitespace
(#2995) Line indented incorrectly; expected at least 12 spaces, found 2
(#2996) Spaces must be used for alignment; tabs are not allowed
(#2996) Tab found within whitespace
(#2996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2996) Inline comments must end in full-stops, exclamation marks, or question marks
(#2996) Line indented incorrectly; expected at least 12 spaces, found 2
(#2997) Spaces must be used for alignment; tabs are not allowed
(#2997) Tab found within whitespace
(#2997) Line indented incorrectly; expected at least 12 spaces, found 2
(#2997) Variable "header_data" must not contain underscores.
(#2997) Commas (,) must be followed by white space.
(#2997) Commas (,) must be followed by white space.
(#2998) Spaces must be used for alignment; tabs are not allowed
(#2998) Tab found within whitespace
(#2998) Line indented incorrectly; expected at least 12 spaces, found 2
(#2998) Variable "header_array" must not contain underscores.
(#2998) Commas (,) must be followed by white space.
(#2998) Variable "header_data" must not contain underscores.
(#2999) Spaces must be used for alignment; tabs are not allowed
(#2999) Tab found within whitespace
(#2999) Line indented incorrectly; expected at least 12 spaces, found 2
(#3000) Spaces must be used for alignment; tabs are not allowed
(#3000) Tab found within whitespace
(#3000) Line indented incorrectly; expected at least 12 spaces, found 2
(#3001) Spaces must be used for alignment; tabs are not allowed
(#3001) Tab found within whitespace
(#3001) Line indented incorrectly; expected 12 spaces, found 2
(#3001) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#3001) Variable "header_array" must not contain underscores.
(#3001) Variable "header_line" must not contain underscores.
(#3002) Spaces must be used for alignment; tabs are not allowed
(#3002) Tab found within whitespace
(#3002) Line indented incorrectly; expected at least 16 spaces, found 3
(#3002) Commas (,) must be followed by white space.
(#3002) Variable "header_line" must not contain underscores.
(#3003) Spaces must be used for alignment; tabs are not allowed
(#3003) Tab found within whitespace
(#3003) Line indented incorrectly; expected 16 spaces, found 3
(#3003) Expected "if (...) {\n"; found "if(...){\n"
(#3004) Spaces must be used for alignment; tabs are not allowed
(#3004) Tab found within whitespace
(#3004) Line indented incorrectly; expected at least 20 spaces, found 4
(#3004) Variable "header_name" must not contain underscores.
(#3005) Spaces must be used for alignment; tabs are not allowed
(#3005) Tab found within whitespace
(#3005) Line indented incorrectly; expected at least 20 spaces, found 4
(#3005) Variable "header_name" must not contain underscores.
(#3006) Spaces must be used for alignment; tabs are not allowed
(#3006) Tab found within whitespace
(#3006) Line indented incorrectly; expected 20 spaces, found 4
(#3006) Variable "header_name" must not contain underscores.
(#3007) Spaces must be used for alignment; tabs are not allowed
(#3007) Tab found within whitespace
(#3007) Inline comments must end in full-stops, exclamation marks, or question marks
(#3007) Line indented incorrectly; expected at least 24 spaces, found 5
(#3008) Spaces must be used for alignment; tabs are not allowed
(#3008) Tab found within whitespace
(#3008) Line indented incorrectly; expected at least 24 spaces, found 5
(#3009) Spaces must be used for alignment; tabs are not allowed
(#3009) Tab found within whitespace
(#3009) Line indented incorrectly; expected 24 spaces, found 5
(#3010) Spaces must be used for alignment; tabs are not allowed
(#3010) Tab found within whitespace
(#3010) Line indented incorrectly; expected at least 28 spaces, found 6
(#3011) Spaces must be used for alignment; tabs are not allowed
(#3011) Tab found within whitespace
(#3011) Line indented incorrectly; expected at least 28 spaces, found 6
(#3012) Spaces must be used for alignment; tabs are not allowed
(#3012) Tab found within whitespace
(#3012) Line indented incorrectly; expected 24 spaces, found 5
(#3013) Spaces must be used for alignment; tabs are not allowed
(#3013) Tab found within whitespace
(#3013) Line indented incorrectly; expected at least 28 spaces, found 6
(#3014) Spaces must be used for alignment; tabs are not allowed
(#3014) Tab found within whitespace
(#3014) Line indented incorrectly; expected 24 spaces, found 5
(#3015) Spaces must be used for alignment; tabs are not allowed
(#3015) Tab found within whitespace
(#3015) Line indented incorrectly; expected 20 spaces, found 7
(#3015) Closing brace indented incorrectly; expected 4 spaces, found 7
(#3016) Spaces must be used for alignment; tabs are not allowed
(#3016) Tab found within whitespace
(#3016) Line indented incorrectly; expected 16 spaces, found 3
(#3016) Variable "header_name" must not contain underscores.
(#3017) Spaces must be used for alignment; tabs are not allowed
(#3017) Tab found within whitespace
(#3017) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3017) Inline comments must end in full-stops, exclamation marks, or question marks
(#3017) Line indented incorrectly; expected at least 20 spaces, found 4
(#3018) Spaces must be used for alignment; tabs are not allowed
(#3018) Tab found within whitespace
(#3018) Line indented incorrectly; expected at least 20 spaces, found 4
(#3018) Variable "header_name" must not contain underscores.
(#3018) Variable "header_line" must not contain underscores.
(#3019) Spaces must be used for alignment; tabs are not allowed
(#3019) Tab found within whitespace
(#3019) Line indented incorrectly; expected 16 spaces, found 3
(#3020) Spaces must be used for alignment; tabs are not allowed
(#3020) Tab found within whitespace
(#3020) Line indented incorrectly; expected 12 spaces, found 2
(#3021) Spaces must be used for alignment; tabs are not allowed
(#3021) Tab found within whitespace
(#3021) Whitespace found at end of line
(#3022) Spaces must be used for alignment; tabs are not allowed
(#3022) Tab found within whitespace
(#3022) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3022) Inline comments must end in full-stops, exclamation marks, or question marks
(#3022) Line indented incorrectly; expected at least 12 spaces, found 2
(#3023) Spaces must be used for alignment; tabs are not allowed
(#3023) Tab found within whitespace
(#3023) Line indented incorrectly; expected 12 spaces, found 2
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3023) Line exceeds 132 characters; contains 133 characters
(#3024) Spaces must be used for alignment; tabs are not allowed
(#3024) Tab found within whitespace
(#3024) Line indented incorrectly; expected at least 16 spaces, found 3
(#3024) Variable "content_length" must not contain underscores.
(#3024) Expected 1 space after "="; 2 found
(#3024) Spaces must be used for alignment; tabs are not allowed
(#3024) Tab found within whitespace
(#3024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3024) Inline comments must end in full-stops, exclamation marks, or question marks
(#3025) Spaces must be used for alignment; tabs are not allowed
(#3025) Tab found within whitespace
(#3025) Line indented incorrectly; expected at least 16 spaces, found 3
(#3026) Spaces must be used for alignment; tabs are not allowed
(#3026) Tab found within whitespace
(#3026) Line indented incorrectly; expected at least 16 spaces, found 3
(#3027) Spaces must be used for alignment; tabs are not allowed
(#3027) Tab found within whitespace
(#3027) Line indented incorrectly; expected 12 spaces, found 2
(#3027) Usage of ELSEIF not allowed; use ELSE IF instead
(#3028) Spaces must be used for alignment; tabs are not allowed
(#3028) Tab found within whitespace
(#3028) Line indented incorrectly; expected at least 16 spaces, found 3
(#3028) Variable "content_length" must not contain underscores.
(#3029) Spaces must be used for alignment; tabs are not allowed
(#3029) Tab found within whitespace
(#3029) Line indented incorrectly; expected at least 16 spaces, found 3
(#3030) Spaces must be used for alignment; tabs are not allowed
(#3030) Tab found within whitespace
(#3030) Line indented incorrectly; expected at least 16 spaces, found 3
(#3030) Variable "content_length" must not contain underscores.
(#3031) Spaces must be used for alignment; tabs are not allowed
(#3031) Tab found within whitespace
(#3031) Line indented incorrectly; expected 12 spaces, found 2
(#3032) Spaces must be used for alignment; tabs are not allowed
(#3032) Tab found within whitespace
(#3032) Line indented incorrectly; expected at least 16 spaces, found 3
(#3032) Variable "content_length" must not contain underscores.
(#3032) Expected 1 space after "="; 2 found
(#3033) Spaces must be used for alignment; tabs are not allowed
(#3033) Tab found within whitespace
(#3033) Line indented incorrectly; expected at least 16 spaces, found 3
(#3034) Spaces must be used for alignment; tabs are not allowed
(#3034) Tab found within whitespace
(#3034) Line indented incorrectly; expected at least 16 spaces, found 3
(#3035) Spaces must be used for alignment; tabs are not allowed
(#3035) Tab found within whitespace
(#3035) Line indented incorrectly; expected 12 spaces, found 2
(#3036) Spaces must be used for alignment; tabs are not allowed
(#3036) Tab found within whitespace
(#3036) Line indented incorrectly; expected at least 12 spaces, found 2
(#3037) Spaces must be used for alignment; tabs are not allowed
(#3037) Tab found within whitespace
(#3037) Line indented incorrectly; expected 12 spaces, found 2
(#3038) Spaces must be used for alignment; tabs are not allowed
(#3038) Tab found within whitespace
(#3038) Line indented incorrectly; expected 16 spaces, found 3
(#3039) Spaces must be used for alignment; tabs are not allowed
(#3039) Tab found within whitespace
(#3039) Line indented incorrectly; expected at least 20 spaces, found 4
(#3040) Spaces must be used for alignment; tabs are not allowed
(#3040) Tab found within whitespace
(#3040) Line indented incorrectly; expected at least 20 spaces, found 4
(#3041) Spaces must be used for alignment; tabs are not allowed
(#3041) Tab found within whitespace
(#3041) Line indented incorrectly; expected at least 20 spaces, found 4
(#3042) Spaces must be used for alignment; tabs are not allowed
(#3042) Tab found within whitespace
(#3042) Line indented incorrectly; expected 20 spaces, found 4
(#3043) Spaces must be used for alignment; tabs are not allowed
(#3043) Tab found within whitespace
(#3043) Line indented incorrectly; expected at least 24 spaces, found 5
(#3044) Spaces must be used for alignment; tabs are not allowed
(#3044) Tab found within whitespace
(#3044) Line indented incorrectly; expected at least 24 spaces, found 5
(#3045) Spaces must be used for alignment; tabs are not allowed
(#3045) Tab found within whitespace
(#3045) Line indented incorrectly; expected at least 24 spaces, found 5
(#3046) Spaces must be used for alignment; tabs are not allowed
(#3046) Tab found within whitespace
(#3046) Line indented incorrectly; expected at least 24 spaces, found 5
(#3047) Spaces must be used for alignment; tabs are not allowed
(#3047) Tab found within whitespace
(#3047) Line indented incorrectly; expected at least 24 spaces, found 5
(#3048) Spaces must be used for alignment; tabs are not allowed
(#3048) Tab found within whitespace
(#3048) Line indented incorrectly; expected 20 spaces, found 4
(#3049) Spaces must be used for alignment; tabs are not allowed
(#3049) Tab found within whitespace
(#3049) Line indented incorrectly; expected at least 20 spaces, found 4
(#3049) Variable "content_length" must not contain underscores.
(#3050) Spaces must be used for alignment; tabs are not allowed
(#3050) Tab found within whitespace
(#3050) Line indented incorrectly; expected at least 20 spaces, found 4
(#3050) Variable "content_length" must not contain underscores.
(#3051) Spaces must be used for alignment; tabs are not allowed
(#3051) Tab found within whitespace
(#3051) Line indented incorrectly; expected 16 spaces, found 3
(#3052) Spaces must be used for alignment; tabs are not allowed
(#3052) Tab found within whitespace
(#3052) Line indented incorrectly; expected at least 16 spaces, found 3
(#3053) Spaces must be used for alignment; tabs are not allowed
(#3053) Tab found within whitespace
(#3053) Line indented incorrectly; expected 16 spaces, found 6
(#3053) Variable "content_length" must not contain underscores.
(#3054) Spaces must be used for alignment; tabs are not allowed
(#3054) Tab found within whitespace
(#3054) Line indented incorrectly; expected at least 20 spaces, found 7
(#3054) Variable "content_length" must not contain underscores.
(#3055) Spaces must be used for alignment; tabs are not allowed
(#3055) Tab found within whitespace
(#3055) Line indented incorrectly; expected at least 20 spaces, found 4
(#3056) Spaces must be used for alignment; tabs are not allowed
(#3056) Tab found within whitespace
(#3056) Line indented incorrectly; expected at least 20 spaces, found 4
(#3057) Spaces must be used for alignment; tabs are not allowed
(#3057) Tab found within whitespace
(#3057) Line indented incorrectly; expected at least 20 spaces, found 4
(#3058) Spaces must be used for alignment; tabs are not allowed
(#3058) Tab found within whitespace
(#3058) Line indented incorrectly; expected 20 spaces, found 4
(#3059) Spaces must be used for alignment; tabs are not allowed
(#3059) Tab found within whitespace
(#3059) Line indented incorrectly; expected at least 24 spaces, found 5
(#3060) Spaces must be used for alignment; tabs are not allowed
(#3060) Tab found within whitespace
(#3060) Line indented incorrectly; expected at least 24 spaces, found 5
(#3061) Spaces must be used for alignment; tabs are not allowed
(#3061) Tab found within whitespace
(#3061) Line indented incorrectly; expected at least 24 spaces, found 5
(#3062) Spaces must be used for alignment; tabs are not allowed
(#3062) Tab found within whitespace
(#3062) Line indented incorrectly; expected at least 24 spaces, found 5
(#3063) Spaces must be used for alignment; tabs are not allowed
(#3063) Tab found within whitespace
(#3063) Line indented incorrectly; expected at least 24 spaces, found 5
(#3064) Spaces must be used for alignment; tabs are not allowed
(#3064) Tab found within whitespace
(#3064) Line indented incorrectly; expected 20 spaces, found 4
(#3065) Spaces must be used for alignment; tabs are not allowed
(#3065) Tab found within whitespace
(#3065) Line indented incorrectly; expected at least 20 spaces, found 4
(#3066) Spaces must be used for alignment; tabs are not allowed
(#3066) Tab found within whitespace
(#3066) Line indented incorrectly; expected at least 20 spaces, found 4
(#3067) Spaces must be used for alignment; tabs are not allowed
(#3067) Tab found within whitespace
(#3067) Line indented incorrectly; expected 16 spaces, found 3
(#3067) Closing brace indented incorrectly; expected 6 spaces, found 3
(#3068) Spaces must be used for alignment; tabs are not allowed
(#3068) Tab found within whitespace
(#3068) Line indented incorrectly; expected 16 spaces, found 3
(#3068) Variable "content_length" must not contain underscores.
(#3069) Spaces must be used for alignment; tabs are not allowed
(#3069) Tab found within whitespace
(#3069) Line indented incorrectly; expected at least 20 spaces, found 4
(#3070) Spaces must be used for alignment; tabs are not allowed
(#3070) Tab found within whitespace
(#3070) Line indented incorrectly; expected at least 20 spaces, found 4
(#3071) Spaces must be used for alignment; tabs are not allowed
(#3071) Tab found within whitespace
(#3071) Line indented incorrectly; expected at least 20 spaces, found 4
(#3072) Spaces must be used for alignment; tabs are not allowed
(#3072) Tab found within whitespace
(#3072) Line indented incorrectly; expected 20 spaces, found 4
(#3073) Spaces must be used for alignment; tabs are not allowed
(#3073) Tab found within whitespace
(#3073) Line indented incorrectly; expected at least 24 spaces, found 5
(#3074) Spaces must be used for alignment; tabs are not allowed
(#3074) Tab found within whitespace
(#3074) Line indented incorrectly; expected at least 24 spaces, found 5
(#3075) Spaces must be used for alignment; tabs are not allowed
(#3075) Tab found within whitespace
(#3075) Line indented incorrectly; expected at least 24 spaces, found 5
(#3076) Spaces must be used for alignment; tabs are not allowed
(#3076) Tab found within whitespace
(#3076) Line indented incorrectly; expected at least 24 spaces, found 5
(#3077) Spaces must be used for alignment; tabs are not allowed
(#3077) Tab found within whitespace
(#3077) Line indented incorrectly; expected at least 24 spaces, found 5
(#3078) Spaces must be used for alignment; tabs are not allowed
(#3078) Tab found within whitespace
(#3078) Line indented incorrectly; expected 20 spaces, found 4
(#3079) Spaces must be used for alignment; tabs are not allowed
(#3079) Tab found within whitespace
(#3079) Line indented incorrectly; expected 16 spaces, found 3
(#3080) Spaces must be used for alignment; tabs are not allowed
(#3080) Tab found within whitespace
(#3080) Line indented incorrectly; expected 12 spaces, found 2
(#3080) Variable "content_length" must not contain underscores.
(#3081) Spaces must be used for alignment; tabs are not allowed
(#3081) Tab found within whitespace
(#3081) Line indented incorrectly; expected 12 spaces, found 2
(#3082) Spaces must be used for alignment; tabs are not allowed
(#3082) Tab found within whitespace
(#3082) Line indented incorrectly; expected at least 16 spaces, found 3
(#3083) Spaces must be used for alignment; tabs are not allowed
(#3083) Tab found within whitespace
(#3083) Line indented incorrectly; expected 12 spaces, found 2
(#3084) Spaces must be used for alignment; tabs are not allowed
(#3084) Tab found within whitespace
(#3084) Line indented incorrectly; expected at least 12 spaces, found 2
(#3085) Spaces must be used for alignment; tabs are not allowed
(#3085) Tab found within whitespace
(#3085) Line indented incorrectly; expected at least 12 spaces, found 2
(#3086) Spaces must be used for alignment; tabs are not allowed
(#3086) Tab found within whitespace
(#3086) Line indented incorrectly; expected at least 12 spaces, found 2
(#3087) Spaces must be used for alignment; tabs are not allowed
(#3087) Tab found within whitespace
(#3087) Whitespace found at end of line
(#3088) Spaces must be used for alignment; tabs are not allowed
(#3088) Tab found within whitespace
(#3088) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3088) Inline comments must end in full-stops, exclamation marks, or question marks
(#3088) Line indented incorrectly; expected at least 12 spaces, found 2
(#3089) Spaces must be used for alignment; tabs are not allowed
(#3089) Tab found within whitespace
(#3089) Line indented incorrectly; expected 12 spaces, found 2
(#3089) Expected "if (...) {\n"; found "if(...){\n"
(#3090) Spaces must be used for alignment; tabs are not allowed
(#3090) Tab found within whitespace
(#3090) Line indented incorrectly; expected at least 12 spaces, found 3
(#3090) Whitespace found at end of line
(#3091) Spaces must be used for alignment; tabs are not allowed
(#3091) Tab found within whitespace
(#3091) Line indented incorrectly; expected at least 12 spaces, found 3
(#3092) Spaces must be used for alignment; tabs are not allowed
(#3092) Tab found within whitespace
(#3092) Line indented incorrectly; expected at least 16 spaces, found 3
(#3093) Spaces must be used for alignment; tabs are not allowed
(#3093) Tab found within whitespace
(#3093) Line indented incorrectly; expected at least 16 spaces, found 3
(#3094) Spaces must be used for alignment; tabs are not allowed
(#3094) Tab found within whitespace
(#3094) Line indented incorrectly; expected at least 16 spaces, found 3
(#3095) Spaces must be used for alignment; tabs are not allowed
(#3095) Tab found within whitespace
(#3095) Line indented incorrectly; expected 12 spaces, found 2
(#3096) Spaces must be used for alignment; tabs are not allowed
(#3096) Tab found within whitespace
(#3096) Whitespace found at end of line
(#3097) Spaces must be used for alignment; tabs are not allowed
(#3097) Tab found within whitespace
(#3097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3097) Inline comments must end in full-stops, exclamation marks, or question marks
(#3097) Line indented incorrectly; expected at least 12 spaces, found 2
(#3098) Spaces must be used for alignment; tabs are not allowed
(#3098) Tab found within whitespace
(#3098) Line indented incorrectly; expected 12 spaces, found 2
(#3098) Expected "if (...) {\n"; found "if(...){\n"
(#3099) Spaces must be used for alignment; tabs are not allowed
(#3099) Tab found within whitespace
(#3099) Line indented incorrectly; expected at least 16 spaces, found 3
(#3100) Spaces must be used for alignment; tabs are not allowed
(#3100) Tab found within whitespace
(#3100) Line indented incorrectly; expected at least 16 spaces, found 3
(#3101) Spaces must be used for alignment; tabs are not allowed
(#3101) Tab found within whitespace
(#3101) Line indented incorrectly; expected 12 spaces, found 2
(#3102) Spaces must be used for alignment; tabs are not allowed
(#3102) Tab found within whitespace
(#3102) Whitespace found at end of line
(#3103) Spaces must be used for alignment; tabs are not allowed
(#3103) Tab found within whitespace
(#3103) This comment is 59% valid code; is this commented out code?
(#3103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3103) Line indented incorrectly; expected at least 12 spaces, found 2
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line exceeds 132 characters; contains 133 characters
(#3104) Line indented incorrectly; expected at least 12 spaces, found 0
(#3104) Tab found before comment text; expected "// if(isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked'){" but found "// if(isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked'){"
(#3105) Line indented incorrectly; expected at least 12 spaces, found 0
(#3105) Tab found before comment text; expected "// if(!$data = $this->decodeChunked($data, $lb)){" but found "// if(!$data = $this->decodeChunked($data, $lb)){"
(#3106) Line indented incorrectly; expected at least 12 spaces, found 0
(#3106) Tab found before comment text; expected "// $this->setError('Decoding of chunked data failed');" but found "// $this->setError('Decoding of chunked data failed');"
(#3107) Line indented incorrectly; expected at least 12 spaces, found 0
(#3107) Tab found before comment text; expected "// return false;" but found "// return false;"
(#3108) Line indented incorrectly; expected at least 12 spaces, found 0
(#3108) Tab found before comment text; expected "// }" but found "// }"
(#3109) Spaces must be used for alignment; tabs are not allowed
(#3109) Tab found within whitespace
(#3109) This comment is 75% valid code; is this commented out code?
(#3109) Line indented incorrectly; expected at least 12 spaces, found 3
(#3109) No space found before comment text; expected "// print "<pre>\nde-chunked:\n---------------\n$data\n\n---------------\n</pre>";" but found "//print "<pre>\nde-chunked:\n---------------\n$data\n\n---------------\n</pre>";"
(#3110) Spaces must be used for alignment; tabs are not allowed
(#3110) Tab found within whitespace
(#3110) Line indented incorrectly; expected at least 12 spaces, found 3
(#3111) Line indented incorrectly; expected at least 12 spaces, found 0
(#3111) Tab found before comment text; expected "// $this->incoming_payload = $header_data.$lb.$lb.$data;" but found "// $this->incoming_payload = $header_data.$lb.$lb.$data;"
(#3112) Inline comments must end in full-stops, exclamation marks, or question marks
(#3112) Line indented incorrectly; expected at least 12 spaces, found 0
(#3112) Tab found before comment text; expected "// }" but found "// }"
(#3113) Spaces must be used for alignment; tabs are not allowed
(#3113) Tab found within whitespace
(#3113) Whitespace found at end of line
(#3114) Spaces must be used for alignment; tabs are not allowed
(#3114) Tab found within whitespace
(#3114) Line indented incorrectly; expected 8 spaces, found 3
(#3115) Spaces must be used for alignment; tabs are not allowed
(#3115) Tab found within whitespace
(#3115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3115) Inline comments must end in full-stops, exclamation marks, or question marks
(#3115) Line indented incorrectly; expected at least 12 spaces, found 2
(#3116) Spaces must be used for alignment; tabs are not allowed
(#3116) Tab found within whitespace
(#3116) Line indented incorrectly; expected at least 12 spaces, found 2
(#3117) Spaces must be used for alignment; tabs are not allowed
(#3117) Tab found within whitespace
(#3117) Line indented incorrectly; expected at least 12 spaces, found 2
(#3118) Spaces must be used for alignment; tabs are not allowed
(#3118) Tab found within whitespace
(#3118) Line indented incorrectly; expected at least 12 spaces, found 2
(#3120) Line indented incorrectly; expected at least 12 spaces, found 8
(#3120) Variable "cErr" must be all lower-case
(#3121) Spaces must be used for alignment; tabs are not allowed
(#3121) Tab found within whitespace
(#3121) Line indented incorrectly; expected 12 spaces, found 2
(#3121) Variable "cErr" must be all lower-case
(#3122) Spaces must be used for alignment; tabs are not allowed
(#3122) Tab found within whitespace
(#3122) Line indented incorrectly; expected at least 16 spaces, found 9
(#3122) Variable "cErr" must be all lower-case
(#3123) Spaces must be used for alignment; tabs are not allowed
(#3123) Tab found within whitespace
(#3123) Inline comments must end in full-stops, exclamation marks, or question marks
(#3123) Line indented incorrectly; expected at least 16 spaces, found 9
(#3124) Spaces must be used for alignment; tabs are not allowed
(#3124) Tab found within whitespace
(#3124) Line indented incorrectly; expected 16 spaces, found 3
(#3124) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#3125) Spaces must be used for alignment; tabs are not allowed
(#3125) Tab found within whitespace
(#3125) Line indented incorrectly; expected at least 20 spaces, found 4
(#3126) Spaces must be used for alignment; tabs are not allowed
(#3126) Tab found within whitespace
(#3126) Line indented incorrectly; expected 16 spaces, found 3
(#3127) Spaces must be used for alignment; tabs are not allowed
(#3127) Tab found within whitespace
(#3127) Line indented incorrectly; expected at least 16 spaces, found 3
(#3128) Spaces must be used for alignment; tabs are not allowed
(#3128) Tab found within whitespace
(#3128) Line indented incorrectly; expected at least 16 spaces, found 3
(#3129) Spaces must be used for alignment; tabs are not allowed
(#3129) Tab found within whitespace
(#3129) Line indented incorrectly; expected at least 16 spaces, found 3
(#3130) Spaces must be used for alignment; tabs are not allowed
(#3130) Tab found within whitespace
(#3130) Line indented incorrectly; expected at least 16 spaces, found 6
(#3131) Spaces must be used for alignment; tabs are not allowed
(#3131) Tab found within whitespace
(#3131) Line indented incorrectly; expected 12 spaces, found 2
(#3131) Empty ELSE statement detected
(#3132) Spaces must be used for alignment; tabs are not allowed
(#3132) Tab found within whitespace
(#3132) This comment is 75% valid code; is this commented out code?
(#3132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3132) Line indented incorrectly; expected at least 16 spaces, found 3
(#3132) No space found before comment text; expected "// echo '<pre>';" but found "//echo '<pre>';"
(#3133) Spaces must be used for alignment; tabs are not allowed
(#3133) Tab found within whitespace
(#3133) This comment is 70% valid code; is this commented out code?
(#3133) Line indented incorrectly; expected at least 16 spaces, found 3
(#3133) No space found before comment text; expected "// var_dump(curl_getinfo($this->ch));" but found "//var_dump(curl_getinfo($this->ch));"
(#3134) Spaces must be used for alignment; tabs are not allowed
(#3134) Tab found within whitespace
(#3134) Inline comments must end in full-stops, exclamation marks, or question marks
(#3134) This comment is 75% valid code; is this commented out code?
(#3134) Line indented incorrectly; expected at least 16 spaces, found 3
(#3134) No space found before comment text; expected "// echo '</pre>';" but found "//echo '</pre>';"
(#3135) Spaces must be used for alignment; tabs are not allowed
(#3135) Tab found within whitespace
(#3135) Line indented incorrectly; expected 12 spaces, found 2
(#3136) Spaces must be used for alignment; tabs are not allowed
(#3136) Tab found within whitespace
(#3136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3136) Inline comments must end in full-stops, exclamation marks, or question marks
(#3136) Line indented incorrectly; expected at least 12 spaces, found 2
(#3137) Spaces must be used for alignment; tabs are not allowed
(#3137) Tab found within whitespace
(#3137) Line indented incorrectly; expected at least 12 spaces, found 2
(#3138) Spaces must be used for alignment; tabs are not allowed
(#3138) Tab found within whitespace
(#3138) Line indented incorrectly; expected at least 12 spaces, found 2
(#3139) Spaces must be used for alignment; tabs are not allowed
(#3139) Tab found within whitespace
(#3139) Whitespace found at end of line
(#3140) Spaces must be used for alignment; tabs are not allowed
(#3140) Tab found within whitespace
(#3140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3140) Inline comments must end in full-stops, exclamation marks, or question marks
(#3140) Line indented incorrectly; expected at least 12 spaces, found 2
(#3141) Spaces must be used for alignment; tabs are not allowed
(#3141) Tab found within whitespace
(#3141) Line indented incorrectly; expected at least 12 spaces, found 2
(#3142) Spaces must be used for alignment; tabs are not allowed
(#3142) Tab found within whitespace
(#3142) Line indented incorrectly; expected 12 spaces, found 2
(#3143) Spaces must be used for alignment; tabs are not allowed
(#3143) Tab found within whitespace
(#3143) Line indented incorrectly; expected at least 16 spaces, found 3
(#3144) Spaces must be used for alignment; tabs are not allowed
(#3144) Tab found within whitespace
(#3144) Line indented incorrectly; expected 16 spaces, found 3
(#3144) Commas (,) must be followed by white space.
(#3145) Spaces must be used for alignment; tabs are not allowed
(#3145) Tab found within whitespace
(#3145) Line indented incorrectly; expected at least 20 spaces, found 4
(#3145) Commas (,) must be followed by white space.
(#3146) Spaces must be used for alignment; tabs are not allowed
(#3146) Tab found within whitespace
(#3146) Line indented incorrectly; expected 16 spaces, found 3
(#3146) Usage of ELSEIF not allowed; use ELSE IF instead
(#3146) Commas (,) must be followed by white space.
(#3147) Spaces must be used for alignment; tabs are not allowed
(#3147) Tab found within whitespace
(#3147) Line indented incorrectly; expected at least 20 spaces, found 4
(#3147) Commas (,) must be followed by white space.
(#3148) Spaces must be used for alignment; tabs are not allowed
(#3148) Tab found within whitespace
(#3148) Line indented incorrectly; expected 16 spaces, found 3
(#3149) Spaces must be used for alignment; tabs are not allowed
(#3149) Tab found within whitespace
(#3149) Line indented incorrectly; expected 12 spaces, found 2
(#3151) Spaces must be used for alignment; tabs are not allowed
(#3151) Tab found within whitespace
(#3151) Line indented incorrectly; expected 12 spaces, found 2
(#3152) Spaces must be used for alignment; tabs are not allowed
(#3152) Tab found within whitespace
(#3152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3152) Inline comments must end in full-stops, exclamation marks, or question marks
(#3152) Line indented incorrectly; expected at least 16 spaces, found 3
(#3153) Spaces must be used for alignment; tabs are not allowed
(#3153) Tab found within whitespace
(#3153) Line indented incorrectly; expected at least 16 spaces, found 3
(#3154) Spaces must be used for alignment; tabs are not allowed
(#3154) Tab found within whitespace
(#3154) Line indented incorrectly; expected 16 spaces, found 3
(#3154) Commas (,) must be followed by white space.
(#3155) Spaces must be used for alignment; tabs are not allowed
(#3155) Tab found within whitespace
(#3155) Line indented incorrectly; expected 20 spaces, found 4
(#3155) Commas (,) must be followed by white space.
(#3156) Spaces must be used for alignment; tabs are not allowed
(#3156) Tab found within whitespace
(#3156) Line indented incorrectly; expected at least 24 spaces, found 5
(#3156) Commas (,) must be followed by white space.
(#3157) Spaces must be used for alignment; tabs are not allowed
(#3157) Tab found within whitespace
(#3157) Line indented incorrectly; expected 20 spaces, found 4
(#3157) Usage of ELSEIF not allowed; use ELSE IF instead
(#3157) Commas (,) must be followed by white space.
(#3158) Spaces must be used for alignment; tabs are not allowed
(#3158) Tab found within whitespace
(#3158) Line indented incorrectly; expected at least 24 spaces, found 5
(#3158) Commas (,) must be followed by white space.
(#3159) Spaces must be used for alignment; tabs are not allowed
(#3159) Tab found within whitespace
(#3159) Line indented incorrectly; expected 20 spaces, found 4
(#3160) Spaces must be used for alignment; tabs are not allowed
(#3160) Tab found within whitespace
(#3160) Line indented incorrectly; expected 16 spaces, found 3
(#3161) Spaces must be used for alignment; tabs are not allowed
(#3161) Tab found within whitespace
(#3161) Line indented incorrectly; expected 12 spaces, found 2
(#3162) Spaces must be used for alignment; tabs are not allowed
(#3162) Tab found within whitespace
(#3162) Whitespace found at end of line
(#3163) Spaces must be used for alignment; tabs are not allowed
(#3163) Tab found within whitespace
(#3163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3163) Inline comments must end in full-stops, exclamation marks, or question marks
(#3163) Line indented incorrectly; expected at least 12 spaces, found 2
(#3164) Spaces must be used for alignment; tabs are not allowed
(#3164) Tab found within whitespace
(#3164) Line indented incorrectly; expected 12 spaces, found 2
(#3164) Commas (,) must be followed by white space.
(#3165) Spaces must be used for alignment; tabs are not allowed
(#3165) Tab found within whitespace
(#3165) Line indented incorrectly; expected at least 16 spaces, found 3
(#3166) Spaces must be used for alignment; tabs are not allowed
(#3166) Tab found within whitespace
(#3166) Line indented incorrectly; expected 12 spaces, found 2
(#3166) Usage of ELSEIF not allowed; use ELSE IF instead
(#3166) Commas (,) must be followed by white space.
(#3167) Spaces must be used for alignment; tabs are not allowed
(#3167) Tab found within whitespace
(#3167) Line indented incorrectly; expected at least 16 spaces, found 3
(#3168) Spaces must be used for alignment; tabs are not allowed
(#3168) Tab found within whitespace
(#3168) Line indented incorrectly; expected 12 spaces, found 2
(#3169) Spaces must be used for alignment; tabs are not allowed
(#3169) Tab found within whitespace
(#3169) Line indented incorrectly; expected at least 16 spaces, found 3
(#3170) Spaces must be used for alignment; tabs are not allowed
(#3170) Tab found within whitespace
(#3170) Line indented incorrectly; expected at least 16 spaces, found 3
(#3171) Spaces must be used for alignment; tabs are not allowed
(#3171) Tab found within whitespace
(#3171) Line indented incorrectly; expected at least 16 spaces, found 3
(#3172) Spaces must be used for alignment; tabs are not allowed
(#3172) Tab found within whitespace
(#3172) Line indented incorrectly; expected 12 spaces, found 2
(#3173) Spaces must be used for alignment; tabs are not allowed
(#3173) Tab found within whitespace
(#3173) Line indented incorrectly; expected at least 12 spaces, found 2
(#3173) Variable "header_data" must not contain underscores.
(#3173) Commas (,) must be followed by white space.
(#3173) Commas (,) must be followed by white space.
(#3174) Spaces must be used for alignment; tabs are not allowed
(#3174) Tab found within whitespace
(#3174) Line indented incorrectly; expected at least 12 spaces, found 2
(#3174) Variable "header_array" must not contain underscores.
(#3174) Commas (,) must be followed by white space.
(#3174) Variable "header_data" must not contain underscores.
(#3175) Spaces must be used for alignment; tabs are not allowed
(#3175) Tab found within whitespace
(#3175) Line indented incorrectly; expected at least 12 spaces, found 2
(#3175) Commas (,) must be followed by white space.
(#3176) Spaces must be used for alignment; tabs are not allowed
(#3176) Tab found within whitespace
(#3176) Line indented incorrectly; expected at least 12 spaces, found 2
(#3177) Spaces must be used for alignment; tabs are not allowed
(#3177) Tab found within whitespace
(#3177) Line indented incorrectly; expected at least 12 spaces, found 2
(#3178) Spaces must be used for alignment; tabs are not allowed
(#3178) Tab found within whitespace
(#3178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3178) Inline comments must end in full-stops, exclamation marks, or question marks
(#3178) Line indented incorrectly; expected at least 12 spaces, found 2
(#3179) Spaces must be used for alignment; tabs are not allowed
(#3179) Tab found within whitespace
(#3179) Line indented incorrectly; expected 12 spaces, found 2
(#3179) Variable "header_array" must not contain underscores.
(#3179) Variable "header_line" must not contain underscores.
(#3180) Spaces must be used for alignment; tabs are not allowed
(#3180) Tab found within whitespace
(#3180) Line indented incorrectly; expected at least 16 spaces, found 3
(#3180) Commas (,) must be followed by white space.
(#3180) Variable "header_line" must not contain underscores.
(#3180) Commas (,) must be followed by white space.
(#3181) Spaces must be used for alignment; tabs are not allowed
(#3181) Tab found within whitespace
(#3181) Line indented incorrectly; expected 16 spaces, found 3
(#3181) Expected "if (...) {\n"; found "if(...){\n"
(#3182) Spaces must be used for alignment; tabs are not allowed
(#3182) Tab found within whitespace
(#3182) Line indented incorrectly; expected at least 20 spaces, found 4
(#3182) Variable "header_name" must not contain underscores.
(#3183) Spaces must be used for alignment; tabs are not allowed
(#3183) Tab found within whitespace
(#3183) Line indented incorrectly; expected at least 20 spaces, found 4
(#3183) Variable "header_name" must not contain underscores.
(#3184) Spaces must be used for alignment; tabs are not allowed
(#3184) Tab found within whitespace
(#3184) Line indented incorrectly; expected 20 spaces, found 4
(#3184) Variable "header_name" must not contain underscores.
(#3185) Spaces must be used for alignment; tabs are not allowed
(#3185) Tab found within whitespace
(#3185) Inline comments must end in full-stops, exclamation marks, or question marks
(#3185) Line indented incorrectly; expected at least 24 spaces, found 5
(#3186) Spaces must be used for alignment; tabs are not allowed
(#3186) Tab found within whitespace
(#3186) Line indented incorrectly; expected at least 24 spaces, found 5
(#3187) Spaces must be used for alignment; tabs are not allowed
(#3187) Tab found within whitespace
(#3187) Line indented incorrectly; expected 24 spaces, found 5
(#3188) Spaces must be used for alignment; tabs are not allowed
(#3188) Tab found within whitespace
(#3188) Line indented incorrectly; expected at least 28 spaces, found 6
(#3189) Spaces must be used for alignment; tabs are not allowed
(#3189) Tab found within whitespace
(#3189) Line indented incorrectly; expected at least 28 spaces, found 6
(#3190) Spaces must be used for alignment; tabs are not allowed
(#3190) Tab found within whitespace
(#3190) Line indented incorrectly; expected 24 spaces, found 5
(#3191) Spaces must be used for alignment; tabs are not allowed
(#3191) Tab found within whitespace
(#3191) Line indented incorrectly; expected at least 28 spaces, found 6
(#3192) Spaces must be used for alignment; tabs are not allowed
(#3192) Tab found within whitespace
(#3192) Line indented incorrectly; expected 24 spaces, found 5
(#3193) Spaces must be used for alignment; tabs are not allowed
(#3193) Tab found within whitespace
(#3193) Line indented incorrectly; expected 20 spaces, found 7
(#3193) Closing brace indented incorrectly; expected 4 spaces, found 7
(#3194) Spaces must be used for alignment; tabs are not allowed
(#3194) Tab found within whitespace
(#3194) Line indented incorrectly; expected 16 spaces, found 3
(#3194) Variable "header_name" must not contain underscores.
(#3195) Spaces must be used for alignment; tabs are not allowed
(#3195) Tab found within whitespace
(#3195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3195) Inline comments must end in full-stops, exclamation marks, or question marks
(#3195) Line indented incorrectly; expected at least 20 spaces, found 4
(#3196) Spaces must be used for alignment; tabs are not allowed
(#3196) Tab found within whitespace
(#3196) Line indented incorrectly; expected at least 20 spaces, found 4
(#3196) Variable "header_name" must not contain underscores.
(#3196) Variable "header_line" must not contain underscores.
(#3197) Spaces must be used for alignment; tabs are not allowed
(#3197) Tab found within whitespace
(#3197) Line indented incorrectly; expected 16 spaces, found 3
(#3198) Spaces must be used for alignment; tabs are not allowed
(#3198) Tab found within whitespace
(#3198) Line indented incorrectly; expected 12 spaces, found 2
(#3199) Spaces must be used for alignment; tabs are not allowed
(#3199) Tab found within whitespace
(#3199) Line indented incorrectly; expected 8 spaces, found 3
(#3201) Spaces must be used for alignment; tabs are not allowed
(#3201) Tab found within whitespace
(#3201) Line indented incorrectly; expected at least 8 spaces, found 2
(#3201) Variable "header_array" must not contain underscores.
(#3202) Spaces must be used for alignment; tabs are not allowed
(#3202) Tab found within whitespace
(#3202) Line indented incorrectly; expected at least 8 spaces, found 2
(#3203) Spaces must be used for alignment; tabs are not allowed
(#3203) Tab found within whitespace
(#3203) Line indented incorrectly; expected at least 8 spaces, found 2
(#3203) Variable "http_version" must not contain underscores.
(#3204) Spaces must be used for alignment; tabs are not allowed
(#3204) Tab found within whitespace
(#3204) Line indented incorrectly; expected at least 8 spaces, found 2
(#3204) Variable "http_status" must not contain underscores.
(#3205) Spaces must be used for alignment; tabs are not allowed
(#3205) Tab found within whitespace
(#3205) Line indented incorrectly; expected at least 8 spaces, found 2
(#3205) Variable "http_reason" must not contain underscores.
(#3207) Spaces must be used for alignment; tabs are not allowed
(#3207) Tab found within whitespace
(#3207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3207) Inline comments must end in full-stops, exclamation marks, or question marks
(#3207) Line indented incorrectly; expected at least 8 spaces, found 3
(#3208) Spaces must be used for alignment; tabs are not allowed
(#3208) Tab found within whitespace
(#3208) Line indented incorrectly; expected 8 spaces, found 3
(#3208) Variable "http_status" must not contain underscores.
(#3208) Variable "http_status" must not contain underscores.
(#3209) Spaces must be used for alignment; tabs are not allowed
(#3209) Tab found within whitespace
(#3209) Line indented incorrectly; expected at least 12 spaces, found 4
(#3209) Variable "http_status" must not contain underscores.
(#3210) Spaces must be used for alignment; tabs are not allowed
(#3210) Tab found within whitespace
(#3210) Line indented incorrectly; expected at least 12 spaces, found 4
(#3211) Spaces must be used for alignment; tabs are not allowed
(#3211) Tab found within whitespace
(#3211) Line indented incorrectly; expected at least 12 spaces, found 3
(#3212) Spaces must be used for alignment; tabs are not allowed
(#3212) Tab found within whitespace
(#3212) Line indented incorrectly; expected at least 12 spaces, found 3
(#3213) Spaces must be used for alignment; tabs are not allowed
(#3213) Tab found within whitespace
(#3213) Line indented incorrectly; expected 8 spaces, found 2
(#3213) Closing brace indented incorrectly; expected 3 spaces, found 2
(#3215) Spaces must be used for alignment; tabs are not allowed
(#3215) Tab found within whitespace
(#3215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3215) Inline comments must end in full-stops, exclamation marks, or question marks
(#3215) Line indented incorrectly; expected at least 8 spaces, found 3
(#3216) Spaces must be used for alignment; tabs are not allowed
(#3216) Tab found within whitespace
(#3216) Line indented incorrectly; expected 8 spaces, found 3
(#3216) Variable "http_status" must not contain underscores.
(#3217) Spaces must be used for alignment; tabs are not allowed
(#3217) Tab found within whitespace
(#3217) Line indented incorrectly; expected at least 12 spaces, found 4
(#3217) Variable "http_reason" must not contain underscores.
(#3218) Spaces must be used for alignment; tabs are not allowed
(#3218) Tab found within whitespace
(#3218) Line indented incorrectly; expected 12 spaces, found 4
(#3219) Spaces must be used for alignment; tabs are not allowed
(#3219) Tab found within whitespace
(#3219) Line indented incorrectly; expected at least 16 spaces, found 5
(#3220) Spaces must be used for alignment; tabs are not allowed
(#3220) Tab found within whitespace
(#3220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3220) Inline comments must end in full-stops, exclamation marks, or question marks
(#3220) Line indented incorrectly; expected at least 16 spaces, found 5
(#3221) Spaces must be used for alignment; tabs are not allowed
(#3221) Tab found within whitespace
(#3221) Line indented incorrectly; expected at least 16 spaces, found 5
(#3221) Variable "digestString" must be all lower-case
(#3222) Spaces must be used for alignment; tabs are not allowed
(#3222) Tab found within whitespace
(#3222) Whitespace found at end of line
(#3223) Spaces must be used for alignment; tabs are not allowed
(#3223) Tab found within whitespace
(#3223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3223) Inline comments must end in full-stops, exclamation marks, or question marks
(#3223) Line indented incorrectly; expected at least 16 spaces, found 5
(#3224) Spaces must be used for alignment; tabs are not allowed
(#3224) Tab found within whitespace
(#3224) Line indented incorrectly; expected at least 16 spaces, found 5
(#3224) Variable "digestElements" must be all lower-case
(#3224) Variable "digestString" must be all lower-case
(#3225) Spaces must be used for alignment; tabs are not allowed
(#3225) Tab found within whitespace
(#3225) Line indented incorrectly; expected 16 spaces, found 5
(#3225) Variable "digestElements" must be all lower-case
(#3226) Spaces must be used for alignment; tabs are not allowed
(#3226) Tab found within whitespace
(#3226) Line indented incorrectly; expected at least 20 spaces, found 6
(#3226) Variable "tempElement" must be all lower-case
(#3227) Spaces must be used for alignment; tabs are not allowed
(#3227) Tab found within whitespace
(#3227) Line indented incorrectly; expected at least 20 spaces, found 6
(#3227) Variable "digestRequest" must be all lower-case
(#3227) Variable "tempElement" must be all lower-case
(#3227) Variable "tempElement" must be all lower-case
(#3228) Spaces must be used for alignment; tabs are not allowed
(#3228) Tab found within whitespace
(#3228) Line indented incorrectly; expected 16 spaces, found 5
(#3230) Spaces must be used for alignment; tabs are not allowed
(#3230) Tab found within whitespace
(#3230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3230) Inline comments must end in full-stops, exclamation marks, or question marks
(#3230) Line indented incorrectly; expected at least 16 spaces, found 4
(#3231) Spaces must be used for alignment; tabs are not allowed
(#3231) Tab found within whitespace
(#3231) Line indented incorrectly; expected 16 spaces, found 5
(#3231) Variable "digestRequest" must be all lower-case
(#3232) Spaces must be used for alignment; tabs are not allowed
(#3232) Tab found within whitespace
(#3232) Line indented incorrectly; expected at least 20 spaces, found 6
(#3232) Variable "digestRequest" must be all lower-case
(#3233) Spaces must be used for alignment; tabs are not allowed
(#3233) Tab found within whitespace
(#3233) Line indented incorrectly; expected at least 20 spaces, found 6
(#3234) Spaces must be used for alignment; tabs are not allowed
(#3234) Tab found within whitespace
(#3234) Line indented incorrectly; expected at least 20 spaces, found 6
(#3235) Spaces must be used for alignment; tabs are not allowed
(#3235) Tab found within whitespace
(#3235) Line indented incorrectly; expected 16 spaces, found 5
(#3236) Spaces must be used for alignment; tabs are not allowed
(#3236) Tab found within whitespace
(#3236) Line indented incorrectly; expected 12 spaces, found 4
(#3237) Spaces must be used for alignment; tabs are not allowed
(#3237) Tab found within whitespace
(#3237) Line indented incorrectly; expected at least 12 spaces, found 3
(#3238) Spaces must be used for alignment; tabs are not allowed
(#3238) Tab found within whitespace
(#3238) Line indented incorrectly; expected at least 12 spaces, found 3
(#3239) Spaces must be used for alignment; tabs are not allowed
(#3239) Tab found within whitespace
(#3239) Line indented incorrectly; expected at least 12 spaces, found 3
(#3240) Spaces must be used for alignment; tabs are not allowed
(#3240) Tab found within whitespace
(#3240) Line indented incorrectly; expected 8 spaces, found 3
(#3241) Spaces must be used for alignment; tabs are not allowed
(#3241) Tab found within whitespace
(#3241) Whitespace found at end of line
(#3242) Spaces must be used for alignment; tabs are not allowed
(#3242) Tab found within whitespace
(#3242) Line indented incorrectly; expected 8 spaces, found 2
(#3243) Spaces must be used for alignment; tabs are not allowed
(#3243) Tab found within whitespace
(#3243) Line indented incorrectly; expected at least 8 spaces, found 3
(#3243) Variable "http_status" must not contain underscores.
(#3243) Variable "http_status" must not contain underscores.
(#3244) Spaces must be used for alignment; tabs are not allowed
(#3244) Tab found within whitespace
(#3244) Line indented incorrectly; expected at least 8 spaces, found 3
(#3244) Variable "http_status" must not contain underscores.
(#3244) Variable "http_status" must not contain underscores.
(#3245) Spaces must be used for alignment; tabs are not allowed
(#3245) Tab found within whitespace
(#3245) Line indented incorrectly; expected at least 8 spaces, found 3
(#3245) Variable "http_status" must not contain underscores.
(#3245) Variable "http_status" must not contain underscores.
(#3246) Spaces must be used for alignment; tabs are not allowed
(#3246) Tab found within whitespace
(#3246) Line indented incorrectly; expected at least 11 spaces, found 5
(#3247) Spaces must be used for alignment; tabs are not allowed
(#3247) Tab found within whitespace
(#3247) Line indented incorrectly; expected at least 15 spaces, found 3
(#3247) Variable "http_status" must not contain underscores.
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3247) Line exceeds 132 characters; contains 133 characters
(#3248) Spaces must be used for alignment; tabs are not allowed
(#3248) Tab found within whitespace
(#3248) Line indented incorrectly; expected at least 15 spaces, found 3
(#3249) Spaces must be used for alignment; tabs are not allowed
(#3249) Tab found within whitespace
(#3249) Line indented incorrectly; expected 8 spaces, found 2
(#3251) Spaces must be used for alignment; tabs are not allowed
(#3251) Tab found within whitespace
(#3251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3251) Inline comments must end in full-stops, exclamation marks, or question marks
(#3251) Line indented incorrectly; expected at least 8 spaces, found 2
(#3252) Spaces must be used for alignment; tabs are not allowed
(#3252) Tab found within whitespace
(#3252) Line indented incorrectly; expected 8 spaces, found 2
(#3252) Expected "if (...) {\n"; found "if(...){\n"
(#3253) Spaces must be used for alignment; tabs are not allowed
(#3253) Tab found within whitespace
(#3253) Line indented incorrectly; expected 12 spaces, found 3
(#3253) Expected "if (...) {\n"; found "if(...){\n"
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3253) Line exceeds 132 characters; contains 145 characters
(#3254) Spaces must be used for alignment; tabs are not allowed
(#3254) Tab found within whitespace
(#3254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3254) Inline comments must end in full-stops, exclamation marks, or question marks
(#3254) Line indented incorrectly; expected at least 16 spaces, found 7
(#3255) Spaces must be used for alignment; tabs are not allowed
(#3255) Tab found within whitespace
(#3255) Line indented incorrectly; expected 16 spaces, found 7
(#3255) Expected "if (...) {\n"; found "if(...){\n"
(#3256) Spaces must be used for alignment; tabs are not allowed
(#3256) Tab found within whitespace
(#3256) This comment is 86% valid code; is this commented out code?
(#3256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3256) Line indented incorrectly; expected at least 20 spaces, found 5
(#3256) No space found before comment text; expected "// $timer->setMarker('starting decoding of gzip/deflated content');" but found "//$timer->setMarker('starting decoding of gzip/deflated content');"
(#3257) Spaces must be used for alignment; tabs are not allowed
(#3257) Tab found within whitespace
(#3257) Line indented incorrectly; expected at least 20 spaces, found 5
(#3258) Spaces must be used for alignment; tabs are not allowed
(#3258) Tab found within whitespace
(#3258) Inline comments must end in full-stops, exclamation marks, or question marks
(#3258) Line indented incorrectly; expected at least 20 spaces, found 5
(#3259) Spaces must be used for alignment; tabs are not allowed
(#3259) Tab found within whitespace
(#3259) Line indented incorrectly; expected at least 20 spaces, found 5
(#3260) Spaces must be used for alignment; tabs are not allowed
(#3260) Tab found within whitespace
(#3260) Line indented incorrectly; expected at least 20 spaces, found 5
(#3261) Spaces must be used for alignment; tabs are not allowed
(#3261) Tab found within whitespace
(#3261) Line indented incorrectly; expected 20 spaces, found 5
(#3262) Spaces must be used for alignment; tabs are not allowed
(#3262) Tab found within whitespace
(#3262) Line indented incorrectly; expected 24 spaces, found 6
(#3263) Spaces must be used for alignment; tabs are not allowed
(#3263) Tab found within whitespace
(#3263) Line indented incorrectly; expected at least 28 spaces, found 10
(#3264) Spaces must be used for alignment; tabs are not allowed
(#3264) Tab found within whitespace
(#3264) Line indented incorrectly; expected at least 28 spaces, found 10
(#3265) Spaces must be used for alignment; tabs are not allowed
(#3265) Tab found within whitespace
(#3265) Line indented incorrectly; expected 28 spaces, found 10
(#3266) Spaces must be used for alignment; tabs are not allowed
(#3266) Tab found within whitespace
(#3266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3266) Inline comments must end in full-stops, exclamation marks, or question marks
(#3266) Line indented incorrectly; expected at least 32 spaces, found 11
(#3267) Spaces must be used for alignment; tabs are not allowed
(#3267) Tab found within whitespace
(#3267) Line indented incorrectly; expected at least 32 spaces, found 11
(#3268) Spaces must be used for alignment; tabs are not allowed
(#3268) Tab found within whitespace
(#3268) Line indented incorrectly; expected 32 spaces, found 8
(#3269) Spaces must be used for alignment; tabs are not allowed
(#3269) Tab found within whitespace
(#3269) Line indented incorrectly; expected at least 36 spaces, found 12
(#3270) Spaces must be used for alignment; tabs are not allowed
(#3270) Tab found within whitespace
(#3270) Line indented incorrectly; expected at least 36 spaces, found 12
(#3271) Spaces must be used for alignment; tabs are not allowed
(#3271) Tab found within whitespace
(#3271) Line indented incorrectly; expected 32 spaces, found 8
(#3272) Spaces must be used for alignment; tabs are not allowed
(#3272) Tab found within whitespace
(#3272) Line indented incorrectly; expected 28 spaces, found 10
(#3273) Spaces must be used for alignment; tabs are not allowed
(#3273) Tab found within whitespace
(#3273) Line indented incorrectly; expected 24 spaces, found 9
(#3273) Closing brace indented incorrectly; expected 6 spaces, found 9
(#3274) Spaces must be used for alignment; tabs are not allowed
(#3274) Tab found within whitespace
(#3274) Line indented incorrectly; expected at least 28 spaces, found 10
(#3275) Spaces must be used for alignment; tabs are not allowed
(#3275) Tab found within whitespace
(#3275) Line indented incorrectly; expected at least 28 spaces, found 10
(#3276) Spaces must be used for alignment; tabs are not allowed
(#3276) Tab found within whitespace
(#3276) Line indented incorrectly; expected 24 spaces, found 9
(#3277) Spaces must be used for alignment; tabs are not allowed
(#3277) Tab found within whitespace
(#3277) Line indented incorrectly; expected 20 spaces, found 5
(#3277) Usage of ELSEIF not allowed; use ELSE IF instead
(#3278) Spaces must be used for alignment; tabs are not allowed
(#3278) Tab found within whitespace
(#3278) Line indented incorrectly; expected 24 spaces, found 6
(#3278) Spaces must be used for alignment; tabs are not allowed
(#3278) Tab found within whitespace
(#3278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3278) Inline comments must end in full-stops, exclamation marks, or question marks
(#3279) Spaces must be used for alignment; tabs are not allowed
(#3279) Tab found within whitespace
(#3279) Line indented incorrectly; expected at least 28 spaces, found 7
(#3280) Spaces must be used for alignment; tabs are not allowed
(#3280) Tab found within whitespace
(#3280) Line indented incorrectly; expected at least 28 spaces, found 10
(#3281) Spaces must be used for alignment; tabs are not allowed
(#3281) Tab found within whitespace
(#3281) Line indented incorrectly; expected 28 spaces, found 10
(#3282) Spaces must be used for alignment; tabs are not allowed
(#3282) Tab found within whitespace
(#3282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3282) Inline comments must end in full-stops, exclamation marks, or question marks
(#3282) Line indented incorrectly; expected at least 32 spaces, found 11
(#3283) Spaces must be used for alignment; tabs are not allowed
(#3283) Tab found within whitespace
(#3283) Line indented incorrectly; expected at least 32 spaces, found 11
(#3284) Spaces must be used for alignment; tabs are not allowed
(#3284) Tab found within whitespace
(#3284) Line indented incorrectly; expected 32 spaces, found 8
(#3285) Spaces must be used for alignment; tabs are not allowed
(#3285) Tab found within whitespace
(#3285) Line indented incorrectly; expected at least 36 spaces, found 12
(#3286) Spaces must be used for alignment; tabs are not allowed
(#3286) Tab found within whitespace
(#3286) Line indented incorrectly; expected at least 36 spaces, found 12
(#3287) Spaces must be used for alignment; tabs are not allowed
(#3287) Tab found within whitespace
(#3287) Line indented incorrectly; expected 32 spaces, found 8
(#3288) Spaces must be used for alignment; tabs are not allowed
(#3288) Tab found within whitespace
(#3288) Line indented incorrectly; expected 28 spaces, found 10
(#3289) Spaces must be used for alignment; tabs are not allowed
(#3289) Tab found within whitespace
(#3289) Line indented incorrectly; expected 24 spaces, found 9
(#3289) Closing brace indented incorrectly; expected 6 spaces, found 9
(#3290) Spaces must be used for alignment; tabs are not allowed
(#3290) Tab found within whitespace
(#3290) Line indented incorrectly; expected at least 28 spaces, found 10
(#3291) Spaces must be used for alignment; tabs are not allowed
(#3291) Tab found within whitespace
(#3291) Line indented incorrectly; expected at least 28 spaces, found 7
(#3292) Spaces must be used for alignment; tabs are not allowed
(#3292) Tab found within whitespace
(#3292) Line indented incorrectly; expected 24 spaces, found 9
(#3293) Spaces must be used for alignment; tabs are not allowed
(#3293) Tab found within whitespace
(#3293) Line indented incorrectly; expected 20 spaces, found 5
(#3294) Spaces must be used for alignment; tabs are not allowed
(#3294) Tab found within whitespace
(#3294) This comment is 86% valid code; is this commented out code?
(#3294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3294) Line indented incorrectly; expected at least 20 spaces, found 5
(#3294) No space found before comment text; expected "// $timer->setMarker('finished decoding of gzip/deflated content');" but found "//$timer->setMarker('finished decoding of gzip/deflated content');"
(#3295) Spaces must be used for alignment; tabs are not allowed
(#3295) Tab found within whitespace
(#3295) This comment is 75% valid code; is this commented out code?
(#3295) Line indented incorrectly; expected at least 20 spaces, found 5
(#3295) No space found before comment text; expected "// print "<xmp>\nde-inflated:\n---------------\n$data\n-------------\n</xmp>";" but found "//print "<xmp>\nde-inflated:\n---------------\n$data\n-------------\n</xmp>";"
(#3296) Spaces must be used for alignment; tabs are not allowed
(#3296) Tab found within whitespace
(#3296) Inline comments must end in full-stops, exclamation marks, or question marks
(#3296) Line indented incorrectly; expected at least 20 spaces, found 5
(#3297) Spaces must be used for alignment; tabs are not allowed
(#3297) Tab found within whitespace
(#3297) Line indented incorrectly; expected at least 20 spaces, found 5
(#3297) Variable "header_data" must not contain underscores.
(#3298) Spaces must be used for alignment; tabs are not allowed
(#3298) Tab found within whitespace
(#3298) Line indented incorrectly; expected 16 spaces, found 7
(#3299) Spaces must be used for alignment; tabs are not allowed
(#3299) Tab found within whitespace
(#3299) Line indented incorrectly; expected at least 20 spaces, found 5
(#3300) Spaces must be used for alignment; tabs are not allowed
(#3300) Tab found within whitespace
(#3300) Line indented incorrectly; expected at least 20 spaces, found 5
(#3301) Spaces must be used for alignment; tabs are not allowed
(#3301) Tab found within whitespace
(#3301) Line indented incorrectly; expected 16 spaces, found 4
(#3301) Closing brace indented incorrectly; expected 7 spaces, found 4
(#3302) Spaces must be used for alignment; tabs are not allowed
(#3302) Tab found within whitespace
(#3302) Line indented incorrectly; expected 12 spaces, found 3
(#3303) Spaces must be used for alignment; tabs are not allowed
(#3303) Tab found within whitespace
(#3303) Line indented incorrectly; expected at least 16 spaces, found 4
(#3304) Spaces must be used for alignment; tabs are not allowed
(#3304) Tab found within whitespace
(#3304) Line indented incorrectly; expected at least 16 spaces, found 4
(#3305) Spaces must be used for alignment; tabs are not allowed
(#3305) Tab found within whitespace
(#3305) Line indented incorrectly; expected 12 spaces, found 3
(#3306) Spaces must be used for alignment; tabs are not allowed
(#3306) Tab found within whitespace
(#3306) Line indented incorrectly; expected 8 spaces, found 2
(#3307) Spaces must be used for alignment; tabs are not allowed
(#3307) Tab found within whitespace
(#3307) Line indented incorrectly; expected at least 12 spaces, found 3
(#3308) Spaces must be used for alignment; tabs are not allowed
(#3308) Tab found within whitespace
(#3308) Line indented incorrectly; expected 8 spaces, found 2
(#3309) Spaces must be used for alignment; tabs are not allowed
(#3309) Tab found within whitespace
(#3309) Whitespace found at end of line
(#3310) Spaces must be used for alignment; tabs are not allowed
(#3310) Tab found within whitespace
(#3310) Line indented incorrectly; expected 8 spaces, found 2
(#3310) Expected "if (...) {\n"; found "if(...){\n"
(#3311) Spaces must be used for alignment; tabs are not allowed
(#3311) Tab found within whitespace
(#3311) Line indented incorrectly; expected at least 12 spaces, found 3
(#3312) Spaces must be used for alignment; tabs are not allowed
(#3312) Tab found within whitespace
(#3312) Line indented incorrectly; expected at least 12 spaces, found 3
(#3313) Spaces must be used for alignment; tabs are not allowed
(#3313) Tab found within whitespace
(#3313) Line indented incorrectly; expected at least 12 spaces, found 3
(#3314) Spaces must be used for alignment; tabs are not allowed
(#3314) Tab found within whitespace
(#3314) Line indented incorrectly; expected 8 spaces, found 2
(#3315) Spaces must be used for alignment; tabs are not allowed
(#3315) Tab found within whitespace
(#3315) Whitespace found at end of line
(#3316) Spaces must be used for alignment; tabs are not allowed
(#3316) Tab found within whitespace
(#3316) Line indented incorrectly; expected at least 8 spaces, found 2
(#3317) Spaces must be used for alignment; tabs are not allowed
(#3317) Tab found within whitespace
(#3317) Line indented incorrectly; expected 4 spaces, found 1
(#3319) Spaces must be used for alignment; tabs are not allowed
(#3319) Tab found within whitespace
(#3319) Line indented incorrectly; expected at least 4 spaces, found 1
(#3320) Spaces must be used for alignment; tabs are not allowed
(#3321) Spaces must be used for alignment; tabs are not allowed
(#3322) Spaces must be used for alignment; tabs are not allowed
(#3322) Spaces must be used for alignment; tabs are not allowed
(#3323) Spaces must be used for alignment; tabs are not allowed
(#3323) Spaces must be used for alignment; tabs are not allowed
(#3324) Spaces must be used for alignment; tabs are not allowed
(#3324) Spaces must be used for alignment; tabs are not allowed
(#3325) Spaces must be used for alignment; tabs are not allowed
(#3326) Spaces must be used for alignment; tabs are not allowed
(#3326) Tab found within whitespace
(#3326) Line indented incorrectly; expected 4 spaces, found 1
(#3326) method name "soap_transport_http::setContentType" must be in lower-case letters only
(#3326) Visibility must be declared on method "setContentType"
(#3327) Spaces must be used for alignment; tabs are not allowed
(#3327) Tab found within whitespace
(#3327) Line indented incorrectly; expected at least 8 spaces, found 2
(#3328) Spaces must be used for alignment; tabs are not allowed
(#3328) Tab found within whitespace
(#3328) Line indented incorrectly; expected 4 spaces, found 1
(#3330) Spaces must be used for alignment; tabs are not allowed
(#3330) Tab found within whitespace
(#3330) Line indented incorrectly; expected at least 4 spaces, found 1
(#3331) Spaces must be used for alignment; tabs are not allowed
(#3332) Spaces must be used for alignment; tabs are not allowed
(#3333) Spaces must be used for alignment; tabs are not allowed
(#3333) Spaces must be used for alignment; tabs are not allowed
(#3334) Spaces must be used for alignment; tabs are not allowed
(#3334) Spaces must be used for alignment; tabs are not allowed
(#3335) Spaces must be used for alignment; tabs are not allowed
(#3336) Spaces must be used for alignment; tabs are not allowed
(#3336) Tab found within whitespace
(#3336) Line indented incorrectly; expected 4 spaces, found 1
(#3336) method name "soap_transport_http::usePersistentConnection" must be in lower-case letters only
(#3336) Visibility must be declared on method "usePersistentConnection"
(#3336) Expected 1 space after closing parenthesis; found 0
(#3337) Spaces must be used for alignment; tabs are not allowed
(#3337) Tab found within whitespace
(#3337) Line indented incorrectly; expected 8 spaces, found 2
(#3338) Spaces must be used for alignment; tabs are not allowed
(#3338) Tab found within whitespace
(#3338) Line indented incorrectly; expected at least 12 spaces, found 3
(#3339) Spaces must be used for alignment; tabs are not allowed
(#3339) Tab found within whitespace
(#3339) Line indented incorrectly; expected 8 spaces, found 2
(#3340) Spaces must be used for alignment; tabs are not allowed
(#3340) Tab found within whitespace
(#3340) Line indented incorrectly; expected at least 8 spaces, found 2
(#3341) Spaces must be used for alignment; tabs are not allowed
(#3341) Tab found within whitespace
(#3341) Line indented incorrectly; expected at least 8 spaces, found 2
(#3342) Spaces must be used for alignment; tabs are not allowed
(#3342) Tab found within whitespace
(#3342) Line indented incorrectly; expected at least 8 spaces, found 2
(#3343) Spaces must be used for alignment; tabs are not allowed
(#3343) Tab found within whitespace
(#3343) Line indented incorrectly; expected at least 8 spaces, found 2
(#3344) Spaces must be used for alignment; tabs are not allowed
(#3344) Tab found within whitespace
(#3344) Line indented incorrectly; expected 4 spaces, found 1
(#3346) Spaces must be used for alignment; tabs are not allowed
(#3346) Tab found within whitespace
(#3346) Line indented incorrectly; expected at least 4 spaces, found 1
(#3347) Spaces must be used for alignment; tabs are not allowed
(#3348) Spaces must be used for alignment; tabs are not allowed
(#3349) Spaces must be used for alignment; tabs are not allowed
(#3349) Spaces must be used for alignment; tabs are not allowed
(#3350) Spaces must be used for alignment; tabs are not allowed
(#3350) Spaces must be used for alignment; tabs are not allowed
(#3351) Spaces must be used for alignment; tabs are not allowed
(#3351) Spaces must be used for alignment; tabs are not allowed
(#3352) Spaces must be used for alignment; tabs are not allowed
(#3353) Spaces must be used for alignment; tabs are not allowed
(#3353) Tab found within whitespace
(#3353) Line indented incorrectly; expected at least 4 spaces, found 1
(#3354) Line indented incorrectly; expected at least 4 spaces, found 2
(#3355) Line indented incorrectly; expected at least 4 spaces, found 2
(#3356) Spaces must be used for alignment; tabs are not allowed
(#3356) Tab found within whitespace
(#3356) Line indented incorrectly; expected 4 spaces, found 1
(#3356) method name "soap_transport_http::parseCookie" must be in lower-case letters only
(#3356) Visibility must be declared on method "parseCookie"
(#3356) Variable "cookie_str" must not contain underscores.
(#3357) Spaces must be used for alignment; tabs are not allowed
(#3357) Tab found within whitespace
(#3357) Line indented incorrectly; expected at least 8 spaces, found 2
(#3357) Variable "cookie_str" must not contain underscores.
(#3357) Variable "cookie_str" must not contain underscores.
(#3358) Spaces must be used for alignment; tabs are not allowed
(#3358) Tab found within whitespace
(#3358) Line indented incorrectly; expected at least 8 spaces, found 2
(#3358) Variable "cookie_str" must not contain underscores.
(#3359) Spaces must be used for alignment; tabs are not allowed
(#3359) Tab found within whitespace
(#3359) Line indented incorrectly; expected at least 8 spaces, found 2
(#3359) Variable "value_str" must not contain underscores.
(#3361) Spaces must be used for alignment; tabs are not allowed
(#3361) Tab found within whitespace
(#3361) Line indented incorrectly; expected at least 8 spaces, found 2
(#3361) Variable "cookie_param" must not contain underscores.
(#3362) Spaces must be used for alignment; tabs are not allowed
(#3362) Tab found within whitespace
(#3362) Line indented incorrectly; expected at least 8 spaces, found 2
(#3362) Variable "cookie_str" must not contain underscores.
(#3362) Variable "cookie_param" must not contain underscores.
(#3363) Spaces must be used for alignment; tabs are not allowed
(#3363) Tab found within whitespace
(#3363) Line indented incorrectly; expected 8 spaces, found 2
(#3364) Spaces must be used for alignment; tabs are not allowed
(#3364) Tab found within whitespace
(#3364) Line indented incorrectly; expected at least 12 spaces, found 3
(#3364) Variable "cookie_str" must not contain underscores.
(#3364) Variable "cookie_param" must not contain underscores.
(#3365) Spaces must be used for alignment; tabs are not allowed
(#3365) Tab found within whitespace
(#3365) Line indented incorrectly; expected at least 12 spaces, found 3
(#3366) Spaces must be used for alignment; tabs are not allowed
(#3366) Tab found within whitespace
(#3366) Line indented incorrectly; expected 8 spaces, found 2
(#3367) Spaces must be used for alignment; tabs are not allowed
(#3367) Tab found within whitespace
(#3367) Line indented incorrectly; expected at least 12 spaces, found 3
(#3368) Spaces must be used for alignment; tabs are not allowed
(#3368) Tab found within whitespace
(#3368) Line indented incorrectly; expected 8 spaces, found 2
(#3370) Spaces must be used for alignment; tabs are not allowed
(#3370) Tab found within whitespace
(#3370) Line indented incorrectly; expected at least 8 spaces, found 2
(#3370) Variable "cookie_param" must not contain underscores.
(#3371) Spaces must be used for alignment; tabs are not allowed
(#3371) Tab found within whitespace
(#3371) Line indented incorrectly; expected at least 8 spaces, found 2
(#3371) Variable "cookie_str" must not contain underscores.
(#3371) Variable "cookie_param" must not contain underscores.
(#3372) Spaces must be used for alignment; tabs are not allowed
(#3372) Tab found within whitespace
(#3372) Line indented incorrectly; expected 8 spaces, found 2
(#3373) Spaces must be used for alignment; tabs are not allowed
(#3373) Tab found within whitespace
(#3373) Line indented incorrectly; expected at least 12 spaces, found 3
(#3373) Variable "cookie_str" must not contain underscores.
(#3373) Variable "cookie_param" must not contain underscores.
(#3374) Spaces must be used for alignment; tabs are not allowed
(#3374) Tab found within whitespace
(#3374) Line indented incorrectly; expected at least 12 spaces, found 3
(#3375) Spaces must be used for alignment; tabs are not allowed
(#3375) Tab found within whitespace
(#3375) Line indented incorrectly; expected 8 spaces, found 2
(#3376) Spaces must be used for alignment; tabs are not allowed
(#3376) Tab found within whitespace
(#3376) Line indented incorrectly; expected at least 12 spaces, found 3
(#3377) Spaces must be used for alignment; tabs are not allowed
(#3377) Tab found within whitespace
(#3377) Line indented incorrectly; expected 8 spaces, found 2
(#3379) Spaces must be used for alignment; tabs are not allowed
(#3379) Tab found within whitespace
(#3379) Line indented incorrectly; expected at least 8 spaces, found 2
(#3379) Variable "cookie_param" must not contain underscores.
(#3380) Spaces must be used for alignment; tabs are not allowed
(#3380) Tab found within whitespace
(#3380) Line indented incorrectly; expected at least 8 spaces, found 2
(#3380) Variable "cookie_str" must not contain underscores.
(#3380) Variable "cookie_param" must not contain underscores.
(#3381) Spaces must be used for alignment; tabs are not allowed
(#3381) Tab found within whitespace
(#3381) Line indented incorrectly; expected 8 spaces, found 2
(#3382) Spaces must be used for alignment; tabs are not allowed
(#3382) Tab found within whitespace
(#3382) Line indented incorrectly; expected at least 12 spaces, found 3
(#3382) Variable "cookie_str" must not contain underscores.
(#3382) Variable "cookie_param" must not contain underscores.
(#3383) Spaces must be used for alignment; tabs are not allowed
(#3383) Tab found within whitespace
(#3383) Line indented incorrectly; expected at least 12 spaces, found 3
(#3384) Spaces must be used for alignment; tabs are not allowed
(#3384) Tab found within whitespace
(#3384) Line indented incorrectly; expected 8 spaces, found 2
(#3385) Spaces must be used for alignment; tabs are not allowed
(#3385) Tab found within whitespace
(#3385) Line indented incorrectly; expected at least 12 spaces, found 3
(#3386) Spaces must be used for alignment; tabs are not allowed
(#3386) Tab found within whitespace
(#3386) Line indented incorrectly; expected 8 spaces, found 2
(#3387) Spaces must be used for alignment; tabs are not allowed
(#3387) Tab found within whitespace
(#3387) Whitespace found at end of line
(#3388) Spaces must be used for alignment; tabs are not allowed
(#3388) Tab found within whitespace
(#3388) Line indented incorrectly; expected at least 8 spaces, found 2
(#3388) Variable "cookie_param" must not contain underscores.
(#3389) Spaces must be used for alignment; tabs are not allowed
(#3389) Tab found within whitespace
(#3389) Line indented incorrectly; expected 8 spaces, found 2
(#3389) Variable "cookie_str" must not contain underscores.
(#3389) Variable "cookie_param" must not contain underscores.
(#3389) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3390) Spaces must be used for alignment; tabs are not allowed
(#3390) Tab found within whitespace
(#3390) Line indented incorrectly; expected at least 12 spaces, found 3
(#3391) Spaces must be used for alignment; tabs are not allowed
(#3391) Tab found within whitespace
(#3391) Line indented incorrectly; expected 8 spaces, found 2
(#3392) Spaces must be used for alignment; tabs are not allowed
(#3392) Tab found within whitespace
(#3392) Line indented incorrectly; expected at least 12 spaces, found 3
(#3393) Spaces must be used for alignment; tabs are not allowed
(#3393) Tab found within whitespace
(#3393) Line indented incorrectly; expected 8 spaces, found 2
(#3395) Spaces must be used for alignment; tabs are not allowed
(#3395) Tab found within whitespace
(#3395) Line indented incorrectly; expected at least 8 spaces, found 2
(#3395) Variable "sep_pos" must not contain underscores.
(#3395) Variable "value_str" must not contain underscores.
(#3397) Spaces must be used for alignment; tabs are not allowed
(#3397) Tab found within whitespace
(#3397) Line indented incorrectly; expected 8 spaces, found 2
(#3397) Variable "sep_pos" must not contain underscores.
(#3398) Spaces must be used for alignment; tabs are not allowed
(#3398) Tab found within whitespace
(#3398) Line indented incorrectly; expected at least 12 spaces, found 3
(#3398) Variable "value_str" must not contain underscores.
(#3398) Variable "sep_pos" must not contain underscores.
(#3399) Spaces must be used for alignment; tabs are not allowed
(#3399) Tab found within whitespace
(#3399) Line indented incorrectly; expected at least 12 spaces, found 3
(#3399) Variable "value_str" must not contain underscores.
(#3399) Variable "sep_pos" must not contain underscores.
(#3400) Spaces must be used for alignment; tabs are not allowed
(#3400) Tab found within whitespace
(#3400) Line indented incorrectly; expected at least 12 spaces, found 3
(#3400) Expected 1 space before "="; 0 found
(#3400) Spaces must be used for alignment; tabs are not allowed
(#3400) Tab found within whitespace
(#3401) Spaces must be used for alignment; tabs are not allowed
(#3401) Tab found within whitespace
(#3402) Spaces must be used for alignment; tabs are not allowed
(#3402) Tab found within whitespace
(#3402) Line indented incorrectly; expected at least 12 spaces, found 7
(#3403) Spaces must be used for alignment; tabs are not allowed
(#3403) Tab found within whitespace
(#3403) Line indented incorrectly; expected at least 12 spaces, found 7
(#3404) Spaces must be used for alignment; tabs are not allowed
(#3404) Tab found within whitespace
(#3404) Line indented incorrectly; expected at least 12 spaces, found 7
(#3405) Spaces must be used for alignment; tabs are not allowed
(#3405) Tab found within whitespace
(#3405) Line indented incorrectly; expected at least 12 spaces, found 7
(#3406) Spaces must be used for alignment; tabs are not allowed
(#3406) Tab found within whitespace
(#3406) Line indented incorrectly; expected at least 18 spaces, found 7
(#3406) Spaces must be used for alignment; tabs are not allowed
(#3406) Tab found within whitespace
(#3406) Whitespace found at end of line
(#3407) Spaces must be used for alignment; tabs are not allowed
(#3407) Tab found within whitespace
(#3407) Line indented incorrectly; expected at least 18 spaces, found 3
(#3408) Spaces must be used for alignment; tabs are not allowed
(#3408) Tab found within whitespace
(#3408) Line indented incorrectly; expected 8 spaces, found 2
(#3409) Spaces must be used for alignment; tabs are not allowed
(#3409) Tab found within whitespace
(#3409) Line indented incorrectly; expected at least 8 spaces, found 2
(#3410) Spaces must be used for alignment; tabs are not allowed
(#3410) Tab found within whitespace
(#3410) Line indented incorrectly; expected 4 spaces, found 1
(#3411) Whitespace found at end of line
(#3412) Spaces must be used for alignment; tabs are not allowed
(#3412) Tab found within whitespace
(#3412) Line indented incorrectly; expected at least 4 spaces, found 1
(#3413) Spaces must be used for alignment; tabs are not allowed
(#3414) Spaces must be used for alignment; tabs are not allowed
(#3415) Spaces must be used for alignment; tabs are not allowed
(#3415) Spaces must be used for alignment; tabs are not allowed
(#3416) Spaces must be used for alignment; tabs are not allowed
(#3416) Spaces must be used for alignment; tabs are not allowed
(#3417) Spaces must be used for alignment; tabs are not allowed
(#3417) Spaces must be used for alignment; tabs are not allowed
(#3418) Spaces must be used for alignment; tabs are not allowed
(#3418) Spaces must be used for alignment; tabs are not allowed
(#3419) Spaces must be used for alignment; tabs are not allowed
(#3420) Spaces must be used for alignment; tabs are not allowed
(#3420) Tab found within whitespace
(#3420) Line indented incorrectly; expected 4 spaces, found 1
(#3420) method name "soap_transport_http::getCookiesForRequest" must be in lower-case letters only
(#3420) Visibility must be declared on method "getCookiesForRequest"
(#3421) Spaces must be used for alignment; tabs are not allowed
(#3421) Tab found within whitespace
(#3421) Line indented incorrectly; expected at least 8 spaces, found 2
(#3421) Variable "cookie_str" must not contain underscores.
(#3422) Spaces must be used for alignment; tabs are not allowed
(#3422) Tab found within whitespace
(#3422) Line indented incorrectly; expected 8 spaces, found 2
(#3423) Spaces must be used for alignment; tabs are not allowed
(#3423) Tab found within whitespace
(#3423) Line indented incorrectly; expected 12 spaces, found 3
(#3424) Spaces must be used for alignment; tabs are not allowed
(#3424) Tab found within whitespace
(#3424) Line indented incorrectly; expected 16 spaces, found 4
(#3425) Spaces must be used for alignment; tabs are not allowed
(#3425) Tab found within whitespace
(#3425) Line indented incorrectly; expected at least 20 spaces, found 5
(#3426) Spaces must be used for alignment; tabs are not allowed
(#3426) Tab found within whitespace
(#3426) Line indented incorrectly; expected 16 spaces, found 4
(#3427) Spaces must be used for alignment; tabs are not allowed
(#3427) Tab found within whitespace
(#3427) Line indented incorrectly; expected at least 16 spaces, found 7
(#3428) Spaces must be used for alignment; tabs are not allowed
(#3428) Tab found within whitespace
(#3428) Line indented incorrectly; expected 16 spaces, found 4
(#3429) Spaces must be used for alignment; tabs are not allowed
(#3429) Tab found within whitespace
(#3429) Line indented incorrectly; expected 20 spaces, found 5
(#3430) Spaces must be used for alignment; tabs are not allowed
(#3430) Tab found within whitespace
(#3430) Line indented incorrectly; expected at least 24 spaces, found 6
(#3431) Spaces must be used for alignment; tabs are not allowed
(#3431) Tab found within whitespace
(#3431) Line indented incorrectly; expected at least 24 spaces, found 6
(#3432) Spaces must be used for alignment; tabs are not allowed
(#3432) Tab found within whitespace
(#3432) Line indented incorrectly; expected 20 spaces, found 5
(#3433) Spaces must be used for alignment; tabs are not allowed
(#3433) Tab found within whitespace
(#3433) Line indented incorrectly; expected 16 spaces, found 4
(#3434) Spaces must be used for alignment; tabs are not allowed
(#3434) Tab found within whitespace
(#3434) Line indented incorrectly; expected 16 spaces, found 4
(#3435) Spaces must be used for alignment; tabs are not allowed
(#3435) Tab found within whitespace
(#3435) Line indented incorrectly; expected at least 20 spaces, found 5
(#3436) Spaces must be used for alignment; tabs are not allowed
(#3436) Tab found within whitespace
(#3436) Line indented incorrectly; expected 20 spaces, found 5
(#3437) Spaces must be used for alignment; tabs are not allowed
(#3437) Tab found within whitespace
(#3437) Line indented incorrectly; expected at least 24 spaces, found 6
(#3438) Spaces must be used for alignment; tabs are not allowed
(#3438) Tab found within whitespace
(#3438) Line indented incorrectly; expected at least 24 spaces, found 6
(#3439) Spaces must be used for alignment; tabs are not allowed
(#3439) Tab found within whitespace
(#3439) Line indented incorrectly; expected 20 spaces, found 5
(#3440) Spaces must be used for alignment; tabs are not allowed
(#3440) Tab found within whitespace
(#3440) Line indented incorrectly; expected 16 spaces, found 4
(#3441) Spaces must be used for alignment; tabs are not allowed
(#3441) Tab found within whitespace
(#3441) Line indented incorrectly; expected 16 spaces, found 4
(#3442) Spaces must be used for alignment; tabs are not allowed
(#3442) Tab found within whitespace
(#3442) Line indented incorrectly; expected at least 20 spaces, found 5
(#3443) Spaces must be used for alignment; tabs are not allowed
(#3443) Tab found within whitespace
(#3443) Line indented incorrectly; expected 20 spaces, found 5
(#3444) Spaces must be used for alignment; tabs are not allowed
(#3444) Tab found within whitespace
(#3444) Line indented incorrectly; expected at least 24 spaces, found 6
(#3445) Spaces must be used for alignment; tabs are not allowed
(#3445) Tab found within whitespace
(#3445) Line indented incorrectly; expected at least 24 spaces, found 6
(#3446) Spaces must be used for alignment; tabs are not allowed
(#3446) Tab found within whitespace
(#3446) Line indented incorrectly; expected 20 spaces, found 5
(#3447) Spaces must be used for alignment; tabs are not allowed
(#3447) Tab found within whitespace
(#3447) Line indented incorrectly; expected 16 spaces, found 4
(#3448) Spaces must be used for alignment; tabs are not allowed
(#3448) Tab found within whitespace
(#3448) Line indented incorrectly; expected 16 spaces, found 4
(#3449) Spaces must be used for alignment; tabs are not allowed
(#3449) Tab found within whitespace
(#3449) Line indented incorrectly; expected at least 20 spaces, found 5
(#3450) Spaces must be used for alignment; tabs are not allowed
(#3450) Tab found within whitespace
(#3450) Line indented incorrectly; expected at least 20 spaces, found 5
(#3451) Spaces must be used for alignment; tabs are not allowed
(#3451) Tab found within whitespace
(#3451) Line indented incorrectly; expected 16 spaces, found 4
(#3452) Spaces must be used for alignment; tabs are not allowed
(#3452) Tab found within whitespace
(#3452) Line indented incorrectly; expected at least 16 spaces, found 4
(#3452) Variable "cookie_str" must not contain underscores.
(#3453) Spaces must be used for alignment; tabs are not allowed
(#3453) Tab found within whitespace
(#3453) Line indented incorrectly; expected at least 16 spaces, found 7
(#3454) Spaces must be used for alignment; tabs are not allowed
(#3454) Tab found within whitespace
(#3454) Line indented incorrectly; expected 12 spaces, found 3
(#3455) Spaces must be used for alignment; tabs are not allowed
(#3455) Tab found within whitespace
(#3455) Line indented incorrectly; expected 8 spaces, found 2
(#3456) Spaces must be used for alignment; tabs are not allowed
(#3456) Tab found within whitespace
(#3456) Line indented incorrectly; expected at least 8 spaces, found 2
(#3456) Variable "cookie_str" must not contain underscores.
(#3457) Line indented incorrectly; expected 4 spaces, found 2
(#3457) Closing brace indented incorrectly; expected 1 spaces, found 2
(#3465) Expected 1 space(s) before asterisk; 0 found
(#3466) Expected 1 space(s) before asterisk; 0 found
(#3467) Expected 1 space(s) before asterisk; 0 found
(#3468) Expected 1 space(s) before asterisk; 0 found
(#3469) Expected 1 space(s) before asterisk; 0 found
(#3470) Expected 1 space(s) before asterisk; 0 found
(#3471) Expected 1 space(s) before asterisk; 0 found
(#3472) Expected 1 space(s) before asterisk; 0 found
(#3473) Expected 1 space(s) before asterisk; 0 found
(#3474) Duplicate class name "nusoap_server" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_server.php on line 16
(#3475) Spaces must be used for alignment; tabs are not allowed
(#3475) Tab found within whitespace
(#3475) Line indented incorrectly; expected at least 4 spaces, found 1
(#3475) Inline doc block comments are not allowed; use "// Comment." instead
(#3476) Spaces must be used for alignment; tabs are not allowed
(#3477) Spaces must be used for alignment; tabs are not allowed
(#3478) Spaces must be used for alignment; tabs are not allowed
(#3479) Spaces must be used for alignment; tabs are not allowed
(#3480) Spaces must be used for alignment; tabs are not allowed
(#3480) Tab found within whitespace
(#3480) Line indented incorrectly; expected at least 4 spaces, found 1
(#3480) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3480) Scope modifier not specified for member variable "$headers"
(#3481) Spaces must be used for alignment; tabs are not allowed
(#3481) Tab found within whitespace
(#3481) Line indented incorrectly; expected at least 4 spaces, found 1
(#3481) Inline doc block comments are not allowed; use "// Comment." instead
(#3482) Spaces must be used for alignment; tabs are not allowed
(#3483) Spaces must be used for alignment; tabs are not allowed
(#3484) Spaces must be used for alignment; tabs are not allowed
(#3485) Spaces must be used for alignment; tabs are not allowed
(#3486) Spaces must be used for alignment; tabs are not allowed
(#3486) Tab found within whitespace
(#3486) Line indented incorrectly; expected at least 4 spaces, found 1
(#3486) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3486) Scope modifier not specified for member variable "$request"
(#3487) Spaces must be used for alignment; tabs are not allowed
(#3487) Tab found within whitespace
(#3487) Line indented incorrectly; expected at least 4 spaces, found 1
(#3487) Inline doc block comments are not allowed; use "// Comment." instead
(#3488) Spaces must be used for alignment; tabs are not allowed
(#3489) Spaces must be used for alignment; tabs are not allowed
(#3490) Spaces must be used for alignment; tabs are not allowed
(#3491) Spaces must be used for alignment; tabs are not allowed
(#3492) Spaces must be used for alignment; tabs are not allowed
(#3492) Tab found within whitespace
(#3492) Line indented incorrectly; expected at least 4 spaces, found 1
(#3492) Member variable "requestHeaders" must be all lower-case
(#3492) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3492) Scope modifier not specified for member variable "$requestHeaders"
(#3493) Spaces must be used for alignment; tabs are not allowed
(#3493) Tab found within whitespace
(#3493) Line indented incorrectly; expected at least 4 spaces, found 1
(#3493) Inline doc block comments are not allowed; use "// Comment." instead
(#3494) Spaces must be used for alignment; tabs are not allowed
(#3495) Spaces must be used for alignment; tabs are not allowed
(#3496) Spaces must be used for alignment; tabs are not allowed
(#3497) Spaces must be used for alignment; tabs are not allowed
(#3498) Spaces must be used for alignment; tabs are not allowed
(#3498) Tab found within whitespace
(#3498) Line indented incorrectly; expected at least 4 spaces, found 1
(#3498) Member variable "requestHeader" must be all lower-case
(#3498) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3498) Scope modifier not specified for member variable "$requestHeader"
(#3498) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3499) Spaces must be used for alignment; tabs are not allowed
(#3499) Tab found within whitespace
(#3499) Line indented incorrectly; expected at least 4 spaces, found 1
(#3499) Inline doc block comments are not allowed; use "// Comment." instead
(#3500) Spaces must be used for alignment; tabs are not allowed
(#3501) Spaces must be used for alignment; tabs are not allowed
(#3502) Spaces must be used for alignment; tabs are not allowed
(#3503) Spaces must be used for alignment; tabs are not allowed
(#3504) Spaces must be used for alignment; tabs are not allowed
(#3504) Tab found within whitespace
(#3504) Line indented incorrectly; expected at least 4 spaces, found 1
(#3504) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3504) Scope modifier not specified for member variable "$document"
(#3505) Spaces must be used for alignment; tabs are not allowed
(#3505) Tab found within whitespace
(#3505) Line indented incorrectly; expected at least 4 spaces, found 1
(#3505) Inline doc block comments are not allowed; use "// Comment." instead
(#3506) Spaces must be used for alignment; tabs are not allowed
(#3507) Spaces must be used for alignment; tabs are not allowed
(#3508) Spaces must be used for alignment; tabs are not allowed
(#3509) Spaces must be used for alignment; tabs are not allowed
(#3510) Spaces must be used for alignment; tabs are not allowed
(#3510) Tab found within whitespace
(#3510) Line indented incorrectly; expected at least 4 spaces, found 1
(#3510) Member variable "requestSOAP" must be all lower-case
(#3510) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3510) Scope modifier not specified for member variable "$requestSOAP"
(#3511) Spaces must be used for alignment; tabs are not allowed
(#3511) Tab found within whitespace
(#3511) Line indented incorrectly; expected at least 4 spaces, found 1
(#3511) Inline doc block comments are not allowed; use "// Comment." instead
(#3512) Spaces must be used for alignment; tabs are not allowed
(#3513) Spaces must be used for alignment; tabs are not allowed
(#3514) Spaces must be used for alignment; tabs are not allowed
(#3515) Spaces must be used for alignment; tabs are not allowed
(#3516) Spaces must be used for alignment; tabs are not allowed
(#3516) Tab found within whitespace
(#3516) Line indented incorrectly; expected at least 4 spaces, found 1
(#3516) Member variable "methodURI" must be all lower-case
(#3516) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3516) Scope modifier not specified for member variable "$methodURI"
(#3517) Spaces must be used for alignment; tabs are not allowed
(#3517) Tab found within whitespace
(#3517) Line indented incorrectly; expected at least 4 spaces, found 1
(#3517) Inline doc block comments are not allowed; use "// Comment." instead
(#3518) Spaces must be used for alignment; tabs are not allowed
(#3519) Spaces must be used for alignment; tabs are not allowed
(#3520) Spaces must be used for alignment; tabs are not allowed
(#3521) Spaces must be used for alignment; tabs are not allowed
(#3522) Spaces must be used for alignment; tabs are not allowed
(#3522) Tab found within whitespace
(#3522) Line indented incorrectly; expected at least 4 spaces, found 1
(#3522) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3522) Scope modifier not specified for member variable "$methodname"
(#3523) Spaces must be used for alignment; tabs are not allowed
(#3523) Tab found within whitespace
(#3523) Line indented incorrectly; expected at least 4 spaces, found 1
(#3523) Inline doc block comments are not allowed; use "// Comment." instead
(#3524) Spaces must be used for alignment; tabs are not allowed
(#3525) Spaces must be used for alignment; tabs are not allowed
(#3526) Spaces must be used for alignment; tabs are not allowed
(#3527) Spaces must be used for alignment; tabs are not allowed
(#3528) Spaces must be used for alignment; tabs are not allowed
(#3528) Tab found within whitespace
(#3528) Line indented incorrectly; expected at least 4 spaces, found 1
(#3528) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3528) Scope modifier not specified for member variable "$methodparams"
(#3529) Spaces must be used for alignment; tabs are not allowed
(#3529) Tab found within whitespace
(#3529) Line indented incorrectly; expected at least 4 spaces, found 1
(#3529) Inline doc block comments are not allowed; use "// Comment." instead
(#3530) Spaces must be used for alignment; tabs are not allowed
(#3531) Spaces must be used for alignment; tabs are not allowed
(#3532) Spaces must be used for alignment; tabs are not allowed
(#3533) Spaces must be used for alignment; tabs are not allowed
(#3534) Spaces must be used for alignment; tabs are not allowed
(#3534) Tab found within whitespace
(#3534) Line indented incorrectly; expected at least 4 spaces, found 1
(#3534) Member variable "SOAPAction" must be all lower-case
(#3534) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3534) Scope modifier not specified for member variable "$SOAPAction"
(#3535) Spaces must be used for alignment; tabs are not allowed
(#3535) Tab found within whitespace
(#3535) Line indented incorrectly; expected at least 4 spaces, found 1
(#3535) Inline doc block comments are not allowed; use "// Comment." instead
(#3536) Spaces must be used for alignment; tabs are not allowed
(#3537) Spaces must be used for alignment; tabs are not allowed
(#3538) Spaces must be used for alignment; tabs are not allowed
(#3539) Spaces must be used for alignment; tabs are not allowed
(#3540) Spaces must be used for alignment; tabs are not allowed
(#3540) Tab found within whitespace
(#3540) Line indented incorrectly; expected at least 4 spaces, found 1
(#3540) Member variable "xml_encoding" must not contain underscores.
(#3540) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3540) Scope modifier not specified for member variable "$xml_encoding"
(#3541) Spaces must be used for alignment; tabs are not allowed
(#3541) Tab found within whitespace
(#3541) Line indented incorrectly; expected at least 4 spaces, found 1
(#3541) Inline doc block comments are not allowed; use "// Comment." instead
(#3542) Spaces must be used for alignment; tabs are not allowed
(#3543) Spaces must be used for alignment; tabs are not allowed
(#3544) Spaces must be used for alignment; tabs are not allowed
(#3545) Spaces must be used for alignment; tabs are not allowed
(#3546) Member variable "decode_utf8" must not contain underscores.
(#3546) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3546) Scope modifier not specified for member variable "$decode_utf8"
(#3548) Spaces must be used for alignment; tabs are not allowed
(#3548) Tab found within whitespace
(#3548) Line indented incorrectly; expected at least 4 spaces, found 1
(#3548) Inline doc block comments are not allowed; use "// Comment." instead
(#3549) Spaces must be used for alignment; tabs are not allowed
(#3550) Spaces must be used for alignment; tabs are not allowed
(#3551) Spaces must be used for alignment; tabs are not allowed
(#3552) Spaces must be used for alignment; tabs are not allowed
(#3553) Spaces must be used for alignment; tabs are not allowed
(#3553) Tab found within whitespace
(#3553) Line indented incorrectly; expected at least 4 spaces, found 1
(#3553) Member variable "outgoing_headers" must not contain underscores.
(#3553) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3553) Scope modifier not specified for member variable "$outgoing_headers"
(#3554) Spaces must be used for alignment; tabs are not allowed
(#3554) Tab found within whitespace
(#3554) Line indented incorrectly; expected at least 4 spaces, found 1
(#3554) Inline doc block comments are not allowed; use "// Comment." instead
(#3555) Spaces must be used for alignment; tabs are not allowed
(#3556) Spaces must be used for alignment; tabs are not allowed
(#3557) Spaces must be used for alignment; tabs are not allowed
(#3558) Spaces must be used for alignment; tabs are not allowed
(#3559) Spaces must be used for alignment; tabs are not allowed
(#3559) Tab found within whitespace
(#3559) Line indented incorrectly; expected at least 4 spaces, found 1
(#3559) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3559) Scope modifier not specified for member variable "$response"
(#3560) Spaces must be used for alignment; tabs are not allowed
(#3560) Tab found within whitespace
(#3560) Line indented incorrectly; expected at least 4 spaces, found 1
(#3560) Inline doc block comments are not allowed; use "// Comment." instead
(#3561) Spaces must be used for alignment; tabs are not allowed
(#3562) Spaces must be used for alignment; tabs are not allowed
(#3563) Spaces must be used for alignment; tabs are not allowed
(#3564) Spaces must be used for alignment; tabs are not allowed
(#3565) Spaces must be used for alignment; tabs are not allowed
(#3565) Tab found within whitespace
(#3565) Line indented incorrectly; expected at least 4 spaces, found 1
(#3565) Member variable "responseHeaders" must be all lower-case
(#3565) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3565) Scope modifier not specified for member variable "$responseHeaders"
(#3566) Spaces must be used for alignment; tabs are not allowed
(#3566) Tab found within whitespace
(#3566) Line indented incorrectly; expected at least 4 spaces, found 1
(#3566) Inline doc block comments are not allowed; use "// Comment." instead
(#3567) Spaces must be used for alignment; tabs are not allowed
(#3568) Spaces must be used for alignment; tabs are not allowed
(#3569) Spaces must be used for alignment; tabs are not allowed
(#3570) Spaces must be used for alignment; tabs are not allowed
(#3571) Spaces must be used for alignment; tabs are not allowed
(#3571) Tab found within whitespace
(#3571) Line indented incorrectly; expected at least 4 spaces, found 1
(#3571) Member variable "responseSOAP" must be all lower-case
(#3571) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3571) Scope modifier not specified for member variable "$responseSOAP"
(#3572) Spaces must be used for alignment; tabs are not allowed
(#3572) Tab found within whitespace
(#3572) Line indented incorrectly; expected at least 4 spaces, found 1
(#3572) Inline doc block comments are not allowed; use "// Comment." instead
(#3573) Spaces must be used for alignment; tabs are not allowed
(#3574) Spaces must be used for alignment; tabs are not allowed
(#3575) Spaces must be used for alignment; tabs are not allowed
(#3576) Spaces must be used for alignment; tabs are not allowed
(#3577) Spaces must be used for alignment; tabs are not allowed
(#3577) Tab found within whitespace
(#3577) Line indented incorrectly; expected at least 4 spaces, found 1
(#3577) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3577) Scope modifier not specified for member variable "$methodreturn"
(#3578) Spaces must be used for alignment; tabs are not allowed
(#3578) Tab found within whitespace
(#3578) Line indented incorrectly; expected at least 4 spaces, found 1
(#3578) Inline doc block comments are not allowed; use "// Comment." instead
(#3579) Spaces must be used for alignment; tabs are not allowed
(#3580) Spaces must be used for alignment; tabs are not allowed
(#3581) Spaces must be used for alignment; tabs are not allowed
(#3582) Spaces must be used for alignment; tabs are not allowed
(#3583) Spaces must be used for alignment; tabs are not allowed
(#3583) Tab found within whitespace
(#3583) Line indented incorrectly; expected at least 4 spaces, found 1
(#3583) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3583) Scope modifier not specified for member variable "$methodreturnisliteralxml"
(#3584) Spaces must be used for alignment; tabs are not allowed
(#3584) Tab found within whitespace
(#3584) Line indented incorrectly; expected at least 4 spaces, found 1
(#3584) Inline doc block comments are not allowed; use "// Comment." instead
(#3585) Spaces must be used for alignment; tabs are not allowed
(#3586) Spaces must be used for alignment; tabs are not allowed
(#3587) Spaces must be used for alignment; tabs are not allowed
(#3588) Spaces must be used for alignment; tabs are not allowed
(#3589) Spaces must be used for alignment; tabs are not allowed
(#3589) Tab found within whitespace
(#3589) Line indented incorrectly; expected at least 4 spaces, found 1
(#3589) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3589) Scope modifier not specified for member variable "$fault"
(#3590) Spaces must be used for alignment; tabs are not allowed
(#3590) Tab found within whitespace
(#3590) Line indented incorrectly; expected at least 4 spaces, found 1
(#3590) Inline doc block comments are not allowed; use "// Comment." instead
(#3591) Spaces must be used for alignment; tabs are not allowed
(#3592) Spaces must be used for alignment; tabs are not allowed
(#3593) Spaces must be used for alignment; tabs are not allowed
(#3594) Spaces must be used for alignment; tabs are not allowed
(#3595) Spaces must be used for alignment; tabs are not allowed
(#3595) Tab found within whitespace
(#3595) Line indented incorrectly; expected at least 4 spaces, found 1
(#3595) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3595) Scope modifier not specified for member variable "$result"
(#3597) Spaces must be used for alignment; tabs are not allowed
(#3597) Tab found within whitespace
(#3597) Line indented incorrectly; expected at least 4 spaces, found 1
(#3597) Inline doc block comments are not allowed; use "// Comment." instead
(#3598) Spaces must be used for alignment; tabs are not allowed
(#3599) Spaces must be used for alignment; tabs are not allowed
(#3600) Spaces must be used for alignment; tabs are not allowed
(#3601) Spaces must be used for alignment; tabs are not allowed
(#3602) Spaces must be used for alignment; tabs are not allowed
(#3603) Spaces must be used for alignment; tabs are not allowed
(#3603) Tab found within whitespace
(#3603) Line indented incorrectly; expected at least 4 spaces, found 1
(#3603) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3603) Scope modifier not specified for member variable "$operations"
(#3604) Spaces must be used for alignment; tabs are not allowed
(#3604) Tab found within whitespace
(#3604) Line indented incorrectly; expected at least 4 spaces, found 1
(#3604) Inline doc block comments are not allowed; use "// Comment." instead
(#3605) Spaces must be used for alignment; tabs are not allowed
(#3606) Spaces must be used for alignment; tabs are not allowed
(#3607) Spaces must be used for alignment; tabs are not allowed
(#3608) Spaces must be used for alignment; tabs are not allowed
(#3609) Spaces must be used for alignment; tabs are not allowed
(#3609) Tab found within whitespace
(#3609) Line indented incorrectly; expected at least 4 spaces, found 1
(#3609) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3609) Scope modifier not specified for member variable "$wsdl"
(#3610) Spaces must be used for alignment; tabs are not allowed
(#3610) Tab found within whitespace
(#3610) Line indented incorrectly; expected at least 4 spaces, found 1
(#3610) Inline doc block comments are not allowed; use "// Comment." instead
(#3611) Spaces must be used for alignment; tabs are not allowed
(#3612) Spaces must be used for alignment; tabs are not allowed
(#3613) Spaces must be used for alignment; tabs are not allowed
(#3614) Spaces must be used for alignment; tabs are not allowed
(#3615) Spaces must be used for alignment; tabs are not allowed
(#3615) Tab found within whitespace
(#3615) Line indented incorrectly; expected at least 4 spaces, found 1
(#3615) Member variable "externalWSDLURL" must be all lower-case
(#3615) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3615) Scope modifier not specified for member variable "$externalWSDLURL"
(#3616) Spaces must be used for alignment; tabs are not allowed
(#3616) Tab found within whitespace
(#3616) Line indented incorrectly; expected at least 4 spaces, found 1
(#3616) Inline doc block comments are not allowed; use "// Comment." instead
(#3617) Spaces must be used for alignment; tabs are not allowed
(#3618) Spaces must be used for alignment; tabs are not allowed
(#3619) Spaces must be used for alignment; tabs are not allowed
(#3620) Spaces must be used for alignment; tabs are not allowed
(#3621) Spaces must be used for alignment; tabs are not allowed
(#3621) Tab found within whitespace
(#3621) Line indented incorrectly; expected at least 4 spaces, found 1
(#3621) Member variable "debug_flag" must not contain underscores.
(#3621) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#3621) Scope modifier not specified for member variable "$debug_flag"
(#3624) Spaces must be used for alignment; tabs are not allowed
(#3624) Tab found within whitespace
(#3624) Line indented incorrectly; expected at least 4 spaces, found 1
(#3625) Spaces must be used for alignment; tabs are not allowed
(#3625) Expected 2 space(s) before asterisk; 1 found
(#3626) Expected 2 space(s) before asterisk; 4 found
(#3627) Spaces must be used for alignment; tabs are not allowed
(#3627) Expected 2 space(s) before asterisk; 1 found
(#3628) Expected 2 space(s) before asterisk; 4 found
(#3629) Spaces must be used for alignment; tabs are not allowed
(#3629) Expected 2 space(s) before asterisk; 1 found
(#3630) Spaces must be used for alignment; tabs are not allowed
(#3630) Expected 2 space(s) before asterisk; 1 found
(#3631) Spaces must be used for alignment; tabs are not allowed
(#3631) Tab found within whitespace
(#3631) Line indented incorrectly; expected 4 spaces, found 1
(#3631) PHP4 style constructors are not allowed; use "__construct()" instead
(#3631) Visibility must be declared on method "nusoap_server"
(#3631) Expected 1 space after closing parenthesis; found 0
(#3632) Spaces must be used for alignment; tabs are not allowed
(#3632) Tab found within whitespace
(#3632) Line indented incorrectly; expected at least 8 spaces, found 2
(#3632) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#3633) Spaces must be used for alignment; tabs are not allowed
(#3633) Tab found within whitespace
(#3633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3633) Line indented incorrectly; expected at least 8 spaces, found 2
(#3634) Spaces must be used for alignment; tabs are not allowed
(#3634) Tab found within whitespace
(#3634) Line indented incorrectly; expected at least 8 spaces, found 2
(#3635) Spaces must be used for alignment; tabs are not allowed
(#3635) Tab found within whitespace
(#3635) Line indented incorrectly; expected at least 8 spaces, found 2
(#3635) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3635) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3635) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3637) Spaces must be used for alignment; tabs are not allowed
(#3637) Tab found within whitespace
(#3637) Line indented incorrectly; expected 8 spaces, found 2
(#3638) Spaces must be used for alignment; tabs are not allowed
(#3638) Tab found within whitespace
(#3638) Line indented incorrectly; expected at least 12 spaces, found 3
(#3639) Spaces must be used for alignment; tabs are not allowed
(#3639) Tab found within whitespace
(#3639) Line indented incorrectly; expected at least 12 spaces, found 3
(#3640) Spaces must be used for alignment; tabs are not allowed
(#3640) Tab found within whitespace
(#3640) Line indented incorrectly; expected 8 spaces, found 2
(#3640) Usage of ELSEIF not allowed; use ELSE IF instead
(#3640) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3640) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3640) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3641) Spaces must be used for alignment; tabs are not allowed
(#3641) Tab found within whitespace
(#3641) Line indented incorrectly; expected at least 12 spaces, found 3
(#3642) Spaces must be used for alignment; tabs are not allowed
(#3642) Tab found within whitespace
(#3642) Line indented incorrectly; expected at least 12 spaces, found 3
(#3642) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3642) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3642) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3643) Spaces must be used for alignment; tabs are not allowed
(#3643) Tab found within whitespace
(#3643) Line indented incorrectly; expected 8 spaces, found 2
(#3644) Spaces must be used for alignment; tabs are not allowed
(#3644) Tab found within whitespace
(#3644) Line indented incorrectly; expected at least 12 spaces, found 3
(#3645) Spaces must be used for alignment; tabs are not allowed
(#3645) Tab found within whitespace
(#3645) Line indented incorrectly; expected 8 spaces, found 2
(#3647) Spaces must be used for alignment; tabs are not allowed
(#3647) Tab found within whitespace
(#3647) Line indented incorrectly; expected 8 spaces, found 2
(#3648) Spaces must be used for alignment; tabs are not allowed
(#3648) Tab found within whitespace
(#3648) Line indented incorrectly; expected at least 12 spaces, found 3
(#3649) Spaces must be used for alignment; tabs are not allowed
(#3649) Tab found within whitespace
(#3649) Line indented incorrectly; expected at least 12 spaces, found 3
(#3650) Spaces must be used for alignment; tabs are not allowed
(#3650) Tab found within whitespace
(#3650) Line indented incorrectly; expected 8 spaces, found 2
(#3650) Usage of ELSEIF not allowed; use ELSE IF instead
(#3651) Spaces must be used for alignment; tabs are not allowed
(#3651) Tab found within whitespace
(#3651) Line indented incorrectly; expected at least 12 spaces, found 3
(#3652) Spaces must be used for alignment; tabs are not allowed
(#3652) Tab found within whitespace
(#3652) Line indented incorrectly; expected 12 spaces, found 3
(#3653) Spaces must be used for alignment; tabs are not allowed
(#3653) Tab found within whitespace
(#3653) Line indented incorrectly; expected 16 spaces, found 4
(#3654) Spaces must be used for alignment; tabs are not allowed
(#3654) Tab found within whitespace
(#3654) Line indented incorrectly; expected at least 20 spaces, found 5
(#3655) Spaces must be used for alignment; tabs are not allowed
(#3655) Tab found within whitespace
(#3655) Line indented incorrectly; expected at least 20 spaces, found 5
(#3656) Spaces must be used for alignment; tabs are not allowed
(#3656) Tab found within whitespace
(#3656) Line indented incorrectly; expected 16 spaces, found 4
(#3657) Spaces must be used for alignment; tabs are not allowed
(#3657) Tab found within whitespace
(#3657) Line indented incorrectly; expected 12 spaces, found 3
(#3658) Spaces must be used for alignment; tabs are not allowed
(#3658) Tab found within whitespace
(#3658) Line indented incorrectly; expected 8 spaces, found 2
(#3658) Usage of ELSEIF not allowed; use ELSE IF instead
(#3658) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3658) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3658) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3659) Spaces must be used for alignment; tabs are not allowed
(#3659) Tab found within whitespace
(#3659) Line indented incorrectly; expected at least 12 spaces, found 3
(#3659) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3659) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3659) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3660) Spaces must be used for alignment; tabs are not allowed
(#3660) Tab found within whitespace
(#3660) Line indented incorrectly; expected 12 spaces, found 3
(#3661) Spaces must be used for alignment; tabs are not allowed
(#3661) Tab found within whitespace
(#3661) Line indented incorrectly; expected 16 spaces, found 4
(#3662) Spaces must be used for alignment; tabs are not allowed
(#3662) Tab found within whitespace
(#3662) Line indented incorrectly; expected at least 20 spaces, found 5
(#3663) Spaces must be used for alignment; tabs are not allowed
(#3663) Tab found within whitespace
(#3663) Line indented incorrectly; expected at least 20 spaces, found 5
(#3664) Spaces must be used for alignment; tabs are not allowed
(#3664) Tab found within whitespace
(#3664) Line indented incorrectly; expected 16 spaces, found 4
(#3665) Spaces must be used for alignment; tabs are not allowed
(#3665) Tab found within whitespace
(#3665) Line indented incorrectly; expected 12 spaces, found 3
(#3666) Spaces must be used for alignment; tabs are not allowed
(#3666) Tab found within whitespace
(#3666) Line indented incorrectly; expected 8 spaces, found 2
(#3668) Spaces must be used for alignment; tabs are not allowed
(#3668) Tab found within whitespace
(#3668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3668) Inline comments must end in full-stops, exclamation marks, or question marks
(#3668) Line indented incorrectly; expected at least 8 spaces, found 2
(#3669) Spaces must be used for alignment; tabs are not allowed
(#3669) Tab found within whitespace
(#3669) Line indented incorrectly; expected 8 spaces, found 2
(#3669) Expected "if (...) {\n"; found "if(...){\n"
(#3670) Spaces must be used for alignment; tabs are not allowed
(#3670) Tab found within whitespace
(#3670) Line indented incorrectly; expected at least 12 spaces, found 3
(#3671) Spaces must be used for alignment; tabs are not allowed
(#3671) Tab found within whitespace
(#3671) Line indented incorrectly; expected 12 spaces, found 3
(#3672) Spaces must be used for alignment; tabs are not allowed
(#3672) Tab found within whitespace
(#3672) Line indented incorrectly; expected at least 16 spaces, found 4
(#3673) Spaces must be used for alignment; tabs are not allowed
(#3673) Tab found within whitespace
(#3673) Line indented incorrectly; expected at least 16 spaces, found 4
(#3674) Spaces must be used for alignment; tabs are not allowed
(#3674) Tab found within whitespace
(#3674) Line indented incorrectly; expected at least 16 spaces, found 4
(#3675) Spaces must be used for alignment; tabs are not allowed
(#3675) Tab found within whitespace
(#3675) Line indented incorrectly; expected 12 spaces, found 3
(#3676) Spaces must be used for alignment; tabs are not allowed
(#3676) Tab found within whitespace
(#3676) Line indented incorrectly; expected at least 16 spaces, found 4
(#3677) Spaces must be used for alignment; tabs are not allowed
(#3677) Tab found within whitespace
(#3677) Line indented incorrectly; expected at least 16 spaces, found 4
(#3678) Spaces must be used for alignment; tabs are not allowed
(#3678) Tab found within whitespace
(#3678) Line indented incorrectly; expected at least 16 spaces, found 4
(#3679) Spaces must be used for alignment; tabs are not allowed
(#3679) Tab found within whitespace
(#3679) Line indented incorrectly; expected 12 spaces, found 3
(#3680) Spaces must be used for alignment; tabs are not allowed
(#3680) Tab found within whitespace
(#3680) Line indented incorrectly; expected at least 12 spaces, found 3
(#3681) Spaces must be used for alignment; tabs are not allowed
(#3681) Tab found within whitespace
(#3681) Line indented incorrectly; expected at least 12 spaces, found 3
(#3682) Spaces must be used for alignment; tabs are not allowed
(#3682) Tab found within whitespace
(#3682) Line indented incorrectly; expected 12 spaces, found 3
(#3682) Expected "if (...) {\n"; found "if(...){\n"
(#3683) Spaces must be used for alignment; tabs are not allowed
(#3683) Tab found within whitespace
(#3683) Line indented incorrectly; expected at least 16 spaces, found 4
(#3684) Spaces must be used for alignment; tabs are not allowed
(#3684) Tab found within whitespace
(#3684) Line indented incorrectly; expected 12 spaces, found 3
(#3685) Spaces must be used for alignment; tabs are not allowed
(#3685) Tab found within whitespace
(#3685) Line indented incorrectly; expected 8 spaces, found 2
(#3686) Spaces must be used for alignment; tabs are not allowed
(#3686) Tab found within whitespace
(#3686) Line indented incorrectly; expected 4 spaces, found 1
(#3688) Spaces must be used for alignment; tabs are not allowed
(#3688) Tab found within whitespace
(#3688) Line indented incorrectly; expected at least 4 spaces, found 1
(#3689) Spaces must be used for alignment; tabs are not allowed
(#3689) Expected 2 space(s) before asterisk; 1 found
(#3690) Spaces must be used for alignment; tabs are not allowed
(#3690) Expected 2 space(s) before asterisk; 1 found
(#3691) Spaces must be used for alignment; tabs are not allowed
(#3691) Expected 2 space(s) before asterisk; 1 found
(#3692) Spaces must be used for alignment; tabs are not allowed
(#3692) Expected 2 space(s) before asterisk; 1 found
(#3693) Spaces must be used for alignment; tabs are not allowed
(#3693) Expected 2 space(s) before asterisk; 1 found
(#3694) Spaces must be used for alignment; tabs are not allowed
(#3694) Tab found within whitespace
(#3694) Line indented incorrectly; expected 4 spaces, found 1
(#3694) Visibility must be declared on method "service"
(#3694) Expected 1 space after closing parenthesis; found 0
(#3695) Spaces must be used for alignment; tabs are not allowed
(#3695) Tab found within whitespace
(#3695) Line indented incorrectly; expected at least 8 spaces, found 2
(#3695) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3695) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3695) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3697) Spaces must be used for alignment; tabs are not allowed
(#3697) Tab found within whitespace
(#3697) Line indented incorrectly; expected 8 spaces, found 2
(#3698) Spaces must be used for alignment; tabs are not allowed
(#3698) Tab found within whitespace
(#3698) Line indented incorrectly; expected at least 12 spaces, found 3
(#3699) Spaces must be used for alignment; tabs are not allowed
(#3699) Tab found within whitespace
(#3699) Line indented incorrectly; expected 8 spaces, found 2
(#3699) Usage of ELSEIF not allowed; use ELSE IF instead
(#3699) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3699) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3699) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3700) Spaces must be used for alignment; tabs are not allowed
(#3700) Tab found within whitespace
(#3700) Line indented incorrectly; expected at least 12 spaces, found 3
(#3700) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3700) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3700) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3701) Spaces must be used for alignment; tabs are not allowed
(#3701) Tab found within whitespace
(#3701) Line indented incorrectly; expected 8 spaces, found 2
(#3702) Spaces must be used for alignment; tabs are not allowed
(#3702) Tab found within whitespace
(#3702) Line indented incorrectly; expected at least 12 spaces, found 3
(#3703) Spaces must be used for alignment; tabs are not allowed
(#3703) Tab found within whitespace
(#3703) Line indented incorrectly; expected 8 spaces, found 2
(#3705) Spaces must be used for alignment; tabs are not allowed
(#3705) Tab found within whitespace
(#3705) Line indented incorrectly; expected 8 spaces, found 2
(#3706) Spaces must be used for alignment; tabs are not allowed
(#3706) Tab found within whitespace
(#3706) Line indented incorrectly; expected at least 12 spaces, found 3
(#3707) Spaces must be used for alignment; tabs are not allowed
(#3707) Tab found within whitespace
(#3707) Line indented incorrectly; expected 8 spaces, found 2
(#3707) Usage of ELSEIF not allowed; use ELSE IF instead
(#3707) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3707) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3707) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3708) Spaces must be used for alignment; tabs are not allowed
(#3708) Tab found within whitespace
(#3708) Line indented incorrectly; expected at least 12 spaces, found 3
(#3708) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3708) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3708) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3709) Spaces must be used for alignment; tabs are not allowed
(#3709) Tab found within whitespace
(#3709) Line indented incorrectly; expected 8 spaces, found 2
(#3710) Spaces must be used for alignment; tabs are not allowed
(#3710) Tab found within whitespace
(#3710) Line indented incorrectly; expected at least 12 spaces, found 3
(#3711) Spaces must be used for alignment; tabs are not allowed
(#3711) Tab found within whitespace
(#3711) Line indented incorrectly; expected 8 spaces, found 2
(#3712) Spaces must be used for alignment; tabs are not allowed
(#3712) Tab found within whitespace
(#3712) Line indented incorrectly; expected at least 8 spaces, found 2
(#3714) Spaces must be used for alignment; tabs are not allowed
(#3714) Tab found within whitespace
(#3714) Line indented incorrectly; expected 8 spaces, found 2
(#3715) Spaces must be used for alignment; tabs are not allowed
(#3715) Tab found within whitespace
(#3715) Line indented incorrectly; expected at least 12 spaces, found 3
(#3716) Spaces must be used for alignment; tabs are not allowed
(#3716) Tab found within whitespace
(#3716) Line indented incorrectly; expected at least 12 spaces, found 3
(#3717) Spaces must be used for alignment; tabs are not allowed
(#3717) Tab found within whitespace
(#3717) Line indented incorrectly; expected 12 spaces, found 3
(#3718) Spaces must be used for alignment; tabs are not allowed
(#3718) Tab found within whitespace
(#3718) Line indented incorrectly; expected at least 16 spaces, found 4
(#3719) Spaces must be used for alignment; tabs are not allowed
(#3719) Tab found within whitespace
(#3719) Line indented incorrectly; expected 12 spaces, found 3
(#3720) Spaces must be used for alignment; tabs are not allowed
(#3720) Tab found within whitespace
(#3720) Line indented incorrectly; expected 12 spaces, found 3
(#3721) Spaces must be used for alignment; tabs are not allowed
(#3721) Tab found within whitespace
(#3721) Line indented incorrectly; expected at least 16 spaces, found 4
(#3722) Spaces must be used for alignment; tabs are not allowed
(#3722) Tab found within whitespace
(#3722) Line indented incorrectly; expected 12 spaces, found 3
(#3723) Spaces must be used for alignment; tabs are not allowed
(#3723) Tab found within whitespace
(#3723) Line indented incorrectly; expected at least 12 spaces, found 3
(#3724) Spaces must be used for alignment; tabs are not allowed
(#3724) Tab found within whitespace
(#3724) Line indented incorrectly; expected 8 spaces, found 2
(#3724) Usage of ELSEIF not allowed; use ELSE IF instead
(#3725) Spaces must be used for alignment; tabs are not allowed
(#3725) Tab found within whitespace
(#3725) Line indented incorrectly; expected at least 12 spaces, found 3
(#3726) Spaces must be used for alignment; tabs are not allowed
(#3726) Tab found within whitespace
(#3726) Line indented incorrectly; expected 12 spaces, found 3
(#3726) Expected "if (...) {\n"; found "if (...){\n"
(#3727) Line indented incorrectly; expected 16 spaces, found 14
(#3727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3727) Inline comments must end in full-stops, exclamation marks, or question marks
(#3728) Spaces must be used for alignment; tabs are not allowed
(#3728) Tab found within whitespace
(#3728) Line indented incorrectly; expected at least 20 spaces, found 4
(#3729) Spaces must be used for alignment; tabs are not allowed
(#3729) Tab found within whitespace
(#3729) Line indented incorrectly; expected at least 20 spaces, found 4
(#3730) Line indented incorrectly; expected 16 spaces, found 14
(#3730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3730) Inline comments must end in full-stops, exclamation marks, or question marks
(#3731) Spaces must be used for alignment; tabs are not allowed
(#3731) Tab found within whitespace
(#3731) Line indented incorrectly; expected at least 20 spaces, found 4
(#3732) Line indented incorrectly; expected at least 20 spaces, found 16
(#3733) Spaces must be used for alignment; tabs are not allowed
(#3733) Tab found within whitespace
(#3733) Line indented incorrectly; expected at least 20 spaces, found 4
(#3734) Spaces must be used for alignment; tabs are not allowed
(#3734) Tab found within whitespace
(#3734) Line indented incorrectly; expected 20 spaces, found 4
(#3735) Spaces must be used for alignment; tabs are not allowed
(#3735) Tab found within whitespace
(#3735) Line indented incorrectly; expected at least 24 spaces, found 5
(#3736) Spaces must be used for alignment; tabs are not allowed
(#3736) Tab found within whitespace
(#3736) Line indented incorrectly; expected 20 spaces, found 4
(#3737) Spaces must be used for alignment; tabs are not allowed
(#3737) Tab found within whitespace
(#3737) Line indented incorrectly; expected at least 24 spaces, found 5
(#3738) Spaces must be used for alignment; tabs are not allowed
(#3738) Tab found within whitespace
(#3738) Line indented incorrectly; expected 20 spaces, found 4
(#3739) Line indented incorrectly; expected at least 20 spaces, found 16
(#3740) Line indented incorrectly; expected at least 20 spaces, found 16
(#3741) Line indented incorrectly; expected 16 spaces, found 14
(#3742) Spaces must be used for alignment; tabs are not allowed
(#3742) Tab found within whitespace
(#3742) Line indented incorrectly; expected 12 spaces, found 3
(#3742) Usage of ELSEIF not allowed; use ELSE IF instead
(#3743) Spaces must be used for alignment; tabs are not allowed
(#3743) Tab found within whitespace
(#3743) Line indented incorrectly; expected at least 16 spaces, found 4
(#3744) Spaces must be used for alignment; tabs are not allowed
(#3744) Tab found within whitespace
(#3744) Line indented incorrectly; expected at least 16 spaces, found 4
(#3745) Spaces must be used for alignment; tabs are not allowed
(#3745) Tab found within whitespace
(#3745) Line indented incorrectly; expected at least 16 spaces, found 4
(#3746) Spaces must be used for alignment; tabs are not allowed
(#3746) Tab found within whitespace
(#3746) Line indented incorrectly; expected 16 spaces, found 4
(#3747) Spaces must be used for alignment; tabs are not allowed
(#3747) Tab found within whitespace
(#3747) Line indented incorrectly; expected at least 20 spaces, found 5
(#3748) Spaces must be used for alignment; tabs are not allowed
(#3748) Tab found within whitespace
(#3748) Line indented incorrectly; expected at least 20 spaces, found 5
(#3749) Spaces must be used for alignment; tabs are not allowed
(#3749) Tab found within whitespace
(#3749) Line indented incorrectly; expected at least 20 spaces, found 5
(#3750) Spaces must be used for alignment; tabs are not allowed
(#3750) Tab found within whitespace
(#3750) Line indented incorrectly; expected 16 spaces, found 4
(#3751) Spaces must be used for alignment; tabs are not allowed
(#3751) Tab found within whitespace
(#3751) Line indented incorrectly; expected 12 spaces, found 3
(#3752) Spaces must be used for alignment; tabs are not allowed
(#3752) Tab found within whitespace
(#3752) Line indented incorrectly; expected at least 16 spaces, found 4
(#3753) Spaces must be used for alignment; tabs are not allowed
(#3753) Tab found within whitespace
(#3753) Line indented incorrectly; expected at least 16 spaces, found 4
(#3754) Spaces must be used for alignment; tabs are not allowed
(#3754) Tab found within whitespace
(#3754) Line indented incorrectly; expected at least 16 spaces, found 4
(#3755) Spaces must be used for alignment; tabs are not allowed
(#3755) Tab found within whitespace
(#3755) Line indented incorrectly; expected 12 spaces, found 3
(#3756) Spaces must be used for alignment; tabs are not allowed
(#3756) Tab found within whitespace
(#3756) Line indented incorrectly; expected 8 spaces, found 2
(#3756) Usage of ELSEIF not allowed; use ELSE IF instead
(#3757) Spaces must be used for alignment; tabs are not allowed
(#3757) Tab found within whitespace
(#3757) Line indented incorrectly; expected at least 12 spaces, found 3
(#3758) Spaces must be used for alignment; tabs are not allowed
(#3758) Tab found within whitespace
(#3758) Line indented incorrectly; expected at least 12 spaces, found 3
(#3759) Spaces must be used for alignment; tabs are not allowed
(#3759) Tab found within whitespace
(#3759) Line indented incorrectly; expected 8 spaces, found 2
(#3760) Spaces must be used for alignment; tabs are not allowed
(#3760) Tab found within whitespace
(#3760) Line indented incorrectly; expected at least 12 spaces, found 3
(#3761) Spaces must be used for alignment; tabs are not allowed
(#3761) Tab found within whitespace
(#3761) Line indented incorrectly; expected at least 12 spaces, found 3
(#3762) Spaces must be used for alignment; tabs are not allowed
(#3762) Tab found within whitespace
(#3762) Line indented incorrectly; expected at least 12 spaces, found 3
(#3763) Spaces must be used for alignment; tabs are not allowed
(#3763) Tab found within whitespace
(#3763) Line indented incorrectly; expected 8 spaces, found 2
(#3764) Spaces must be used for alignment; tabs are not allowed
(#3764) Tab found within whitespace
(#3764) Line indented incorrectly; expected 4 spaces, found 1
(#3766) Spaces must be used for alignment; tabs are not allowed
(#3766) Tab found within whitespace
(#3766) Line indented incorrectly; expected at least 4 spaces, found 1
(#3767) Spaces must be used for alignment; tabs are not allowed
(#3767) Expected 2 space(s) before asterisk; 1 found
(#3768) Spaces must be used for alignment; tabs are not allowed
(#3768) Expected 2 space(s) before asterisk; 1 found
(#3769) Spaces must be used for alignment; tabs are not allowed
(#3769) Expected 2 space(s) before asterisk; 1 found
(#3770) Spaces must be used for alignment; tabs are not allowed
(#3770) Expected 2 space(s) before asterisk; 1 found
(#3771) Spaces must be used for alignment; tabs are not allowed
(#3771) Expected 2 space(s) before asterisk; 1 found
(#3772) Spaces must be used for alignment; tabs are not allowed
(#3772) Expected 2 space(s) before asterisk; 1 found
(#3773) Spaces must be used for alignment; tabs are not allowed
(#3773) Expected 2 space(s) before asterisk; 1 found
(#3774) Spaces must be used for alignment; tabs are not allowed
(#3774) Expected 2 space(s) before asterisk; 1 found
(#3775) Spaces must be used for alignment; tabs are not allowed
(#3775) Expected 2 space(s) before asterisk; 1 found
(#3776) Spaces must be used for alignment; tabs are not allowed
(#3776) Expected 2 space(s) before asterisk; 1 found
(#3777) Spaces must be used for alignment; tabs are not allowed
(#3777) Expected 2 space(s) before asterisk; 1 found
(#3778) Spaces must be used for alignment; tabs are not allowed
(#3778) Tab found within whitespace
(#3778) Line indented incorrectly; expected 4 spaces, found 1
(#3778) Visibility must be declared on method "parse_http_headers"
(#3779) Spaces must be used for alignment; tabs are not allowed
(#3779) Tab found within whitespace
(#3779) Line indented incorrectly; expected at least 8 spaces, found 2
(#3779) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3779) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3779) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3781) Spaces must be used for alignment; tabs are not allowed
(#3781) Tab found within whitespace
(#3781) Line indented incorrectly; expected at least 8 spaces, found 2
(#3782) Spaces must be used for alignment; tabs are not allowed
(#3782) Tab found within whitespace
(#3782) Line indented incorrectly; expected at least 8 spaces, found 2
(#3783) Spaces must be used for alignment; tabs are not allowed
(#3783) Tab found within whitespace
(#3783) Line indented incorrectly; expected 8 spaces, found 2
(#3783) Expected "if (...) {\n"; found "if(...){\n"
(#3784) Spaces must be used for alignment; tabs are not allowed
(#3784) Tab found within whitespace
(#3784) Line indented incorrectly; expected at least 12 spaces, found 3
(#3785) Spaces must be used for alignment; tabs are not allowed
(#3785) Tab found within whitespace
(#3785) Line indented incorrectly; expected at least 12 spaces, found 3
(#3786) Spaces must be used for alignment; tabs are not allowed
(#3786) Tab found within whitespace
(#3786) Line indented incorrectly; expected 12 spaces, found 3
(#3786) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#3786) Expected 1 space before "=>"; 0 found
(#3786) Expected 1 space after "=>"; 0 found
(#3786) Expected 1 space before "=>"; 0 found
(#3786) Expected 1 space after "=>"; 0 found
(#3787) Spaces must be used for alignment; tabs are not allowed
(#3787) Tab found within whitespace
(#3787) Line indented incorrectly; expected at least 16 spaces, found 4
(#3788) Spaces must be used for alignment; tabs are not allowed
(#3788) Tab found within whitespace
(#3788) Line indented incorrectly; expected at least 16 spaces, found 4
(#3789) Spaces must be used for alignment; tabs are not allowed
(#3789) Tab found within whitespace
(#3789) Line indented incorrectly; expected at least 16 spaces, found 4
(#3790) Spaces must be used for alignment; tabs are not allowed
(#3790) Tab found within whitespace
(#3790) Line indented incorrectly; expected at least 16 spaces, found 4
(#3791) Spaces must be used for alignment; tabs are not allowed
(#3791) Tab found within whitespace
(#3791) Line indented incorrectly; expected 12 spaces, found 3
(#3792) Spaces must be used for alignment; tabs are not allowed
(#3792) Tab found within whitespace
(#3792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3792) Inline comments must end in full-stops, exclamation marks, or question marks
(#3792) Line indented incorrectly; expected at least 12 spaces, found 3
(#3793) Spaces must be used for alignment; tabs are not allowed
(#3793) Tab found within whitespace
(#3793) Line indented incorrectly; expected 12 spaces, found 3
(#3793) Expected "if (...) {\n"; found "if(...){\n"
(#3794) Spaces must be used for alignment; tabs are not allowed
(#3794) Tab found within whitespace
(#3794) Line indented incorrectly; expected at least 16 spaces, found 4
(#3794) Commas (,) must be followed by white space.
(#3794) Commas (,) must be followed by white space.
(#3795) Spaces must be used for alignment; tabs are not allowed
(#3795) Tab found within whitespace
(#3795) Line indented incorrectly; expected 12 spaces, found 3
(#3796) Spaces must be used for alignment; tabs are not allowed
(#3796) Tab found within whitespace
(#3796) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3796) Inline comments must end in full-stops, exclamation marks, or question marks
(#3796) Line indented incorrectly; expected at least 12 spaces, found 3
(#3797) Spaces must be used for alignment; tabs are not allowed
(#3797) Tab found within whitespace
(#3797) Line indented incorrectly; expected 12 spaces, found 3
(#3797) Expected "if (...) {\n"; found "if(...){\n"
(#3797) Commas (,) must be followed by white space.
(#3798) Spaces must be used for alignment; tabs are not allowed
(#3798) Tab found within whitespace
(#3798) Line indented incorrectly; expected at least 16 spaces, found 4
(#3798) Commas (,) must be followed by white space.
(#3798) Commas (,) must be followed by white space.
(#3798) Commas (,) must be followed by white space.
(#3798) Commas (,) must be followed by white space.
(#3799) Spaces must be used for alignment; tabs are not allowed
(#3799) Tab found within whitespace
(#3799) Line indented incorrectly; expected 16 spaces, found 4
(#3799) Expected "if (...) {\n"; found "if(...){\n"
(#3799) Commas (,) must be followed by white space.
(#3800) Spaces must be used for alignment; tabs are not allowed
(#3800) Tab found within whitespace
(#3800) Line indented incorrectly; expected at least 20 spaces, found 5
(#3801) Spaces must be used for alignment; tabs are not allowed
(#3801) Tab found within whitespace
(#3801) Line indented incorrectly; expected 16 spaces, found 4
(#3802) Spaces must be used for alignment; tabs are not allowed
(#3802) Tab found within whitespace
(#3802) Line indented incorrectly; expected at least 20 spaces, found 5
(#3803) Spaces must be used for alignment; tabs are not allowed
(#3803) Tab found within whitespace
(#3803) Line indented incorrectly; expected 16 spaces, found 4
(#3804) Spaces must be used for alignment; tabs are not allowed
(#3804) Tab found within whitespace
(#3804) Line indented incorrectly; expected 12 spaces, found 3
(#3805) Spaces must be used for alignment; tabs are not allowed
(#3805) Tab found within whitespace
(#3805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3805) Inline comments must end in full-stops, exclamation marks, or question marks
(#3805) Line indented incorrectly; expected at least 16 spaces, found 4
(#3806) Spaces must be used for alignment; tabs are not allowed
(#3806) Tab found within whitespace
(#3806) Line indented incorrectly; expected at least 16 spaces, found 4
(#3807) Spaces must be used for alignment; tabs are not allowed
(#3807) Tab found within whitespace
(#3807) Line indented incorrectly; expected 12 spaces, found 3
(#3808) Spaces must be used for alignment; tabs are not allowed
(#3808) Tab found within whitespace
(#3808) Line indented incorrectly; expected 8 spaces, found 2
(#3808) Usage of ELSEIF not allowed; use ELSE IF instead
(#3809) Spaces must be used for alignment; tabs are not allowed
(#3809) Tab found within whitespace
(#3809) Line indented incorrectly; expected at least 12 spaces, found 3
(#3810) Spaces must be used for alignment; tabs are not allowed
(#3810) Tab found within whitespace
(#3810) Line indented incorrectly; expected 12 spaces, found 3
(#3811) Spaces must be used for alignment; tabs are not allowed
(#3811) Tab found within whitespace
(#3811) Line indented incorrectly; expected 16 spaces, found 4
(#3812) Spaces must be used for alignment; tabs are not allowed
(#3812) Tab found within whitespace
(#3812) Line indented incorrectly; expected at least 20 spaces, found 5
(#3813) Spaces must be used for alignment; tabs are not allowed
(#3813) Tab found within whitespace
(#3813) Line indented incorrectly; expected 16 spaces, found 4
(#3814) Spaces must be used for alignment; tabs are not allowed
(#3814) Tab found within whitespace
(#3814) Line indented incorrectly; expected at least 20 spaces, found 5
(#3815) Spaces must be used for alignment; tabs are not allowed
(#3815) Tab found within whitespace
(#3815) Line indented incorrectly; expected 16 spaces, found 4
(#3816) Spaces must be used for alignment; tabs are not allowed
(#3816) Tab found within whitespace
(#3816) Line indented incorrectly; expected 16 spaces, found 4
(#3817) Spaces must be used for alignment; tabs are not allowed
(#3817) Tab found within whitespace
(#3817) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3817) Inline comments must end in full-stops, exclamation marks, or question marks
(#3817) Line indented incorrectly; expected at least 20 spaces, found 5
(#3818) Spaces must be used for alignment; tabs are not allowed
(#3818) Tab found within whitespace
(#3818) Line indented incorrectly; expected at least 20 spaces, found 5
(#3819) Spaces must be used for alignment; tabs are not allowed
(#3819) Tab found within whitespace
(#3819) Line indented incorrectly; expected at least 20 spaces, found 5
(#3820) Spaces must be used for alignment; tabs are not allowed
(#3820) Tab found within whitespace
(#3820) Line indented incorrectly; expected at least 20 spaces, found 5
(#3821) Spaces must be used for alignment; tabs are not allowed
(#3821) Tab found within whitespace
(#3821) Line indented incorrectly; expected at least 20 spaces, found 5
(#3822) Spaces must be used for alignment; tabs are not allowed
(#3822) Tab found within whitespace
(#3822) Line indented incorrectly; expected 16 spaces, found 4
(#3823) Spaces must be used for alignment; tabs are not allowed
(#3823) Tab found within whitespace
(#3823) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3823) Inline comments must end in full-stops, exclamation marks, or question marks
(#3823) Line indented incorrectly; expected at least 20 spaces, found 5
(#3824) Spaces must be used for alignment; tabs are not allowed
(#3824) Tab found within whitespace
(#3824) Line indented incorrectly; expected 20 spaces, found 5
(#3825) Spaces must be used for alignment; tabs are not allowed
(#3825) Tab found within whitespace
(#3825) Line indented incorrectly; expected at least 24 spaces, found 6
(#3826) Spaces must be used for alignment; tabs are not allowed
(#3826) Tab found within whitespace
(#3826) Line indented incorrectly; expected at least 24 spaces, found 6
(#3827) Spaces must be used for alignment; tabs are not allowed
(#3827) Tab found within whitespace
(#3827) Line indented incorrectly; expected at least 24 spaces, found 6
(#3828) Spaces must be used for alignment; tabs are not allowed
(#3828) Tab found within whitespace
(#3828) Line indented incorrectly; expected 24 spaces, found 6
(#3828) Commas (,) must be followed by white space.
(#3829) Spaces must be used for alignment; tabs are not allowed
(#3829) Tab found within whitespace
(#3829) Line indented incorrectly; expected at least 28 spaces, found 7
(#3830) Spaces must be used for alignment; tabs are not allowed
(#3830) Tab found within whitespace
(#3830) Line indented incorrectly; expected 24 spaces, found 6
(#3831) Spaces must be used for alignment; tabs are not allowed
(#3831) Tab found within whitespace
(#3831) Line indented incorrectly; expected at least 28 spaces, found 7
(#3832) Spaces must be used for alignment; tabs are not allowed
(#3832) Tab found within whitespace
(#3832) Line indented incorrectly; expected 24 spaces, found 6
(#3833) Spaces must be used for alignment; tabs are not allowed
(#3833) Tab found within whitespace
(#3833) Line indented incorrectly; expected 20 spaces, found 5
(#3834) Spaces must be used for alignment; tabs are not allowed
(#3834) Tab found within whitespace
(#3834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3834) Inline comments must end in full-stops, exclamation marks, or question marks
(#3834) Line indented incorrectly; expected at least 24 spaces, found 6
(#3835) Spaces must be used for alignment; tabs are not allowed
(#3835) Tab found within whitespace
(#3835) Line indented incorrectly; expected at least 24 spaces, found 6
(#3836) Spaces must be used for alignment; tabs are not allowed
(#3836) Tab found within whitespace
(#3836) Line indented incorrectly; expected 20 spaces, found 5
(#3837) Spaces must be used for alignment; tabs are not allowed
(#3837) Tab found within whitespace
(#3837) Line indented incorrectly; expected 16 spaces, found 4
(#3838) Spaces must be used for alignment; tabs are not allowed
(#3838) Tab found within whitespace
(#3838) Line indented incorrectly; expected at least 16 spaces, found 4
(#3839) Spaces must be used for alignment; tabs are not allowed
(#3839) Tab found within whitespace
(#3839) Line indented incorrectly; expected at least 16 spaces, found 4
(#3840) Spaces must be used for alignment; tabs are not allowed
(#3840) Tab found within whitespace
(#3840) Line indented incorrectly; expected at least 16 spaces, found 4
(#3841) Spaces must be used for alignment; tabs are not allowed
(#3841) Tab found within whitespace
(#3841) Line indented incorrectly; expected 12 spaces, found 3
(#3842) Spaces must be used for alignment; tabs are not allowed
(#3842) Tab found within whitespace
(#3842) Line indented incorrectly; expected 8 spaces, found 2
(#3842) Usage of ELSEIF not allowed; use ELSE IF instead
(#3842) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3842) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3842) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3843) Spaces must be used for alignment; tabs are not allowed
(#3843) Tab found within whitespace
(#3843) Line indented incorrectly; expected at least 12 spaces, found 3
(#3844) Spaces must be used for alignment; tabs are not allowed
(#3844) Tab found within whitespace
(#3844) Line indented incorrectly; expected 12 spaces, found 3
(#3844) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#3844) Variable "HTTP_SERVER_VARS" must be all lower-case
(#3844) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#3845) Spaces must be used for alignment; tabs are not allowed
(#3845) Tab found within whitespace
(#3845) Line indented incorrectly; expected 16 spaces, found 4
(#3846) Spaces must be used for alignment; tabs are not allowed
(#3846) Tab found within whitespace
(#3846) Line indented incorrectly; expected at least 20 spaces, found 5
(#3846) Spaces must be used for alignment; tabs are not allowed
(#3846) Tab found within whitespace
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3846) Line exceeds 132 characters; contains 156 characters
(#3847) Spaces must be used for alignment; tabs are not allowed
(#3847) Tab found within whitespace
(#3847) Line indented incorrectly; expected 16 spaces, found 4
(#3848) Spaces must be used for alignment; tabs are not allowed
(#3848) Tab found within whitespace
(#3848) Line indented incorrectly; expected at least 20 spaces, found 5
(#3848) Spaces must be used for alignment; tabs are not allowed
(#3848) Tab found within whitespace
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3848) Line exceeds 132 characters; contains 134 characters
(#3849) Spaces must be used for alignment; tabs are not allowed
(#3849) Tab found within whitespace
(#3849) Line indented incorrectly; expected 16 spaces, found 4
(#3850) Spaces must be used for alignment; tabs are not allowed
(#3850) Tab found within whitespace
(#3850) Line indented incorrectly; expected 16 spaces, found 4
(#3851) Spaces must be used for alignment; tabs are not allowed
(#3851) Tab found within whitespace
(#3851) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3851) Inline comments must end in full-stops, exclamation marks, or question marks
(#3851) Line indented incorrectly; expected at least 20 spaces, found 5
(#3852) Spaces must be used for alignment; tabs are not allowed
(#3852) Tab found within whitespace
(#3852) Line indented incorrectly; expected at least 20 spaces, found 5
(#3853) Spaces must be used for alignment; tabs are not allowed
(#3853) Tab found within whitespace
(#3853) Line indented incorrectly; expected at least 20 spaces, found 5
(#3854) Spaces must be used for alignment; tabs are not allowed
(#3854) Tab found within whitespace
(#3854) Line indented incorrectly; expected at least 20 spaces, found 5
(#3855) Spaces must be used for alignment; tabs are not allowed
(#3855) Tab found within whitespace
(#3855) Line indented incorrectly; expected at least 20 spaces, found 5
(#3856) Spaces must be used for alignment; tabs are not allowed
(#3856) Tab found within whitespace
(#3856) Line indented incorrectly; expected 16 spaces, found 4
(#3857) Spaces must be used for alignment; tabs are not allowed
(#3857) Tab found within whitespace
(#3857) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3857) Inline comments must end in full-stops, exclamation marks, or question marks
(#3857) Line indented incorrectly; expected at least 20 spaces, found 5
(#3858) Spaces must be used for alignment; tabs are not allowed
(#3858) Tab found within whitespace
(#3858) Line indented incorrectly; expected 20 spaces, found 5
(#3859) Spaces must be used for alignment; tabs are not allowed
(#3859) Tab found within whitespace
(#3859) Line indented incorrectly; expected at least 24 spaces, found 6
(#3860) Spaces must be used for alignment; tabs are not allowed
(#3860) Tab found within whitespace
(#3860) Line indented incorrectly; expected at least 24 spaces, found 6
(#3861) Spaces must be used for alignment; tabs are not allowed
(#3861) Tab found within whitespace
(#3861) Line indented incorrectly; expected at least 24 spaces, found 6
(#3862) Spaces must be used for alignment; tabs are not allowed
(#3862) Tab found within whitespace
(#3862) Line indented incorrectly; expected 24 spaces, found 6
(#3862) Commas (,) must be followed by white space.
(#3863) Spaces must be used for alignment; tabs are not allowed
(#3863) Tab found within whitespace
(#3863) Line indented incorrectly; expected at least 28 spaces, found 7
(#3864) Spaces must be used for alignment; tabs are not allowed
(#3864) Tab found within whitespace
(#3864) Line indented incorrectly; expected 24 spaces, found 6
(#3865) Spaces must be used for alignment; tabs are not allowed
(#3865) Tab found within whitespace
(#3865) Line indented incorrectly; expected at least 28 spaces, found 7
(#3866) Spaces must be used for alignment; tabs are not allowed
(#3866) Tab found within whitespace
(#3866) Line indented incorrectly; expected 24 spaces, found 6
(#3867) Spaces must be used for alignment; tabs are not allowed
(#3867) Tab found within whitespace
(#3867) Line indented incorrectly; expected 20 spaces, found 5
(#3868) Spaces must be used for alignment; tabs are not allowed
(#3868) Tab found within whitespace
(#3868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3868) Inline comments must end in full-stops, exclamation marks, or question marks
(#3868) Line indented incorrectly; expected at least 24 spaces, found 6
(#3869) Spaces must be used for alignment; tabs are not allowed
(#3869) Tab found within whitespace
(#3869) Line indented incorrectly; expected at least 24 spaces, found 6
(#3870) Spaces must be used for alignment; tabs are not allowed
(#3870) Tab found within whitespace
(#3870) Line indented incorrectly; expected 20 spaces, found 5
(#3871) Spaces must be used for alignment; tabs are not allowed
(#3871) Tab found within whitespace
(#3871) Line indented incorrectly; expected 16 spaces, found 4
(#3872) Spaces must be used for alignment; tabs are not allowed
(#3872) Tab found within whitespace
(#3872) Line indented incorrectly; expected at least 16 spaces, found 4
(#3873) Spaces must be used for alignment; tabs are not allowed
(#3873) Tab found within whitespace
(#3873) Line indented incorrectly; expected at least 16 spaces, found 4
(#3874) Spaces must be used for alignment; tabs are not allowed
(#3874) Tab found within whitespace
(#3874) Line indented incorrectly; expected at least 16 spaces, found 4
(#3875) Spaces must be used for alignment; tabs are not allowed
(#3875) Tab found within whitespace
(#3875) Line indented incorrectly; expected 12 spaces, found 3
(#3876) Spaces must be used for alignment; tabs are not allowed
(#3876) Tab found within whitespace
(#3876) Line indented incorrectly; expected 8 spaces, found 2
(#3877) Spaces must be used for alignment; tabs are not allowed
(#3877) Tab found within whitespace
(#3877) Line indented incorrectly; expected at least 12 spaces, found 3
(#3878) Spaces must be used for alignment; tabs are not allowed
(#3878) Tab found within whitespace
(#3878) Line indented incorrectly; expected at least 12 spaces, found 3
(#3879) Spaces must be used for alignment; tabs are not allowed
(#3879) Tab found within whitespace
(#3879) Line indented incorrectly; expected 8 spaces, found 2
(#3880) Spaces must be used for alignment; tabs are not allowed
(#3880) Tab found within whitespace
(#3880) Line indented incorrectly; expected 4 spaces, found 1
(#3882) Spaces must be used for alignment; tabs are not allowed
(#3882) Tab found within whitespace
(#3882) Line indented incorrectly; expected at least 4 spaces, found 1
(#3883) Spaces must be used for alignment; tabs are not allowed
(#3883) Expected 2 space(s) before asterisk; 1 found
(#3884) Spaces must be used for alignment; tabs are not allowed
(#3884) Expected 2 space(s) before asterisk; 1 found
(#3885) Spaces must be used for alignment; tabs are not allowed
(#3885) Expected 2 space(s) before asterisk; 1 found
(#3886) Spaces must be used for alignment; tabs are not allowed
(#3886) Expected 2 space(s) before asterisk; 1 found
(#3887) Spaces must be used for alignment; tabs are not allowed
(#3887) Expected 2 space(s) before asterisk; 1 found
(#3888) Spaces must be used for alignment; tabs are not allowed
(#3888) Expected 2 space(s) before asterisk; 1 found
(#3889) Spaces must be used for alignment; tabs are not allowed
(#3889) Expected 2 space(s) before asterisk; 1 found
(#3890) Spaces must be used for alignment; tabs are not allowed
(#3890) Expected 2 space(s) before asterisk; 1 found
(#3891) Spaces must be used for alignment; tabs are not allowed
(#3891) Expected 2 space(s) before asterisk; 1 found
(#3892) Spaces must be used for alignment; tabs are not allowed
(#3892) Expected 2 space(s) before asterisk; 1 found
(#3893) Spaces must be used for alignment; tabs are not allowed
(#3893) Expected 2 space(s) before asterisk; 1 found
(#3894) Spaces must be used for alignment; tabs are not allowed
(#3894) Expected 2 space(s) before asterisk; 1 found
(#3895) Spaces must be used for alignment; tabs are not allowed
(#3895) Expected 2 space(s) before asterisk; 1 found
(#3896) Spaces must be used for alignment; tabs are not allowed
(#3896) Expected 2 space(s) before asterisk; 1 found
(#3897) Spaces must be used for alignment; tabs are not allowed
(#3897) Expected 2 space(s) before asterisk; 1 found
(#3898) Spaces must be used for alignment; tabs are not allowed
(#3898) Expected 2 space(s) before asterisk; 1 found
(#3899) Spaces must be used for alignment; tabs are not allowed
(#3899) Expected 2 space(s) before asterisk; 1 found
(#3900) Spaces must be used for alignment; tabs are not allowed
(#3900) Expected 2 space(s) before asterisk; 1 found
(#3901) Spaces must be used for alignment; tabs are not allowed
(#3901) Expected 2 space(s) before asterisk; 1 found
(#3902) Spaces must be used for alignment; tabs are not allowed
(#3902) Expected 2 space(s) before asterisk; 1 found
(#3903) Spaces must be used for alignment; tabs are not allowed
(#3903) Expected 2 space(s) before asterisk; 1 found
(#3904) Spaces must be used for alignment; tabs are not allowed
(#3904) Tab found within whitespace
(#3904) Line indented incorrectly; expected 4 spaces, found 1
(#3904) Visibility must be declared on method "parse_request"
(#3905) Spaces must be used for alignment; tabs are not allowed
(#3905) Tab found within whitespace
(#3905) Line indented incorrectly; expected at least 8 spaces, found 2
(#3906) Spaces must be used for alignment; tabs are not allowed
(#3906) Tab found within whitespace
(#3906) Line indented incorrectly; expected at least 8 spaces, found 2
(#3907) Spaces must be used for alignment; tabs are not allowed
(#3907) Tab found within whitespace
(#3907) Line indented incorrectly; expected at least 8 spaces, found 2
(#3908) Spaces must be used for alignment; tabs are not allowed
(#3908) Tab found within whitespace
(#3908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3908) Inline comments must end in full-stops, exclamation marks, or question marks
(#3908) Line indented incorrectly; expected at least 8 spaces, found 2
(#3909) Spaces must be used for alignment; tabs are not allowed
(#3909) Tab found within whitespace
(#3909) Line indented incorrectly; expected 8 spaces, found 2
(#3910) Spaces must be used for alignment; tabs are not allowed
(#3910) Tab found within whitespace
(#3910) Line indented incorrectly; expected at least 12 spaces, found 3
(#3911) Spaces must be used for alignment; tabs are not allowed
(#3911) Tab found within whitespace
(#3911) Line indented incorrectly; expected 12 spaces, found 3
(#3912) Spaces must be used for alignment; tabs are not allowed
(#3912) Tab found within whitespace
(#3912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3912) Inline comments must end in full-stops, exclamation marks, or question marks
(#3912) Line indented incorrectly; expected at least 16 spaces, found 7
(#3913) Spaces must be used for alignment; tabs are not allowed
(#3913) Tab found within whitespace
(#3913) Line indented incorrectly; expected 16 spaces, found 4
(#3914) Spaces must be used for alignment; tabs are not allowed
(#3914) Tab found within whitespace
(#3914) Line indented incorrectly; expected 20 spaces, found 5
(#3915) Spaces must be used for alignment; tabs are not allowed
(#3915) Tab found within whitespace
(#3915) Line indented incorrectly; expected at least 24 spaces, found 6
(#3916) Spaces must be used for alignment; tabs are not allowed
(#3916) Tab found within whitespace
(#3916) Line indented incorrectly; expected 20 spaces, found 5
(#3916) Usage of ELSEIF not allowed; use ELSE IF instead
(#3917) Spaces must be used for alignment; tabs are not allowed
(#3917) Tab found within whitespace
(#3917) Line indented incorrectly; expected at least 24 spaces, found 6
(#3918) Spaces must be used for alignment; tabs are not allowed
(#3918) Tab found within whitespace
(#3918) Line indented incorrectly; expected 20 spaces, found 5
(#3919) Spaces must be used for alignment; tabs are not allowed
(#3919) Tab found within whitespace
(#3919) Line indented incorrectly; expected at least 24 spaces, found 6
(#3920) Spaces must be used for alignment; tabs are not allowed
(#3920) Tab found within whitespace
(#3920) Line indented incorrectly; expected at least 24 spaces, found 6
(#3921) Spaces must be used for alignment; tabs are not allowed
(#3921) Tab found within whitespace
(#3921) Line indented incorrectly; expected 20 spaces, found 5
(#3922) Spaces must be used for alignment; tabs are not allowed
(#3922) Tab found within whitespace
(#3922) Line indented incorrectly; expected 16 spaces, found 4
(#3923) Spaces must be used for alignment; tabs are not allowed
(#3923) Tab found within whitespace
(#3923) Line indented incorrectly; expected at least 20 spaces, found 5
(#3924) Spaces must be used for alignment; tabs are not allowed
(#3924) Tab found within whitespace
(#3924) Line indented incorrectly; expected at least 20 spaces, found 5
(#3925) Spaces must be used for alignment; tabs are not allowed
(#3925) Tab found within whitespace
(#3925) Line indented incorrectly; expected 16 spaces, found 4
(#3926) Spaces must be used for alignment; tabs are not allowed
(#3926) Tab found within whitespace
(#3926) Line indented incorrectly; expected 12 spaces, found 3
(#3927) Spaces must be used for alignment; tabs are not allowed
(#3927) Tab found within whitespace
(#3927) Line indented incorrectly; expected 8 spaces, found 2
(#3928) Spaces must be used for alignment; tabs are not allowed
(#3928) Tab found within whitespace
(#3928) Line indented incorrectly; expected at least 8 spaces, found 2
(#3929) Spaces must be used for alignment; tabs are not allowed
(#3929) Tab found within whitespace
(#3929) Line indented incorrectly; expected at least 8 spaces, found 2
(#3930) Spaces must be used for alignment; tabs are not allowed
(#3930) Tab found within whitespace
(#3930) Line indented incorrectly; expected at least 8 spaces, found 2
(#3931) Spaces must be used for alignment; tabs are not allowed
(#3931) Tab found within whitespace
(#3931) Line indented incorrectly; expected at least 8 spaces, found 2
(#3932) Spaces must be used for alignment; tabs are not allowed
(#3932) Tab found within whitespace
(#3932) Line indented incorrectly; expected 4 spaces, found 1
(#3934) Spaces must be used for alignment; tabs are not allowed
(#3934) Tab found within whitespace
(#3934) Line indented incorrectly; expected at least 4 spaces, found 1
(#3935) Spaces must be used for alignment; tabs are not allowed
(#3935) Expected 2 space(s) before asterisk; 1 found
(#3936) Spaces must be used for alignment; tabs are not allowed
(#3936) Expected 2 space(s) before asterisk; 1 found
(#3937) Spaces must be used for alignment; tabs are not allowed
(#3937) Expected 2 space(s) before asterisk; 1 found
(#3938) Spaces must be used for alignment; tabs are not allowed
(#3938) Expected 2 space(s) before asterisk; 1 found
(#3939) Spaces must be used for alignment; tabs are not allowed
(#3939) Expected 2 space(s) before asterisk; 1 found
(#3940) Spaces must be used for alignment; tabs are not allowed
(#3940) Expected 2 space(s) before asterisk; 1 found
(#3941) Spaces must be used for alignment; tabs are not allowed
(#3941) Expected 2 space(s) before asterisk; 1 found
(#3942) Spaces must be used for alignment; tabs are not allowed
(#3942) Expected 2 space(s) before asterisk; 1 found
(#3943) Spaces must be used for alignment; tabs are not allowed
(#3943) Expected 2 space(s) before asterisk; 1 found
(#3944) Spaces must be used for alignment; tabs are not allowed
(#3944) Expected 2 space(s) before asterisk; 1 found
(#3945) Spaces must be used for alignment; tabs are not allowed
(#3945) Expected 2 space(s) before asterisk; 1 found
(#3946) Spaces must be used for alignment; tabs are not allowed
(#3946) Expected 2 space(s) before asterisk; 1 found
(#3947) Spaces must be used for alignment; tabs are not allowed
(#3947) Expected 2 space(s) before asterisk; 1 found
(#3948) Spaces must be used for alignment; tabs are not allowed
(#3948) Expected 2 space(s) before asterisk; 1 found
(#3949) Spaces must be used for alignment; tabs are not allowed
(#3949) Expected 2 space(s) before asterisk; 1 found
(#3950) Spaces must be used for alignment; tabs are not allowed
(#3950) Expected 2 space(s) before asterisk; 1 found
(#3951) Spaces must be used for alignment; tabs are not allowed
(#3951) Tab found within whitespace
(#3951) Line indented incorrectly; expected 4 spaces, found 1
(#3951) Visibility must be declared on method "invoke_method"
(#3952) Spaces must be used for alignment; tabs are not allowed
(#3952) Tab found within whitespace
(#3952) Line indented incorrectly; expected at least 8 spaces, found 2
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3952) Line exceeds 132 characters; contains 140 characters
(#3954) Spaces must be used for alignment; tabs are not allowed
(#3954) Tab found within whitespace
(#3954) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3954) Line indented incorrectly; expected at least 8 spaces, found 2
(#3955) Spaces must be used for alignment; tabs are not allowed
(#3955) Tab found within whitespace
(#3955) Line indented incorrectly; expected at least 8 spaces, found 2
(#3956) Spaces must be used for alignment; tabs are not allowed
(#3956) Tab found within whitespace
(#3956) Line indented incorrectly; expected at least 8 spaces, found 2
(#3957) Spaces must be used for alignment; tabs are not allowed
(#3957) Tab found within whitespace
(#3957) Line indented incorrectly; expected at least 8 spaces, found 2
(#3958) Spaces must be used for alignment; tabs are not allowed
(#3958) Tab found within whitespace
(#3958) Line indented incorrectly; expected at least 8 spaces, found 2
(#3959) Spaces must be used for alignment; tabs are not allowed
(#3959) Tab found within whitespace
(#3959) Line indented incorrectly; expected at least 8 spaces, found 2
(#3960) Spaces must be used for alignment; tabs are not allowed
(#3960) Tab found within whitespace
(#3960) Line indented incorrectly; expected at least 8 spaces, found 2
(#3961) Spaces must be used for alignment; tabs are not allowed
(#3961) Tab found within whitespace
(#3961) Line indented incorrectly; expected at least 8 spaces, found 2
(#3962) Spaces must be used for alignment; tabs are not allowed
(#3962) Tab found within whitespace
(#3962) Line indented incorrectly; expected at least 8 spaces, found 2
(#3963) Spaces must be used for alignment; tabs are not allowed
(#3963) Tab found within whitespace
(#3963) Line indented incorrectly; expected at least 8 spaces, found 2
(#3964) Spaces must be used for alignment; tabs are not allowed
(#3964) Tab found within whitespace
(#3964) Line indented incorrectly; expected at least 8 spaces, found 2
(#3964) Variable "orig_methodname" must not contain underscores.
(#3965) Spaces must be used for alignment; tabs are not allowed
(#3965) Tab found within whitespace
(#3965) Line indented incorrectly; expected 8 spaces, found 2
(#3966) Spaces must be used for alignment; tabs are not allowed
(#3966) Tab found within whitespace
(#3966) Line indented incorrectly; expected 12 spaces, found 3
(#3967) Spaces must be used for alignment; tabs are not allowed
(#3967) Tab found within whitespace
(#3967) Line indented incorrectly; expected at least 16 spaces, found 4
(#3968) Spaces must be used for alignment; tabs are not allowed
(#3968) Tab found within whitespace
(#3968) Line indented incorrectly; expected at least 16 spaces, found 4
(#3969) Spaces must be used for alignment; tabs are not allowed
(#3969) Tab found within whitespace
(#3969) Line indented incorrectly; expected 12 spaces, found 3
(#3969) Usage of ELSEIF not allowed; use ELSE IF instead
(#3970) Spaces must be used for alignment; tabs are not allowed
(#3970) Tab found within whitespace
(#3970) Inline comments must end in full-stops, exclamation marks, or question marks
(#3970) Line indented incorrectly; expected at least 16 spaces, found 4
(#3971) Spaces must be used for alignment; tabs are not allowed
(#3971) Tab found within whitespace
(#3971) Line indented incorrectly; expected at least 16 spaces, found 4
(#3972) Spaces must be used for alignment; tabs are not allowed
(#3972) Tab found within whitespace
(#3972) Line indented incorrectly; expected at least 16 spaces, found 4
(#3973) Spaces must be used for alignment; tabs are not allowed
(#3973) Tab found within whitespace
(#3973) Line indented incorrectly; expected at least 16 spaces, found 4
(#3974) Spaces must be used for alignment; tabs are not allowed
(#3974) Tab found within whitespace
(#3974) Line indented incorrectly; expected 12 spaces, found 3
(#3975) Spaces must be used for alignment; tabs are not allowed
(#3975) Tab found within whitespace
(#3975) Line indented incorrectly; expected at least 16 spaces, found 4
(#3976) Spaces must be used for alignment; tabs are not allowed
(#3976) Tab found within whitespace
(#3976) Line indented incorrectly; expected at least 16 spaces, found 4
(#3977) Spaces must be used for alignment; tabs are not allowed
(#3977) Tab found within whitespace
(#3977) Line indented incorrectly; expected at least 16 spaces, found 4
(#3978) Spaces must be used for alignment; tabs are not allowed
(#3978) Tab found within whitespace
(#3978) Line indented incorrectly; expected 12 spaces, found 3
(#3979) Spaces must be used for alignment; tabs are not allowed
(#3979) Tab found within whitespace
(#3979) Line indented incorrectly; expected 8 spaces, found 2
(#3980) Spaces must be used for alignment; tabs are not allowed
(#3980) Tab found within whitespace
(#3980) Line indented incorrectly; expected at least 12 spaces, found 3
(#3981) Spaces must be used for alignment; tabs are not allowed
(#3981) Tab found within whitespace
(#3981) Line indented incorrectly; expected 8 spaces, found 2
(#3983) Spaces must be used for alignment; tabs are not allowed
(#3983) Tab found within whitespace
(#3983) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3983) Line indented incorrectly; expected at least 8 spaces, found 2
(#3984) Spaces must be used for alignment; tabs are not allowed
(#3984) Tab found within whitespace
(#3984) Line indented incorrectly; expected at least 8 spaces, found 2
(#3985) Spaces must be used for alignment; tabs are not allowed
(#3985) Tab found within whitespace
(#3985) Inline comments must end in full-stops, exclamation marks, or question marks
(#3985) Line indented incorrectly; expected at least 8 spaces, found 2
(#3986) Spaces must be used for alignment; tabs are not allowed
(#3986) Tab found within whitespace
(#3986) Line indented incorrectly; expected 8 spaces, found 2
(#3987) Spaces must be used for alignment; tabs are not allowed
(#3987) Tab found within whitespace
(#3987) Line indented incorrectly; expected at least 12 spaces, found 3
(#3988) Spaces must be used for alignment; tabs are not allowed
(#3988) Tab found within whitespace
(#3988) Line indented incorrectly; expected 8 spaces, found 2
(#3989) Spaces must be used for alignment; tabs are not allowed
(#3989) Tab found within whitespace
(#3989) Line indented incorrectly; expected at least 12 spaces, found 3
(#3990) Spaces must be used for alignment; tabs are not allowed
(#3990) Tab found within whitespace
(#3990) Line indented incorrectly; expected 8 spaces, found 2
(#3991) Spaces must be used for alignment; tabs are not allowed
(#3991) Tab found within whitespace
(#3991) Line indented incorrectly; expected at least 12 spaces, found 3
(#3992) Spaces must be used for alignment; tabs are not allowed
(#3992) Tab found within whitespace
(#3992) Line indented incorrectly; expected 8 spaces, found 2
(#3993) Spaces must be used for alignment; tabs are not allowed
(#3993) Tab found within whitespace
(#3993) Line indented incorrectly; expected at least 8 spaces, found 2
(#3995) Spaces must be used for alignment; tabs are not allowed
(#3995) Tab found within whitespace
(#3995) Line indented incorrectly; expected at least 8 spaces, found 2
(#3996) Spaces must be used for alignment; tabs are not allowed
(#3996) Tab found within whitespace
(#3996) Line indented incorrectly; expected at least 8 spaces, found 2
(#3997) Spaces must be used for alignment; tabs are not allowed
(#3997) Tab found within whitespace
(#3997) Line indented incorrectly; expected 8 spaces, found 2
(#3998) Spaces must be used for alignment; tabs are not allowed
(#3998) Tab found within whitespace
(#3998) Line indented incorrectly; expected at least 12 spaces, found 3
(#3998) Variable "try_class" must not contain underscores.
(#3999) Spaces must be used for alignment; tabs are not allowed
(#3999) Tab found within whitespace
(#3999) Line indented incorrectly; expected 12 spaces, found 3
(#3999) Variable "try_class" must not contain underscores.
(#4000) Spaces must be used for alignment; tabs are not allowed
(#4000) Tab found within whitespace
(#4000) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4000) Inline comments must end in full-stops, exclamation marks, or question marks
(#4000) Line indented incorrectly; expected at least 16 spaces, found 4
(#4001) Spaces must be used for alignment; tabs are not allowed
(#4001) Tab found within whitespace
(#4001) Line indented incorrectly; expected at least 16 spaces, found 4
(#4001) Variable "try_class" must not contain underscores.
(#4002) Spaces must be used for alignment; tabs are not allowed
(#4002) Tab found within whitespace
(#4002) Line indented incorrectly; expected at least 16 spaces, found 4
(#4003) Spaces must be used for alignment; tabs are not allowed
(#4003) Tab found within whitespace
(#4003) Line indented incorrectly; expected at least 16 spaces, found 4
(#4004) Spaces must be used for alignment; tabs are not allowed
(#4004) Tab found within whitespace
(#4004) Line indented incorrectly; expected 12 spaces, found 3
(#4005) Spaces must be used for alignment; tabs are not allowed
(#4005) Tab found within whitespace
(#4005) Line indented incorrectly; expected at least 16 spaces, found 4
(#4005) Variable "try_class" must not contain underscores.
(#4006) Spaces must be used for alignment; tabs are not allowed
(#4006) Tab found within whitespace
(#4006) Line indented incorrectly; expected 12 spaces, found 3
(#4007) Spaces must be used for alignment; tabs are not allowed
(#4007) Tab found within whitespace
(#4007) Line indented incorrectly; expected 8 spaces, found 2
(#4008) Spaces must be used for alignment; tabs are not allowed
(#4008) Tab found within whitespace
(#4008) Line indented incorrectly; expected at least 12 spaces, found 3
(#4008) Variable "try_class" must not contain underscores.
(#4009) Spaces must be used for alignment; tabs are not allowed
(#4009) Tab found within whitespace
(#4009) Line indented incorrectly; expected at least 12 spaces, found 3
(#4010) Spaces must be used for alignment; tabs are not allowed
(#4010) Tab found within whitespace
(#4010) Line indented incorrectly; expected 8 spaces, found 2
(#4012) Spaces must be used for alignment; tabs are not allowed
(#4012) Tab found within whitespace
(#4012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4012) Line indented incorrectly; expected at least 8 spaces, found 2
(#4013) Spaces must be used for alignment; tabs are not allowed
(#4013) Tab found within whitespace
(#4013) Line indented incorrectly; expected 8 spaces, found 2
(#4014) Spaces must be used for alignment; tabs are not allowed
(#4014) Tab found within whitespace
(#4014) Line indented incorrectly; expected 12 spaces, found 3
(#4015) Spaces must be used for alignment; tabs are not allowed
(#4015) Tab found within whitespace
(#4015) Line indented incorrectly; expected at least 16 spaces, found 4
(#4016) Spaces must be used for alignment; tabs are not allowed
(#4016) Tab found within whitespace
(#4016) Line indented incorrectly; expected at least 16 spaces, found 4
(#4017) Spaces must be used for alignment; tabs are not allowed
(#4017) Tab found within whitespace
(#4017) Line indented incorrectly; expected at least 16 spaces, found 4
(#4017) Commas (,) must be followed by white space.
(#4018) Spaces must be used for alignment; tabs are not allowed
(#4018) Tab found within whitespace
(#4018) Line indented incorrectly; expected at least 16 spaces, found 4
(#4019) Spaces must be used for alignment; tabs are not allowed
(#4019) Tab found within whitespace
(#4019) Line indented incorrectly; expected 12 spaces, found 3
(#4020) Spaces must be used for alignment; tabs are not allowed
(#4020) Tab found within whitespace
(#4020) Line indented incorrectly; expected 8 spaces, found 2
(#4021) Spaces must be used for alignment; tabs are not allowed
(#4021) Tab found within whitespace
(#4021) Line indented incorrectly; expected at least 12 spaces, found 3
(#4021) Variable "method_to_compare" must not contain underscores.
(#4022) Spaces must be used for alignment; tabs are not allowed
(#4022) Tab found within whitespace
(#4022) Line indented incorrectly; expected 12 spaces, found 3
(#4022) Variable "method_to_compare" must not contain underscores.
(#4023) Spaces must be used for alignment; tabs are not allowed
(#4023) Tab found within whitespace
(#4023) Line indented incorrectly; expected at least 16 spaces, found 4
(#4024) Spaces must be used for alignment; tabs are not allowed
(#4024) Tab found within whitespace
(#4024) Line indented incorrectly; expected at least 16 spaces, found 4
(#4025) Spaces must be used for alignment; tabs are not allowed
(#4025) Tab found within whitespace
(#4025) Line indented incorrectly; expected at least 16 spaces, found 4
(#4025) Commas (,) must be followed by white space.
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4025) Line exceeds 132 characters; contains 161 characters
(#4026) Spaces must be used for alignment; tabs are not allowed
(#4026) Tab found within whitespace
(#4026) Line indented incorrectly; expected at least 16 spaces, found 4
(#4027) Spaces must be used for alignment; tabs are not allowed
(#4027) Tab found within whitespace
(#4027) Line indented incorrectly; expected 12 spaces, found 3
(#4028) Spaces must be used for alignment; tabs are not allowed
(#4028) Tab found within whitespace
(#4028) Line indented incorrectly; expected 8 spaces, found 2
(#4030) Spaces must be used for alignment; tabs are not allowed
(#4030) Tab found within whitespace
(#4030) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4030) Line indented incorrectly; expected at least 8 spaces, found 2
(#4031) Spaces must be used for alignment; tabs are not allowed
(#4031) Tab found within whitespace
(#4031) Inline comments must end in full-stops, exclamation marks, or question marks
(#4031) Line indented incorrectly; expected at least 8 spaces, found 2
(#4032) Spaces must be used for alignment; tabs are not allowed
(#4032) Tab found within whitespace
(#4032) Line indented incorrectly; expected 8 spaces, found 2
(#4032) Expected "if (...) {\n"; found "if(...){\n"
(#4032) Commas (,) must be followed by white space.
(#4033) Spaces must be used for alignment; tabs are not allowed
(#4033) Tab found within whitespace
(#4033) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4033) Inline comments must end in full-stops, exclamation marks, or question marks
(#4033) Line indented incorrectly; expected at least 12 spaces, found 3
(#4034) Spaces must be used for alignment; tabs are not allowed
(#4034) Tab found within whitespace
(#4034) Line indented incorrectly; expected at least 12 spaces, found 3
(#4035) Spaces must be used for alignment; tabs are not allowed
(#4035) Tab found within whitespace
(#4035) Line indented incorrectly; expected at least 12 spaces, found 3
(#4036) Spaces must be used for alignment; tabs are not allowed
(#4036) Tab found within whitespace
(#4036) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4036) Inline comments must end in full-stops, exclamation marks, or question marks
(#4036) Line indented incorrectly; expected at least 12 spaces, found 3
(#4037) Spaces must be used for alignment; tabs are not allowed
(#4037) Tab found within whitespace
(#4037) Line indented incorrectly; expected at least 12 spaces, found 3
(#4037) Commas (,) must be followed by white space.
(#4038) Spaces must be used for alignment; tabs are not allowed
(#4038) Tab found within whitespace
(#4038) Line indented incorrectly; expected at least 12 spaces, found 3
(#4039) Spaces must be used for alignment; tabs are not allowed
(#4039) Tab found within whitespace
(#4039) Line indented incorrectly; expected 8 spaces, found 2
(#4041) Spaces must be used for alignment; tabs are not allowed
(#4041) Tab found within whitespace
(#4041) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4041) Inline comments must end in full-stops, exclamation marks, or question marks
(#4041) Line indented incorrectly; expected at least 8 spaces, found 2
(#4042) Spaces must be used for alignment; tabs are not allowed
(#4042) Tab found within whitespace
(#4042) Line indented incorrectly; expected at least 8 spaces, found 2
(#4043) Spaces must be used for alignment; tabs are not allowed
(#4043) Tab found within whitespace
(#4043) Line indented incorrectly; expected at least 8 spaces, found 2
(#4044) Spaces must be used for alignment; tabs are not allowed
(#4044) Tab found within whitespace
(#4044) Line indented incorrectly; expected at least 8 spaces, found 2
(#4045) Spaces must be used for alignment; tabs are not allowed
(#4045) Tab found within whitespace
(#4045) Line indented incorrectly; expected 8 spaces, found 2
(#4046) Spaces must be used for alignment; tabs are not allowed
(#4046) Tab found within whitespace
(#4046) Line indented incorrectly; expected 12 spaces, found 3
(#4047) Spaces must be used for alignment; tabs are not allowed
(#4047) Tab found within whitespace
(#4047) Line indented incorrectly; expected at least 16 spaces, found 4
(#4048) Spaces must be used for alignment; tabs are not allowed
(#4048) Tab found within whitespace
(#4048) Line indented incorrectly; expected at least 16 spaces, found 4
(#4048) Variable "funcCall" must be all lower-case
(#4049) Spaces must be used for alignment; tabs are not allowed
(#4049) Tab found within whitespace
(#4049) Line indented incorrectly; expected 12 spaces, found 3
(#4050) Spaces must be used for alignment; tabs are not allowed
(#4050) Tab found within whitespace
(#4050) Line indented incorrectly; expected 16 spaces, found 4
(#4051) Spaces must be used for alignment; tabs are not allowed
(#4051) Tab found within whitespace
(#4051) Line indented incorrectly; expected at least 20 spaces, found 5
(#4052) Spaces must be used for alignment; tabs are not allowed
(#4052) Tab found within whitespace
(#4052) Line indented incorrectly; expected at least 20 spaces, found 5
(#4052) Variable "funcCall" must be all lower-case
(#4053) Spaces must be used for alignment; tabs are not allowed
(#4053) Tab found within whitespace
(#4053) Line indented incorrectly; expected 16 spaces, found 4
(#4054) Spaces must be used for alignment; tabs are not allowed
(#4054) Tab found within whitespace
(#4054) Line indented incorrectly; expected at least 20 spaces, found 5
(#4055) Spaces must be used for alignment; tabs are not allowed
(#4055) Tab found within whitespace
(#4055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4055) Inline comments must end in full-stops, exclamation marks, or question marks
(#4055) Line indented incorrectly; expected at least 20 spaces, found 5
(#4056) Spaces must be used for alignment; tabs are not allowed
(#4056) Tab found within whitespace
(#4056) Line indented incorrectly; expected at least 20 spaces, found 5
(#4057) Spaces must be used for alignment; tabs are not allowed
(#4057) Tab found within whitespace
(#4057) Line indented incorrectly; expected at least 20 spaces, found 5
(#4057) Variable "funcCall" must be all lower-case
(#4058) Spaces must be used for alignment; tabs are not allowed
(#4058) Tab found within whitespace
(#4058) Line indented incorrectly; expected at least 20 spaces, found 5
(#4058) Variable "funcCall" must be all lower-case
(#4059) Spaces must be used for alignment; tabs are not allowed
(#4059) Tab found within whitespace
(#4059) Line indented incorrectly; expected 16 spaces, found 4
(#4060) Spaces must be used for alignment; tabs are not allowed
(#4060) Tab found within whitespace
(#4060) Line indented incorrectly; expected 12 spaces, found 3
(#4061) Spaces must be used for alignment; tabs are not allowed
(#4061) Tab found within whitespace
(#4061) Line indented incorrectly; expected 12 spaces, found 3
(#4062) Spaces must be used for alignment; tabs are not allowed
(#4062) Tab found within whitespace
(#4062) Line indented incorrectly; expected 16 spaces, found 4
(#4063) Spaces must be used for alignment; tabs are not allowed
(#4063) Tab found within whitespace
(#4063) Line indented incorrectly; expected 20 spaces, found 5
(#4064) Spaces must be used for alignment; tabs are not allowed
(#4064) Tab found within whitespace
(#4064) Line indented incorrectly; expected at least 24 spaces, found 6
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4064) Line exceeds 132 characters; contains 153 characters
(#4065) Spaces must be used for alignment; tabs are not allowed
(#4065) Tab found within whitespace
(#4065) Line indented incorrectly; expected at least 24 spaces, found 6
(#4066) Spaces must be used for alignment; tabs are not allowed
(#4066) Tab found within whitespace
(#4066) Line indented incorrectly; expected 20 spaces, found 5
(#4067) Spaces must be used for alignment; tabs are not allowed
(#4067) Tab found within whitespace
(#4067) Line indented incorrectly; expected at least 20 spaces, found 5
(#4067) Variable "funcCall" must be all lower-case
(#4068) Spaces must be used for alignment; tabs are not allowed
(#4068) Tab found within whitespace
(#4068) Line indented incorrectly; expected 16 spaces, found 4
(#4069) Spaces must be used for alignment; tabs are not allowed
(#4069) Tab found within whitespace
(#4069) Line indented incorrectly; expected at least 16 spaces, found 4
(#4069) Variable "funcCall" must be all lower-case
(#4069) Variable "funcCall" must be all lower-case
(#4070) Spaces must be used for alignment; tabs are not allowed
(#4070) Tab found within whitespace
(#4070) Line indented incorrectly; expected 12 spaces, found 3
(#4071) Spaces must be used for alignment; tabs are not allowed
(#4071) Tab found within whitespace
(#4071) Line indented incorrectly; expected at least 12 spaces, found 3
(#4071) Variable "funcCall" must be all lower-case
(#4072) Spaces must be used for alignment; tabs are not allowed
(#4072) Tab found within whitespace
(#4072) Line indented incorrectly; expected at least 12 spaces, found 3
(#4072) Variable "funcCall" must be all lower-case
(#4073) Spaces must be used for alignment; tabs are not allowed
(#4073) Tab found within whitespace
(#4073) Line indented incorrectly; expected at least 12 spaces, found 3
(#4073) The use of function eval() is forbidden
(#4073) Variable "funcCall" must be all lower-case
(#4074) Spaces must be used for alignment; tabs are not allowed
(#4074) Tab found within whitespace
(#4074) Line indented incorrectly; expected 8 spaces, found 2
(#4075) Spaces must be used for alignment; tabs are not allowed
(#4075) Tab found within whitespace
(#4075) Line indented incorrectly; expected 12 spaces, found 3
(#4076) Spaces must be used for alignment; tabs are not allowed
(#4076) Tab found within whitespace
(#4076) Line indented incorrectly; expected at least 16 spaces, found 4
(#4077) Spaces must be used for alignment; tabs are not allowed
(#4077) Tab found within whitespace
(#4077) Line indented incorrectly; expected at least 16 spaces, found 4
(#4077) Variable "call_arg" must not contain underscores.
(#4077) Spaces must be used for alignment; tabs are not allowed
(#4077) Tab found within whitespace
(#4077) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4077) Inline comments must end in full-stops, exclamation marks, or question marks
(#4078) Spaces must be used for alignment; tabs are not allowed
(#4078) Tab found within whitespace
(#4078) Line indented incorrectly; expected 12 spaces, found 3
(#4078) Usage of ELSEIF not allowed; use ELSE IF instead
(#4079) Spaces must be used for alignment; tabs are not allowed
(#4079) Tab found within whitespace
(#4079) Line indented incorrectly; expected at least 16 spaces, found 4
(#4080) Spaces must be used for alignment; tabs are not allowed
(#4080) Tab found within whitespace
(#4080) Line indented incorrectly; expected at least 16 spaces, found 4
(#4080) Variable "call_arg" must not contain underscores.
(#4081) Spaces must be used for alignment; tabs are not allowed
(#4081) Tab found within whitespace
(#4081) Line indented incorrectly; expected 12 spaces, found 3
(#4082) Spaces must be used for alignment; tabs are not allowed
(#4082) Tab found within whitespace
(#4082) Line indented incorrectly; expected at least 16 spaces, found 4
(#4083) Spaces must be used for alignment; tabs are not allowed
(#4083) Tab found within whitespace
(#4083) Line indented incorrectly; expected at least 16 spaces, found 4
(#4084) Spaces must be used for alignment; tabs are not allowed
(#4084) Tab found within whitespace
(#4084) Line indented incorrectly; expected at least 16 spaces, found 4
(#4084) Variable "call_arg" must not contain underscores.
(#4085) Spaces must be used for alignment; tabs are not allowed
(#4085) Tab found within whitespace
(#4085) Line indented incorrectly; expected 12 spaces, found 3
(#4086) Spaces must be used for alignment; tabs are not allowed
(#4086) Tab found within whitespace
(#4086) Line indented incorrectly; expected 12 spaces, found 3
(#4087) Spaces must be used for alignment; tabs are not allowed
(#4087) Tab found within whitespace
(#4087) Line indented incorrectly; expected at least 16 spaces, found 4
(#4087) Variable "call_arg" must not contain underscores.
(#4088) Spaces must be used for alignment; tabs are not allowed
(#4088) Tab found within whitespace
(#4088) Line indented incorrectly; expected 12 spaces, found 3
(#4089) Spaces must be used for alignment; tabs are not allowed
(#4089) Tab found within whitespace
(#4089) Line indented incorrectly; expected at least 16 spaces, found 4
(#4089) Variable "call_arg" must not contain underscores.
(#4090) Spaces must be used for alignment; tabs are not allowed
(#4090) Tab found within whitespace
(#4090) Line indented incorrectly; expected 12 spaces, found 3
(#4091) Spaces must be used for alignment; tabs are not allowed
(#4091) Tab found within whitespace
(#4091) Line indented incorrectly; expected 8 spaces, found 2
(#4094) Spaces must be used for alignment; tabs are not allowed
(#4094) Tab found within whitespace
(#4094) Line indented incorrectly; expected at least 8 spaces, found 2
(#4095) Spaces must be used for alignment; tabs are not allowed
(#4095) Tab found within whitespace
(#4095) Line indented incorrectly; expected 4 spaces, found 1
(#4097) Spaces must be used for alignment; tabs are not allowed
(#4097) Tab found within whitespace
(#4097) Line indented incorrectly; expected at least 4 spaces, found 1
(#4098) Spaces must be used for alignment; tabs are not allowed
(#4098) Expected 2 space(s) before asterisk; 1 found
(#4099) Spaces must be used for alignment; tabs are not allowed
(#4099) Expected 2 space(s) before asterisk; 1 found
(#4100) Spaces must be used for alignment; tabs are not allowed
(#4100) Expected 2 space(s) before asterisk; 1 found
(#4101) Spaces must be used for alignment; tabs are not allowed
(#4101) Expected 2 space(s) before asterisk; 1 found
(#4102) Spaces must be used for alignment; tabs are not allowed
(#4102) Expected 2 space(s) before asterisk; 1 found
(#4103) Spaces must be used for alignment; tabs are not allowed
(#4103) Expected 2 space(s) before asterisk; 1 found
(#4104) Spaces must be used for alignment; tabs are not allowed
(#4104) Expected 2 space(s) before asterisk; 1 found
(#4105) Spaces must be used for alignment; tabs are not allowed
(#4105) Expected 2 space(s) before asterisk; 1 found
(#4106) Spaces must be used for alignment; tabs are not allowed
(#4106) Expected 2 space(s) before asterisk; 1 found
(#4107) Spaces must be used for alignment; tabs are not allowed
(#4107) Expected 2 space(s) before asterisk; 1 found
(#4108) Spaces must be used for alignment; tabs are not allowed
(#4108) Tab found within whitespace
(#4108) Line indented incorrectly; expected 4 spaces, found 1
(#4108) Visibility must be declared on method "serialize_return"
(#4109) Spaces must be used for alignment; tabs are not allowed
(#4109) Tab found within whitespace
(#4109) Line indented incorrectly; expected at least 8 spaces, found 2
(#4110) Spaces must be used for alignment; tabs are not allowed
(#4110) Tab found within whitespace
(#4110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4110) Inline comments must end in full-stops, exclamation marks, or question marks
(#4110) Line indented incorrectly; expected at least 8 spaces, found 2
(#4111) Spaces must be used for alignment; tabs are not allowed
(#4111) Tab found within whitespace
(#4111) Line indented incorrectly; expected 8 spaces, found 2
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4111) Line exceeds 132 characters; contains 177 characters
(#4112) Spaces must be used for alignment; tabs are not allowed
(#4112) Tab found within whitespace
(#4112) Line indented incorrectly; expected at least 12 spaces, found 3
(#4113) Spaces must be used for alignment; tabs are not allowed
(#4113) Tab found within whitespace
(#4113) Line indented incorrectly; expected at least 12 spaces, found 3
(#4114) Spaces must be used for alignment; tabs are not allowed
(#4114) Tab found within whitespace
(#4114) Line indented incorrectly; expected at least 12 spaces, found 3
(#4115) Spaces must be used for alignment; tabs are not allowed
(#4115) Tab found within whitespace
(#4115) Line indented incorrectly; expected 8 spaces, found 2
(#4115) Usage of ELSEIF not allowed; use ELSE IF instead
(#4116) Spaces must be used for alignment; tabs are not allowed
(#4116) Tab found within whitespace
(#4116) Line indented incorrectly; expected at least 12 spaces, found 3
(#4116) Variable "return_val" must not contain underscores.
(#4117) Spaces must be used for alignment; tabs are not allowed
(#4117) Tab found within whitespace
(#4117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4117) Inline comments must end in full-stops, exclamation marks, or question marks
(#4117) Line indented incorrectly; expected at least 12 spaces, found 2
(#4118) Spaces must be used for alignment; tabs are not allowed
(#4118) Tab found within whitespace
(#4118) Line indented incorrectly; expected 8 spaces, found 2
(#4119) Spaces must be used for alignment; tabs are not allowed
(#4119) Tab found within whitespace
(#4119) Line indented incorrectly; expected at least 12 spaces, found 3
(#4120) Spaces must be used for alignment; tabs are not allowed
(#4120) Tab found within whitespace
(#4120) Line indented incorrectly; expected at least 12 spaces, found 3
(#4121) Spaces must be used for alignment; tabs are not allowed
(#4121) Tab found within whitespace
(#4121) Line indented incorrectly; expected 12 spaces, found 3
(#4121) Expected "if (...) {\n"; found "if(...){\n"
(#4122) Spaces must be used for alignment; tabs are not allowed
(#4122) Tab found within whitespace
(#4122) Line indented incorrectly; expected 16 spaces, found 4
(#4122) The use of function sizeof() is forbidden; use count() instead
(#4123) Spaces must be used for alignment; tabs are not allowed
(#4123) Tab found within whitespace
(#4123) Line indented incorrectly; expected at least 20 spaces, found 5
(#4124) Spaces must be used for alignment; tabs are not allowed
(#4124) Tab found within whitespace
(#4124) Line indented incorrectly; expected at least 20 spaces, found 8
(#4124) Variable "opParams" must be all lower-case
(#4125) Spaces must be used for alignment; tabs are not allowed
(#4125) Tab found within whitespace
(#4125) Line indented incorrectly; expected 16 spaces, found 7
(#4125) Closing brace indented incorrectly; expected 4 spaces, found 7
(#4125) Usage of ELSEIF not allowed; use ELSE IF instead
(#4125) The use of function sizeof() is forbidden; use count() instead
(#4126) Spaces must be used for alignment; tabs are not allowed
(#4126) Tab found within whitespace
(#4126) Line indented incorrectly; expected at least 20 spaces, found 5
(#4127) Spaces must be used for alignment; tabs are not allowed
(#4127) Tab found within whitespace
(#4127) Line indented incorrectly; expected at least 20 spaces, found 5
(#4128) Spaces must be used for alignment; tabs are not allowed
(#4128) Tab found within whitespace
(#4128) This comment is 70% valid code; is this commented out code?
(#4128) Line indented incorrectly; expected at least 20 spaces, found 8
(#4128) No space found before comment text; expected "// foreach ($this->opData['output']['parts'] as $name => $type) {" but found "//foreach ($this->opData['output']['parts'] as $name => $type) {"
(#4129) Spaces must be used for alignment; tabs are not allowed
(#4129) Tab found within whitespace
(#4129) This comment is 59% valid code; is this commented out code?
(#4129) Line indented incorrectly; expected at least 20 spaces, found 5
(#4129) Tab found before comment text; expected "// $this->debug('wrap in element named ' . $name);" but found "// $this->debug('wrap in element named ' . $name);"
(#4130) Spaces must be used for alignment; tabs are not allowed
(#4130) Tab found within whitespace
(#4130) Inline comments must end in full-stops, exclamation marks, or question marks
(#4130) This comment is 100% valid code; is this commented out code?
(#4130) Line indented incorrectly; expected at least 20 spaces, found 8
(#4130) No space found before comment text; expected "// }" but found "//}"
(#4131) Spaces must be used for alignment; tabs are not allowed
(#4131) Tab found within whitespace
(#4131) Line indented incorrectly; expected at least 20 spaces, found 8
(#4131) Variable "opParams" must be all lower-case
(#4132) Spaces must be used for alignment; tabs are not allowed
(#4132) Tab found within whitespace
(#4132) Line indented incorrectly; expected 16 spaces, found 7
(#4134) Inline control structures are not allowed
(#4134) Variable "opParams" must be all lower-case
(#4135) Variable "opParams" must be all lower-case
(#4135) Expected 1 space before "="; 0 found
(#4135) Expected 1 space after "="; 0 found
(#4137) Spaces must be used for alignment; tabs are not allowed
(#4137) Tab found within whitespace
(#4137) Line indented incorrectly; expected at least 16 spaces, found 7
(#4137) Variable "return_val" must not contain underscores.
(#4137) Commas (,) must be followed by white space.
(#4137) Commas (,) must be followed by white space.
(#4137) Variable "opParams" must be all lower-case
(#4138) Spaces must be used for alignment; tabs are not allowed
(#4138) Tab found within whitespace
(#4138) Line indented incorrectly; expected at least 16 spaces, found 7
(#4139) Spaces must be used for alignment; tabs are not allowed
(#4139) Tab found within whitespace
(#4139) Line indented incorrectly; expected at least 16 spaces, found 7
(#4140) Spaces must be used for alignment; tabs are not allowed
(#4140) Tab found within whitespace
(#4140) Line indented incorrectly; expected 16 spaces, found 4
(#4140) Expected "if (...) {\n"; found "if(...){\n"
(#4141) Spaces must be used for alignment; tabs are not allowed
(#4141) Tab found within whitespace
(#4141) Line indented incorrectly; expected at least 20 spaces, found 5
(#4142) Spaces must be used for alignment; tabs are not allowed
(#4142) Tab found within whitespace
(#4142) Line indented incorrectly; expected at least 20 spaces, found 5
(#4143) Spaces must be used for alignment; tabs are not allowed
(#4143) Tab found within whitespace
(#4143) Line indented incorrectly; expected at least 20 spaces, found 5
(#4144) Spaces must be used for alignment; tabs are not allowed
(#4144) Tab found within whitespace
(#4144) Line indented incorrectly; expected 16 spaces, found 4
(#4145) Spaces must be used for alignment; tabs are not allowed
(#4145) Tab found within whitespace
(#4145) Line indented incorrectly; expected 12 spaces, found 3
(#4146) Spaces must be used for alignment; tabs are not allowed
(#4146) Tab found within whitespace
(#4146) Line indented incorrectly; expected 16 spaces, found 4
(#4147) Spaces must be used for alignment; tabs are not allowed
(#4147) Tab found within whitespace
(#4147) Line indented incorrectly; expected at least 20 spaces, found 5
(#4147) Variable "return_val" must not contain underscores.
(#4148) Spaces must be used for alignment; tabs are not allowed
(#4148) Tab found within whitespace
(#4148) Line indented incorrectly; expected 16 spaces, found 4
(#4149) Spaces must be used for alignment; tabs are not allowed
(#4149) Tab found within whitespace
(#4149) Line indented incorrectly; expected at least 20 spaces, found 5
(#4149) Variable "return_val" must not contain underscores.
(#4150) Spaces must be used for alignment; tabs are not allowed
(#4150) Tab found within whitespace
(#4150) Line indented incorrectly; expected at least 20 spaces, found 5
(#4151) Spaces must be used for alignment; tabs are not allowed
(#4151) Tab found within whitespace
(#4151) Line indented incorrectly; expected 16 spaces, found 4
(#4152) Spaces must be used for alignment; tabs are not allowed
(#4152) Tab found within whitespace
(#4152) Line indented incorrectly; expected 12 spaces, found 3
(#4153) Spaces must be used for alignment; tabs are not allowed
(#4153) Tab found within whitespace
(#4153) Line indented incorrectly; expected 8 spaces, found 2
(#4154) Spaces must be used for alignment; tabs are not allowed
(#4154) Tab found within whitespace
(#4154) Line indented incorrectly; expected at least 8 spaces, found 2
(#4155) Spaces must be used for alignment; tabs are not allowed
(#4155) Tab found within whitespace
(#4155) Line indented incorrectly; expected at least 8 spaces, found 2
(#4155) Variable "return_val" must not contain underscores.
(#4157) Spaces must be used for alignment; tabs are not allowed
(#4157) Tab found within whitespace
(#4157) Line indented incorrectly; expected at least 8 spaces, found 2
(#4158) Spaces must be used for alignment; tabs are not allowed
(#4158) Tab found within whitespace
(#4158) Line indented incorrectly; expected 8 spaces, found 2
(#4159) Spaces must be used for alignment; tabs are not allowed
(#4159) Tab found within whitespace
(#4159) Line indented incorrectly; expected at least 12 spaces, found 3
(#4160) Spaces must be used for alignment; tabs are not allowed
(#4160) Tab found within whitespace
(#4160) Line indented incorrectly; expected 12 spaces, found 3
(#4161) Spaces must be used for alignment; tabs are not allowed
(#4161) Tab found within whitespace
(#4161) Line indented incorrectly; expected at least 16 spaces, found 4
(#4162) Spaces must be used for alignment; tabs are not allowed
(#4162) Tab found within whitespace
(#4162) Line indented incorrectly; expected 16 spaces, found 4
(#4163) Spaces must be used for alignment; tabs are not allowed
(#4163) Tab found within whitespace
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4163) Inline comments must end in full-stops, exclamation marks, or question marks
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line exceeds 132 characters; contains 139 characters
(#4163) Line indented incorrectly; expected at least 20 spaces, found 5
(#4164) Spaces must be used for alignment; tabs are not allowed
(#4164) Tab found within whitespace
(#4164) Line indented incorrectly; expected 20 spaces, found 5
(#4165) Spaces must be used for alignment; tabs are not allowed
(#4165) Tab found within whitespace
(#4165) Line indented incorrectly; expected at least 24 spaces, found 6
(#4165) Variable "return_val" must not contain underscores.
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4165) Line exceeds 132 characters; contains 139 characters
(#4166) Spaces must be used for alignment; tabs are not allowed
(#4166) Tab found within whitespace
(#4166) Line indented incorrectly; expected 20 spaces, found 5
(#4167) Spaces must be used for alignment; tabs are not allowed
(#4167) Tab found within whitespace
(#4167) Line indented incorrectly; expected at least 24 spaces, found 6
(#4167) Variable "return_val" must not contain underscores.
(#4168) Spaces must be used for alignment; tabs are not allowed
(#4168) Tab found within whitespace
(#4168) Line indented incorrectly; expected 20 spaces, found 5
(#4169) Spaces must be used for alignment; tabs are not allowed
(#4169) Tab found within whitespace
(#4169) Line indented incorrectly; expected 16 spaces, found 4
(#4170) Spaces must be used for alignment; tabs are not allowed
(#4170) Tab found within whitespace
(#4170) Line indented incorrectly; expected 20 spaces, found 5
(#4171) Spaces must be used for alignment; tabs are not allowed
(#4171) Tab found within whitespace
(#4171) Line indented incorrectly; expected at least 24 spaces, found 6
(#4171) Variable "return_val" must not contain underscores.
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4171) Line exceeds 132 characters; contains 139 characters
(#4172) Spaces must be used for alignment; tabs are not allowed
(#4172) Tab found within whitespace
(#4172) Line indented incorrectly; expected 20 spaces, found 5
(#4173) Spaces must be used for alignment; tabs are not allowed
(#4173) Tab found within whitespace
(#4173) Line indented incorrectly; expected at least 24 spaces, found 6
(#4173) Variable "return_val" must not contain underscores.
(#4174) Spaces must be used for alignment; tabs are not allowed
(#4174) Tab found within whitespace
(#4174) Line indented incorrectly; expected 20 spaces, found 5
(#4175) Spaces must be used for alignment; tabs are not allowed
(#4175) Tab found within whitespace
(#4175) Line indented incorrectly; expected 16 spaces, found 4
(#4176) Spaces must be used for alignment; tabs are not allowed
(#4176) Tab found within whitespace
(#4176) Line indented incorrectly; expected 12 spaces, found 3
(#4177) Spaces must be used for alignment; tabs are not allowed
(#4177) Tab found within whitespace
(#4177) Line indented incorrectly; expected at least 16 spaces, found 4
(#4178) Spaces must be used for alignment; tabs are not allowed
(#4178) Tab found within whitespace
(#4178) Line indented incorrectly; expected at least 16 spaces, found 4
(#4178) Variable "return_val" must not contain underscores.
(#4179) Spaces must be used for alignment; tabs are not allowed
(#4179) Tab found within whitespace
(#4179) Line indented incorrectly; expected 12 spaces, found 3
(#4180) Spaces must be used for alignment; tabs are not allowed
(#4180) Tab found within whitespace
(#4180) Line indented incorrectly; expected 8 spaces, found 2
(#4181) Spaces must be used for alignment; tabs are not allowed
(#4181) Tab found within whitespace
(#4181) Line indented incorrectly; expected at least 12 spaces, found 3
(#4182) Spaces must be used for alignment; tabs are not allowed
(#4182) Tab found within whitespace
(#4182) Line indented incorrectly; expected at least 12 spaces, found 3
(#4182) Variable "return_val" must not contain underscores.
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4182) Line exceeds 132 characters; contains 136 characters
(#4183) Spaces must be used for alignment; tabs are not allowed
(#4183) Tab found within whitespace
(#4183) Line indented incorrectly; expected 8 spaces, found 2
(#4184) Spaces must be used for alignment; tabs are not allowed
(#4184) Tab found within whitespace
(#4184) Line indented incorrectly; expected at least 8 spaces, found 2
(#4185) Spaces must be used for alignment; tabs are not allowed
(#4185) Tab found within whitespace
(#4185) Line indented incorrectly; expected 8 spaces, found 2
(#4185) Expected "if (...) {\n"; found "if(...){\n"
(#4186) Spaces must be used for alignment; tabs are not allowed
(#4186) Tab found within whitespace
(#4186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4186) Inline comments must end in full-stops, exclamation marks, or question marks
(#4186) This comment is 86% valid code; is this commented out code?
(#4186) Line indented incorrectly; expected at least 12 spaces, found 3
(#4186) No space found before comment text; expected "// if($this->debug_flag){" but found "//if($this->debug_flag){"
(#4187) Spaces must be used for alignment; tabs are not allowed
(#4187) Tab found within whitespace
(#4188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4188) Inline comments must end in full-stops, exclamation marks, or question marks
(#4188) This comment is 50% valid code; is this commented out code?
(#4188) Tab found before comment text; expected "// }" but found "// }"
(#4189) Spaces must be used for alignment; tabs are not allowed
(#4189) Tab found within whitespace
(#4189) Line indented incorrectly; expected 12 spaces, found 3
(#4190) Spaces must be used for alignment; tabs are not allowed
(#4190) Tab found within whitespace
(#4190) Line indented incorrectly; expected at least 16 spaces, found 4
(#4190) Variable "encodingStyle" must be all lower-case
(#4191) Spaces must be used for alignment; tabs are not allowed
(#4191) Tab found within whitespace
(#4191) Line indented incorrectly; expected 12 spaces, found 3
(#4192) Spaces must be used for alignment; tabs are not allowed
(#4192) Tab found within whitespace
(#4192) Line indented incorrectly; expected at least 16 spaces, found 4
(#4192) Variable "encodingStyle" must be all lower-case
(#4193) Spaces must be used for alignment; tabs are not allowed
(#4193) Tab found within whitespace
(#4193) Line indented incorrectly; expected 12 spaces, found 3
(#4194) Spaces must be used for alignment; tabs are not allowed
(#4194) Tab found within whitespace
(#4194) Line indented incorrectly; expected at least 12 spaces, found 3
(#4195) Spaces must be used for alignment; tabs are not allowed
(#4195) Tab found within whitespace
(#4195) Line indented incorrectly; expected at least 12 spaces, found 3
(#4195) Commas (,) must be followed by white space.
(#4195) Commas (,) must be followed by white space.
(#4195) Commas (,) must be followed by white space.
(#4195) Commas (,) must be followed by white space.
(#4195) Commas (,) must be followed by white space.
(#4195) Variable "encodingStyle" must be all lower-case
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4195) Line exceeds 132 characters; contains 180 characters
(#4196) Spaces must be used for alignment; tabs are not allowed
(#4196) Tab found within whitespace
(#4196) Line indented incorrectly; expected 8 spaces, found 2
(#4197) Spaces must be used for alignment; tabs are not allowed
(#4197) Tab found within whitespace
(#4197) Line indented incorrectly; expected at least 12 spaces, found 3
(#4197) Commas (,) must be followed by white space.
(#4198) Spaces must be used for alignment; tabs are not allowed
(#4198) Tab found within whitespace
(#4198) Line indented incorrectly; expected 8 spaces, found 2
(#4199) Spaces must be used for alignment; tabs are not allowed
(#4199) Tab found within whitespace
(#4199) Line indented incorrectly; expected at least 8 spaces, found 2
(#4200) Spaces must be used for alignment; tabs are not allowed
(#4200) Tab found within whitespace
(#4200) Line indented incorrectly; expected 4 spaces, found 1
(#4202) Spaces must be used for alignment; tabs are not allowed
(#4202) Tab found within whitespace
(#4202) Line indented incorrectly; expected at least 4 spaces, found 1
(#4203) Spaces must be used for alignment; tabs are not allowed
(#4203) Expected 2 space(s) before asterisk; 1 found
(#4204) Spaces must be used for alignment; tabs are not allowed
(#4204) Expected 2 space(s) before asterisk; 1 found
(#4205) Spaces must be used for alignment; tabs are not allowed
(#4205) Expected 2 space(s) before asterisk; 1 found
(#4206) Spaces must be used for alignment; tabs are not allowed
(#4206) Expected 2 space(s) before asterisk; 1 found
(#4207) Spaces must be used for alignment; tabs are not allowed
(#4207) Expected 2 space(s) before asterisk; 1 found
(#4208) Spaces must be used for alignment; tabs are not allowed
(#4208) Expected 2 space(s) before asterisk; 1 found
(#4209) Spaces must be used for alignment; tabs are not allowed
(#4209) Expected 2 space(s) before asterisk; 1 found
(#4210) Spaces must be used for alignment; tabs are not allowed
(#4210) Expected 2 space(s) before asterisk; 1 found
(#4211) Spaces must be used for alignment; tabs are not allowed
(#4211) Expected 2 space(s) before asterisk; 1 found
(#4212) Spaces must be used for alignment; tabs are not allowed
(#4212) Tab found within whitespace
(#4212) Line indented incorrectly; expected 4 spaces, found 1
(#4212) Visibility must be declared on method "send_response"
(#4213) Spaces must be used for alignment; tabs are not allowed
(#4213) Tab found within whitespace
(#4213) Line indented incorrectly; expected at least 8 spaces, found 2
(#4214) Spaces must be used for alignment; tabs are not allowed
(#4214) Tab found within whitespace
(#4214) Line indented incorrectly; expected 8 spaces, found 2
(#4215) Spaces must be used for alignment; tabs are not allowed
(#4215) Tab found within whitespace
(#4215) Line indented incorrectly; expected at least 12 spaces, found 3
(#4216) Spaces must be used for alignment; tabs are not allowed
(#4216) Tab found within whitespace
(#4216) Line indented incorrectly; expected at least 12 spaces, found 3
(#4217) Spaces must be used for alignment; tabs are not allowed
(#4217) Tab found within whitespace
(#4217) Line indented incorrectly; expected at least 12 spaces, found 3
(#4218) Spaces must be used for alignment; tabs are not allowed
(#4218) Tab found within whitespace
(#4218) Line indented incorrectly; expected 8 spaces, found 2
(#4219) Spaces must be used for alignment; tabs are not allowed
(#4219) Tab found within whitespace
(#4219) Line indented incorrectly; expected at least 12 spaces, found 3
(#4220) Spaces must be used for alignment; tabs are not allowed
(#4220) Tab found within whitespace
(#4220) Line indented incorrectly; expected at least 12 spaces, found 3
(#4221) Spaces must be used for alignment; tabs are not allowed
(#4221) Tab found within whitespace
(#4221) Line indented incorrectly; expected at least 12 spaces, found 3
(#4222) Spaces must be used for alignment; tabs are not allowed
(#4222) Tab found within whitespace
(#4222) Line indented incorrectly; expected at least 12 spaces, found 3
(#4223) Spaces must be used for alignment; tabs are not allowed
(#4223) Tab found within whitespace
(#4223) This comment is 55% valid code; is this commented out code?
(#4223) Line indented incorrectly; expected at least 12 spaces, found 3
(#4224) Spaces must be used for alignment; tabs are not allowed
(#4224) Tab found within whitespace
(#4224) Inline comments must end in full-stops, exclamation marks, or question marks
(#4224) This comment is 55% valid code; is this commented out code?
(#4224) Line indented incorrectly; expected at least 12 spaces, found 3
(#4225) Spaces must be used for alignment; tabs are not allowed
(#4225) Tab found within whitespace
(#4225) Line indented incorrectly; expected 8 spaces, found 2
(#4226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4226) Inline comments must end in full-stops, exclamation marks, or question marks
(#4227) Spaces must be used for alignment; tabs are not allowed
(#4227) Tab found within whitespace
(#4227) Line indented incorrectly; expected 8 spaces, found 2
(#4227) Expected "if (...) {\n"; found "if(...){\n"
(#4228) Spaces must be used for alignment; tabs are not allowed
(#4228) Tab found within whitespace
(#4228) Line indented incorrectly; expected at least 12 spaces, found 9
(#4229) Closing brace indented incorrectly; expected 2 spaces, found 8
(#4230) Spaces must be used for alignment; tabs are not allowed
(#4230) Tab found within whitespace
(#4230) Line indented incorrectly; expected at least 8 spaces, found 2
(#4231) Spaces must be used for alignment; tabs are not allowed
(#4231) Tab found within whitespace
(#4231) Line indented incorrectly; expected at least 8 spaces, found 2
(#4232) Spaces must be used for alignment; tabs are not allowed
(#4232) Tab found within whitespace
(#4232) Line indented incorrectly; expected at least 8 spaces, found 2
(#4233) Spaces must be used for alignment; tabs are not allowed
(#4233) Tab found within whitespace
(#4233) Line indented incorrectly; expected at least 8 spaces, found 2
(#4234) Spaces must be used for alignment; tabs are not allowed
(#4234) Tab found within whitespace
(#4234) Inline comments must end in full-stops, exclamation marks, or question marks
(#4234) This comment is 60% valid code; is this commented out code?
(#4234) Line indented incorrectly; expected at least 8 spaces, found 2
(#4234) No space found before comment text; expected "// $this->outgoing_headers[] = "Connection: Close\r\n";" but found "//$this->outgoing_headers[] = "Connection: Close\r\n";"
(#4235) Spaces must be used for alignment; tabs are not allowed
(#4235) Tab found within whitespace
(#4235) Line indented incorrectly; expected at least 8 spaces, found 2
(#4236) Spaces must be used for alignment; tabs are not allowed
(#4236) Tab found within whitespace
(#4236) Line indented incorrectly; expected at least 8 spaces, found 2
(#4237) Spaces must be used for alignment; tabs are not allowed
(#4237) Tab found within whitespace
(#4237) Line indented incorrectly; expected at least 8 spaces, found 2
(#4238) Spaces must be used for alignment; tabs are not allowed
(#4238) Tab found within whitespace
(#4238) Line indented incorrectly; expected at least 8 spaces, found 2
(#4239) Spaces must be used for alignment; tabs are not allowed
(#4239) Tab found within whitespace
(#4239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4239) Line indented incorrectly; expected at least 8 spaces, found 2
(#4239) No space found before comment text; expected "// begin code to compress payload - by John" but found "//begin code to compress payload - by John"
(#4240) Spaces must be used for alignment; tabs are not allowed
(#4240) Tab found within whitespace
(#4240) Line indented incorrectly; expected at least 8 spaces, found 2
(#4241) Spaces must be used for alignment; tabs are not allowed
(#4241) Tab found within whitespace
(#4241) Line indented incorrectly; expected at least 8 spaces, found 2
(#4242) Spaces must be used for alignment; tabs are not allowed
(#4242) Tab found within whitespace
(#4242) Line indented incorrectly; expected 8 spaces, found 2
(#4242) Spaces must be used for alignment; tabs are not allowed
(#4242) Tab found within whitespace
(#4242) Whitespace found at end of line
(#4243) Spaces must be used for alignment; tabs are not allowed
(#4243) Tab found within whitespace
(#4243) Line indented incorrectly; expected 12 spaces, found 3
(#4244) Spaces must be used for alignment; tabs are not allowed
(#4244) Tab found within whitespace
(#4244) Line indented incorrectly; expected 16 spaces, found 4
(#4245) Spaces must be used for alignment; tabs are not allowed
(#4245) Tab found within whitespace
(#4245) Line indented incorrectly; expected 20 spaces, found 5
(#4246) Spaces must be used for alignment; tabs are not allowed
(#4246) Tab found within whitespace
(#4246) Line indented incorrectly; expected at least 24 spaces, found 6
(#4247) Spaces must be used for alignment; tabs are not allowed
(#4247) Tab found within whitespace
(#4247) Line indented incorrectly; expected 20 spaces, found 5
(#4248) Spaces must be used for alignment; tabs are not allowed
(#4248) Tab found within whitespace
(#4248) Line indented incorrectly; expected at least 20 spaces, found 5
(#4249) Spaces must be used for alignment; tabs are not allowed
(#4249) Tab found within whitespace
(#4249) Line indented incorrectly; expected at least 20 spaces, found 5
(#4250) Spaces must be used for alignment; tabs are not allowed
(#4250) Tab found within whitespace
(#4250) Line indented incorrectly; expected 16 spaces, found 4
(#4251) Spaces must be used for alignment; tabs are not allowed
(#4251) Tab found within whitespace
(#4251) Line indented incorrectly; expected 20 spaces, found 5
(#4252) Spaces must be used for alignment; tabs are not allowed
(#4252) Tab found within whitespace
(#4252) Line indented incorrectly; expected at least 24 spaces, found 6
(#4253) Spaces must be used for alignment; tabs are not allowed
(#4253) Tab found within whitespace
(#4253) Line indented incorrectly; expected 20 spaces, found 5
(#4254) Spaces must be used for alignment; tabs are not allowed
(#4254) Tab found within whitespace
(#4254) Line indented incorrectly; expected 16 spaces, found 4
(#4255) Spaces must be used for alignment; tabs are not allowed
(#4255) Tab found within whitespace
(#4255) Line indented incorrectly; expected 12 spaces, found 3
(#4255) Usage of ELSEIF not allowed; use ELSE IF instead
(#4256) Spaces must be used for alignment; tabs are not allowed
(#4256) Tab found within whitespace
(#4256) Line indented incorrectly; expected at least 16 spaces, found 4
(#4257) Spaces must be used for alignment; tabs are not allowed
(#4257) Tab found within whitespace
(#4257) Line indented incorrectly; expected at least 16 spaces, found 4
(#4258) Spaces must be used for alignment; tabs are not allowed
(#4258) Tab found within whitespace
(#4258) Inline comments must end in full-stops, exclamation marks, or question marks
(#4258) Line indented incorrectly; expected at least 16 spaces, found 4
(#4259) Spaces must be used for alignment; tabs are not allowed
(#4259) Tab found within whitespace
(#4259) Line indented incorrectly; expected 16 spaces, found 4
(#4260) Spaces must be used for alignment; tabs are not allowed
(#4260) Tab found within whitespace
(#4260) Line indented incorrectly; expected 20 spaces, found 5
(#4261) Spaces must be used for alignment; tabs are not allowed
(#4261) Tab found within whitespace
(#4261) Line indented incorrectly; expected at least 24 spaces, found 6
(#4262) Spaces must be used for alignment; tabs are not allowed
(#4262) Tab found within whitespace
(#4262) Line indented incorrectly; expected 20 spaces, found 5
(#4263) Spaces must be used for alignment; tabs are not allowed
(#4263) Tab found within whitespace
(#4263) Line indented incorrectly; expected at least 20 spaces, found 5
(#4264) Spaces must be used for alignment; tabs are not allowed
(#4264) Tab found within whitespace
(#4264) Line indented incorrectly; expected at least 20 spaces, found 5
(#4265) Spaces must be used for alignment; tabs are not allowed
(#4265) Tab found within whitespace
(#4265) Line indented incorrectly; expected 16 spaces, found 4
(#4266) Spaces must be used for alignment; tabs are not allowed
(#4266) Tab found within whitespace
(#4266) Line indented incorrectly; expected 20 spaces, found 5
(#4267) Spaces must be used for alignment; tabs are not allowed
(#4267) Tab found within whitespace
(#4267) Line indented incorrectly; expected at least 24 spaces, found 6
(#4268) Spaces must be used for alignment; tabs are not allowed
(#4268) Tab found within whitespace
(#4268) Line indented incorrectly; expected 20 spaces, found 5
(#4269) Spaces must be used for alignment; tabs are not allowed
(#4269) Tab found within whitespace
(#4269) Line indented incorrectly; expected 16 spaces, found 4
(#4270) Spaces must be used for alignment; tabs are not allowed
(#4270) Tab found within whitespace
(#4270) Line indented incorrectly; expected 12 spaces, found 3
(#4271) Spaces must be used for alignment; tabs are not allowed
(#4271) Tab found within whitespace
(#4271) Line indented incorrectly; expected 8 spaces, found 2
(#4272) Spaces must be used for alignment; tabs are not allowed
(#4272) Tab found within whitespace
(#4272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4272) Inline comments must end in full-stops, exclamation marks, or question marks
(#4272) Line indented incorrectly; expected at least 8 spaces, found 2
(#4272) No space found before comment text; expected "// end code" but found "//end code"
(#4273) Spaces must be used for alignment; tabs are not allowed
(#4273) Tab found within whitespace
(#4273) Line indented incorrectly; expected at least 8 spaces, found 2
(#4274) Spaces must be used for alignment; tabs are not allowed
(#4274) Tab found within whitespace
(#4274) Line indented incorrectly; expected at least 8 spaces, found 2
(#4275) Spaces must be used for alignment; tabs are not allowed
(#4275) Tab found within whitespace
(#4275) Line indented incorrectly; expected 8 spaces, found 2
(#4275) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#4276) Spaces must be used for alignment; tabs are not allowed
(#4276) Tab found within whitespace
(#4276) Line indented incorrectly; expected at least 12 spaces, found 3
(#4277) Spaces must be used for alignment; tabs are not allowed
(#4277) Tab found within whitespace
(#4277) Line indented incorrectly; expected 8 spaces, found 2
(#4278) Spaces must be used for alignment; tabs are not allowed
(#4278) Tab found within whitespace
(#4278) Line indented incorrectly; expected at least 8 spaces, found 2
(#4279) Spaces must be used for alignment; tabs are not allowed
(#4279) Tab found within whitespace
(#4279) Line indented incorrectly; expected at least 8 spaces, found 2
(#4279) Commas (,) must be followed by white space.
(#4280) Spaces must be used for alignment; tabs are not allowed
(#4280) Tab found within whitespace
(#4280) Line indented incorrectly; expected 4 spaces, found 1
(#4282) Spaces must be used for alignment; tabs are not allowed
(#4282) Tab found within whitespace
(#4282) Line indented incorrectly; expected at least 4 spaces, found 1
(#4283) Spaces must be used for alignment; tabs are not allowed
(#4283) Expected 2 space(s) before asterisk; 1 found
(#4284) Spaces must be used for alignment; tabs are not allowed
(#4284) Expected 2 space(s) before asterisk; 1 found
(#4285) Spaces must be used for alignment; tabs are not allowed
(#4285) Expected 2 space(s) before asterisk; 1 found
(#4286) Spaces must be used for alignment; tabs are not allowed
(#4286) Expected 2 space(s) before asterisk; 1 found
(#4286) Spaces must be used for alignment; tabs are not allowed
(#4286) Spaces must be used for alignment; tabs are not allowed
(#4287) Spaces must be used for alignment; tabs are not allowed
(#4287) Expected 2 space(s) before asterisk; 1 found
(#4287) Spaces must be used for alignment; tabs are not allowed
(#4287) Spaces must be used for alignment; tabs are not allowed
(#4288) Spaces must be used for alignment; tabs are not allowed
(#4288) Expected 2 space(s) before asterisk; 1 found
(#4288) Spaces must be used for alignment; tabs are not allowed
(#4288) Spaces must be used for alignment; tabs are not allowed
(#4289) Spaces must be used for alignment; tabs are not allowed
(#4289) Expected 2 space(s) before asterisk; 1 found
(#4290) Spaces must be used for alignment; tabs are not allowed
(#4290) Expected 2 space(s) before asterisk; 1 found
(#4291) Spaces must be used for alignment; tabs are not allowed
(#4291) Tab found within whitespace
(#4291) Line indented incorrectly; expected 4 spaces, found 1
(#4291) Visibility must be declared on method "verify_method"
(#4291) Commas (,) must be followed by white space.
(#4291) Expected 1 space after closing parenthesis; found 0
(#4292) Spaces must be used for alignment; tabs are not allowed
(#4292) Tab found within whitespace
(#4292) Line indented incorrectly; expected 8 spaces, found 2
(#4292) Expected "if (...) {\n"; found "if(...){\n"
(#4293) Spaces must be used for alignment; tabs are not allowed
(#4293) Tab found within whitespace
(#4293) Line indented incorrectly; expected 12 spaces, found 3
(#4293) Expected "if (...) {\n"; found "if(...){\n"
(#4294) Spaces must be used for alignment; tabs are not allowed
(#4294) Tab found within whitespace
(#4294) Line indented incorrectly; expected at least 16 spaces, found 4
(#4295) Spaces must be used for alignment; tabs are not allowed
(#4295) Tab found within whitespace
(#4295) Line indented incorrectly; expected 12 spaces, found 3
(#4296) Spaces must be used for alignment; tabs are not allowed
(#4296) Tab found within whitespace
(#4296) Line indented incorrectly; expected 8 spaces, found 5
(#4296) Closing brace indented incorrectly; expected 2 spaces, found 5
(#4296) Usage of ELSEIF not allowed; use ELSE IF instead
(#4297) Spaces must be used for alignment; tabs are not allowed
(#4297) Tab found within whitespace
(#4297) Line indented incorrectly; expected at least 12 spaces, found 3
(#4298) Spaces must be used for alignment; tabs are not allowed
(#4298) Tab found within whitespace
(#4298) Line indented incorrectly; expected 8 spaces, found 2
(#4298) Closing brace indented incorrectly; expected 5 spaces, found 2
(#4299) Spaces must be used for alignment; tabs are not allowed
(#4299) Tab found within whitespace
(#4299) Line indented incorrectly; expected at least 8 spaces, found 2
(#4300) Spaces must be used for alignment; tabs are not allowed
(#4300) Tab found within whitespace
(#4300) Line indented incorrectly; expected 4 spaces, found 1
(#4302) Spaces must be used for alignment; tabs are not allowed
(#4302) Tab found within whitespace
(#4302) Line indented incorrectly; expected at least 4 spaces, found 1
(#4303) Spaces must be used for alignment; tabs are not allowed
(#4303) Expected 2 space(s) before asterisk; 1 found
(#4304) Spaces must be used for alignment; tabs are not allowed
(#4304) Expected 2 space(s) before asterisk; 1 found
(#4305) Spaces must be used for alignment; tabs are not allowed
(#4305) Expected 2 space(s) before asterisk; 1 found
(#4305) Spaces must be used for alignment; tabs are not allowed
(#4305) Spaces must be used for alignment; tabs are not allowed
(#4306) Spaces must be used for alignment; tabs are not allowed
(#4306) Expected 2 space(s) before asterisk; 1 found
(#4306) Spaces must be used for alignment; tabs are not allowed
(#4306) Spaces must be used for alignment; tabs are not allowed
(#4307) Spaces must be used for alignment; tabs are not allowed
(#4307) Expected 2 space(s) before asterisk; 1 found
(#4307) Spaces must be used for alignment; tabs are not allowed
(#4307) Spaces must be used for alignment; tabs are not allowed
(#4308) Spaces must be used for alignment; tabs are not allowed
(#4308) Expected 2 space(s) before asterisk; 1 found
(#4309) Spaces must be used for alignment; tabs are not allowed
(#4309) Expected 2 space(s) before asterisk; 1 found
(#4310) method name "nusoap_server::parseRequest" must be in lower-case letters only
(#4310) Visibility must be declared on method "parseRequest"
(#4311) Spaces must be used for alignment; tabs are not allowed
(#4311) Tab found within whitespace
(#4311) Line indented incorrectly; expected at least 8 spaces, found 2
(#4312) Spaces must be used for alignment; tabs are not allowed
(#4312) Tab found within whitespace
(#4312) Line indented incorrectly; expected at least 8 spaces, found 2
(#4313) Spaces must be used for alignment; tabs are not allowed
(#4313) Tab found within whitespace
(#4313) Line indented incorrectly; expected 8 spaces, found 5
(#4314) Spaces must be used for alignment; tabs are not allowed
(#4314) Tab found within whitespace
(#4314) Line indented incorrectly; expected at least 12 spaces, found 3
(#4315) Spaces must be used for alignment; tabs are not allowed
(#4315) Tab found within whitespace
(#4315) Line indented incorrectly; expected at least 12 spaces, found 3
(#4316) Spaces must be used for alignment; tabs are not allowed
(#4316) Tab found within whitespace
(#4316) Line indented incorrectly; expected 8 spaces, found 5
(#4317) Spaces must be used for alignment; tabs are not allowed
(#4317) Tab found within whitespace
(#4317) Line indented incorrectly; expected 8 spaces, found 2
(#4318) Spaces must be used for alignment; tabs are not allowed
(#4318) Tab found within whitespace
(#4318) Line indented incorrectly; expected at least 12 spaces, found 3
(#4319) Spaces must be used for alignment; tabs are not allowed
(#4319) Tab found within whitespace
(#4319) Line indented incorrectly; expected at least 12 spaces, found 3
(#4320) Spaces must be used for alignment; tabs are not allowed
(#4320) Tab found within whitespace
(#4320) Line indented incorrectly; expected 8 spaces, found 2
(#4321) Spaces must be used for alignment; tabs are not allowed
(#4321) Tab found within whitespace
(#4321) Line indented incorrectly; expected 8 spaces, found 2
(#4322) Spaces must be used for alignment; tabs are not allowed
(#4322) Tab found within whitespace
(#4322) Line indented incorrectly; expected at least 12 spaces, found 3
(#4323) Spaces must be used for alignment; tabs are not allowed
(#4323) Tab found within whitespace
(#4323) Line indented incorrectly; expected at least 12 spaces, found 3
(#4324) Spaces must be used for alignment; tabs are not allowed
(#4324) Tab found within whitespace
(#4324) Line indented incorrectly; expected 12 spaces, found 3
(#4324) Expected "if (...) {\n"; found "if(...){\n"
(#4324) Commas (,) must be followed by white space.
(#4325) Spaces must be used for alignment; tabs are not allowed
(#4325) Tab found within whitespace
(#4325) Line indented incorrectly; expected at least 16 spaces, found 4
(#4326) Spaces must be used for alignment; tabs are not allowed
(#4326) Tab found within whitespace
(#4326) Line indented incorrectly; expected 12 spaces, found 3
(#4327) Spaces must be used for alignment; tabs are not allowed
(#4327) Tab found within whitespace
(#4327) Line indented incorrectly; expected at least 16 spaces, found 4
(#4328) Spaces must be used for alignment; tabs are not allowed
(#4328) Tab found within whitespace
(#4328) Line indented incorrectly; expected 12 spaces, found 3
(#4329) Spaces must be used for alignment; tabs are not allowed
(#4329) Tab found within whitespace
(#4329) Line indented incorrectly; expected 8 spaces, found 2
(#4330) Spaces must be used for alignment; tabs are not allowed
(#4330) Tab found within whitespace
(#4330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4330) Inline comments must end in full-stops, exclamation marks, or question marks
(#4330) Line indented incorrectly; expected at least 12 spaces, found 3
(#4331) Spaces must be used for alignment; tabs are not allowed
(#4331) Tab found within whitespace
(#4331) Line indented incorrectly; expected at least 12 spaces, found 3
(#4332) Spaces must be used for alignment; tabs are not allowed
(#4332) Tab found within whitespace
(#4332) Line indented incorrectly; expected 8 spaces, found 2
(#4333) Spaces must be used for alignment; tabs are not allowed
(#4333) Tab found within whitespace
(#4333) Line indented incorrectly; expected at least 8 spaces, found 2
(#4334) Spaces must be used for alignment; tabs are not allowed
(#4334) Tab found within whitespace
(#4334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4334) Inline comments must end in full-stops, exclamation marks, or question marks
(#4334) Line indented incorrectly; expected at least 8 spaces, found 2
(#4335) Spaces must be used for alignment; tabs are not allowed
(#4335) Tab found within whitespace
(#4335) Line indented incorrectly; expected at least 8 spaces, found 2
(#4335) Commas (,) must be followed by white space.
(#4335) Commas (,) must be followed by white space.
(#4335) Commas (,) must be followed by white space.
(#4336) Spaces must be used for alignment; tabs are not allowed
(#4336) Tab found within whitespace
(#4336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4336) Inline comments must end in full-stops, exclamation marks, or question marks
(#4336) Line indented incorrectly; expected at least 8 spaces, found 2
(#4337) Spaces must be used for alignment; tabs are not allowed
(#4337) Tab found within whitespace
(#4337) Line indented incorrectly; expected at least 8 spaces, found 2
(#4338) Spaces must be used for alignment; tabs are not allowed
(#4338) Tab found within whitespace
(#4338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4338) Inline comments must end in full-stops, exclamation marks, or question marks
(#4338) Line indented incorrectly; expected at least 8 spaces, found 2
(#4339) Spaces must be used for alignment; tabs are not allowed
(#4339) Tab found within whitespace
(#4339) Line indented incorrectly; expected 8 spaces, found 2
(#4339) Expected "if (...) {\n"; found "if(...){\n"
(#4340) Spaces must be used for alignment; tabs are not allowed
(#4340) Tab found within whitespace
(#4340) Line indented incorrectly; expected at least 12 spaces, found 3
(#4341) Spaces must be used for alignment; tabs are not allowed
(#4341) Tab found within whitespace
(#4341) Line indented incorrectly; expected at least 12 spaces, found 3
(#4341) Commas (,) must be followed by white space.
(#4342) Spaces must be used for alignment; tabs are not allowed
(#4342) Tab found within whitespace
(#4342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4342) Inline comments must end in full-stops, exclamation marks, or question marks
(#4342) Line indented incorrectly; expected at least 12 spaces, found 2
(#4343) Spaces must be used for alignment; tabs are not allowed
(#4343) Tab found within whitespace
(#4343) Line indented incorrectly; expected 8 spaces, found 2
(#4344) Spaces must be used for alignment; tabs are not allowed
(#4344) Tab found within whitespace
(#4344) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4344) Inline comments must end in full-stops, exclamation marks, or question marks
(#4344) Line indented incorrectly; expected at least 12 spaces, found 3
(#4345) Spaces must be used for alignment; tabs are not allowed
(#4345) Tab found within whitespace
(#4345) Line indented incorrectly; expected at least 12 spaces, found 3
(#4346) Spaces must be used for alignment; tabs are not allowed
(#4346) Tab found within whitespace
(#4346) Line indented incorrectly; expected at least 12 spaces, found 3
(#4347) Spaces must be used for alignment; tabs are not allowed
(#4347) Tab found within whitespace
(#4347) Line indented incorrectly; expected at least 12 spaces, found 3
(#4348) Spaces must be used for alignment; tabs are not allowed
(#4348) Tab found within whitespace
(#4348) Line indented incorrectly; expected at least 12 spaces, found 3
(#4349) Spaces must be used for alignment; tabs are not allowed
(#4349) Tab found within whitespace
(#4349) Line indented incorrectly; expected at least 12 spaces, found 3
(#4350) Spaces must be used for alignment; tabs are not allowed
(#4350) Tab found within whitespace
(#4350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4350) Inline comments must end in full-stops, exclamation marks, or question marks
(#4350) Line indented incorrectly; expected at least 12 spaces, found 3
(#4351) Spaces must be used for alignment; tabs are not allowed
(#4351) Tab found within whitespace
(#4351) Line indented incorrectly; expected at least 12 spaces, found 3
(#4352) Spaces must be used for alignment; tabs are not allowed
(#4352) Tab found within whitespace
(#4352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4352) Inline comments must end in full-stops, exclamation marks, or question marks
(#4352) Line indented incorrectly; expected at least 12 spaces, found 3
(#4353) Spaces must be used for alignment; tabs are not allowed
(#4353) Tab found within whitespace
(#4353) Line indented incorrectly; expected at least 12 spaces, found 3
(#4354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4354) Inline comments must end in full-stops, exclamation marks, or question marks
(#4356) Spaces must be used for alignment; tabs are not allowed
(#4356) Tab found within whitespace
(#4356) Line indented incorrectly; expected 8 spaces, found 2
(#4357) Spaces must be used for alignment; tabs are not allowed
(#4357) Tab found within whitespace
(#4357) Line indented incorrectly; expected 4 spaces, found 2
(#4357) Closing brace indented incorrectly; expected 4 spaces, found 2
(#4359) Spaces must be used for alignment; tabs are not allowed
(#4359) Tab found within whitespace
(#4359) Line indented incorrectly; expected at least 4 spaces, found 1
(#4360) Spaces must be used for alignment; tabs are not allowed
(#4360) Expected 2 space(s) before asterisk; 1 found
(#4361) Spaces must be used for alignment; tabs are not allowed
(#4361) Expected 2 space(s) before asterisk; 1 found
(#4362) Spaces must be used for alignment; tabs are not allowed
(#4362) Expected 2 space(s) before asterisk; 1 found
(#4363) Spaces must be used for alignment; tabs are not allowed
(#4363) Expected 2 space(s) before asterisk; 1 found
(#4364) Spaces must be used for alignment; tabs are not allowed
(#4364) Expected 2 space(s) before asterisk; 1 found
(#4365) Spaces must be used for alignment; tabs are not allowed
(#4365) Expected 2 space(s) before asterisk; 1 found
(#4366) Spaces must be used for alignment; tabs are not allowed
(#4366) Tab found within whitespace
(#4366) Line indented incorrectly; expected 4 spaces, found 1
(#4366) method name "nusoap_server::getHTTPBody" must be in lower-case letters only
(#4366) Visibility must be declared on method "getHTTPBody"
(#4367) Spaces must be used for alignment; tabs are not allowed
(#4367) Tab found within whitespace
(#4367) Line indented incorrectly; expected at least 8 spaces, found 2
(#4368) Spaces must be used for alignment; tabs are not allowed
(#4368) Tab found within whitespace
(#4368) Line indented incorrectly; expected 4 spaces, found 1
(#4369) Spaces must be used for alignment; tabs are not allowed
(#4369) Tab found within whitespace
(#4369) Whitespace found at end of line
(#4370) Spaces must be used for alignment; tabs are not allowed
(#4370) Tab found within whitespace
(#4370) Line indented incorrectly; expected at least 4 spaces, found 1
(#4371) Spaces must be used for alignment; tabs are not allowed
(#4371) Expected 2 space(s) before asterisk; 1 found
(#4372) Spaces must be used for alignment; tabs are not allowed
(#4372) Expected 2 space(s) before asterisk; 1 found
(#4373) Spaces must be used for alignment; tabs are not allowed
(#4373) Expected 2 space(s) before asterisk; 1 found
(#4374) Spaces must be used for alignment; tabs are not allowed
(#4374) Expected 2 space(s) before asterisk; 1 found
(#4375) Spaces must be used for alignment; tabs are not allowed
(#4375) Expected 2 space(s) before asterisk; 1 found
(#4376) Spaces must be used for alignment; tabs are not allowed
(#4376) Expected 2 space(s) before asterisk; 1 found
(#4377) Spaces must be used for alignment; tabs are not allowed
(#4377) Expected 2 space(s) before asterisk; 1 found
(#4378) Spaces must be used for alignment; tabs are not allowed
(#4378) Tab found within whitespace
(#4378) Line indented incorrectly; expected 4 spaces, found 1
(#4378) method name "nusoap_server::getHTTPContentType" must be in lower-case letters only
(#4378) Visibility must be declared on method "getHTTPContentType"
(#4379) Spaces must be used for alignment; tabs are not allowed
(#4379) Tab found within whitespace
(#4379) Line indented incorrectly; expected at least 8 spaces, found 2
(#4380) Spaces must be used for alignment; tabs are not allowed
(#4380) Tab found within whitespace
(#4380) Line indented incorrectly; expected 4 spaces, found 1
(#4381) Spaces must be used for alignment; tabs are not allowed
(#4381) Tab found within whitespace
(#4381) Whitespace found at end of line
(#4382) Spaces must be used for alignment; tabs are not allowed
(#4382) Tab found within whitespace
(#4382) Line indented incorrectly; expected at least 4 spaces, found 1
(#4383) Spaces must be used for alignment; tabs are not allowed
(#4383) Expected 2 space(s) before asterisk; 1 found
(#4384) Spaces must be used for alignment; tabs are not allowed
(#4384) Expected 2 space(s) before asterisk; 1 found
(#4385) Spaces must be used for alignment; tabs are not allowed
(#4385) Expected 2 space(s) before asterisk; 1 found
(#4386) Spaces must be used for alignment; tabs are not allowed
(#4386) Expected 2 space(s) before asterisk; 1 found
(#4387) Spaces must be used for alignment; tabs are not allowed
(#4387) Expected 2 space(s) before asterisk; 1 found
(#4388) Spaces must be used for alignment; tabs are not allowed
(#4388) Expected 2 space(s) before asterisk; 1 found
(#4389) Spaces must be used for alignment; tabs are not allowed
(#4389) Expected 2 space(s) before asterisk; 1 found
(#4390) Spaces must be used for alignment; tabs are not allowed
(#4390) Expected 2 space(s) before asterisk; 1 found
(#4391) Spaces must be used for alignment; tabs are not allowed
(#4391) Tab found within whitespace
(#4391) Line indented incorrectly; expected 4 spaces, found 1
(#4391) method name "nusoap_server::getHTTPContentTypeCharset" must be in lower-case letters only
(#4391) Visibility must be declared on method "getHTTPContentTypeCharset"
(#4392) Spaces must be used for alignment; tabs are not allowed
(#4392) Tab found within whitespace
(#4392) Line indented incorrectly; expected at least 8 spaces, found 2
(#4393) Spaces must be used for alignment; tabs are not allowed
(#4393) Tab found within whitespace
(#4393) Line indented incorrectly; expected 4 spaces, found 1
(#4395) Spaces must be used for alignment; tabs are not allowed
(#4395) Tab found within whitespace
(#4395) Line indented incorrectly; expected at least 4 spaces, found 1
(#4396) Spaces must be used for alignment; tabs are not allowed
(#4396) Expected 2 space(s) before asterisk; 1 found
(#4397) Spaces must be used for alignment; tabs are not allowed
(#4397) Expected 2 space(s) before asterisk; 1 found
(#4398) Spaces must be used for alignment; tabs are not allowed
(#4398) Expected 2 space(s) before asterisk; 1 found
(#4399) Spaces must be used for alignment; tabs are not allowed
(#4399) Expected 2 space(s) before asterisk; 1 found
(#4400) Spaces must be used for alignment; tabs are not allowed
(#4400) Expected 2 space(s) before asterisk; 1 found
(#4401) Spaces must be used for alignment; tabs are not allowed
(#4401) Expected 2 space(s) before asterisk; 1 found
(#4402) Spaces must be used for alignment; tabs are not allowed
(#4402) Expected 2 space(s) before asterisk; 1 found
(#4403) Spaces must be used for alignment; tabs are not allowed
(#4403) Expected 2 space(s) before asterisk; 1 found
(#4404) Spaces must be used for alignment; tabs are not allowed
(#4404) Tab found within whitespace
(#4404) Line indented incorrectly; expected 4 spaces, found 1
(#4404) Visibility must be declared on method "add_to_map"
(#4404) Commas (,) must be followed by white space.
(#4404) Commas (,) must be followed by white space.
(#4404) Expected 1 space after closing parenthesis; found 0
(#4405) Spaces must be used for alignment; tabs are not allowed
(#4405) Tab found within whitespace
(#4405) Line indented incorrectly; expected at least 8 spaces, found 3
(#4405) Commas (,) must be followed by white space.
(#4405) Commas (,) must be followed by white space.
(#4406) Spaces must be used for alignment; tabs are not allowed
(#4406) Tab found within whitespace
(#4406) Line indented incorrectly; expected 4 spaces, found 1
(#4408) Spaces must be used for alignment; tabs are not allowed
(#4408) Tab found within whitespace
(#4408) Line indented incorrectly; expected at least 4 spaces, found 1
(#4409) Spaces must be used for alignment; tabs are not allowed
(#4409) Expected 2 space(s) before asterisk; 1 found
(#4410) Spaces must be used for alignment; tabs are not allowed
(#4410) Expected 2 space(s) before asterisk; 1 found
(#4411) Spaces must be used for alignment; tabs are not allowed
(#4411) Expected 2 space(s) before asterisk; 1 found
(#4412) Spaces must be used for alignment; tabs are not allowed
(#4412) Expected 2 space(s) before asterisk; 1 found
(#4413) Spaces must be used for alignment; tabs are not allowed
(#4413) Expected 2 space(s) before asterisk; 1 found
(#4414) Spaces must be used for alignment; tabs are not allowed
(#4414) Expected 2 space(s) before asterisk; 1 found
(#4414) Spaces must be used for alignment; tabs are not allowed
(#4415) Spaces must be used for alignment; tabs are not allowed
(#4415) Expected 2 space(s) before asterisk; 1 found
(#4415) Spaces must be used for alignment; tabs are not allowed
(#4416) Spaces must be used for alignment; tabs are not allowed
(#4416) Expected 2 space(s) before asterisk; 1 found
(#4416) Spaces must be used for alignment; tabs are not allowed
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4416) Line exceeds 132 characters; contains 155 characters
(#4417) Spaces must be used for alignment; tabs are not allowed
(#4417) Expected 2 space(s) before asterisk; 1 found
(#4417) Spaces must be used for alignment; tabs are not allowed
(#4418) Spaces must be used for alignment; tabs are not allowed
(#4418) Expected 2 space(s) before asterisk; 1 found
(#4418) Spaces must be used for alignment; tabs are not allowed
(#4419) Spaces must be used for alignment; tabs are not allowed
(#4419) Expected 2 space(s) before asterisk; 1 found
(#4419) Spaces must be used for alignment; tabs are not allowed
(#4420) Spaces must be used for alignment; tabs are not allowed
(#4420) Expected 2 space(s) before asterisk; 1 found
(#4421) Spaces must be used for alignment; tabs are not allowed
(#4421) Expected 2 space(s) before asterisk; 1 found
(#4422) Spaces must be used for alignment; tabs are not allowed
(#4422) Tab found within whitespace
(#4422) Line indented incorrectly; expected 4 spaces, found 1
(#4422) Visibility must be declared on method "register"
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Commas (,) must be followed by white space.
(#4422) Variable "encodingStyle" must be all lower-case
(#4422) Expected 1 space after closing parenthesis; found 0
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4422) Line exceeds 132 characters; contains 146 characters
(#4423) Spaces must be used for alignment; tabs are not allowed
(#4423) Tab found within whitespace
(#4423) Line indented incorrectly; expected at least 8 spaces, found 2
(#4423) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4423) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4423) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4425) Spaces must be used for alignment; tabs are not allowed
(#4425) Tab found within whitespace
(#4425) Line indented incorrectly; expected 8 spaces, found 2
(#4425) Expected "if (...) {\n"; found "if(...){\n"
(#4426) Spaces must be used for alignment; tabs are not allowed
(#4426) Tab found within whitespace
(#4426) Line indented incorrectly; expected at least 12 spaces, found 3
(#4427) Spaces must be used for alignment; tabs are not allowed
(#4427) Tab found within whitespace
(#4427) Line indented incorrectly; expected 8 spaces, found 2
(#4428) Spaces must be used for alignment; tabs are not allowed
(#4428) Tab found within whitespace
(#4428) Line indented incorrectly; expected 8 spaces, found 2
(#4429) Spaces must be used for alignment; tabs are not allowed
(#4429) Tab found within whitespace
(#4429) Line indented incorrectly; expected at least 12 spaces, found 3
(#4430) Spaces must be used for alignment; tabs are not allowed
(#4430) Tab found within whitespace
(#4430) Line indented incorrectly; expected 8 spaces, found 2
(#4431) Spaces must be used for alignment; tabs are not allowed
(#4431) Tab found within whitespace
(#4431) Line indented incorrectly; expected 8 spaces, found 2
(#4432) Spaces must be used for alignment; tabs are not allowed
(#4432) Tab found within whitespace
(#4432) Line indented incorrectly; expected at least 12 spaces, found 3
(#4433) Spaces must be used for alignment; tabs are not allowed
(#4433) Tab found within whitespace
(#4433) Line indented incorrectly; expected 8 spaces, found 2
(#4434) Spaces must be used for alignment; tabs are not allowed
(#4434) Tab found within whitespace
(#4434) Line indented incorrectly; expected 8 spaces, found 2
(#4435) Spaces must be used for alignment; tabs are not allowed
(#4435) Tab found within whitespace
(#4435) Line indented incorrectly; expected at least 12 spaces, found 3
(#4436) Spaces must be used for alignment; tabs are not allowed
(#4436) Tab found within whitespace
(#4436) Line indented incorrectly; expected 8 spaces, found 2
(#4437) Spaces must be used for alignment; tabs are not allowed
(#4437) Tab found within whitespace
(#4437) Line indented incorrectly; expected 8 spaces, found 2
(#4437) Expected "if (...) {\n"; found "if(...) {\n"
(#4437) Empty IF statement detected
(#4438) Spaces must be used for alignment; tabs are not allowed
(#4438) Tab found within whitespace
(#4438) Line indented incorrectly; expected 8 spaces, found 2
(#4439) Spaces must be used for alignment; tabs are not allowed
(#4439) Tab found within whitespace
(#4439) Line indented incorrectly; expected 8 spaces, found 2
(#4439) Expected "if (...) {\n"; found "if(...) {\n"
(#4440) Spaces must be used for alignment; tabs are not allowed
(#4440) Tab found within whitespace
(#4440) Line indented incorrectly; expected 12 spaces, found 3
(#4441) Spaces must be used for alignment; tabs are not allowed
(#4441) Tab found within whitespace
(#4441) Line indented incorrectly; expected at least 16 spaces, found 4
(#4441) Variable "SERVER_NAME" must be all lower-case
(#4441) Variable "SERVER_NAME" must not contain underscores.
(#4442) Spaces must be used for alignment; tabs are not allowed
(#4442) Tab found within whitespace
(#4442) Line indented incorrectly; expected at least 16 spaces, found 4
(#4442) Variable "SCRIPT_NAME" must be all lower-case
(#4442) Variable "SCRIPT_NAME" must not contain underscores.
(#4443) Spaces must be used for alignment; tabs are not allowed
(#4443) Tab found within whitespace
(#4443) Line indented incorrectly; expected at least 16 spaces, found 4
(#4443) Variable "HTTPS" must be all lower-case
(#4443) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4443) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4443) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4443) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4443) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4443) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4443) Line exceeds 132 characters; contains 133 characters
(#4444) Spaces must be used for alignment; tabs are not allowed
(#4444) Tab found within whitespace
(#4444) Line indented incorrectly; expected 12 spaces, found 3
(#4444) Usage of ELSEIF not allowed; use ELSE IF instead
(#4444) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4444) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4444) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4445) Spaces must be used for alignment; tabs are not allowed
(#4445) Tab found within whitespace
(#4445) Line indented incorrectly; expected at least 16 spaces, found 4
(#4445) Variable "SERVER_NAME" must be all lower-case
(#4445) Variable "SERVER_NAME" must not contain underscores.
(#4445) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4445) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4445) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4446) Spaces must be used for alignment; tabs are not allowed
(#4446) Tab found within whitespace
(#4446) Line indented incorrectly; expected at least 16 spaces, found 4
(#4446) Variable "SCRIPT_NAME" must be all lower-case
(#4446) Variable "SCRIPT_NAME" must not contain underscores.
(#4446) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4446) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4446) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4446) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4446) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4446) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4446) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4446) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4446) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4447) Spaces must be used for alignment; tabs are not allowed
(#4447) Tab found within whitespace
(#4447) Line indented incorrectly; expected at least 16 spaces, found 4
(#4447) Variable "HTTPS" must be all lower-case
(#4447) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4447) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4447) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4447) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4447) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4447) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4448) Spaces must be used for alignment; tabs are not allowed
(#4448) Tab found within whitespace
(#4448) Line indented incorrectly; expected 12 spaces, found 3
(#4449) Spaces must be used for alignment; tabs are not allowed
(#4449) Tab found within whitespace
(#4449) Line indented incorrectly; expected at least 16 spaces, found 4
(#4450) Spaces must be used for alignment; tabs are not allowed
(#4450) Tab found within whitespace
(#4450) Line indented incorrectly; expected 12 spaces, found 3
(#4451) Spaces must be used for alignment; tabs are not allowed
(#4451) Tab found within whitespace
(#4451) Line indented incorrectly; expected 12 spaces, found 9
(#4451) Variable "HTTPS" must be all lower-case
(#4451) Variable "HTTPS" must be all lower-case
(#4452) Spaces must be used for alignment; tabs are not allowed
(#4452) Tab found within whitespace
(#4452) Line indented incorrectly; expected at least 16 spaces, found 10
(#4452) Variable "SCHEME" must be all lower-case
(#4453) Spaces must be used for alignment; tabs are not allowed
(#4453) Tab found within whitespace
(#4453) Line indented incorrectly; expected 12 spaces, found 9
(#4454) Spaces must be used for alignment; tabs are not allowed
(#4454) Tab found within whitespace
(#4454) Line indented incorrectly; expected at least 16 spaces, found 10
(#4454) Variable "SCHEME" must be all lower-case
(#4455) Spaces must be used for alignment; tabs are not allowed
(#4455) Tab found within whitespace
(#4455) Line indented incorrectly; expected 12 spaces, found 9
(#4456) Spaces must be used for alignment; tabs are not allowed
(#4456) Tab found within whitespace
(#4456) Line indented incorrectly; expected at least 12 spaces, found 3
(#4456) Variable "SCHEME" must be all lower-case
(#4457) Spaces must be used for alignment; tabs are not allowed
(#4457) Tab found within whitespace
(#4457) Line indented incorrectly; expected 8 spaces, found 2
(#4458) Spaces must be used for alignment; tabs are not allowed
(#4458) Tab found within whitespace
(#4458) Line indented incorrectly; expected 8 spaces, found 2
(#4458) Expected "if (...) {\n"; found "if(...) {\n"
(#4459) Spaces must be used for alignment; tabs are not allowed
(#4459) Tab found within whitespace
(#4459) Line indented incorrectly; expected at least 12 spaces, found 3
(#4460) Spaces must be used for alignment; tabs are not allowed
(#4460) Tab found within whitespace
(#4460) Line indented incorrectly; expected 8 spaces, found 2
(#4461) Spaces must be used for alignment; tabs are not allowed
(#4461) Tab found within whitespace
(#4461) Line indented incorrectly; expected 8 spaces, found 2
(#4461) Expected "if (...) {\n"; found "if(...) {\n"
(#4462) Spaces must be used for alignment; tabs are not allowed
(#4462) Tab found within whitespace
(#4462) Line indented incorrectly; expected at least 12 spaces, found 3
(#4463) Spaces must be used for alignment; tabs are not allowed
(#4463) Tab found within whitespace
(#4463) Line indented incorrectly; expected 8 spaces, found 2
(#4464) Spaces must be used for alignment; tabs are not allowed
(#4464) Tab found within whitespace
(#4464) Line indented incorrectly; expected 8 spaces, found 2
(#4464) Variable "encodingStyle" must be all lower-case
(#4465) Spaces must be used for alignment; tabs are not allowed
(#4465) Tab found within whitespace
(#4465) Line indented incorrectly; expected at least 12 spaces, found 3
(#4465) Variable "encodingStyle" must be all lower-case
(#4466) Spaces must be used for alignment; tabs are not allowed
(#4466) Tab found within whitespace
(#4466) Line indented incorrectly; expected 8 spaces, found 2
(#4468) Spaces must be used for alignment; tabs are not allowed
(#4468) Tab found within whitespace
(#4468) Line indented incorrectly; expected at least 8 spaces, found 2
(#4469) Spaces must be used for alignment; tabs are not allowed
(#4469) Tab found within whitespace
(#4469) Line indented incorrectly; expected at least 8 spaces, found 5
(#4470) Spaces must be used for alignment; tabs are not allowed
(#4470) Tab found within whitespace
(#4470) Line indented incorrectly; expected at least 8 spaces, found 5
(#4471) Spaces must be used for alignment; tabs are not allowed
(#4471) Tab found within whitespace
(#4471) Line indented incorrectly; expected at least 8 spaces, found 5
(#4472) Spaces must be used for alignment; tabs are not allowed
(#4472) Tab found within whitespace
(#4472) Line indented incorrectly; expected at least 8 spaces, found 5
(#4473) Spaces must be used for alignment; tabs are not allowed
(#4473) Tab found within whitespace
(#4473) Line indented incorrectly; expected at least 8 spaces, found 5
(#4474) Spaces must be used for alignment; tabs are not allowed
(#4474) Tab found within whitespace
(#4474) Line indented incorrectly; expected at least 8 spaces, found 5
(#4475) Line indented incorrectly; expected 11 spaces, found 8
(#4475) Expected "if (...) {\n"; found "if(...){\n"
(#4476) Spaces must be used for alignment; tabs are not allowed
(#4476) Tab found within whitespace
(#4476) Line indented incorrectly; expected at least 15 spaces, found 9
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Commas (,) must be followed by white space.
(#4476) Variable "encodingStyle" must be all lower-case
(#4477) Spaces must be used for alignment; tabs are not allowed
(#4477) Tab found within whitespace
(#4477) Line indented incorrectly; expected 12 spaces, found 5
(#4477) Closing brace indented incorrectly; expected 8 spaces, found 5
(#4478) Spaces must be used for alignment; tabs are not allowed
(#4478) Tab found within whitespace
(#4478) Line indented incorrectly; expected at least 12 spaces, found 2
(#4479) Spaces must be used for alignment; tabs are not allowed
(#4479) Tab found within whitespace
(#4479) Line indented incorrectly; expected 4 spaces, found 1
(#4481) Spaces must be used for alignment; tabs are not allowed
(#4481) Tab found within whitespace
(#4481) Line indented incorrectly; expected at least 4 spaces, found 1
(#4482) Spaces must be used for alignment; tabs are not allowed
(#4482) Expected 2 space(s) before asterisk; 1 found
(#4483) Spaces must be used for alignment; tabs are not allowed
(#4483) Expected 2 space(s) before asterisk; 1 found
(#4484) Spaces must be used for alignment; tabs are not allowed
(#4484) Expected 2 space(s) before asterisk; 1 found
(#4485) Spaces must be used for alignment; tabs are not allowed
(#4485) Expected 2 space(s) before asterisk; 1 found
(#4485) Spaces must be used for alignment; tabs are not allowed
(#4486) Spaces must be used for alignment; tabs are not allowed
(#4486) Expected 2 space(s) before asterisk; 1 found
(#4486) Spaces must be used for alignment; tabs are not allowed
(#4487) Spaces must be used for alignment; tabs are not allowed
(#4487) Expected 2 space(s) before asterisk; 1 found
(#4487) Spaces must be used for alignment; tabs are not allowed
(#4488) Spaces must be used for alignment; tabs are not allowed
(#4488) Expected 2 space(s) before asterisk; 1 found
(#4488) Spaces must be used for alignment; tabs are not allowed
(#4489) Spaces must be used for alignment; tabs are not allowed
(#4489) Expected 2 space(s) before asterisk; 1 found
(#4490) Spaces must be used for alignment; tabs are not allowed
(#4490) Expected 2 space(s) before asterisk; 1 found
(#4491) Spaces must be used for alignment; tabs are not allowed
(#4491) Tab found within whitespace
(#4491) Line indented incorrectly; expected 4 spaces, found 1
(#4491) Visibility must be declared on method "fault"
(#4491) Commas (,) must be followed by white space.
(#4491) Commas (,) must be followed by white space.
(#4491) Commas (,) must be followed by white space.
(#4491) Expected 1 space after closing parenthesis; found 0
(#4492) Spaces must be used for alignment; tabs are not allowed
(#4492) Tab found within whitespace
(#4492) Line indented incorrectly; expected 8 spaces, found 2
(#4493) Spaces must be used for alignment; tabs are not allowed
(#4493) Tab found within whitespace
(#4493) Line indented incorrectly; expected at least 12 spaces, found 3
(#4494) Spaces must be used for alignment; tabs are not allowed
(#4494) Tab found within whitespace
(#4494) Line indented incorrectly; expected 8 spaces, found 2
(#4495) Spaces must be used for alignment; tabs are not allowed
(#4495) Tab found within whitespace
(#4495) Line indented incorrectly; expected at least 8 spaces, found 2
(#4495) Commas (,) must be followed by white space.
(#4495) Commas (,) must be followed by white space.
(#4495) Commas (,) must be followed by white space.
(#4496) Spaces must be used for alignment; tabs are not allowed
(#4496) Tab found within whitespace
(#4496) Line indented incorrectly; expected at least 8 spaces, found 2
(#4497) Spaces must be used for alignment; tabs are not allowed
(#4497) Tab found within whitespace
(#4497) Line indented incorrectly; expected 4 spaces, found 1
(#4500) Expected 5 space(s) before asterisk; 4 found
(#4501) Expected 5 space(s) before asterisk; 4 found
(#4502) Expected 5 space(s) before asterisk; 4 found
(#4503) Expected 5 space(s) before asterisk; 4 found
(#4504) Expected 5 space(s) before asterisk; 4 found
(#4505) Expected 5 space(s) before asterisk; 4 found
(#4506) Expected 5 space(s) before asterisk; 4 found
(#4507) Expected 5 space(s) before asterisk; 4 found
(#4508) Expected 5 space(s) before asterisk; 4 found
(#4509) Expected 5 space(s) before asterisk; 4 found
(#4510) method name "nusoap_server::configureWSDL" must be in lower-case letters only
(#4510) Visibility must be declared on method "configureWSDL"
(#4510) Variable "serviceName" must be all lower-case
(#4510) Commas (,) must be followed by white space.
(#4510) Commas (,) must be followed by white space.
(#4510) Commas (,) must be followed by white space.
(#4510) Variable "schemaTargetNamespace" must be all lower-case
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4510) Line exceeds 132 characters; contains 175 characters
(#4511) Opening brace should be on the same line as the declaration
(#4512) Spaces must be used for alignment; tabs are not allowed
(#4512) Tab found within whitespace
(#4512) Line indented incorrectly; expected at least 8 spaces, found 5
(#4512) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4512) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4512) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4514) Spaces must be used for alignment; tabs are not allowed
(#4514) Tab found within whitespace
(#4514) Line indented incorrectly; expected 8 spaces, found 2
(#4515) Spaces must be used for alignment; tabs are not allowed
(#4515) Tab found within whitespace
(#4515) Line indented incorrectly; expected at least 12 spaces, found 3
(#4515) Variable "SERVER_NAME" must be all lower-case
(#4515) Variable "SERVER_NAME" must not contain underscores.
(#4516) Spaces must be used for alignment; tabs are not allowed
(#4516) Tab found within whitespace
(#4516) Line indented incorrectly; expected at least 12 spaces, found 3
(#4516) Variable "SERVER_PORT" must be all lower-case
(#4516) Variable "SERVER_PORT" must not contain underscores.
(#4517) Spaces must be used for alignment; tabs are not allowed
(#4517) Tab found within whitespace
(#4517) Line indented incorrectly; expected at least 12 spaces, found 3
(#4517) Variable "SCRIPT_NAME" must be all lower-case
(#4517) Variable "SCRIPT_NAME" must not contain underscores.
(#4518) Spaces must be used for alignment; tabs are not allowed
(#4518) Tab found within whitespace
(#4518) Line indented incorrectly; expected at least 12 spaces, found 3
(#4518) Variable "HTTPS" must be all lower-case
(#4518) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4518) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4518) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4518) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4518) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4518) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4519) Spaces must be used for alignment; tabs are not allowed
(#4519) Tab found within whitespace
(#4519) Line indented incorrectly; expected 8 spaces, found 2
(#4519) Usage of ELSEIF not allowed; use ELSE IF instead
(#4519) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4519) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4519) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4520) Spaces must be used for alignment; tabs are not allowed
(#4520) Tab found within whitespace
(#4520) Line indented incorrectly; expected at least 12 spaces, found 3
(#4520) Variable "SERVER_NAME" must be all lower-case
(#4520) Variable "SERVER_NAME" must not contain underscores.
(#4520) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4520) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4520) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4521) Spaces must be used for alignment; tabs are not allowed
(#4521) Tab found within whitespace
(#4521) Line indented incorrectly; expected at least 12 spaces, found 3
(#4521) Variable "SERVER_PORT" must be all lower-case
(#4521) Variable "SERVER_PORT" must not contain underscores.
(#4521) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4521) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4521) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4522) Spaces must be used for alignment; tabs are not allowed
(#4522) Tab found within whitespace
(#4522) Line indented incorrectly; expected at least 12 spaces, found 3
(#4522) Variable "SCRIPT_NAME" must be all lower-case
(#4522) Variable "SCRIPT_NAME" must not contain underscores.
(#4522) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4522) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4522) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4522) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4522) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4522) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4522) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4522) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4522) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4523) Spaces must be used for alignment; tabs are not allowed
(#4523) Tab found within whitespace
(#4523) Line indented incorrectly; expected at least 12 spaces, found 3
(#4523) Variable "HTTPS" must be all lower-case
(#4523) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4523) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4523) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4523) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#4523) Variable "HTTP_SERVER_VARS" must be all lower-case
(#4523) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#4524) Spaces must be used for alignment; tabs are not allowed
(#4524) Tab found within whitespace
(#4524) Line indented incorrectly; expected 8 spaces, found 2
(#4525) Spaces must be used for alignment; tabs are not allowed
(#4525) Tab found within whitespace
(#4525) Line indented incorrectly; expected at least 12 spaces, found 3
(#4526) Spaces must be used for alignment; tabs are not allowed
(#4526) Tab found within whitespace
(#4526) Line indented incorrectly; expected 8 spaces, found 2
(#4527) Spaces must be used for alignment; tabs are not allowed
(#4527) Tab found within whitespace
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Inline comments must end in full-stops, exclamation marks, or question marks
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line exceeds 132 characters; contains 146 characters
(#4527) Line indented incorrectly; expected at least 8 spaces, found 2
(#4528) Spaces must be used for alignment; tabs are not allowed
(#4528) Tab found within whitespace
(#4528) Line indented incorrectly; expected at least 8 spaces, found 2
(#4528) Variable "SERVER_NAME" must be all lower-case
(#4528) Variable "SERVER_NAME" must not contain underscores.
(#4528) Commas (,) must be followed by white space.
(#4529) Spaces must be used for alignment; tabs are not allowed
(#4529) Tab found within whitespace
(#4529) Line indented incorrectly; expected 8 spaces, found 2
(#4530) Spaces must be used for alignment; tabs are not allowed
(#4530) Tab found within whitespace
(#4530) Line indented incorrectly; expected at least 12 spaces, found 6
(#4530) Variable "SERVER_NAME" must be all lower-case
(#4530) Variable "SERVER_NAME" must not contain underscores.
(#4530) Variable "SERVER_NAME" must be all lower-case
(#4530) Variable "SERVER_NAME" must not contain underscores.
(#4531) Spaces must be used for alignment; tabs are not allowed
(#4531) Tab found within whitespace
(#4531) Line indented incorrectly; expected 8 spaces, found 2
(#4532) Spaces must be used for alignment; tabs are not allowed
(#4532) Tab found within whitespace
(#4532) Line indented incorrectly; expected 8 spaces, found 2
(#4532) Variable "SERVER_PORT" must be all lower-case
(#4532) Variable "SERVER_PORT" must not contain underscores.
(#4533) Spaces must be used for alignment; tabs are not allowed
(#4533) Tab found within whitespace
(#4533) Line indented incorrectly; expected at least 12 spaces, found 3
(#4533) Variable "SERVER_PORT" must be all lower-case
(#4533) Variable "SERVER_PORT" must not contain underscores.
(#4534) Spaces must be used for alignment; tabs are not allowed
(#4534) Tab found within whitespace
(#4534) Line indented incorrectly; expected 8 spaces, found 2
(#4535) Spaces must be used for alignment; tabs are not allowed
(#4535) Tab found within whitespace
(#4535) Line indented incorrectly; expected at least 12 spaces, found 3
(#4535) Variable "SERVER_PORT" must be all lower-case
(#4535) Variable "SERVER_PORT" must not contain underscores.
(#4535) Variable "SERVER_PORT" must be all lower-case
(#4535) Variable "SERVER_PORT" must not contain underscores.
(#4536) Spaces must be used for alignment; tabs are not allowed
(#4536) Tab found within whitespace
(#4536) Line indented incorrectly; expected 8 spaces, found 2
(#4537) Expected "if (...) {\n"; found "if(...) {\n"
(#4538) Variable "SERVER_NAME" must be all lower-case
(#4538) Variable "SERVER_NAME" must not contain underscores.
(#4540) Whitespace found at end of line
(#4541) Expected "if (...) {\n"; found "if(...) {\n"
(#4542) Spaces must be used for alignment; tabs are not allowed
(#4542) Tab found within whitespace
(#4542) Line indented incorrectly; expected 12 spaces, found 9
(#4542) Variable "HTTPS" must be all lower-case
(#4542) Variable "HTTPS" must be all lower-case
(#4543) Spaces must be used for alignment; tabs are not allowed
(#4543) Tab found within whitespace
(#4543) Line indented incorrectly; expected at least 16 spaces, found 10
(#4543) Variable "SCHEME" must be all lower-case
(#4544) Spaces must be used for alignment; tabs are not allowed
(#4544) Tab found within whitespace
(#4544) Line indented incorrectly; expected 12 spaces, found 9
(#4545) Spaces must be used for alignment; tabs are not allowed
(#4545) Tab found within whitespace
(#4545) Line indented incorrectly; expected at least 16 spaces, found 10
(#4545) Variable "SCHEME" must be all lower-case
(#4546) Spaces must be used for alignment; tabs are not allowed
(#4546) Tab found within whitespace
(#4546) Line indented incorrectly; expected 12 spaces, found 9
(#4547) Variable "SCHEME" must be all lower-case
(#4549) Whitespace found at end of line
(#4550) Expected "if (...) {\n"; found "if(...) {\n"
(#4550) Variable "schemaTargetNamespace" must be all lower-case
(#4551) Variable "schemaTargetNamespace" must be all lower-case
(#4553) Whitespace found at end of line
(#4554) Spaces must be used for alignment; tabs are not allowed
(#4554) Tab found within whitespace
(#4554) Line indented incorrectly; expected at least 8 spaces, found 2
(#4555) Spaces must be used for alignment; tabs are not allowed
(#4555) Tab found within whitespace
(#4555) Line indented incorrectly; expected at least 8 spaces, found 2
(#4555) Variable "serviceName" must be all lower-case
(#4557) Spaces must be used for alignment; tabs are not allowed
(#4557) Tab found within whitespace
(#4557) Line indented incorrectly; expected at least 8 spaces, found 2
(#4558) Spaces must be used for alignment; tabs are not allowed
(#4558) Tab found within whitespace
(#4558) Line indented incorrectly; expected at least 8 spaces, found 2
(#4559) Spaces must be used for alignment; tabs are not allowed
(#4559) Tab found within whitespace
(#4559) Line indented incorrectly; expected at least 8 spaces, found 2
(#4560) Spaces must be used for alignment; tabs are not allowed
(#4560) Tab found within whitespace
(#4560) Line indented incorrectly; expected 8 spaces, found 2
(#4560) Variable "schemaTargetNamespace" must be all lower-case
(#4561) Spaces must be used for alignment; tabs are not allowed
(#4561) Tab found within whitespace
(#4561) Line indented incorrectly; expected at least 12 spaces, found 3
(#4561) Variable "schemaTargetNamespace" must be all lower-case
(#4562) Spaces must be used for alignment; tabs are not allowed
(#4562) Tab found within whitespace
(#4562) Line indented incorrectly; expected 8 spaces, found 2
(#4563) Variable "schemaTargetNamespace" must be all lower-case
(#4565) Spaces must be used for alignment; tabs are not allowed
(#4565) Tab found within whitespace
(#4565) Line indented incorrectly; expected at least 12 spaces, found 9
(#4565) Variable "schemaTargetNamespace" must be all lower-case
(#4567) Variable "schemaTargetNamespace" must be all lower-case
(#4567) Variable "schemaTargetNamespace" must be all lower-case
(#4568) Variable "schemaTargetNamespace" must be all lower-case
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4568) Line exceeds 132 characters; contains 157 characters
(#4569) Variable "schemaTargetNamespace" must be all lower-case
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4569) Line exceeds 132 characters; contains 148 characters
(#4570) Variable "serviceName" must be all lower-case
(#4571) Spaces must be used for alignment; tabs are not allowed
(#4571) Tab found within whitespace
(#4571) Expected 1 space before "=>"; 0 found
(#4571) Expected 1 space after "=>"; 0 found
(#4571) Variable "serviceName" must be all lower-case
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4573) Expected 1 space before "=>"; 0 found
(#4573) Expected 1 space after "=>"; 0 found
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "serviceName" must be all lower-case
(#4575) Variable "serviceName" must be all lower-case
(#4576) Spaces must be used for alignment; tabs are not allowed
(#4576) Tab found within whitespace
(#4576) Expected 1 space before "=>"; 0 found
(#4576) Expected 1 space after "=>"; 0 found
(#4576) Variable "serviceName" must be all lower-case
(#4577) Expected 1 space before "=>"; 0 found
(#4577) Expected 1 space after "=>"; 0 found
(#4578) Expected 1 space before "=>"; 0 found
(#4578) Expected 1 space after "=>"; 0 found
(#4585) Duplicate class name "soap_server" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_server.php on line 1123
(#4593) Expected 1 space(s) before asterisk; 0 found
(#4594) Expected 1 space(s) before asterisk; 0 found
(#4595) Expected 1 space(s) before asterisk; 0 found
(#4595) Whitespace found at end of line
(#4596) Expected 1 space(s) before asterisk; 0 found
(#4597) Expected 1 space(s) before asterisk; 0 found
(#4598) Expected 1 space(s) before asterisk; 0 found
(#4599) Expected 1 space(s) before asterisk; 0 found
(#4599) Whitespace found at end of line
(#4600) Expected 1 space(s) before asterisk; 0 found
(#4601) Duplicate class name "wsdl" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.wsdl.php on line 15
(#4602) Spaces must be used for alignment; tabs are not allowed
(#4602) Tab found within whitespace
(#4602) Inline comments must end in full-stops, exclamation marks, or question marks
(#4602) Line indented incorrectly; expected at least 4 spaces, found 1
(#4603) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4603) Scope modifier not specified for member variable "$wsdl"
(#4603) Whitespace found at end of line
(#4604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4605) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4605) Scope modifier not specified for member variable "$schemas"
(#4606) Member variable "currentSchema" must be all lower-case
(#4606) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4606) Scope modifier not specified for member variable "$currentSchema"
(#4607) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4607) Scope modifier not specified for member variable "$message"
(#4608) Member variable "complexTypes" must be all lower-case
(#4608) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4608) Scope modifier not specified for member variable "$complexTypes"
(#4609) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4609) Scope modifier not specified for member variable "$messages"
(#4610) Member variable "currentMessage" must be all lower-case
(#4610) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4610) Scope modifier not specified for member variable "$currentMessage"
(#4611) Member variable "currentOperation" must be all lower-case
(#4611) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4611) Scope modifier not specified for member variable "$currentOperation"
(#4612) Member variable "portTypes" must be all lower-case
(#4612) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4612) Scope modifier not specified for member variable "$portTypes"
(#4613) Member variable "currentPortType" must be all lower-case
(#4613) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4613) Scope modifier not specified for member variable "$currentPortType"
(#4614) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4614) Scope modifier not specified for member variable "$bindings"
(#4615) Member variable "currentBinding" must be all lower-case
(#4615) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4615) Scope modifier not specified for member variable "$currentBinding"
(#4616) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4616) Scope modifier not specified for member variable "$ports"
(#4617) Member variable "currentPort" must be all lower-case
(#4617) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4617) Scope modifier not specified for member variable "$currentPort"
(#4618) Member variable "opData" must be all lower-case
(#4618) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4618) Scope modifier not specified for member variable "$opData"
(#4619) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4619) Scope modifier not specified for member variable "$status"
(#4620) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4620) Scope modifier not specified for member variable "$documentation"
(#4621) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4621) Scope modifier not specified for member variable "$endpoint"
(#4621) Whitespace found at end of line
(#4622) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4622) Inline comments must end in full-stops, exclamation marks, or question marks
(#4623) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4623) Scope modifier not specified for member variable "$import"
(#4623) Whitespace found at end of line
(#4624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4624) Inline comments must end in full-stops, exclamation marks, or question marks
(#4625) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4625) Scope modifier not specified for member variable "$parser"
(#4626) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4626) Scope modifier not specified for member variable "$position"
(#4627) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4627) Scope modifier not specified for member variable "$depth"
(#4628) Member variable "depth_array" must not contain underscores.
(#4628) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4628) Scope modifier not specified for member variable "$depth_array"
(#4629) Spaces must be used for alignment; tabs are not allowed
(#4629) Tab found within whitespace
(#4629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4629) Inline comments must end in full-stops, exclamation marks, or question marks
(#4629) Line indented incorrectly; expected at least 4 spaces, found 1
(#4630) Spaces must be used for alignment; tabs are not allowed
(#4630) Tab found within whitespace
(#4630) Line indented incorrectly; expected at least 4 spaces, found 1
(#4630) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4630) Scope modifier not specified for member variable "$proxyhost"
(#4631) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4631) Scope modifier not specified for member variable "$proxyport"
(#4632) Spaces must be used for alignment; tabs are not allowed
(#4632) Tab found within whitespace
(#4632) Line indented incorrectly; expected at least 4 spaces, found 1
(#4632) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4632) Scope modifier not specified for member variable "$proxyusername"
(#4633) Spaces must be used for alignment; tabs are not allowed
(#4633) Tab found within whitespace
(#4633) Line indented incorrectly; expected at least 4 spaces, found 1
(#4633) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4633) Scope modifier not specified for member variable "$proxypassword"
(#4634) Spaces must be used for alignment; tabs are not allowed
(#4634) Tab found within whitespace
(#4634) Line indented incorrectly; expected at least 4 spaces, found 1
(#4634) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4634) Scope modifier not specified for member variable "$timeout"
(#4635) Spaces must be used for alignment; tabs are not allowed
(#4635) Tab found within whitespace
(#4635) Line indented incorrectly; expected at least 4 spaces, found 1
(#4635) Member variable "response_timeout" must not contain underscores.
(#4635) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4635) Scope modifier not specified for member variable "$response_timeout"
(#4636) Spaces must be used for alignment; tabs are not allowed
(#4636) Tab found within whitespace
(#4636) Line indented incorrectly; expected at least 4 spaces, found 1
(#4636) Member variable "curl_options" must not contain underscores.
(#4636) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4636) Scope modifier not specified for member variable "$curl_options"
(#4636) Spaces must be used for alignment; tabs are not allowed
(#4636) Tab found within whitespace
(#4637) Spaces must be used for alignment; tabs are not allowed
(#4637) Tab found within whitespace
(#4637) Line indented incorrectly; expected at least 4 spaces, found 1
(#4637) Member variable "use_curl" must not contain underscores.
(#4637) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4637) Scope modifier not specified for member variable "$use_curl"
(#4637) Spaces must be used for alignment; tabs are not allowed
(#4637) Tab found within whitespace
(#4638) Spaces must be used for alignment; tabs are not allowed
(#4638) Tab found within whitespace
(#4638) Line indented incorrectly; expected at least 4 spaces, found 1
(#4639) Spaces must be used for alignment; tabs are not allowed
(#4639) Tab found within whitespace
(#4639) Line indented incorrectly; expected at least 4 spaces, found 1
(#4639) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4639) Scope modifier not specified for member variable "$username"
(#4639) Spaces must be used for alignment; tabs are not allowed
(#4639) Tab found within whitespace
(#4640) Spaces must be used for alignment; tabs are not allowed
(#4640) Tab found within whitespace
(#4640) Line indented incorrectly; expected at least 4 spaces, found 1
(#4640) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4640) Scope modifier not specified for member variable "$password"
(#4640) Spaces must be used for alignment; tabs are not allowed
(#4640) Tab found within whitespace
(#4641) Spaces must be used for alignment; tabs are not allowed
(#4641) Tab found within whitespace
(#4641) Line indented incorrectly; expected at least 4 spaces, found 1
(#4641) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4641) Scope modifier not specified for member variable "$authtype"
(#4641) Spaces must be used for alignment; tabs are not allowed
(#4641) Tab found within whitespace
(#4642) Spaces must be used for alignment; tabs are not allowed
(#4642) Tab found within whitespace
(#4642) Line indented incorrectly; expected at least 4 spaces, found 1
(#4642) Member variable "certRequest" must be all lower-case
(#4642) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#4642) Scope modifier not specified for member variable "$certRequest"
(#4642) Spaces must be used for alignment; tabs are not allowed
(#4642) Tab found within whitespace
(#4642) Inline comments must end in full-stops, exclamation marks, or question marks
(#4646) Whitespace found at end of line
(#4648) Spaces must be used for alignment; tabs are not allowed
(#4648) Expected 5 space(s) before asterisk; 2 found
(#4649) Spaces must be used for alignment; tabs are not allowed
(#4649) Expected 5 space(s) before asterisk; 2 found
(#4650) Spaces must be used for alignment; tabs are not allowed
(#4650) Expected 5 space(s) before asterisk; 2 found
(#4651) Spaces must be used for alignment; tabs are not allowed
(#4651) Expected 5 space(s) before asterisk; 2 found
(#4652) Spaces must be used for alignment; tabs are not allowed
(#4652) Expected 5 space(s) before asterisk; 2 found
(#4653) Spaces must be used for alignment; tabs are not allowed
(#4653) Expected 5 space(s) before asterisk; 2 found
(#4654) Spaces must be used for alignment; tabs are not allowed
(#4654) Expected 5 space(s) before asterisk; 2 found
(#4655) Spaces must be used for alignment; tabs are not allowed
(#4655) Expected 5 space(s) before asterisk; 2 found
(#4656) Whitespace found at end of line
(#4658) PHP4 style constructors are not allowed; use "__construct()" instead
(#4658) Visibility must be declared on method "wsdl"
(#4658) Commas (,) must be followed by white space.
(#4658) Commas (,) must be followed by white space.
(#4658) Commas (,) must be followed by white space.
(#4658) Commas (,) must be followed by white space.
(#4658) Commas (,) must be followed by white space.
(#4658) Commas (,) must be followed by white space.
(#4658) Variable "response_timeout" must not contain underscores.
(#4658) Commas (,) must be followed by white space.
(#4658) Variable "curl_options" must not contain underscores.
(#4658) Commas (,) must be followed by white space.
(#4658) Variable "use_curl" must not contain underscores.
(#4658) Expected 1 space after closing parenthesis; found 0
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4658) Line exceeds 132 characters; contains 173 characters
(#4659) Spaces must be used for alignment; tabs are not allowed
(#4659) Tab found within whitespace
(#4659) Line indented incorrectly; expected at least 8 spaces, found 2
(#4659) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#4660) Spaces must be used for alignment; tabs are not allowed
(#4660) Tab found within whitespace
(#4660) Line indented incorrectly; expected at least 8 spaces, found 2
(#4663) Spaces must be used for alignment; tabs are not allowed
(#4663) Tab found within whitespace
(#4663) Line indented incorrectly; expected at least 8 spaces, found 2
(#4664) Spaces must be used for alignment; tabs are not allowed
(#4664) Tab found within whitespace
(#4664) Line indented incorrectly; expected at least 8 spaces, found 2
(#4665) Spaces must be used for alignment; tabs are not allowed
(#4665) Tab found within whitespace
(#4665) Line indented incorrectly; expected at least 8 spaces, found 2
(#4666) Spaces must be used for alignment; tabs are not allowed
(#4666) Tab found within whitespace
(#4666) Line indented incorrectly; expected at least 8 spaces, found 2
(#4666) Variable "response_timeout" must not contain underscores.
(#4667) Spaces must be used for alignment; tabs are not allowed
(#4667) Tab found within whitespace
(#4667) Line indented incorrectly; expected at least 8 spaces, found 2
(#4667) Inline control structures are not allowed
(#4667) Variable "curl_options" must not contain underscores.
(#4668) Spaces must be used for alignment; tabs are not allowed
(#4668) Tab found within whitespace
(#4668) Line indented incorrectly; expected at least 8 spaces, found 3
(#4668) Variable "curl_options" must not contain underscores.
(#4669) Spaces must be used for alignment; tabs are not allowed
(#4669) Tab found within whitespace
(#4669) Line indented incorrectly; expected at least 8 spaces, found 2
(#4669) Variable "use_curl" must not contain underscores.
(#4670) Spaces must be used for alignment; tabs are not allowed
(#4670) Tab found within whitespace
(#4670) Line indented incorrectly; expected at least 8 spaces, found 2
(#4673) Spaces must be used for alignment; tabs are not allowed
(#4673) Tab found within whitespace
(#4673) Line indented incorrectly; expected at least 4 spaces, found 1
(#4674) Spaces must be used for alignment; tabs are not allowed
(#4675) Spaces must be used for alignment; tabs are not allowed
(#4676) Spaces must be used for alignment; tabs are not allowed
(#4677) Spaces must be used for alignment; tabs are not allowed
(#4678) Spaces must be used for alignment; tabs are not allowed
(#4678) Tab found within whitespace
(#4678) Line indented incorrectly; expected 4 spaces, found 1
(#4678) method name "wsdl::fetchWSDL" must be in lower-case letters only
(#4678) Visibility must be declared on method "fetchWSDL"
(#4679) Spaces must be used for alignment; tabs are not allowed
(#4679) Tab found within whitespace
(#4679) Line indented incorrectly; expected at least 8 spaces, found 2
(#4680) Spaces must be used for alignment; tabs are not allowed
(#4680) Tab found within whitespace
(#4680) Line indented incorrectly; expected at least 8 spaces, found 2
(#4681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4681) Inline comments must end in full-stops, exclamation marks, or question marks
(#4685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4686) Inline comments must end in full-stops, exclamation marks, or question marks
(#4687) Spaces must be used for alignment; tabs are not allowed
(#4687) Tab found within whitespace
(#4687) Line indented incorrectly; expected at least 8 spaces, found 5
(#4687) Variable "imported_urls" must not contain underscores.
(#4688) Spaces must be used for alignment; tabs are not allowed
(#4688) Tab found within whitespace
(#4688) Line indented incorrectly; expected at least 8 spaces, found 5
(#4689) Spaces must be used for alignment; tabs are not allowed
(#4689) Tab found within whitespace
(#4689) Line indented incorrectly; expected 8 spaces, found 5
(#4690) Spaces must be used for alignment; tabs are not allowed
(#4690) Tab found within whitespace
(#4690) Line indented incorrectly; expected at least 12 spaces, found 6
(#4691) Spaces must be used for alignment; tabs are not allowed
(#4691) Tab found within whitespace
(#4691) Inline comments must end in full-stops, exclamation marks, or question marks
(#4691) Line indented incorrectly; expected at least 12 spaces, found 6
(#4692) Spaces must be used for alignment; tabs are not allowed
(#4692) Tab found within whitespace
(#4692) Line indented incorrectly; expected 12 spaces, found 6
(#4693) Spaces must be used for alignment; tabs are not allowed
(#4693) Tab found within whitespace
(#4693) Line indented incorrectly; expected 16 spaces, found 7
(#4694) Spaces must be used for alignment; tabs are not allowed
(#4694) Tab found within whitespace
(#4694) Line indented incorrectly; expected at least 20 spaces, found 5
(#4694) Spaces must be used for alignment; tabs are not allowed
(#4694) Tab found within whitespace
(#4694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4695) Spaces must be used for alignment; tabs are not allowed
(#4695) Tab found within whitespace
(#4695) Line indented incorrectly; expected 20 spaces, found 14
(#4696) Spaces must be used for alignment; tabs are not allowed
(#4696) Tab found within whitespace
(#4696) Line indented incorrectly; expected 24 spaces, found 18
(#4697) Spaces must be used for alignment; tabs are not allowed
(#4697) Tab found within whitespace
(#4697) Line indented incorrectly; expected 28 spaces, found 19
(#4698) Spaces must be used for alignment; tabs are not allowed
(#4698) Tab found within whitespace
(#4698) Line indented incorrectly; expected at least 32 spaces, found 20
(#4699) Spaces must be used for alignment; tabs are not allowed
(#4699) Tab found within whitespace
(#4699) Line indented incorrectly; expected at least 32 spaces, found 20
(#4700) Spaces must be used for alignment; tabs are not allowed
(#4700) Tab found within whitespace
(#4700) Line indented incorrectly; expected 32 spaces, found 8
(#4701) Spaces must be used for alignment; tabs are not allowed
(#4701) Tab found within whitespace
(#4701) Line indented incorrectly; expected at least 36 spaces, found 9
(#4702) Spaces must be used for alignment; tabs are not allowed
(#4702) Tab found within whitespace
(#4702) Line indented incorrectly; expected 36 spaces, found 9
(#4703) Spaces must be used for alignment; tabs are not allowed
(#4703) Tab found within whitespace
(#4703) Line indented incorrectly; expected at least 40 spaces, found 10
(#4704) Spaces must be used for alignment; tabs are not allowed
(#4704) Tab found within whitespace
(#4704) Line indented incorrectly; expected at least 40 spaces, found 12
(#4704) Commas (,) must be followed by white space.
(#4704) Commas (,) must be followed by white space.
(#4704) Commas (,) must be followed by white space.
(#4705) Spaces must be used for alignment; tabs are not allowed
(#4705) Tab found within whitespace
(#4705) Line indented incorrectly; expected 36 spaces, found 9
(#4706) Spaces must be used for alignment; tabs are not allowed
(#4706) Tab found within whitespace
(#4706) Line indented incorrectly; expected 36 spaces, found 9
(#4706) Variable "imported_urls" must not contain underscores.
(#4707) Spaces must be used for alignment; tabs are not allowed
(#4707) Tab found within whitespace
(#4707) Line indented incorrectly; expected at least 40 spaces, found 22
(#4708) Spaces must be used for alignment; tabs are not allowed
(#4708) Tab found within whitespace
(#4708) Line indented incorrectly; expected at least 40 spaces, found 22
(#4709) Spaces must be used for alignment; tabs are not allowed
(#4709) Tab found within whitespace
(#4709) Line indented incorrectly; expected at least 40 spaces, found 22
(#4709) Variable "imported_urls" must not contain underscores.
(#4710) Spaces must be used for alignment; tabs are not allowed
(#4710) Tab found within whitespace
(#4710) Line indented incorrectly; expected 36 spaces, found 21
(#4710) Closing brace indented incorrectly; expected 9 spaces, found 21
(#4711) Spaces must be used for alignment; tabs are not allowed
(#4711) Tab found within whitespace
(#4711) Line indented incorrectly; expected 32 spaces, found 8
(#4712) Spaces must be used for alignment; tabs are not allowed
(#4712) Tab found within whitespace
(#4712) Line indented incorrectly; expected at least 36 spaces, found 9
(#4713) Spaces must be used for alignment; tabs are not allowed
(#4713) Tab found within whitespace
(#4713) Line indented incorrectly; expected 32 spaces, found 8
(#4714) Spaces must be used for alignment; tabs are not allowed
(#4714) Tab found within whitespace
(#4714) Line indented incorrectly; expected 28 spaces, found 7
(#4714) Closing brace indented incorrectly; expected 19 spaces, found 7
(#4715) Spaces must be used for alignment; tabs are not allowed
(#4715) Tab found within whitespace
(#4715) Line indented incorrectly; expected 24 spaces, found 6
(#4715) Closing brace indented incorrectly; expected 18 spaces, found 6
(#4716) Spaces must be used for alignment; tabs are not allowed
(#4716) Tab found within whitespace
(#4716) Line indented incorrectly; expected 20 spaces, found 14
(#4716) Whitespace found at end of line
(#4717) Spaces must be used for alignment; tabs are not allowed
(#4717) Tab found within whitespace
(#4717) Line indented incorrectly; expected 16 spaces, found 7
(#4718) Spaces must be used for alignment; tabs are not allowed
(#4718) Tab found within whitespace
(#4718) Line indented incorrectly; expected 12 spaces, found 6
(#4719) Spaces must be used for alignment; tabs are not allowed
(#4719) Tab found within whitespace
(#4719) Line indented incorrectly; expected at least 12 spaces, found 6
(#4720) Spaces must be used for alignment; tabs are not allowed
(#4720) Tab found within whitespace
(#4720) Line indented incorrectly; expected at least 12 spaces, found 3
(#4720) Spaces must be used for alignment; tabs are not allowed
(#4720) Tab found within whitespace
(#4723) Spaces must be used for alignment; tabs are not allowed
(#4723) Tab found within whitespace
(#4723) Line indented incorrectly; expected 20 spaces, found 17
(#4724) Spaces must be used for alignment; tabs are not allowed
(#4724) Tab found within whitespace
(#4724) Line indented incorrectly; expected at least 24 spaces, found 18
(#4725) Spaces must be used for alignment; tabs are not allowed
(#4725) Tab found within whitespace
(#4725) Line indented incorrectly; expected at least 24 spaces, found 18
(#4726) Spaces must be used for alignment; tabs are not allowed
(#4726) Tab found within whitespace
(#4726) Line indented incorrectly; expected 24 spaces, found 6
(#4727) Spaces must be used for alignment; tabs are not allowed
(#4727) Tab found within whitespace
(#4727) Line indented incorrectly; expected at least 28 spaces, found 7
(#4728) Spaces must be used for alignment; tabs are not allowed
(#4728) Tab found within whitespace
(#4728) Line indented incorrectly; expected 28 spaces, found 7
(#4729) Spaces must be used for alignment; tabs are not allowed
(#4729) Tab found within whitespace
(#4729) Line indented incorrectly; expected at least 32 spaces, found 8
(#4730) Spaces must be used for alignment; tabs are not allowed
(#4730) Tab found within whitespace
(#4730) Line indented incorrectly; expected at least 32 spaces, found 10
(#4730) Commas (,) must be followed by white space.
(#4730) Commas (,) must be followed by white space.
(#4730) Commas (,) must be followed by white space.
(#4731) Spaces must be used for alignment; tabs are not allowed
(#4731) Tab found within whitespace
(#4731) Line indented incorrectly; expected 28 spaces, found 7
(#4732) Spaces must be used for alignment; tabs are not allowed
(#4732) Tab found within whitespace
(#4732) Line indented incorrectly; expected 28 spaces, found 7
(#4732) Variable "imported_urls" must not contain underscores.
(#4733) Spaces must be used for alignment; tabs are not allowed
(#4733) Tab found within whitespace
(#4733) Line indented incorrectly; expected at least 32 spaces, found 20
(#4734) Spaces must be used for alignment; tabs are not allowed
(#4734) Tab found within whitespace
(#4734) Line indented incorrectly; expected at least 32 spaces, found 20
(#4735) Spaces must be used for alignment; tabs are not allowed
(#4735) Tab found within whitespace
(#4735) Line indented incorrectly; expected at least 32 spaces, found 20
(#4735) Variable "imported_urls" must not contain underscores.
(#4736) Spaces must be used for alignment; tabs are not allowed
(#4736) Tab found within whitespace
(#4736) Line indented incorrectly; expected 28 spaces, found 19
(#4736) Closing brace indented incorrectly; expected 7 spaces, found 19
(#4737) Spaces must be used for alignment; tabs are not allowed
(#4737) Tab found within whitespace
(#4737) Line indented incorrectly; expected 24 spaces, found 6
(#4738) Spaces must be used for alignment; tabs are not allowed
(#4738) Tab found within whitespace
(#4738) Line indented incorrectly; expected at least 28 spaces, found 7
(#4739) Spaces must be used for alignment; tabs are not allowed
(#4739) Tab found within whitespace
(#4739) Line indented incorrectly; expected 24 spaces, found 6
(#4740) Spaces must be used for alignment; tabs are not allowed
(#4740) Tab found within whitespace
(#4740) Line indented incorrectly; expected 20 spaces, found 5
(#4740) Closing brace indented incorrectly; expected 17 spaces, found 5
(#4741) Spaces must be used for alignment; tabs are not allowed
(#4741) Tab found within whitespace
(#4741) Line indented incorrectly; expected 16 spaces, found 4
(#4741) Closing brace indented incorrectly; expected 16 spaces, found 4
(#4742) Whitespace found at end of line
(#4743) Spaces must be used for alignment; tabs are not allowed
(#4743) Tab found within whitespace
(#4743) Line indented incorrectly; expected 8 spaces, found 2
(#4743) Closing brace indented incorrectly; expected 5 spaces, found 2
(#4744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4744) Inline comments must end in full-stops, exclamation marks, or question marks
(#4745) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#4745) Variable "bindingData" must be all lower-case
(#4746) Variable "bindingData" must be all lower-case
(#4746) Variable "bindingData" must be all lower-case
(#4747) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#4747) Variable "bindingData" must be all lower-case
(#4749) Expected 1 space after "="; newline found
(#4749) Whitespace found at end of line
(#4750) Spaces must be used for alignment; tabs are not allowed
(#4750) Tab found within whitespace
(#4750) Line indented incorrectly; expected at least 20 spaces, found 6
(#4750) Expected 1 space after "?"; newline found
(#4750) Whitespace found at end of line
(#4751) Spaces must be used for alignment; tabs are not allowed
(#4751) Tab found within whitespace
(#4751) Line indented incorrectly; expected at least 20 spaces, found 6
(#4751) Variable "bindingData" must be all lower-case
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Line exceeds 132 characters; contains 148 characters
(#4751) Expected 1 space after ":"; newline found
(#4752) Spaces must be used for alignment; tabs are not allowed
(#4752) Tab found within whitespace
(#4752) Line indented incorrectly; expected at least 20 spaces, found 6
(#4752) Variable "bindingData" must be all lower-case
(#4755) Inline control structures are not allowed
(#4755) Variable "bindingData" must be all lower-case
(#4756) Variable "bindingData" must be all lower-case
(#4756) Expected 1 space before "="; 0 found
(#4756) Expected 1 space after "="; 0 found
(#4758) Expected 1 space after "="; newline found
(#4758) Whitespace found at end of line
(#4759) Spaces must be used for alignment; tabs are not allowed
(#4759) Tab found within whitespace
(#4759) Line indented incorrectly; expected at least 20 spaces, found 6
(#4759) Expected 1 space after "?"; newline found
(#4760) Spaces must be used for alignment; tabs are not allowed
(#4760) Tab found within whitespace
(#4760) Line indented incorrectly; expected at least 20 spaces, found 6
(#4760) Variable "bindingData" must be all lower-case
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Line exceeds 132 characters; contains 150 characters
(#4760) Expected 1 space after ":"; newline found
(#4761) Spaces must be used for alignment; tabs are not allowed
(#4761) Tab found within whitespace
(#4761) Line indented incorrectly; expected at least 20 spaces, found 6
(#4761) Variable "bindingData" must be all lower-case
(#4762) Expected "if (...) {\n"; found "if(...){\n"
(#4763) Spaces must be used for alignment; tabs are not allowed
(#4763) Tab found within whitespace
(#4763) Line indented incorrectly; expected at least 24 spaces, found 6
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4763) Line exceeds 132 characters; contains 169 characters
(#4764) Spaces must be used for alignment; tabs are not allowed
(#4764) Tab found within whitespace
(#4764) Line indented incorrectly; expected 20 spaces, found 5
(#4764) Closing brace indented incorrectly; expected 20 spaces, found 5
(#4765) Spaces must be used for alignment; tabs are not allowed
(#4765) Tab found within whitespace
(#4765) Line indented incorrectly; expected 20 spaces, found 5
(#4765) Expected "if (...) {\n"; found "if(...){\n"
(#4766) Spaces must be used for alignment; tabs are not allowed
(#4766) Tab found within whitespace
(#4766) Line indented incorrectly; expected at least 24 spaces, found 21
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4766) Line exceeds maximum limit of 180 characters; contains 186 characters
(#4767) Closing brace indented incorrectly; expected 5 spaces, found 20
(#4768) Inline comments must end in full-stops, exclamation marks, or question marks
(#4769) Spaces must be used for alignment; tabs are not allowed
(#4769) Tab found within whitespace
(#4769) Line indented incorrectly; expected 20 spaces, found 5
(#4769) Variable "bindingData" must be all lower-case
(#4770) Variable "bindingData" must be all lower-case
(#4771) Closing brace indented incorrectly; expected 5 spaces, found 20
(#4772) Variable "bindingData" must be all lower-case
(#4772) Variable "bindingData" must be all lower-case
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4772) Line exceeds 132 characters; contains 153 characters
(#4773) Variable "bindingData" must be all lower-case
(#4773) Variable "bindingData" must be all lower-case
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4773) Line exceeds maximum limit of 180 characters; contains 253 characters
(#4774) Variable "bindingData" must be all lower-case
(#4774) Variable "bindingData" must be all lower-case
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4774) Line exceeds 132 characters; contains 150 characters
(#4775) Whitespace found at end of line
(#4776) Whitespace found at end of line
(#4778) Spaces must be used for alignment; tabs are not allowed
(#4778) Tab found within whitespace
(#4778) Line indented incorrectly; expected 4 spaces, found 1
(#4782) Whitespace found at end of line
(#4784) Whitespace found at end of line
(#4786) method name "wsdl::parseWSDL" must be in lower-case letters only
(#4786) Visibility must be declared on method "parseWSDL"
(#4787) Spaces must be used for alignment; tabs are not allowed
(#4787) Tab found within whitespace
(#4787) Line indented incorrectly; expected at least 8 spaces, found 2
(#4794) Whitespace found at end of line
(#4795) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4795) Inline comments must end in full-stops, exclamation marks, or question marks
(#4796) Variable "wsdl_props" must not contain underscores.
(#4798) Variable "wsdl_props" must not contain underscores.
(#4798) Variable "wsdl_props" must not contain underscores.
(#4798) Variable "wsdl_props" must not contain underscores.
(#4800) Spaces must be used for alignment; tabs are not allowed
(#4800) Tab found within whitespace
(#4800) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4800) Inline comments must end in full-stops, exclamation marks, or question marks
(#4800) Line indented incorrectly; expected at least 12 spaces, found 9
(#4801) Spaces must be used for alignment; tabs are not allowed
(#4801) Tab found within whitespace
(#4801) Line indented incorrectly; expected at least 12 spaces, found 9
(#4802) Spaces must be used for alignment; tabs are not allowed
(#4802) Tab found within whitespace
(#4802) Line indented incorrectly; expected at least 12 spaces, found 3
(#4803) Spaces must be used for alignment; tabs are not allowed
(#4803) Tab found within whitespace
(#4803) Line indented incorrectly; expected at least 12 spaces, found 3
(#4804) Spaces must be used for alignment; tabs are not allowed
(#4804) Tab found within whitespace
(#4804) Line indented incorrectly; expected 12 spaces, found 3
(#4804) Expected "if (...) {\n"; found "if(...){\n"
(#4805) Spaces must be used for alignment; tabs are not allowed
(#4805) Tab found within whitespace
(#4805) Line indented incorrectly; expected at least 16 spaces, found 4
(#4805) Commas (,) must be followed by white space.
(#4805) Commas (,) must be followed by white space.
(#4805) Commas (,) must be followed by white space.
(#4806) Spaces must be used for alignment; tabs are not allowed
(#4806) Tab found within whitespace
(#4806) Line indented incorrectly; expected 12 spaces, found 3
(#4807) Spaces must be used for alignment; tabs are not allowed
(#4807) Tab found within whitespace
(#4807) Line indented incorrectly; expected 12 spaces, found 3
(#4808) Spaces must be used for alignment; tabs are not allowed
(#4808) Tab found within whitespace
(#4808) Line indented incorrectly; expected at least 16 spaces, found 4
(#4809) Spaces must be used for alignment; tabs are not allowed
(#4809) Tab found within whitespace
(#4809) Line indented incorrectly; expected 12 spaces, found 3
(#4810) Spaces must be used for alignment; tabs are not allowed
(#4810) Tab found within whitespace
(#4810) Line indented incorrectly; expected at least 12 spaces, found 3
(#4811) Spaces must be used for alignment; tabs are not allowed
(#4811) Tab found within whitespace
(#4811) Line indented incorrectly; expected at least 12 spaces, found 3
(#4811) Variable "wsdl_string" must not contain underscores.
(#4812) Spaces must be used for alignment; tabs are not allowed
(#4812) Tab found within whitespace
(#4812) This comment is 62% valid code; is this commented out code?
(#4812) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4812) Line indented incorrectly; expected at least 12 spaces, found 3
(#4812) No space found before comment text; expected "// $this->debug("WSDL request\n" . $tr->outgoing_payload);" but found "//$this->debug("WSDL request\n" . $tr->outgoing_payload);"
(#4813) Spaces must be used for alignment; tabs are not allowed
(#4813) Tab found within whitespace
(#4813) Inline comments must end in full-stops, exclamation marks, or question marks
(#4813) This comment is 62% valid code; is this commented out code?
(#4813) Line indented incorrectly; expected at least 12 spaces, found 3
(#4813) No space found before comment text; expected "// $this->debug("WSDL response\n" . $tr->incoming_payload);" but found "//$this->debug("WSDL response\n" . $tr->incoming_payload);"
(#4814) Spaces must be used for alignment; tabs are not allowed
(#4814) Tab found within whitespace
(#4814) Line indented incorrectly; expected at least 12 spaces, found 3
(#4815) Spaces must be used for alignment; tabs are not allowed
(#4815) Tab found within whitespace
(#4815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4815) Inline comments must end in full-stops, exclamation marks, or question marks
(#4815) Line indented incorrectly; expected at least 12 spaces, found 3
(#4816) Spaces must be used for alignment; tabs are not allowed
(#4816) Tab found within whitespace
(#4816) Line indented incorrectly; expected 12 spaces, found 3
(#4816) Expected "if (...) {\n"; found "if(...){\n"
(#4817) Spaces must be used for alignment; tabs are not allowed
(#4817) Tab found within whitespace
(#4817) Line indented incorrectly; expected at least 16 spaces, found 4
(#4818) Spaces must be used for alignment; tabs are not allowed
(#4818) Tab found within whitespace
(#4818) Line indented incorrectly; expected at least 16 spaces, found 4
(#4819) Spaces must be used for alignment; tabs are not allowed
(#4819) Tab found within whitespace
(#4819) Line indented incorrectly; expected at least 16 spaces, found 13
(#4820) Spaces must be used for alignment; tabs are not allowed
(#4820) Tab found within whitespace
(#4820) Line indented incorrectly; expected at least 16 spaces, found 4
(#4821) Spaces must be used for alignment; tabs are not allowed
(#4821) Tab found within whitespace
(#4821) Line indented incorrectly; expected at least 16 spaces, found 13
(#4822) Spaces must be used for alignment; tabs are not allowed
(#4822) Tab found within whitespace
(#4822) Line indented incorrectly; expected 12 spaces, found 3
(#4823) Spaces must be used for alignment; tabs are not allowed
(#4823) Tab found within whitespace
(#4823) Line indented incorrectly; expected at least 12 spaces, found 3
(#4824) Spaces must be used for alignment; tabs are not allowed
(#4824) Tab found within whitespace
(#4824) Line indented incorrectly; expected at least 12 spaces, found 3
(#4826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4826) Inline comments must end in full-stops, exclamation marks, or question marks
(#4827) Spaces must be used for alignment; tabs are not allowed
(#4827) Tab found within whitespace
(#4827) Line indented incorrectly; expected 12 spaces, found 9
(#4827) Variable "wsdl_props" must not contain underscores.
(#4827) Variable "wsdl_props" must not contain underscores.
(#4827) Variable "wsdl_props" must not contain underscores.
(#4828) Spaces must be used for alignment; tabs are not allowed
(#4828) Tab found within whitespace
(#4828) Line indented incorrectly; expected at least 16 spaces, found 10
(#4828) Variable "wsdl_props" must not contain underscores.
(#4828) Variable "wsdl_props" must not contain underscores.
(#4828) Variable "wsdl_props" must not contain underscores.
(#4828) Variable "wsdl_props" must not contain underscores.
(#4829) Spaces must be used for alignment; tabs are not allowed
(#4829) Tab found within whitespace
(#4829) Line indented incorrectly; expected 12 spaces, found 9
(#4830) Spaces must be used for alignment; tabs are not allowed
(#4830) Tab found within whitespace
(#4830) Line indented incorrectly; expected at least 16 spaces, found 10
(#4831) Spaces must be used for alignment; tabs are not allowed
(#4831) Tab found within whitespace
(#4831) Line indented incorrectly; expected 12 spaces, found 9
(#4834) Variable "wsdl_string" must not contain underscores.
(#4836) Variable "wsdl_string" must not contain underscores.
(#4837) Whitespace found at end of line
(#4840) Spaces must be used for alignment; tabs are not allowed
(#4840) Tab found within whitespace
(#4840) Line indented incorrectly; expected at least 16 spaces, found 13
(#4841) Spaces must be used for alignment; tabs are not allowed
(#4841) Tab found within whitespace
(#4841) Line indented incorrectly; expected at least 16 spaces, found 13
(#4844) Whitespace found at end of line
(#4847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4849) Whitespace found at end of line
(#4851) Inline comments must end in full-stops, exclamation marks, or question marks
(#4851) This comment is 59% valid code; is this commented out code?
(#4852) Whitespace found at end of line
(#4854) Whitespace found at end of line
(#4859) Variable "wsdl_string" must not contain underscores.
(#4862) Spaces must be used for alignment; tabs are not allowed
(#4862) Tab found within whitespace
(#4862) Line indented incorrectly; expected at least 12 spaces, found 4
(#4863) Spaces must be used for alignment; tabs are not allowed
(#4863) Tab found within whitespace
(#4863) Line indented incorrectly; expected at least 12 spaces, found 4
(#4868) Spaces must be used for alignment; tabs are not allowed
(#4868) Tab found within whitespace
(#4868) Line indented incorrectly; expected at least 12 spaces, found 3
(#4868) Variable "wsdl_string" must not contain underscores.
(#4871) Whitespace found at end of line
(#4872) Spaces must be used for alignment; tabs are not allowed
(#4872) Tab found within whitespace
(#4872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4872) Inline comments must end in full-stops, exclamation marks, or question marks
(#4872) Line indented incorrectly; expected at least 8 spaces, found 2
(#4875) Spaces must be used for alignment; tabs are not allowed
(#4875) Tab found within whitespace
(#4875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4875) Inline comments must end in full-stops, exclamation marks, or question marks
(#4875) Line indented incorrectly; expected at least 8 spaces, found 2
(#4876) Spaces must be used for alignment; tabs are not allowed
(#4876) Tab found within whitespace
(#4876) Line indented incorrectly; expected 8 spaces, found 2
(#4876) Expected "if (...) {\n"; found "if(...){\n"
(#4877) Spaces must be used for alignment; tabs are not allowed
(#4877) Tab found within whitespace
(#4877) Line indented incorrectly; expected at least 12 spaces, found 3
(#4878) Spaces must be used for alignment; tabs are not allowed
(#4878) Tab found within whitespace
(#4878) Line indented incorrectly; expected 8 spaces, found 2
(#4880) Whitespace found at end of line
(#4884) Whitespace found at end of line
(#4888) Whitespace found at end of line
(#4890) Visibility must be declared on method "start_element"
(#4891) Opening brace should be on the same line as the declaration
(#4896) Usage of ELSEIF not allowed; use ELSE IF instead
(#4897) Spaces must be used for alignment; tabs are not allowed
(#4897) Tab found within whitespace
(#4897) Line indented incorrectly; expected at least 12 spaces, found 9
(#4898) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4898) Inline comments must end in full-stops, exclamation marks, or question marks
(#4898) This comment is 71% valid code; is this commented out code?
(#4905) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4905) Inline comments must end in full-stops, exclamation marks, or question marks
(#4907) Whitespace found at end of line
(#4908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4908) Inline comments must end in full-stops, exclamation marks, or question marks
(#4910) Whitespace found at end of line
(#4911) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4911) Inline comments must end in full-stops, exclamation marks, or question marks
(#4913) Spaces must be used for alignment; tabs are not allowed
(#4913) Tab found within whitespace
(#4913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4913) Inline comments must end in full-stops, exclamation marks, or question marks
(#4913) Line indented incorrectly; expected at least 16 spaces, found 4
(#4914) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#4915) Commas (,) must be followed by white space.
(#4916) Variable "ns_prefix" must not contain underscores.
(#4917) Variable "ns_prefix" must not contain underscores.
(#4920) Whitespace found at end of line
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4921) Line exceeds 132 characters; contains 162 characters
(#4924) Whitespace found at end of line
(#4927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4927) Inline comments must end in full-stops, exclamation marks, or question marks
(#4928) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#4932) Whitespace found at end of line
(#4933) Variable "eAttrs" must be all lower-case
(#4934) Whitespace found at end of line
(#4935) Variable "eAttrs" must be all lower-case
(#4938) Whitespace found at end of line
(#4939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4939) Inline comments must end in full-stops, exclamation marks, or question marks
(#4941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4941) Inline comments must end in full-stops, exclamation marks, or question marks
(#4942) Whitespace found at end of line
(#4943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4943) Inline comments must end in full-stops, exclamation marks, or question marks
(#4944) Whitespace found at end of line
(#4945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4945) Inline comments must end in full-stops, exclamation marks, or question marks
(#4947) Whitespace found at end of line
(#4948) Spaces must be used for alignment; tabs are not allowed
(#4948) Tab found within whitespace
(#4948) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4948) Line indented incorrectly; expected at least 12 spaces, found 3
(#4949) Inline comments must end in full-stops, exclamation marks, or question marks
(#4953) Spaces must be used for alignment; tabs are not allowed
(#4953) Tab found within whitespace
(#4953) Line indented incorrectly; expected 24 spaces, found 15
(#4954) Spaces must be used for alignment; tabs are not allowed
(#4954) Tab found within whitespace
(#4954) Line indented incorrectly; expected at least 28 spaces, found 22
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4954) Line exceeds 132 characters; contains 134 characters
(#4955) Spaces must be used for alignment; tabs are not allowed
(#4955) Tab found within whitespace
(#4955) Line indented incorrectly; expected at least 28 spaces, found 22
(#4956) Spaces must be used for alignment; tabs are not allowed
(#4956) Tab found within whitespace
(#4956) Line indented incorrectly; expected 24 spaces, found 15
(#4956) Whitespace found at end of line
(#4957) Spaces must be used for alignment; tabs are not allowed
(#4957) Tab found within whitespace
(#4957) Line indented incorrectly; expected 24 spaces, found 15
(#4958) Spaces must be used for alignment; tabs are not allowed
(#4958) Tab found within whitespace
(#4958) Line indented incorrectly; expected at least 28 spaces, found 22
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4958) Line exceeds 132 characters; contains 137 characters
(#4959) Spaces must be used for alignment; tabs are not allowed
(#4959) Tab found within whitespace
(#4959) Line indented incorrectly; expected at least 28 spaces, found 19
(#4960) Spaces must be used for alignment; tabs are not allowed
(#4960) Tab found within whitespace
(#4960) Line indented incorrectly; expected 24 spaces, found 15
(#4960) Whitespace found at end of line
(#4961) Spaces must be used for alignment; tabs are not allowed
(#4961) Tab found within whitespace
(#4961) Line indented incorrectly; expected 20 spaces, found 11
(#4961) Closing brace indented incorrectly; expected 20 spaces, found 11
(#4961) Whitespace found at end of line
(#4962) Spaces must be used for alignment; tabs are not allowed
(#4962) Tab found within whitespace
(#4963) Spaces must be used for alignment; tabs are not allowed
(#4963) Tab found within whitespace
(#4963) Line indented incorrectly; expected 16 spaces, found 7
(#4964) Spaces must be used for alignment; tabs are not allowed
(#4964) Tab found within whitespace
(#4964) Line indented incorrectly; expected 20 spaces, found 11
(#4965) Spaces must be used for alignment; tabs are not allowed
(#4965) Tab found within whitespace
(#4965) Line indented incorrectly; expected 24 spaces, found 15
(#4966) Spaces must be used for alignment; tabs are not allowed
(#4966) Tab found within whitespace
(#4966) Line indented incorrectly; expected at least 28 spaces, found 19
(#4967) Spaces must be used for alignment; tabs are not allowed
(#4967) Tab found within whitespace
(#4967) Line indented incorrectly; expected at least 28 spaces, found 19
(#4968) Spaces must be used for alignment; tabs are not allowed
(#4968) Tab found within whitespace
(#4968) Line indented incorrectly; expected 28 spaces, found 19
(#4969) Spaces must be used for alignment; tabs are not allowed
(#4969) Tab found within whitespace
(#4969) Line indented incorrectly; expected at least 32 spaces, found 20
(#4970) Spaces must be used for alignment; tabs are not allowed
(#4970) Tab found within whitespace
(#4970) Line indented incorrectly; expected 28 spaces, found 13
(#4970) Closing brace indented incorrectly; expected 19 spaces, found 13
(#4970) Whitespace found at end of line
(#4971) Spaces must be used for alignment; tabs are not allowed
(#4971) Tab found within whitespace
(#4972) Spaces must be used for alignment; tabs are not allowed
(#4972) Tab found within whitespace
(#4972) Line indented incorrectly; expected 24 spaces, found 9
(#4973) Spaces must be used for alignment; tabs are not allowed
(#4973) Tab found within whitespace
(#4973) Line indented incorrectly; expected at least 28 spaces, found 13
(#4974) Spaces must be used for alignment; tabs are not allowed
(#4974) Tab found within whitespace
(#4974) Whitespace found at end of line
(#4975) Spaces must be used for alignment; tabs are not allowed
(#4975) Tab found within whitespace
(#4975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4975) Inline comments must end in full-stops, exclamation marks, or question marks
(#4975) Line indented incorrectly; expected at least 24 spaces, found 9
(#4976) Spaces must be used for alignment; tabs are not allowed
(#4976) Tab found within whitespace
(#4976) Line indented incorrectly; expected 24 spaces, found 9
(#4977) Spaces must be used for alignment; tabs are not allowed
(#4977) Tab found within whitespace
(#4977) Line indented incorrectly; expected at least 28 spaces, found 13
(#4978) Spaces must be used for alignment; tabs are not allowed
(#4978) Tab found within whitespace
(#4978) Line indented incorrectly; expected at least 28 spaces, found 13
(#4979) Spaces must be used for alignment; tabs are not allowed
(#4979) Tab found within whitespace
(#4980) Spaces must be used for alignment; tabs are not allowed
(#4980) Tab found within whitespace
(#4980) Line indented incorrectly; expected 20 spaces, found 5
(#4980) Closing brace indented incorrectly; expected 11 spaces, found 5
(#4980) Whitespace found at end of line
(#4981) Spaces must be used for alignment; tabs are not allowed
(#4981) Tab found within whitespace
(#4982) Spaces must be used for alignment; tabs are not allowed
(#4982) Tab found within whitespace
(#4982) Line indented incorrectly; expected 16 spaces, found 4
(#4983) Spaces must be used for alignment; tabs are not allowed
(#4983) Tab found within whitespace
(#4983) Line indented incorrectly; expected 20 spaces, found 8
(#4984) Spaces must be used for alignment; tabs are not allowed
(#4984) Tab found within whitespace
(#4984) Line indented incorrectly; expected 24 spaces, found 12
(#4984) Whitespace found at end of line
(#4985) Spaces must be used for alignment; tabs are not allowed
(#4985) Tab found within whitespace
(#4985) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4985) Inline comments must end in full-stops, exclamation marks, or question marks
(#4985) Line indented incorrectly; expected at least 28 spaces, found 16
(#4986) Spaces must be used for alignment; tabs are not allowed
(#4986) Tab found within whitespace
(#4986) Line indented incorrectly; expected 28 spaces, found 16
(#4987) Spaces must be used for alignment; tabs are not allowed
(#4987) Tab found within whitespace
(#4987) Line indented incorrectly; expected at least 32 spaces, found 16
(#4988) Spaces must be used for alignment; tabs are not allowed
(#4988) Tab found within whitespace
(#4988) Line indented incorrectly; expected 28 spaces, found 10
(#4988) Closing brace indented incorrectly; expected 16 spaces, found 10
(#4988) Whitespace found at end of line
(#4989) Spaces must be used for alignment; tabs are not allowed
(#4989) Tab found within whitespace
(#4989) Line indented incorrectly; expected at least 28 spaces, found 10
(#4990) Spaces must be used for alignment; tabs are not allowed
(#4990) Tab found within whitespace
(#4991) Spaces must be used for alignment; tabs are not allowed
(#4991) Tab found within whitespace
(#4991) Line indented incorrectly; expected 24 spaces, found 6
(#4992) Spaces must be used for alignment; tabs are not allowed
(#4992) Tab found within whitespace
(#4992) Line indented incorrectly; expected at least 28 spaces, found 10
(#4993) Spaces must be used for alignment; tabs are not allowed
(#4993) Tab found within whitespace
(#4994) Spaces must be used for alignment; tabs are not allowed
(#4994) Tab found within whitespace
(#4994) Line indented incorrectly; expected 24 spaces, found 6
(#4995) Spaces must be used for alignment; tabs are not allowed
(#4995) Tab found within whitespace
(#4995) Line indented incorrectly; expected 28 spaces, found 10
(#4996) Spaces must be used for alignment; tabs are not allowed
(#4996) Tab found within whitespace
(#4996) Line indented incorrectly; expected at least 32 spaces, found 14
(#4997) Spaces must be used for alignment; tabs are not allowed
(#4997) Tab found within whitespace
(#4997) Line indented incorrectly; expected 28 spaces, found 10
(#4997) Whitespace found at end of line
(#4998) Spaces must be used for alignment; tabs are not allowed
(#4998) Tab found within whitespace
(#4998) Line indented incorrectly; expected 28 spaces, found 10
(#4999) Spaces must be used for alignment; tabs are not allowed
(#4999) Tab found within whitespace
(#4999) Line indented incorrectly; expected at least 32 spaces, found 14
(#5000) Spaces must be used for alignment; tabs are not allowed
(#5000) Tab found within whitespace
(#5000) Line indented incorrectly; expected 28 spaces, found 10
(#5000) Whitespace found at end of line
(#5001) Spaces must be used for alignment; tabs are not allowed
(#5001) Tab found within whitespace
(#5001) Line indented incorrectly; expected 28 spaces, found 10
(#5002) Spaces must be used for alignment; tabs are not allowed
(#5002) Tab found within whitespace
(#5002) Line indented incorrectly; expected at least 32 spaces, found 14
(#5003) Spaces must be used for alignment; tabs are not allowed
(#5003) Tab found within whitespace
(#5003) Line indented incorrectly; expected at least 32 spaces, found 14
(#5004) Spaces must be used for alignment; tabs are not allowed
(#5004) Tab found within whitespace
(#5004) Line indented incorrectly; expected at least 32 spaces, found 14
(#5005) Spaces must be used for alignment; tabs are not allowed
(#5005) Tab found within whitespace
(#5005) Line indented incorrectly; expected at least 32 spaces, found 14
(#5006) Spaces must be used for alignment; tabs are not allowed
(#5006) Tab found within whitespace
(#5006) Line indented incorrectly; expected at least 32 spaces, found 14
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5006) Line exceeds maximum limit of 180 characters; contains 222 characters
(#5007) Spaces must be used for alignment; tabs are not allowed
(#5007) Tab found within whitespace
(#5007) Line indented incorrectly; expected 28 spaces, found 10
(#5007) Whitespace found at end of line
(#5008) Spaces must be used for alignment; tabs are not allowed
(#5008) Tab found within whitespace
(#5009) Spaces must be used for alignment; tabs are not allowed
(#5009) Tab found within whitespace
(#5009) Line indented incorrectly; expected 24 spaces, found 6
(#5010) Spaces must be used for alignment; tabs are not allowed
(#5010) Tab found within whitespace
(#5010) Line indented incorrectly; expected at least 28 spaces, found 10
(#5011) Spaces must be used for alignment; tabs are not allowed
(#5011) Tab found within whitespace
(#5012) Spaces must be used for alignment; tabs are not allowed
(#5012) Tab found within whitespace
(#5012) Line indented incorrectly; expected 24 spaces, found 6
(#5013) Spaces must be used for alignment; tabs are not allowed
(#5013) Tab found within whitespace
(#5013) Line indented incorrectly; expected at least 28 spaces, found 10
(#5014) Spaces must be used for alignment; tabs are not allowed
(#5014) Tab found within whitespace
(#5015) Spaces must be used for alignment; tabs are not allowed
(#5015) Tab found within whitespace
(#5015) Line indented incorrectly; expected 24 spaces, found 6
(#5016) Spaces must be used for alignment; tabs are not allowed
(#5016) Tab found within whitespace
(#5016) Line indented incorrectly; expected 28 spaces, found 10
(#5017) Spaces must be used for alignment; tabs are not allowed
(#5017) Tab found within whitespace
(#5017) Line indented incorrectly; expected at least 32 spaces, found 14
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5017) Line exceeds maximum limit of 180 characters; contains 227 characters
(#5018) Spaces must be used for alignment; tabs are not allowed
(#5018) Tab found within whitespace
(#5018) Line indented incorrectly; expected 28 spaces, found 10
(#5019) Spaces must be used for alignment; tabs are not allowed
(#5019) Tab found within whitespace
(#5019) Line indented incorrectly; expected at least 32 spaces, found 14
(#5020) Spaces must be used for alignment; tabs are not allowed
(#5020) Tab found within whitespace
(#5020) Line indented incorrectly; expected 28 spaces, found 10
(#5020) Whitespace found at end of line
(#5021) Spaces must be used for alignment; tabs are not allowed
(#5021) Tab found within whitespace
(#5022) Spaces must be used for alignment; tabs are not allowed
(#5022) Tab found within whitespace
(#5022) Line indented incorrectly; expected 20 spaces, found 5
(#5022) Closing brace indented incorrectly; expected 8 spaces, found 5
(#5022) Whitespace found at end of line
(#5023) Spaces must be used for alignment; tabs are not allowed
(#5023) Tab found within whitespace
(#5024) Spaces must be used for alignment; tabs are not allowed
(#5024) Tab found within whitespace
(#5024) Line indented incorrectly; expected 16 spaces, found 4
(#5025) Spaces must be used for alignment; tabs are not allowed
(#5025) Tab found within whitespace
(#5025) Line indented incorrectly; expected 20 spaces, found 5
(#5026) Spaces must be used for alignment; tabs are not allowed
(#5026) Tab found within whitespace
(#5026) Line indented incorrectly; expected 24 spaces, found 9
(#5027) Spaces must be used for alignment; tabs are not allowed
(#5027) Tab found within whitespace
(#5027) Line indented incorrectly; expected at least 28 spaces, found 13
(#5028) Spaces must be used for alignment; tabs are not allowed
(#5028) Tab found within whitespace
(#5028) Line indented incorrectly; expected at least 28 spaces, found 13
(#5029) Spaces must be used for alignment; tabs are not allowed
(#5029) Tab found within whitespace
(#5029) Line indented incorrectly; expected at least 28 spaces, found 13
(#5030) Spaces must be used for alignment; tabs are not allowed
(#5030) Tab found within whitespace
(#5030) Whitespace found at end of line
(#5031) Spaces must be used for alignment; tabs are not allowed
(#5031) Tab found within whitespace
(#5032) Spaces must be used for alignment; tabs are not allowed
(#5032) Tab found within whitespace
(#5032) Line indented incorrectly; expected 24 spaces, found 9
(#5033) Spaces must be used for alignment; tabs are not allowed
(#5033) Tab found within whitespace
(#5033) Line indented incorrectly; expected at least 28 spaces, found 13
(#5034) Spaces must be used for alignment; tabs are not allowed
(#5034) Tab found within whitespace
(#5034) Line indented incorrectly; expected at least 28 spaces, found 13
(#5035) Spaces must be used for alignment; tabs are not allowed
(#5035) Tab found within whitespace
(#5035) Line indented incorrectly; expected at least 28 spaces, found 13
(#5036) Spaces must be used for alignment; tabs are not allowed
(#5036) Tab found within whitespace
(#5036) Line indented incorrectly; expected at least 28 spaces, found 13
(#5037) Spaces must be used for alignment; tabs are not allowed
(#5037) Tab found within whitespace
(#5038) Spaces must be used for alignment; tabs are not allowed
(#5038) Tab found within whitespace
(#5038) Line indented incorrectly; expected 20 spaces, found 5
(#5038) Whitespace found at end of line
(#5039) Spaces must be used for alignment; tabs are not allowed
(#5039) Tab found within whitespace
(#5040) Spaces must be used for alignment; tabs are not allowed
(#5040) Tab found within whitespace
(#5040) Line indented incorrectly; expected 12 spaces, found 3
(#5040) Closing brace indented incorrectly; expected 12 spaces, found 3
(#5040) Whitespace found at end of line
(#5041) Spaces must be used for alignment; tabs are not allowed
(#5041) Tab found within whitespace
(#5041) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5041) Inline comments must end in full-stops, exclamation marks, or question marks
(#5041) Line indented incorrectly; expected at least 12 spaces, found 2
(#5042) Spaces must be used for alignment; tabs are not allowed
(#5042) Tab found within whitespace
(#5042) Line indented incorrectly; expected 12 spaces, found 2
(#5043) Spaces must be used for alignment; tabs are not allowed
(#5043) Tab found within whitespace
(#5043) Line indented incorrectly; expected 16 spaces, found 3
(#5044) Spaces must be used for alignment; tabs are not allowed
(#5044) Tab found within whitespace
(#5044) Line indented incorrectly; expected 20 spaces, found 7
(#5045) Line indented incorrectly; expected at least 24 spaces, found 20
(#5046) Line indented incorrectly; expected at least 24 spaces, found 20
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5046) Line exceeds 132 characters; contains 157 characters
(#5047) Spaces must be used for alignment; tabs are not allowed
(#5047) Tab found within whitespace
(#5047) Line indented incorrectly; expected 20 spaces, found 4
(#5047) Closing brace indented incorrectly; expected 7 spaces, found 4
(#5048) Line indented incorrectly; expected at least 24 spaces, found 20
(#5049) Spaces must be used for alignment; tabs are not allowed
(#5049) Tab found within whitespace
(#5049) Line indented incorrectly; expected 24 spaces, found 5
(#5050) Spaces must be used for alignment; tabs are not allowed
(#5050) Tab found within whitespace
(#5050) Line indented incorrectly; expected at least 28 spaces, found 6
(#5050) Expected 1 space before "+"; 0 found
(#5050) Expected 1 space after "+"; 0 found
(#5051) Spaces must be used for alignment; tabs are not allowed
(#5051) Tab found within whitespace
(#5051) Line indented incorrectly; expected 24 spaces, found 5
(#5052) Line indented incorrectly; expected at least 24 spaces, found 20
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5052) Line exceeds 132 characters; contains 144 characters
(#5053) Spaces must be used for alignment; tabs are not allowed
(#5053) Tab found within whitespace
(#5053) Line indented incorrectly; expected 20 spaces, found 4
(#5054) Spaces must be used for alignment; tabs are not allowed
(#5054) Tab found within whitespace
(#5055) Spaces must be used for alignment; tabs are not allowed
(#5055) Tab found within whitespace
(#5055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5055) Line indented incorrectly; expected at least 16 spaces, found 3
(#5055) No space found before comment text; expected "// wait for schema" but found "//wait for schema"
(#5056) Spaces must be used for alignment; tabs are not allowed
(#5056) Tab found within whitespace
(#5056) This comment is 75% valid code; is this commented out code?
(#5056) Line indented incorrectly; expected at least 16 spaces, found 3
(#5056) No space found before comment text; expected "// case 'types':" but found "//case 'types':"
(#5057) Spaces must be used for alignment; tabs are not allowed
(#5057) Tab found within whitespace
(#5057) This comment is 45% valid code; is this commented out code?
(#5057) Line indented incorrectly; expected at least 16 spaces, found 3
(#5057) Tab found before comment text; expected "// $this->status = 'schema';" but found "// $this->status = 'schema';"
(#5058) Spaces must be used for alignment; tabs are not allowed
(#5058) Tab found within whitespace
(#5058) Inline comments must end in full-stops, exclamation marks, or question marks
(#5058) This comment is 67% valid code; is this commented out code?
(#5058) Line indented incorrectly; expected at least 16 spaces, found 3
(#5058) Tab found before comment text; expected "// break;" but found "// break;"
(#5059) Spaces must be used for alignment; tabs are not allowed
(#5059) Tab found within whitespace
(#5059) Line indented incorrectly; expected 16 spaces, found 3
(#5060) Spaces must be used for alignment; tabs are not allowed
(#5060) Tab found within whitespace
(#5060) Line indented incorrectly; expected at least 20 spaces, found 4
(#5061) Spaces must be used for alignment; tabs are not allowed
(#5061) Tab found within whitespace
(#5061) Line indented incorrectly; expected at least 20 spaces, found 4
(#5062) Spaces must be used for alignment; tabs are not allowed
(#5062) Tab found within whitespace
(#5062) Line indented incorrectly; expected at least 20 spaces, found 4
(#5063) Spaces must be used for alignment; tabs are not allowed
(#5063) Tab found within whitespace
(#5064) Spaces must be used for alignment; tabs are not allowed
(#5064) Tab found within whitespace
(#5064) Line indented incorrectly; expected 16 spaces, found 3
(#5065) Spaces must be used for alignment; tabs are not allowed
(#5065) Tab found within whitespace
(#5065) Line indented incorrectly; expected at least 20 spaces, found 4
(#5066) Spaces must be used for alignment; tabs are not allowed
(#5066) Tab found within whitespace
(#5066) Line indented incorrectly; expected at least 20 spaces, found 4
(#5067) Spaces must be used for alignment; tabs are not allowed
(#5067) Tab found within whitespace
(#5067) Line indented incorrectly; expected at least 20 spaces, found 4
(#5068) Spaces must be used for alignment; tabs are not allowed
(#5068) Tab found within whitespace
(#5069) Spaces must be used for alignment; tabs are not allowed
(#5069) Tab found within whitespace
(#5069) Line indented incorrectly; expected 16 spaces, found 3
(#5070) Spaces must be used for alignment; tabs are not allowed
(#5070) Tab found within whitespace
(#5070) Line indented incorrectly; expected 20 spaces, found 4
(#5071) Spaces must be used for alignment; tabs are not allowed
(#5071) Tab found within whitespace
(#5071) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5071) Inline comments must end in full-stops, exclamation marks, or question marks
(#5071) Line indented incorrectly; expected at least 24 spaces, found 4
(#5072) Spaces must be used for alignment; tabs are not allowed
(#5072) Tab found within whitespace
(#5072) Line indented incorrectly; expected 24 spaces, found 5
(#5073) Spaces must be used for alignment; tabs are not allowed
(#5073) Tab found within whitespace
(#5073) Line indented incorrectly; expected at least 28 spaces, found 9
(#5074) Spaces must be used for alignment; tabs are not allowed
(#5074) Tab found within whitespace
(#5074) Line indented incorrectly; expected 24 spaces, found 5
(#5075) Spaces must be used for alignment; tabs are not allowed
(#5075) Tab found within whitespace
(#5075) Line indented incorrectly; expected at least 28 spaces, found 9
(#5076) Spaces must be used for alignment; tabs are not allowed
(#5076) Tab found within whitespace
(#5076) Line indented incorrectly; expected 24 spaces, found 5
(#5076) Whitespace found at end of line
(#5077) Spaces must be used for alignment; tabs are not allowed
(#5077) Tab found within whitespace
(#5077) Line indented incorrectly; expected at least 24 spaces, found 5
(#5078) Spaces must be used for alignment; tabs are not allowed
(#5078) Tab found within whitespace
(#5078) Line indented incorrectly; expected at least 24 spaces, found 5
(#5079) Spaces must be used for alignment; tabs are not allowed
(#5079) Tab found within whitespace
(#5079) Line indented incorrectly; expected at least 24 spaces, found 5
(#5080) Spaces must be used for alignment; tabs are not allowed
(#5080) Tab found within whitespace
(#5080) Line indented incorrectly; expected 20 spaces, found 4
(#5080) Whitespace found at end of line
(#5081) Spaces must be used for alignment; tabs are not allowed
(#5081) Tab found within whitespace
(#5082) Spaces must be used for alignment; tabs are not allowed
(#5082) Tab found within whitespace
(#5082) Line indented incorrectly; expected 16 spaces, found 3
(#5083) Spaces must be used for alignment; tabs are not allowed
(#5083) Tab found within whitespace
(#5083) Line indented incorrectly; expected at least 20 spaces, found 4
(#5084) Spaces must be used for alignment; tabs are not allowed
(#5084) Tab found within whitespace
(#5084) Line indented incorrectly; expected at least 20 spaces, found 4
(#5085) Spaces must be used for alignment; tabs are not allowed
(#5085) Tab found within whitespace
(#5085) Line indented incorrectly; expected at least 20 spaces, found 4
(#5086) Spaces must be used for alignment; tabs are not allowed
(#5086) Tab found within whitespace
(#5087) Spaces must be used for alignment; tabs are not allowed
(#5087) Tab found within whitespace
(#5087) Line indented incorrectly; expected 16 spaces, found 3
(#5088) Spaces must be used for alignment; tabs are not allowed
(#5088) Tab found within whitespace
(#5088) Line indented incorrectly; expected 20 spaces, found 4
(#5089) Spaces must be used for alignment; tabs are not allowed
(#5089) Tab found within whitespace
(#5089) Line indented incorrectly; expected at least 24 spaces, found 5
(#5090) Spaces must be used for alignment; tabs are not allowed
(#5090) Tab found within whitespace
(#5090) Line indented incorrectly; expected 20 spaces, found 4
(#5090) Whitespace found at end of line
(#5091) Spaces must be used for alignment; tabs are not allowed
(#5091) Tab found within whitespace
(#5092) Spaces must be used for alignment; tabs are not allowed
(#5092) Tab found within whitespace
(#5092) Line indented incorrectly; expected 12 spaces, found 3
(#5092) Closing brace indented incorrectly; expected 2 spaces, found 3
(#5092) Whitespace found at end of line
(#5093) Spaces must be used for alignment; tabs are not allowed
(#5093) Tab found within whitespace
(#5093) Line indented incorrectly; expected 8 spaces, found 2
(#5093) Closing brace indented incorrectly; expected 8 spaces, found 2
(#5093) Whitespace found at end of line
(#5094) Spaces must be used for alignment; tabs are not allowed
(#5094) Tab found within whitespace
(#5094) Line indented incorrectly; expected 4 spaces, found 1
(#5094) Closing brace indented incorrectly; expected 4 spaces, found 1
(#5094) Whitespace found at end of line
(#5096) Spaces must be used for alignment; tabs are not allowed
(#5096) Tab found within whitespace
(#5096) Line indented incorrectly; expected at least 4 spaces, found 1
(#5097) Spaces must be used for alignment; tabs are not allowed
(#5097) Expected 2 space(s) before asterisk; 1 found
(#5098) Spaces must be used for alignment; tabs are not allowed
(#5098) Expected 2 space(s) before asterisk; 1 found
(#5098) Whitespace found at end of line
(#5099) Spaces must be used for alignment; tabs are not allowed
(#5099) Expected 2 space(s) before asterisk; 1 found
(#5100) Spaces must be used for alignment; tabs are not allowed
(#5100) Expected 2 space(s) before asterisk; 1 found
(#5101) Spaces must be used for alignment; tabs are not allowed
(#5101) Expected 2 space(s) before asterisk; 1 found
(#5101) Whitespace found at end of line
(#5102) Spaces must be used for alignment; tabs are not allowed
(#5102) Expected 2 space(s) before asterisk; 1 found
(#5103) Spaces must be used for alignment; tabs are not allowed
(#5103) Tab found within whitespace
(#5103) Line indented incorrectly; expected 4 spaces, found 1
(#5103) Visibility must be declared on method "end_element"
(#5103) Expected 1 space after closing parenthesis; found 0
(#5103) Whitespace found at end of line
(#5104) Spaces must be used for alignment; tabs are not allowed
(#5104) Tab found within whitespace
(#5104) Line indented incorrectly; expected at least 8 spaces, found 2
(#5105) Spaces must be used for alignment; tabs are not allowed
(#5105) Tab found within whitespace
(#5105) Line indented incorrectly; expected 8 spaces, found 2
(#5105) This comment is 67% valid code; is this commented out code?
(#5106) Spaces must be used for alignment; tabs are not allowed
(#5106) Tab found within whitespace
(#5106) Line indented incorrectly; expected at least 12 spaces, found 3
(#5109) Spaces must be used for alignment; tabs are not allowed
(#5109) Tab found within whitespace
(#5109) Line indented incorrectly; expected at least 12 spaces, found 3
(#5110) Spaces must be used for alignment; tabs are not allowed
(#5110) Tab found within whitespace
(#5110) Line indented incorrectly; expected at least 12 spaces, found 9
(#5111) Spaces must be used for alignment; tabs are not allowed
(#5111) Tab found within whitespace
(#5111) Line indented incorrectly; expected 8 spaces, found 2
(#5111) Whitespace found at end of line
(#5112) Spaces must be used for alignment; tabs are not allowed
(#5112) Tab found within whitespace
(#5112) Line indented incorrectly; expected 8 spaces, found 2
(#5113) Spaces must be used for alignment; tabs are not allowed
(#5113) Tab found within whitespace
(#5113) Line indented incorrectly; expected at least 12 spaces, found 3
(#5114) Spaces must be used for alignment; tabs are not allowed
(#5114) Tab found within whitespace
(#5114) Line indented incorrectly; expected 8 spaces, found 2
(#5115) Spaces must be used for alignment; tabs are not allowed
(#5115) Tab found within whitespace
(#5115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5115) Inline comments must end in full-stops, exclamation marks, or question marks
(#5115) Line indented incorrectly; expected at least 12 spaces, found 3
(#5116) Spaces must be used for alignment; tabs are not allowed
(#5116) Tab found within whitespace
(#5116) Line indented incorrectly; expected at least 12 spaces, found 3
(#5117) Spaces must be used for alignment; tabs are not allowed
(#5117) Tab found within whitespace
(#5117) Line indented incorrectly; expected 8 spaces, found 2
(#5117) Whitespace found at end of line
(#5118) Spaces must be used for alignment; tabs are not allowed
(#5118) Tab found within whitespace
(#5118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5118) Inline comments must end in full-stops, exclamation marks, or question marks
(#5118) Line indented incorrectly; expected at least 8 spaces, found 2
(#5119) Spaces must be used for alignment; tabs are not allowed
(#5119) Tab found within whitespace
(#5119) Line indented incorrectly; expected 8 spaces, found 2
(#5120) Spaces must be used for alignment; tabs are not allowed
(#5120) Tab found within whitespace
(#5120) Line indented incorrectly; expected at least 12 spaces, found 3
(#5120) No space found before comment text; expected "// TODO: track the node to which documentation should be assigned; it can be a part, message, etc." but found "//TODO: track the node to which documentation should be assigned; it can be a part, message, etc."
(#5121) Spaces must be used for alignment; tabs are not allowed
(#5121) Tab found within whitespace
(#5121) Inline comments must end in full-stops, exclamation marks, or question marks
(#5121) This comment is 70% valid code; is this commented out code?
(#5121) Line indented incorrectly; expected at least 12 spaces, found 3
(#5121) No space found before comment text; expected "// $this->portTypes[$this->currentPortType][$this->currentPortOperation]['documentation'] = $this->documentation;" but found "//$this->portTypes[$this->currentPortType][$this->currentPortOperation]['documentation'] = $this->documentation;"
(#5122) Spaces must be used for alignment; tabs are not allowed
(#5122) Tab found within whitespace
(#5122) Line indented incorrectly; expected at least 12 spaces, found 3
(#5123) Spaces must be used for alignment; tabs are not allowed
(#5123) Tab found within whitespace
(#5123) Line indented incorrectly; expected 8 spaces, found 2
(#5123) Whitespace found at end of line
(#5124) Spaces must be used for alignment; tabs are not allowed
(#5124) Tab found within whitespace
(#5124) Line indented incorrectly; expected 4 spaces, found 1
(#5124) Whitespace found at end of line
(#5126) Spaces must be used for alignment; tabs are not allowed
(#5126) Tab found within whitespace
(#5126) Line indented incorrectly; expected at least 4 spaces, found 1
(#5127) Spaces must be used for alignment; tabs are not allowed
(#5128) Spaces must be used for alignment; tabs are not allowed
(#5128) Whitespace found at end of line
(#5129) Spaces must be used for alignment; tabs are not allowed
(#5130) Spaces must be used for alignment; tabs are not allowed
(#5131) Spaces must be used for alignment; tabs are not allowed
(#5131) Whitespace found at end of line
(#5132) Spaces must be used for alignment; tabs are not allowed
(#5133) Spaces must be used for alignment; tabs are not allowed
(#5133) Tab found within whitespace
(#5133) Line indented incorrectly; expected 4 spaces, found 1
(#5133) Visibility must be declared on method "character_data"
(#5134) Spaces must be used for alignment; tabs are not allowed
(#5134) Tab found within whitespace
(#5134) Line indented incorrectly; expected at least 4 spaces, found 1
(#5134) Opening brace should be on the same line as the declaration
(#5135) Spaces must be used for alignment; tabs are not allowed
(#5135) Tab found within whitespace
(#5135) Line indented incorrectly; expected at least 8 spaces, found 2
(#5136) Spaces must be used for alignment; tabs are not allowed
(#5136) Tab found within whitespace
(#5136) Line indented incorrectly; expected 8 spaces, found 2
(#5137) Spaces must be used for alignment; tabs are not allowed
(#5137) Tab found within whitespace
(#5137) Line indented incorrectly; expected at least 12 spaces, found 3
(#5138) Spaces must be used for alignment; tabs are not allowed
(#5138) Tab found within whitespace
(#5138) Line indented incorrectly; expected 8 spaces, found 2
(#5138) Whitespace found at end of line
(#5139) Spaces must be used for alignment; tabs are not allowed
(#5139) Tab found within whitespace
(#5139) Line indented incorrectly; expected 8 spaces, found 2
(#5140) Spaces must be used for alignment; tabs are not allowed
(#5140) Tab found within whitespace
(#5140) Line indented incorrectly; expected at least 12 spaces, found 3
(#5141) Spaces must be used for alignment; tabs are not allowed
(#5141) Tab found within whitespace
(#5141) Line indented incorrectly; expected 8 spaces, found 2
(#5141) Whitespace found at end of line
(#5142) Spaces must be used for alignment; tabs are not allowed
(#5142) Tab found within whitespace
(#5142) Line indented incorrectly; expected 4 spaces, found 1
(#5142) Whitespace found at end of line
(#5144) Spaces must be used for alignment; tabs are not allowed
(#5144) Tab found within whitespace
(#5144) Line indented incorrectly; expected at least 4 spaces, found 1
(#5145) Spaces must be used for alignment; tabs are not allowed
(#5145) Expected 2 space(s) before asterisk; 1 found
(#5146) Spaces must be used for alignment; tabs are not allowed
(#5146) Expected 2 space(s) before asterisk; 1 found
(#5147) Spaces must be used for alignment; tabs are not allowed
(#5147) Expected 2 space(s) before asterisk; 1 found
(#5148) Spaces must be used for alignment; tabs are not allowed
(#5148) Expected 2 space(s) before asterisk; 1 found
(#5149) Spaces must be used for alignment; tabs are not allowed
(#5149) Expected 2 space(s) before asterisk; 1 found
(#5149) Spaces must be used for alignment; tabs are not allowed
(#5150) Spaces must be used for alignment; tabs are not allowed
(#5150) Expected 2 space(s) before asterisk; 1 found
(#5150) Spaces must be used for alignment; tabs are not allowed
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5150) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5151) Spaces must be used for alignment; tabs are not allowed
(#5151) Expected 2 space(s) before asterisk; 1 found
(#5152) Spaces must be used for alignment; tabs are not allowed
(#5152) Expected 2 space(s) before asterisk; 1 found
(#5153) Spaces must be used for alignment; tabs are not allowed
(#5153) Tab found within whitespace
(#5153) Line indented incorrectly; expected 4 spaces, found 1
(#5153) method name "wsdl::setCredentials" must be in lower-case letters only
(#5153) Visibility must be declared on method "setCredentials"
(#5153) Variable "certRequest" must be all lower-case
(#5154) Spaces must be used for alignment; tabs are not allowed
(#5154) Tab found within whitespace
(#5154) Line indented incorrectly; expected at least 8 spaces, found 2
(#5155) Spaces must be used for alignment; tabs are not allowed
(#5155) Tab found within whitespace
(#5155) Line indented incorrectly; expected at least 8 spaces, found 2
(#5155) Variable "certRequest" must be all lower-case
(#5156) Spaces must be used for alignment; tabs are not allowed
(#5156) Tab found within whitespace
(#5156) Line indented incorrectly; expected at least 8 spaces, found 2
(#5157) Spaces must be used for alignment; tabs are not allowed
(#5157) Tab found within whitespace
(#5157) Line indented incorrectly; expected at least 8 spaces, found 2
(#5158) Spaces must be used for alignment; tabs are not allowed
(#5158) Tab found within whitespace
(#5158) Line indented incorrectly; expected at least 8 spaces, found 2
(#5159) Spaces must be used for alignment; tabs are not allowed
(#5159) Tab found within whitespace
(#5159) Line indented incorrectly; expected at least 8 spaces, found 2
(#5159) Variable "certRequest" must be all lower-case
(#5160) Spaces must be used for alignment; tabs are not allowed
(#5160) Tab found within whitespace
(#5160) Line indented incorrectly; expected 4 spaces, found 1
(#5161) Spaces must be used for alignment; tabs are not allowed
(#5161) Tab found within whitespace
(#5161) Whitespace found at end of line
(#5162) Spaces must be used for alignment; tabs are not allowed
(#5162) Tab found within whitespace
(#5162) Line indented incorrectly; expected 4 spaces, found 1
(#5162) method name "wsdl::getBindingData" must be in lower-case letters only
(#5162) Visibility must be declared on method "getBindingData"
(#5163) Spaces must be used for alignment; tabs are not allowed
(#5163) Tab found within whitespace
(#5163) Line indented incorrectly; expected at least 4 spaces, found 1
(#5163) Opening brace should be on the same line as the declaration
(#5164) Spaces must be used for alignment; tabs are not allowed
(#5164) Tab found within whitespace
(#5164) Line indented incorrectly; expected 8 spaces, found 2
(#5165) Spaces must be used for alignment; tabs are not allowed
(#5165) Tab found within whitespace
(#5165) Line indented incorrectly; expected at least 12 spaces, found 3
(#5166) Spaces must be used for alignment; tabs are not allowed
(#5166) Tab found within whitespace
(#5166) Line indented incorrectly; expected 8 spaces, found 2
(#5166) Whitespace found at end of line
(#5167) Spaces must be used for alignment; tabs are not allowed
(#5167) Tab found within whitespace
(#5167) Line indented incorrectly; expected 4 spaces, found 1
(#5168) Spaces must be used for alignment; tabs are not allowed
(#5168) Tab found within whitespace
(#5168) Whitespace found at end of line
(#5169) Spaces must be used for alignment; tabs are not allowed
(#5169) Tab found within whitespace
(#5169) Line indented incorrectly; expected at least 4 spaces, found 1
(#5170) Spaces must be used for alignment; tabs are not allowed
(#5171) Spaces must be used for alignment; tabs are not allowed
(#5171) Whitespace found at end of line
(#5172) Spaces must be used for alignment; tabs are not allowed
(#5173) Spaces must be used for alignment; tabs are not allowed
(#5174) Spaces must be used for alignment; tabs are not allowed
(#5174) Whitespace found at end of line
(#5175) Spaces must be used for alignment; tabs are not allowed
(#5175) Whitespace found at end of line
(#5176) Spaces must be used for alignment; tabs are not allowed
(#5177) Spaces must be used for alignment; tabs are not allowed
(#5177) Tab found within whitespace
(#5177) Line indented incorrectly; expected 4 spaces, found 1
(#5177) method name "wsdl::getOperations" must be in lower-case letters only
(#5177) Visibility must be declared on method "getOperations"
(#5177) Variable "portName" must be all lower-case
(#5177) Variable "bindingType" must be all lower-case
(#5178) Spaces must be used for alignment; tabs are not allowed
(#5178) Tab found within whitespace
(#5178) Line indented incorrectly; expected at least 8 spaces, found 2
(#5179) Spaces must be used for alignment; tabs are not allowed
(#5179) Tab found within whitespace
(#5179) Line indented incorrectly; expected 8 spaces, found 2
(#5179) Variable "bindingType" must be all lower-case
(#5180) Spaces must be used for alignment; tabs are not allowed
(#5180) Tab found within whitespace
(#5180) Line indented incorrectly; expected at least 12 spaces, found 3
(#5180) Variable "bindingType" must be all lower-case
(#5181) Spaces must be used for alignment; tabs are not allowed
(#5181) Tab found within whitespace
(#5181) Line indented incorrectly; expected 8 spaces, found 2
(#5181) Usage of ELSEIF not allowed; use ELSE IF instead
(#5181) Variable "bindingType" must be all lower-case
(#5182) Spaces must be used for alignment; tabs are not allowed
(#5182) Tab found within whitespace
(#5182) Line indented incorrectly; expected at least 12 spaces, found 3
(#5182) Variable "bindingType" must be all lower-case
(#5183) Spaces must be used for alignment; tabs are not allowed
(#5183) Tab found within whitespace
(#5183) Line indented incorrectly; expected 8 spaces, found 2
(#5184) Spaces must be used for alignment; tabs are not allowed
(#5184) Tab found within whitespace
(#5184) Line indented incorrectly; expected at least 12 spaces, found 3
(#5184) Variable "bindingType" must be all lower-case
(#5185) Spaces must be used for alignment; tabs are not allowed
(#5185) Tab found within whitespace
(#5185) Line indented incorrectly; expected 8 spaces, found 2
(#5186) Spaces must be used for alignment; tabs are not allowed
(#5186) Tab found within whitespace
(#5186) Line indented incorrectly; expected at least 8 spaces, found 2
(#5186) Variable "portName" must be all lower-case
(#5187) Spaces must be used for alignment; tabs are not allowed
(#5187) Tab found within whitespace
(#5187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5187) Inline comments must end in full-stops, exclamation marks, or question marks
(#5187) Line indented incorrectly; expected at least 8 spaces, found 2
(#5188) Spaces must be used for alignment; tabs are not allowed
(#5188) Tab found within whitespace
(#5188) Line indented incorrectly; expected 8 spaces, found 2
(#5188) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5188) Variable "portData" must be all lower-case
(#5189) Spaces must be used for alignment; tabs are not allowed
(#5189) Tab found within whitespace
(#5189) Line indented incorrectly; expected at least 12 spaces, found 3
(#5189) Variable "portData" must be all lower-case
(#5190) Spaces must be used for alignment; tabs are not allowed
(#5190) Tab found within whitespace
(#5190) Line indented incorrectly; expected 12 spaces, found 3
(#5190) Variable "portName" must be all lower-case
(#5190) Variable "portName" must be all lower-case
(#5191) Spaces must be used for alignment; tabs are not allowed
(#5191) Tab found within whitespace
(#5191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5191) Inline comments must end in full-stops, exclamation marks, or question marks
(#5191) Line indented incorrectly; expected at least 16 spaces, found 4
(#5192) Spaces must be used for alignment; tabs are not allowed
(#5192) Tab found within whitespace
(#5192) Line indented incorrectly; expected 16 spaces, found 4
(#5192) Variable "portData" must be all lower-case
(#5192) Variable "bindingType" must be all lower-case
(#5193) Spaces must be used for alignment; tabs are not allowed
(#5193) Tab found within whitespace
(#5193) Line indented incorrectly; expected at least 20 spaces, found 5
(#5194) Spaces must be used for alignment; tabs are not allowed
(#5194) Tab found within whitespace
(#5194) This comment is 69% valid code; is this commented out code?
(#5194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5194) Line indented incorrectly; expected at least 20 spaces, found 5
(#5194) No space found before comment text; expected "// $this->debug("port data: " . $this->varDump($portData));" but found "//$this->debug("port data: " . $this->varDump($portData));"
(#5195) Spaces must be used for alignment; tabs are not allowed
(#5195) Tab found within whitespace
(#5195) This comment is 70% valid code; is this commented out code?
(#5195) Line indented incorrectly; expected at least 20 spaces, found 5
(#5195) No space found before comment text; expected "// $this->debug("bindings: " . $this->varDump($this->bindings[ $portData['binding'] ]));" but found "//$this->debug("bindings: " . $this->varDump($this->bindings[ $portData['binding'] ]));"
(#5196) Spaces must be used for alignment; tabs are not allowed
(#5196) Tab found within whitespace
(#5196) Inline comments must end in full-stops, exclamation marks, or question marks
(#5196) Line indented incorrectly; expected at least 20 spaces, found 5
(#5197) Spaces must be used for alignment; tabs are not allowed
(#5197) Tab found within whitespace
(#5197) Line indented incorrectly; expected 20 spaces, found 5
(#5197) Variable "portData" must be all lower-case
(#5198) Spaces must be used for alignment; tabs are not allowed
(#5198) Tab found within whitespace
(#5198) Line indented incorrectly; expected at least 24 spaces, found 6
(#5198) Variable "portData" must be all lower-case
(#5199) Spaces must be used for alignment; tabs are not allowed
(#5199) Tab found within whitespace
(#5199) Line indented incorrectly; expected 20 spaces, found 5
(#5200) Spaces must be used for alignment; tabs are not allowed
(#5200) Tab found within whitespace
(#5200) Line indented incorrectly; expected 16 spaces, found 4
(#5201) Spaces must be used for alignment; tabs are not allowed
(#5201) Tab found within whitespace
(#5201) Line indented incorrectly; expected 12 spaces, found 3
(#5202) Spaces must be used for alignment; tabs are not allowed
(#5202) Tab found within whitespace
(#5202) Line indented incorrectly; expected 8 spaces, found 2
(#5203) Spaces must be used for alignment; tabs are not allowed
(#5203) Tab found within whitespace
(#5203) Line indented incorrectly; expected 8 spaces, found 2
(#5204) Spaces must be used for alignment; tabs are not allowed
(#5204) Tab found within whitespace
(#5204) Line indented incorrectly; expected at least 12 spaces, found 3
(#5204) Variable "portName" must be all lower-case
(#5205) Spaces must be used for alignment; tabs are not allowed
(#5205) Tab found within whitespace
(#5205) Line indented incorrectly; expected 8 spaces, found 2
(#5206) Spaces must be used for alignment; tabs are not allowed
(#5206) Tab found within whitespace
(#5206) Line indented incorrectly; expected at least 8 spaces, found 2
(#5207) Spaces must be used for alignment; tabs are not allowed
(#5207) Tab found within whitespace
(#5207) Line indented incorrectly; expected 4 spaces, found 1
(#5207) Whitespace found at end of line
(#5208) Spaces must be used for alignment; tabs are not allowed
(#5208) Tab found within whitespace
(#5208) Whitespace found at end of line
(#5209) Spaces must be used for alignment; tabs are not allowed
(#5209) Tab found within whitespace
(#5209) Line indented incorrectly; expected at least 4 spaces, found 1
(#5210) Spaces must be used for alignment; tabs are not allowed
(#5211) Spaces must be used for alignment; tabs are not allowed
(#5211) Whitespace found at end of line
(#5212) Spaces must be used for alignment; tabs are not allowed
(#5213) Spaces must be used for alignment; tabs are not allowed
(#5214) Spaces must be used for alignment; tabs are not allowed
(#5214) Whitespace found at end of line
(#5215) Spaces must be used for alignment; tabs are not allowed
(#5215) Whitespace found at end of line
(#5216) Spaces must be used for alignment; tabs are not allowed
(#5217) Spaces must be used for alignment; tabs are not allowed
(#5217) Tab found within whitespace
(#5217) Line indented incorrectly; expected 4 spaces, found 1
(#5217) method name "wsdl::getOperationData" must be in lower-case letters only
(#5217) Visibility must be declared on method "getOperationData"
(#5217) Variable "bindingType" must be all lower-case
(#5218) Spaces must be used for alignment; tabs are not allowed
(#5218) Tab found within whitespace
(#5218) Line indented incorrectly; expected at least 4 spaces, found 1
(#5218) Opening brace should be on the same line as the declaration
(#5219) Spaces must be used for alignment; tabs are not allowed
(#5219) Tab found within whitespace
(#5219) Line indented incorrectly; expected 8 spaces, found 2
(#5219) Variable "bindingType" must be all lower-case
(#5220) Spaces must be used for alignment; tabs are not allowed
(#5220) Tab found within whitespace
(#5220) Line indented incorrectly; expected at least 12 spaces, found 3
(#5220) Variable "bindingType" must be all lower-case
(#5221) Spaces must be used for alignment; tabs are not allowed
(#5221) Tab found within whitespace
(#5221) Line indented incorrectly; expected 8 spaces, found 2
(#5221) Usage of ELSEIF not allowed; use ELSE IF instead
(#5221) Variable "bindingType" must be all lower-case
(#5222) Spaces must be used for alignment; tabs are not allowed
(#5222) Tab found within whitespace
(#5222) Line indented incorrectly; expected at least 12 spaces, found 3
(#5222) Variable "bindingType" must be all lower-case
(#5223) Spaces must be used for alignment; tabs are not allowed
(#5223) Tab found within whitespace
(#5223) Line indented incorrectly; expected 8 spaces, found 2
(#5224) Spaces must be used for alignment; tabs are not allowed
(#5224) Tab found within whitespace
(#5224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5224) Inline comments must end in full-stops, exclamation marks, or question marks
(#5224) Line indented incorrectly; expected at least 8 spaces, found 2
(#5225) Spaces must be used for alignment; tabs are not allowed
(#5225) Tab found within whitespace
(#5225) Line indented incorrectly; expected 8 spaces, found 2
(#5225) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5225) Variable "portData" must be all lower-case
(#5226) Spaces must be used for alignment; tabs are not allowed
(#5226) Tab found within whitespace
(#5226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5226) Inline comments must end in full-stops, exclamation marks, or question marks
(#5226) Line indented incorrectly; expected at least 12 spaces, found 3
(#5227) Spaces must be used for alignment; tabs are not allowed
(#5227) Tab found within whitespace
(#5227) Line indented incorrectly; expected 12 spaces, found 3
(#5227) Variable "portData" must be all lower-case
(#5227) Variable "bindingType" must be all lower-case
(#5228) Spaces must be used for alignment; tabs are not allowed
(#5228) Tab found within whitespace
(#5228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5228) Line indented incorrectly; expected at least 16 spaces, found 4
(#5229) Spaces must be used for alignment; tabs are not allowed
(#5229) Tab found within whitespace
(#5229) Inline comments must end in full-stops, exclamation marks, or question marks
(#5229) This comment is 71% valid code; is this commented out code?
(#5229) Line indented incorrectly; expected at least 16 spaces, found 4
(#5229) No space found before comment text; expected "// foreach($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {" but found "//foreach($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {"
(#5230) Spaces must be used for alignment; tabs are not allowed
(#5230) Tab found within whitespace
(#5230) Line indented incorrectly; expected 16 spaces, found 4
(#5230) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5230) Variable "portData" must be all lower-case
(#5230) Variable "bOperation" must be all lower-case
(#5231) Spaces must be used for alignment; tabs are not allowed
(#5231) Tab found within whitespace
(#5231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5231) Inline comments must end in full-stops, exclamation marks, or question marks
(#5231) Line indented incorrectly; expected at least 20 spaces, found 5
(#5232) Spaces must be used for alignment; tabs are not allowed
(#5232) Tab found within whitespace
(#5232) Line indented incorrectly; expected 20 spaces, found 5
(#5232) Variable "bOperation" must be all lower-case
(#5233) Spaces must be used for alignment; tabs are not allowed
(#5233) Tab found within whitespace
(#5233) Line indented incorrectly; expected at least 24 spaces, found 6
(#5233) Variable "opData" must be all lower-case
(#5233) Variable "portData" must be all lower-case
(#5234) Spaces must be used for alignment; tabs are not allowed
(#5234) Tab found within whitespace
(#5234) Line indented incorrectly; expected at least 24 spaces, found 9
(#5234) Variable "opData" must be all lower-case
(#5235) Spaces must be used for alignment; tabs are not allowed
(#5235) Tab found within whitespace
(#5235) Line indented incorrectly; expected 20 spaces, found 5
(#5235) Whitespace found at end of line
(#5236) Spaces must be used for alignment; tabs are not allowed
(#5236) Tab found within whitespace
(#5236) Line indented incorrectly; expected 16 spaces, found 4
(#5236) Whitespace found at end of line
(#5237) Spaces must be used for alignment; tabs are not allowed
(#5237) Tab found within whitespace
(#5237) Line indented incorrectly; expected 12 spaces, found 3
(#5238) Spaces must be used for alignment; tabs are not allowed
(#5238) Tab found within whitespace
(#5238) Line indented incorrectly; expected 8 spaces, found 2
(#5238) Whitespace found at end of line
(#5239) Spaces must be used for alignment; tabs are not allowed
(#5239) Tab found within whitespace
(#5239) Line indented incorrectly; expected 4 spaces, found 1
(#5240) Spaces must be used for alignment; tabs are not allowed
(#5240) Tab found within whitespace
(#5240) Whitespace found at end of line
(#5241) Spaces must be used for alignment; tabs are not allowed
(#5241) Tab found within whitespace
(#5241) Line indented incorrectly; expected at least 4 spaces, found 1
(#5242) Spaces must be used for alignment; tabs are not allowed
(#5243) Spaces must be used for alignment; tabs are not allowed
(#5243) Whitespace found at end of line
(#5244) Spaces must be used for alignment; tabs are not allowed
(#5245) Spaces must be used for alignment; tabs are not allowed
(#5246) Spaces must be used for alignment; tabs are not allowed
(#5246) Whitespace found at end of line
(#5247) Spaces must be used for alignment; tabs are not allowed
(#5247) Whitespace found at end of line
(#5248) Spaces must be used for alignment; tabs are not allowed
(#5249) Spaces must be used for alignment; tabs are not allowed
(#5249) Tab found within whitespace
(#5249) Line indented incorrectly; expected 4 spaces, found 1
(#5249) method name "wsdl::getOperationDataForSoapAction" must be in lower-case letters only
(#5249) Visibility must be declared on method "getOperationDataForSoapAction"
(#5249) Variable "soapAction" must be all lower-case
(#5249) Variable "bindingType" must be all lower-case
(#5250) Spaces must be used for alignment; tabs are not allowed
(#5250) Tab found within whitespace
(#5250) Line indented incorrectly; expected 8 spaces, found 2
(#5250) Variable "bindingType" must be all lower-case
(#5251) Spaces must be used for alignment; tabs are not allowed
(#5251) Tab found within whitespace
(#5251) Line indented incorrectly; expected at least 12 spaces, found 3
(#5251) Variable "bindingType" must be all lower-case
(#5252) Spaces must be used for alignment; tabs are not allowed
(#5252) Tab found within whitespace
(#5252) Line indented incorrectly; expected 8 spaces, found 2
(#5252) Usage of ELSEIF not allowed; use ELSE IF instead
(#5252) Variable "bindingType" must be all lower-case
(#5253) Spaces must be used for alignment; tabs are not allowed
(#5253) Tab found within whitespace
(#5253) Line indented incorrectly; expected at least 12 spaces, found 3
(#5253) Variable "bindingType" must be all lower-case
(#5254) Spaces must be used for alignment; tabs are not allowed
(#5254) Tab found within whitespace
(#5254) Line indented incorrectly; expected 8 spaces, found 2
(#5255) Spaces must be used for alignment; tabs are not allowed
(#5255) Tab found within whitespace
(#5255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5255) Inline comments must end in full-stops, exclamation marks, or question marks
(#5255) Line indented incorrectly; expected at least 8 spaces, found 2
(#5256) Spaces must be used for alignment; tabs are not allowed
(#5256) Tab found within whitespace
(#5256) Line indented incorrectly; expected 8 spaces, found 2
(#5256) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5256) Variable "portData" must be all lower-case
(#5257) Spaces must be used for alignment; tabs are not allowed
(#5257) Tab found within whitespace
(#5257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5257) Inline comments must end in full-stops, exclamation marks, or question marks
(#5257) Line indented incorrectly; expected at least 12 spaces, found 3
(#5258) Spaces must be used for alignment; tabs are not allowed
(#5258) Tab found within whitespace
(#5258) Line indented incorrectly; expected 12 spaces, found 3
(#5258) Variable "portData" must be all lower-case
(#5258) Variable "bindingType" must be all lower-case
(#5259) Spaces must be used for alignment; tabs are not allowed
(#5259) Tab found within whitespace
(#5259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5259) Inline comments must end in full-stops, exclamation marks, or question marks
(#5259) Line indented incorrectly; expected at least 16 spaces, found 4
(#5260) Spaces must be used for alignment; tabs are not allowed
(#5260) Tab found within whitespace
(#5260) Line indented incorrectly; expected 16 spaces, found 4
(#5260) Variable "portData" must be all lower-case
(#5260) Variable "bOperation" must be all lower-case
(#5260) Variable "opData" must be all lower-case
(#5261) Spaces must be used for alignment; tabs are not allowed
(#5261) Tab found within whitespace
(#5261) Line indented incorrectly; expected 20 spaces, found 5
(#5261) Variable "opData" must be all lower-case
(#5261) Variable "soapAction" must be all lower-case
(#5262) Spaces must be used for alignment; tabs are not allowed
(#5262) Tab found within whitespace
(#5262) Line indented incorrectly; expected at least 24 spaces, found 9
(#5262) Variable "opData" must be all lower-case
(#5263) Spaces must be used for alignment; tabs are not allowed
(#5263) Tab found within whitespace
(#5263) Line indented incorrectly; expected 20 spaces, found 5
(#5263) Whitespace found at end of line
(#5264) Spaces must be used for alignment; tabs are not allowed
(#5264) Tab found within whitespace
(#5264) Line indented incorrectly; expected 16 spaces, found 4
(#5264) Whitespace found at end of line
(#5265) Spaces must be used for alignment; tabs are not allowed
(#5265) Tab found within whitespace
(#5265) Line indented incorrectly; expected 12 spaces, found 3
(#5266) Spaces must be used for alignment; tabs are not allowed
(#5266) Tab found within whitespace
(#5266) Line indented incorrectly; expected 8 spaces, found 2
(#5266) Whitespace found at end of line
(#5267) Spaces must be used for alignment; tabs are not allowed
(#5267) Tab found within whitespace
(#5267) Line indented incorrectly; expected 4 spaces, found 1
(#5268) Spaces must be used for alignment; tabs are not allowed
(#5268) Tab found within whitespace
(#5268) Whitespace found at end of line
(#5269) Spaces must be used for alignment; tabs are not allowed
(#5269) Tab found within whitespace
(#5269) Line indented incorrectly; expected at least 4 spaces, found 1
(#5270) Expected 2 space(s) before asterisk; 4 found
(#5271) Expected 2 space(s) before asterisk; 4 found
(#5272) Expected 2 space(s) before asterisk; 4 found
(#5273) Spaces must be used for alignment; tabs are not allowed
(#5273) Expected 2 space(s) before asterisk; 1 found
(#5273) Spaces must be used for alignment; tabs are not allowed
(#5274) Spaces must be used for alignment; tabs are not allowed
(#5274) Expected 2 space(s) before asterisk; 1 found
(#5274) Spaces must be used for alignment; tabs are not allowed
(#5275) Spaces must be used for alignment; tabs are not allowed
(#5275) Expected 2 space(s) before asterisk; 1 found
(#5275) Spaces must be used for alignment; tabs are not allowed
(#5276) Spaces must be used for alignment; tabs are not allowed
(#5276) Expected 2 space(s) before asterisk; 1 found
(#5276) Spaces must be used for alignment; tabs are not allowed
(#5277) Spaces must be used for alignment; tabs are not allowed
(#5277) Expected 2 space(s) before asterisk; 1 found
(#5277) Spaces must be used for alignment; tabs are not allowed
(#5278) Spaces must be used for alignment; tabs are not allowed
(#5278) Expected 2 space(s) before asterisk; 1 found
(#5278) Spaces must be used for alignment; tabs are not allowed
(#5279) Spaces must be used for alignment; tabs are not allowed
(#5279) Expected 2 space(s) before asterisk; 1 found
(#5279) Spaces must be used for alignment; tabs are not allowed
(#5280) Expected 2 space(s) before asterisk; 4 found
(#5281) Expected 2 space(s) before asterisk; 4 found
(#5282) Expected 2 space(s) before asterisk; 4 found
(#5283) Expected 2 space(s) before asterisk; 4 found
(#5284) Expected 2 space(s) before asterisk; 4 found
(#5285) Expected 2 space(s) before asterisk; 4 found
(#5286) Expected 2 space(s) before asterisk; 4 found
(#5287) Spaces must be used for alignment; tabs are not allowed
(#5287) Tab found within whitespace
(#5287) Line indented incorrectly; expected 4 spaces, found 1
(#5287) method name "wsdl::getTypeDef" must be in lower-case letters only
(#5287) Visibility must be declared on method "getTypeDef"
(#5288) Spaces must be used for alignment; tabs are not allowed
(#5288) Tab found within whitespace
(#5288) Line indented incorrectly; expected at least 8 spaces, found 2
(#5289) Spaces must be used for alignment; tabs are not allowed
(#5289) Tab found within whitespace
(#5289) Line indented incorrectly; expected 8 spaces, found 2
(#5290) Spaces must be used for alignment; tabs are not allowed
(#5290) Tab found within whitespace
(#5290) Line indented incorrectly; expected at least 12 spaces, found 3
(#5291) Spaces must be used for alignment; tabs are not allowed
(#5291) Tab found within whitespace
(#5291) Line indented incorrectly; expected at least 12 spaces, found 3
(#5292) Spaces must be used for alignment; tabs are not allowed
(#5292) Tab found within whitespace
(#5292) Line indented incorrectly; expected 8 spaces, found 2
(#5293) Spaces must be used for alignment; tabs are not allowed
(#5293) Tab found within whitespace
(#5293) Line indented incorrectly; expected 8 spaces, found 2
(#5294) Spaces must be used for alignment; tabs are not allowed
(#5294) Tab found within whitespace
(#5294) Line indented incorrectly; expected 12 spaces, found 3
(#5295) Spaces must be used for alignment; tabs are not allowed
(#5295) Tab found within whitespace
(#5295) Line indented incorrectly; expected 16 spaces, found 4
(#5296) Spaces must be used for alignment; tabs are not allowed
(#5296) Tab found within whitespace
(#5296) Line indented incorrectly; expected at least 20 spaces, found 5
(#5297) Spaces must be used for alignment; tabs are not allowed
(#5297) Tab found within whitespace
(#5297) Line indented incorrectly; expected at least 20 spaces, found 5
(#5298) Spaces must be used for alignment; tabs are not allowed
(#5298) Tab found within whitespace
(#5298) Line indented incorrectly; expected at least 20 spaces, found 5
(#5299) Spaces must be used for alignment; tabs are not allowed
(#5299) Tab found within whitespace
(#5299) Line indented incorrectly; expected 16 spaces, found 4
(#5300) Spaces must be used for alignment; tabs are not allowed
(#5300) Tab found within whitespace
(#5300) Line indented incorrectly; expected 12 spaces, found 3
(#5301) Spaces must be used for alignment; tabs are not allowed
(#5301) Tab found within whitespace
(#5301) Line indented incorrectly; expected 8 spaces, found 2
(#5302) Spaces must be used for alignment; tabs are not allowed
(#5302) Tab found within whitespace
(#5302) Line indented incorrectly; expected 8 spaces, found 2
(#5303) Spaces must be used for alignment; tabs are not allowed
(#5303) Tab found within whitespace
(#5303) Line indented incorrectly; expected at least 12 spaces, found 3
(#5304) Spaces must be used for alignment; tabs are not allowed
(#5304) Tab found within whitespace
(#5304) Line indented incorrectly; expected 12 spaces, found 3
(#5305) Spaces must be used for alignment; tabs are not allowed
(#5305) Tab found within whitespace
(#5305) Line indented incorrectly; expected at least 16 spaces, found 4
(#5306) Spaces must be used for alignment; tabs are not allowed
(#5306) Tab found within whitespace
(#5306) Line indented incorrectly; expected at least 16 spaces, found 4
(#5307) Spaces must be used for alignment; tabs are not allowed
(#5307) Tab found within whitespace
(#5307) Line indented incorrectly; expected at least 16 spaces, found 4
(#5308) Spaces must be used for alignment; tabs are not allowed
(#5308) Tab found within whitespace
(#5308) Line indented incorrectly; expected at least 16 spaces, found 4
(#5309) Spaces must be used for alignment; tabs are not allowed
(#5309) Tab found within whitespace
(#5309) Line indented incorrectly; expected 16 spaces, found 4
(#5310) Spaces must be used for alignment; tabs are not allowed
(#5310) Tab found within whitespace
(#5310) Line indented incorrectly; expected at least 20 spaces, found 5
(#5311) Spaces must be used for alignment; tabs are not allowed
(#5311) Tab found within whitespace
(#5311) Line indented incorrectly; expected 20 spaces, found 5
(#5312) Spaces must be used for alignment; tabs are not allowed
(#5312) Tab found within whitespace
(#5312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5312) Inline comments must end in full-stops, exclamation marks, or question marks
(#5312) Line indented incorrectly; expected at least 24 spaces, found 6
(#5313) Spaces must be used for alignment; tabs are not allowed
(#5313) Tab found within whitespace
(#5313) Line indented incorrectly; expected at least 24 spaces, found 6
(#5313) Variable "uqType" must be all lower-case
(#5314) Spaces must be used for alignment; tabs are not allowed
(#5314) Tab found within whitespace
(#5314) Line indented incorrectly; expected at least 24 spaces, found 6
(#5315) Spaces must be used for alignment; tabs are not allowed
(#5315) Tab found within whitespace
(#5315) Line indented incorrectly; expected at least 24 spaces, found 6
(#5315) Variable "uqType" must be all lower-case
(#5316) Spaces must be used for alignment; tabs are not allowed
(#5316) Tab found within whitespace
(#5316) Line indented incorrectly; expected 24 spaces, found 6
(#5317) Spaces must be used for alignment; tabs are not allowed
(#5317) Tab found within whitespace
(#5317) Line indented incorrectly; expected at least 28 spaces, found 7
(#5318) Spaces must be used for alignment; tabs are not allowed
(#5318) Tab found within whitespace
(#5318) Line indented incorrectly; expected at least 28 spaces, found 7
(#5319) Spaces must be used for alignment; tabs are not allowed
(#5319) Tab found within whitespace
(#5319) Line indented incorrectly; expected 28 spaces, found 7
(#5320) Spaces must be used for alignment; tabs are not allowed
(#5320) Tab found within whitespace
(#5320) Line indented incorrectly; expected at least 32 spaces, found 8
(#5321) Spaces must be used for alignment; tabs are not allowed
(#5321) Tab found within whitespace
(#5321) Line indented incorrectly; expected 28 spaces, found 7
(#5322) Spaces must be used for alignment; tabs are not allowed
(#5322) Tab found within whitespace
(#5322) Line indented incorrectly; expected 28 spaces, found 7
(#5323) Spaces must be used for alignment; tabs are not allowed
(#5323) Tab found within whitespace
(#5323) Line indented incorrectly; expected at least 32 spaces, found 8
(#5324) Spaces must be used for alignment; tabs are not allowed
(#5324) Tab found within whitespace
(#5324) Line indented incorrectly; expected 28 spaces, found 7
(#5325) Spaces must be used for alignment; tabs are not allowed
(#5325) Tab found within whitespace
(#5325) Line indented incorrectly; expected 28 spaces, found 7
(#5326) Spaces must be used for alignment; tabs are not allowed
(#5326) Tab found within whitespace
(#5326) Line indented incorrectly; expected at least 32 spaces, found 8
(#5327) Spaces must be used for alignment; tabs are not allowed
(#5327) Tab found within whitespace
(#5327) Line indented incorrectly; expected 28 spaces, found 7
(#5328) Spaces must be used for alignment; tabs are not allowed
(#5328) Tab found within whitespace
(#5328) Line indented incorrectly; expected 24 spaces, found 6
(#5329) Spaces must be used for alignment; tabs are not allowed
(#5329) Tab found within whitespace
(#5329) Line indented incorrectly; expected at least 28 spaces, found 7
(#5330) Spaces must be used for alignment; tabs are not allowed
(#5330) Tab found within whitespace
(#5330) Line indented incorrectly; expected 24 spaces, found 6
(#5331) Spaces must be used for alignment; tabs are not allowed
(#5331) Tab found within whitespace
(#5331) Line indented incorrectly; expected 20 spaces, found 5
(#5332) Spaces must be used for alignment; tabs are not allowed
(#5332) Tab found within whitespace
(#5332) Line indented incorrectly; expected at least 20 spaces, found 5
(#5333) Spaces must be used for alignment; tabs are not allowed
(#5333) Tab found within whitespace
(#5333) Line indented incorrectly; expected 16 spaces, found 4
(#5334) Spaces must be used for alignment; tabs are not allowed
(#5334) Tab found within whitespace
(#5334) Line indented incorrectly; expected 12 spaces, found 3
(#5335) Spaces must be used for alignment; tabs are not allowed
(#5335) Tab found within whitespace
(#5335) Line indented incorrectly; expected at least 12 spaces, found 3
(#5336) Spaces must be used for alignment; tabs are not allowed
(#5336) Tab found within whitespace
(#5336) Line indented incorrectly; expected 8 spaces, found 2
(#5337) Spaces must be used for alignment; tabs are not allowed
(#5337) Tab found within whitespace
(#5337) Line indented incorrectly; expected at least 12 spaces, found 3
(#5338) Spaces must be used for alignment; tabs are not allowed
(#5338) Tab found within whitespace
(#5338) Line indented incorrectly; expected 8 spaces, found 2
(#5339) Spaces must be used for alignment; tabs are not allowed
(#5339) Tab found within whitespace
(#5339) Line indented incorrectly; expected at least 8 spaces, found 2
(#5340) Spaces must be used for alignment; tabs are not allowed
(#5340) Tab found within whitespace
(#5340) Line indented incorrectly; expected 4 spaces, found 1
(#5343) Expected 5 space(s) before asterisk; 4 found
(#5344) Expected 5 space(s) before asterisk; 4 found
(#5345) Expected 5 space(s) before asterisk; 4 found
(#5346) Expected 5 space(s) before asterisk; 4 found
(#5347) method name "wsdl::webDescription" must be in lower-case letters only
(#5347) Visibility must be declared on method "webDescription"
(#5347) Expected 1 space after closing parenthesis; found 0
(#5348) Spaces must be used for alignment; tabs are not allowed
(#5348) Tab found within whitespace
(#5348) Line indented incorrectly; expected at least 8 spaces, found 5
(#5348) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#5348) Variable "HTTP_SERVER_VARS" must be all lower-case
(#5348) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#5350) Spaces must be used for alignment; tabs are not allowed
(#5350) Tab found within whitespace
(#5350) Line indented incorrectly; expected 8 spaces, found 2
(#5351) Spaces must be used for alignment; tabs are not allowed
(#5351) Tab found within whitespace
(#5351) Line indented incorrectly; expected at least 12 spaces, found 3
(#5351) Variable "PHP_SELF" must be all lower-case
(#5351) Variable "PHP_SELF" must not contain underscores.
(#5352) Spaces must be used for alignment; tabs are not allowed
(#5352) Tab found within whitespace
(#5352) Line indented incorrectly; expected 8 spaces, found 2
(#5352) Usage of ELSEIF not allowed; use ELSE IF instead
(#5352) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#5352) Variable "HTTP_SERVER_VARS" must be all lower-case
(#5352) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#5353) Spaces must be used for alignment; tabs are not allowed
(#5353) Tab found within whitespace
(#5353) Line indented incorrectly; expected at least 12 spaces, found 3
(#5353) Variable "PHP_SELF" must be all lower-case
(#5353) Variable "PHP_SELF" must not contain underscores.
(#5353) The use of long predefined variables has been deprecated in 5.3 and removed in 5.4; Found '$HTTP_SERVER_VARS'
(#5353) Variable "HTTP_SERVER_VARS" must be all lower-case
(#5353) Variable "HTTP_SERVER_VARS" must not contain underscores.
(#5354) Spaces must be used for alignment; tabs are not allowed
(#5354) Tab found within whitespace
(#5354) Line indented incorrectly; expected 8 spaces, found 2
(#5355) Spaces must be used for alignment; tabs are not allowed
(#5355) Tab found within whitespace
(#5355) Line indented incorrectly; expected at least 12 spaces, found 3
(#5356) Spaces must be used for alignment; tabs are not allowed
(#5356) Tab found within whitespace
(#5356) Line indented incorrectly; expected 8 spaces, found 2
(#5358) Spaces must be used for alignment; tabs are not allowed
(#5358) Tab found within whitespace
(#5358) Line indented incorrectly; expected at least 8 spaces, found 2
(#5358) Whitespace found at end of line within string
(#5359) Whitespace found at end of line within string
(#5360) Whitespace found at end of line within string
(#5361) Whitespace found at end of line within string
(#5362) Whitespace found at end of line within string
(#5363) Whitespace found at end of line within string
(#5364) Whitespace found at end of line within string
(#5365) Whitespace found at end of line within string
(#5366) Whitespace found at end of line within string
(#5367) Whitespace found at end of line within string
(#5368) Whitespace found at end of line within string
(#5369) Whitespace found at end of line within string
(#5370) Whitespace found at end of line within string
(#5371) Whitespace found at end of line within string
(#5372) Whitespace found at end of line within string
(#5373) Whitespace found at end of line within string
(#5374) Whitespace found at end of line within string
(#5375) Whitespace found at end of line within string
(#5376) Whitespace found at end of line within string
(#5377) Whitespace found at end of line within string
(#5378) Whitespace found at end of line within string
(#5379) Whitespace found at end of line within string
(#5380) Whitespace found at end of line within string
(#5381) Whitespace found at end of line within string
(#5382) Whitespace found at end of line within string
(#5383) Whitespace found at end of line within string
(#5384) Whitespace found at end of line within string
(#5385) Whitespace found at end of line within string
(#5386) Whitespace found at end of line within string
(#5387) Whitespace found at end of line within string
(#5388) Whitespace found at end of line within string
(#5389) Whitespace found at end of line within string
(#5390) Whitespace found at end of line within string
(#5391) Whitespace found at end of line within string
(#5392) Whitespace found at end of line within string
(#5393) Whitespace found at end of line within string
(#5394) Whitespace found at end of line within string
(#5395) Whitespace found at end of line within string
(#5396) Whitespace found at end of line within string
(#5397) Whitespace found at end of line within string
(#5398) Whitespace found at end of line within string
(#5399) Whitespace found at end of line within string
(#5400) Whitespace found at end of line within string
(#5401) Whitespace found at end of line within string
(#5402) Whitespace found at end of line within string
(#5403) Whitespace found at end of line within string
(#5404) Whitespace found at end of line within string
(#5405) Whitespace found at end of line within string
(#5406) Whitespace found at end of line within string
(#5407) Whitespace found at end of line within string
(#5408) Whitespace found at end of line within string
(#5409) Whitespace found at end of line within string
(#5410) Whitespace found at end of line within string
(#5411) Whitespace found at end of line within string
(#5412) Whitespace found at end of line within string
(#5413) Whitespace found at end of line within string
(#5414) Whitespace found at end of line within string
(#5415) Whitespace found at end of line within string
(#5416) Whitespace found at end of line within string
(#5417) Whitespace found at end of line within string
(#5418) Whitespace found at end of line within string
(#5419) Whitespace found at end of line within string
(#5420) Whitespace found at end of line within string
(#5421) Whitespace found at end of line within string
(#5422) Whitespace found at end of line within string
(#5423) Whitespace found at end of line within string
(#5424) Whitespace found at end of line within string
(#5425) Whitespace found at end of line within string
(#5426) Whitespace found at end of line within string
(#5427) Whitespace found at end of line within string
(#5428) Whitespace found at end of line within string
(#5429) Whitespace found at end of line within string
(#5430) Whitespace found at end of line within string
(#5431) Whitespace found at end of line within string
(#5432) Whitespace found at end of line within string
(#5433) Whitespace found at end of line within string
(#5434) Whitespace found at end of line within string
(#5435) Whitespace found at end of line within string
(#5436) Whitespace found at end of line within string
(#5437) Whitespace found at end of line within string
(#5438) Variable "PHP_SELF" must be all lower-case
(#5438) Variable "PHP_SELF" must not contain underscores.
(#5438) Whitespace found at end of line within string
(#5439) Whitespace found at end of line within string
(#5441) Spaces must be used for alignment; tabs are not allowed
(#5441) Tab found within whitespace
(#5441) Line indented incorrectly; expected 8 spaces, found 4
(#5441) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#5442) Spaces must be used for alignment; tabs are not allowed
(#5442) Tab found within whitespace
(#5442) Line indented incorrectly; expected at least 12 spaces, found 8
(#5443) Spaces must be used for alignment; tabs are not allowed
(#5443) Tab found within whitespace
(#5443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5443) Inline comments must end in full-stops, exclamation marks, or question marks
(#5443) Line indented incorrectly; expected at least 12 spaces, found 8
(#5444) Spaces must be used for alignment; tabs are not allowed
(#5444) Tab found within whitespace
(#5444) Line indented incorrectly; expected at least 12 spaces, found 8
(#5444) Whitespace found at end of line within string
(#5446) Spaces must be used for alignment; tabs are not allowed
(#5446) Tab found within whitespace
(#5446) Line indented incorrectly; expected 12 spaces, found 8
(#5446) Expected "foreach (...) {\n"; found "foreach(...){ // loop through opdata\n"
(#5446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5447) Spaces must be used for alignment; tabs are not allowed
(#5447) Tab found within whitespace
(#5447) Line indented incorrectly; expected 16 spaces, found 6
(#5447) Expected "if (...) {\n"; found "if(...){ // show input/output data\n"
(#5447) Inline comments must end in full-stops, exclamation marks, or question marks
(#5448) Spaces must be used for alignment; tabs are not allowed
(#5448) Tab found within whitespace
(#5448) Line indented incorrectly; expected at least 20 spaces, found 10
(#5449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5449) Inline comments must end in full-stops, exclamation marks, or question marks
(#5449) No space found before comment text; expected "// ***TMW patch to stop warning***" but found "//***TMW patch to stop warning***"
(#5450) Line indented incorrectly; expected 20 spaces, found 52
(#5451) Spaces must be used for alignment; tabs are not allowed
(#5451) Tab found within whitespace
(#5451) Line indented incorrectly; expected 24 spaces, found 11
(#5451) Expected "foreach (...) {\n"; found "foreach(...){ // loop through data\n"
(#5451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5452) Spaces must be used for alignment; tabs are not allowed
(#5452) Tab found within whitespace
(#5452) Line indented incorrectly; expected 28 spaces, found 9
(#5452) Expected "if (...) {\n"; found "if(...){ // loop thru parts\n"
(#5452) Inline comments must end in full-stops, exclamation marks, or question marks
(#5453) Spaces must be used for alignment; tabs are not allowed
(#5453) Tab found within whitespace
(#5453) Line indented incorrectly; expected at least 32 spaces, found 13
(#5454) Spaces must be used for alignment; tabs are not allowed
(#5454) Tab found within whitespace
(#5454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5454) Inline comments must end in full-stops, exclamation marks, or question marks
(#5454) This comment is 88% valid code; is this commented out code?
(#5454) Line indented incorrectly; expected at least 32 spaces, found 22
(#5454) No space found before comment text; expected "// if(is_array($tenille)){" but found "//if(is_array($tenille)){"
(#5455) Spaces must be used for alignment; tabs are not allowed
(#5455) Tab found within whitespace
(#5455) Line indented incorrectly; expected 32 spaces, found 14
(#5455) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#5456) Spaces must be used for alignment; tabs are not allowed
(#5456) Tab found within whitespace
(#5456) Line indented incorrectly; expected at least 36 spaces, found 12
(#5457) Spaces must be used for alignment; tabs are not allowed
(#5457) Tab found within whitespace
(#5457) Line indented incorrectly; expected 32 spaces, found 14
(#5458) Spaces must be used for alignment; tabs are not allowed
(#5458) Tab found within whitespace
(#5458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5458) Inline comments must end in full-stops, exclamation marks, or question marks
(#5458) This comment is 100% valid code; is this commented out code?
(#5458) Line indented incorrectly; expected at least 32 spaces, found 16
(#5458) No space found before comment text; expected "// }" but found "//}"
(#5459) Spaces must be used for alignment; tabs are not allowed
(#5459) Tab found within whitespace
(#5459) Line indented incorrectly; expected 28 spaces, found 9
(#5460) Spaces must be used for alignment; tabs are not allowed
(#5460) Tab found within whitespace
(#5460) Line indented incorrectly; expected at least 32 spaces, found 13
(#5461) Spaces must be used for alignment; tabs are not allowed
(#5461) Tab found within whitespace
(#5461) Line indented incorrectly; expected 28 spaces, found 8
(#5461) Closing brace indented incorrectly; expected 9 spaces, found 8
(#5462) Spaces must be used for alignment; tabs are not allowed
(#5462) Tab found within whitespace
(#5462) Line indented incorrectly; expected 24 spaces, found 11
(#5463) Line indented incorrectly; expected 20 spaces, found 52
(#5464) Spaces must be used for alignment; tabs are not allowed
(#5464) Tab found within whitespace
(#5464) Line indented incorrectly; expected 16 spaces, found 6
(#5465) Spaces must be used for alignment; tabs are not allowed
(#5465) Tab found within whitespace
(#5465) Line indented incorrectly; expected at least 20 spaces, found 10
(#5466) Spaces must be used for alignment; tabs are not allowed
(#5466) Tab found within whitespace
(#5466) Line indented incorrectly; expected 16 spaces, found 6
(#5467) Spaces must be used for alignment; tabs are not allowed
(#5467) Tab found within whitespace
(#5467) Line indented incorrectly; expected 12 spaces, found 8
(#5468) Spaces must be used for alignment; tabs are not allowed
(#5468) Tab found within whitespace
(#5468) Line indented incorrectly; expected at least 12 spaces, found 5
(#5469) Spaces must be used for alignment; tabs are not allowed
(#5469) Tab found within whitespace
(#5469) Line indented incorrectly; expected 8 spaces, found 4
(#5470) Spaces must be used for alignment; tabs are not allowed
(#5470) Tab found within whitespace
(#5470) Line indented incorrectly; expected at least 8 spaces, found 4
(#5470) Whitespace found at end of line within string
(#5471) Whitespace found at end of line within string
(#5472) Whitespace found at end of line within string
(#5474) Spaces must be used for alignment; tabs are not allowed
(#5474) Tab found within whitespace
(#5474) Line indented incorrectly; expected at least 8 spaces, found 2
(#5477) Spaces must be used for alignment; tabs are not allowed
(#5477) Tab found within whitespace
(#5477) Line indented incorrectly; expected at least 4 spaces, found 1
(#5478) Spaces must be used for alignment; tabs are not allowed
(#5478) Expected 2 space(s) before asterisk; 1 found
(#5479) Spaces must be used for alignment; tabs are not allowed
(#5479) Expected 2 space(s) before asterisk; 1 found
(#5480) Spaces must be used for alignment; tabs are not allowed
(#5480) Expected 2 space(s) before asterisk; 1 found
(#5481) Spaces must be used for alignment; tabs are not allowed
(#5481) Expected 2 space(s) before asterisk; 1 found
(#5482) Spaces must be used for alignment; tabs are not allowed
(#5482) Expected 2 space(s) before asterisk; 1 found
(#5482) Whitespace found at end of line
(#5483) Spaces must be used for alignment; tabs are not allowed
(#5483) Expected 2 space(s) before asterisk; 1 found
(#5484) Spaces must be used for alignment; tabs are not allowed
(#5484) Tab found within whitespace
(#5484) Line indented incorrectly; expected 4 spaces, found 1
(#5484) Visibility must be declared on method "serialize"
(#5485) Spaces must be used for alignment; tabs are not allowed
(#5485) Tab found within whitespace
(#5485) Line indented incorrectly; expected at least 4 spaces, found 1
(#5485) Opening brace should be on the same line as the declaration
(#5486) Spaces must be used for alignment; tabs are not allowed
(#5486) Tab found within whitespace
(#5486) Line indented incorrectly; expected at least 8 spaces, found 2
(#5487) Spaces must be used for alignment; tabs are not allowed
(#5487) Tab found within whitespace
(#5487) Line indented incorrectly; expected at least 8 spaces, found 2
(#5488) Spaces must be used for alignment; tabs are not allowed
(#5488) Tab found within whitespace
(#5488) Line indented incorrectly; expected 8 spaces, found 2
(#5488) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5489) Spaces must be used for alignment; tabs are not allowed
(#5489) Tab found within whitespace
(#5489) Line indented incorrectly; expected at least 12 spaces, found 3
(#5490) Spaces must be used for alignment; tabs are not allowed
(#5490) Tab found within whitespace
(#5490) Line indented incorrectly; expected 8 spaces, found 2
(#5490) Whitespace found at end of line
(#5491) Spaces must be used for alignment; tabs are not allowed
(#5491) Tab found within whitespace
(#5491) Inline comments must end in full-stops, exclamation marks, or question marks
(#5491) Line indented incorrectly; expected at least 8 spaces, found 2
(#5492) Spaces must be used for alignment; tabs are not allowed
(#5492) Tab found within whitespace
(#5492) Line indented incorrectly; expected 8 spaces, found 2
(#5493) Spaces must be used for alignment; tabs are not allowed
(#5493) Tab found within whitespace
(#5493) Line indented incorrectly; expected at least 12 spaces, found 3
(#5494) Spaces must be used for alignment; tabs are not allowed
(#5494) Tab found within whitespace
(#5494) Line indented incorrectly; expected 8 spaces, found 2
(#5494) Whitespace found at end of line
(#5495) Spaces must be used for alignment; tabs are not allowed
(#5495) Tab found within whitespace
(#5495) Line indented incorrectly; expected 8 spaces, found 2
(#5496) Spaces must be used for alignment; tabs are not allowed
(#5496) Tab found within whitespace
(#5496) Line indented incorrectly; expected at least 12 spaces, found 3
(#5497) Spaces must be used for alignment; tabs are not allowed
(#5497) Tab found within whitespace
(#5497) Line indented incorrectly; expected 8 spaces, found 2
(#5497) Whitespace found at end of line
(#5498) Spaces must be used for alignment; tabs are not allowed
(#5498) Tab found within whitespace
(#5498) Line indented incorrectly; expected at least 8 spaces, found 2
(#5498) Whitespace found at end of line
(#5499) Spaces must be used for alignment; tabs are not allowed
(#5499) Tab found within whitespace
(#5499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5499) Inline comments must end in full-stops, exclamation marks, or question marks
(#5499) Line indented incorrectly; expected at least 8 spaces, found 2
(#5500) Spaces must be used for alignment; tabs are not allowed
(#5500) Tab found within whitespace
(#5500) Line indented incorrectly; expected 8 spaces, found 2
(#5500) The use of function sizeof() is forbidden; use count() instead
(#5501) Spaces must be used for alignment; tabs are not allowed
(#5501) Tab found within whitespace
(#5501) Line indented incorrectly; expected 12 spaces, found 3
(#5501) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5502) Spaces must be used for alignment; tabs are not allowed
(#5502) Tab found within whitespace
(#5502) Line indented incorrectly; expected 16 spaces, found 4
(#5503) Spaces must be used for alignment; tabs are not allowed
(#5503) Tab found within whitespace
(#5503) Line indented incorrectly; expected 20 spaces, found 5
(#5504) Spaces must be used for alignment; tabs are not allowed
(#5504) Tab found within whitespace
(#5504) Line indented incorrectly; expected at least 24 spaces, found 6
(#5505) Spaces must be used for alignment; tabs are not allowed
(#5505) Tab found within whitespace
(#5505) Line indented incorrectly; expected 20 spaces, found 5
(#5506) Spaces must be used for alignment; tabs are not allowed
(#5506) Tab found within whitespace
(#5506) Line indented incorrectly; expected at least 24 spaces, found 6
(#5507) Spaces must be used for alignment; tabs are not allowed
(#5507) Tab found within whitespace
(#5507) Line indented incorrectly; expected 20 spaces, found 5
(#5508) Spaces must be used for alignment; tabs are not allowed
(#5508) Tab found within whitespace
(#5508) Line indented incorrectly; expected 16 spaces, found 4
(#5509) Spaces must be used for alignment; tabs are not allowed
(#5509) Tab found within whitespace
(#5509) Line indented incorrectly; expected 12 spaces, found 3
(#5509) Whitespace found at end of line
(#5510) Spaces must be used for alignment; tabs are not allowed
(#5510) Tab found within whitespace
(#5510) Line indented incorrectly; expected 8 spaces, found 2
(#5510) Whitespace found at end of line
(#5511) Spaces must be used for alignment; tabs are not allowed
(#5511) Tab found within whitespace
(#5511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5511) Inline comments must end in full-stops, exclamation marks, or question marks
(#5511) Line indented incorrectly; expected at least 8 spaces, found 2
(#5512) Spaces must be used for alignment; tabs are not allowed
(#5512) Tab found within whitespace
(#5512) Line indented incorrectly; expected 8 spaces, found 2
(#5512) Expected 1 space before ">="; 0 found
(#5512) Expected 1 space after ">="; 0 found
(#5513) Spaces must be used for alignment; tabs are not allowed
(#5513) Tab found within whitespace
(#5513) Line indented incorrectly; expected at least 12 spaces, found 3
(#5514) Spaces must be used for alignment; tabs are not allowed
(#5514) Tab found within whitespace
(#5514) Line indented incorrectly; expected 12 spaces, found 3
(#5515) Spaces must be used for alignment; tabs are not allowed
(#5515) Tab found within whitespace
(#5515) Line indented incorrectly; expected 16 spaces, found 4
(#5516) Spaces must be used for alignment; tabs are not allowed
(#5516) Tab found within whitespace
(#5516) Line indented incorrectly; expected at least 20 spaces, found 5
(#5517) Spaces must be used for alignment; tabs are not allowed
(#5517) Tab found within whitespace
(#5517) Line indented incorrectly; expected 16 spaces, found 4
(#5518) Spaces must be used for alignment; tabs are not allowed
(#5518) Tab found within whitespace
(#5518) Line indented incorrectly; expected 12 spaces, found 3
(#5519) Spaces must be used for alignment; tabs are not allowed
(#5519) Tab found within whitespace
(#5519) Line indented incorrectly; expected at least 12 spaces, found 3
(#5520) Spaces must be used for alignment; tabs are not allowed
(#5520) Tab found within whitespace
(#5520) Line indented incorrectly; expected 8 spaces, found 2
(#5520) Whitespace found at end of line
(#5521) Spaces must be used for alignment; tabs are not allowed
(#5521) Tab found within whitespace
(#5521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5521) Inline comments must end in full-stops, exclamation marks, or question marks
(#5521) Line indented incorrectly; expected at least 8 spaces, found 2
(#5522) Spaces must be used for alignment; tabs are not allowed
(#5522) Tab found within whitespace
(#5522) Line indented incorrectly; expected 8 spaces, found 2
(#5523) Spaces must be used for alignment; tabs are not allowed
(#5523) Tab found within whitespace
(#5523) Line indented incorrectly; expected 12 spaces, found 3
(#5523) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5523) Variable "msgName" must be all lower-case
(#5523) Variable "msgParts" must be all lower-case
(#5524) Spaces must be used for alignment; tabs are not allowed
(#5524) Tab found within whitespace
(#5524) Line indented incorrectly; expected at least 16 spaces, found 4
(#5524) Variable "msgName" must be all lower-case
(#5525) Spaces must be used for alignment; tabs are not allowed
(#5525) Tab found within whitespace
(#5525) Line indented incorrectly; expected 16 spaces, found 4
(#5525) Expected "if (...) {\n"; found "if(...){\n"
(#5525) Variable "msgParts" must be all lower-case
(#5526) Spaces must be used for alignment; tabs are not allowed
(#5526) Tab found within whitespace
(#5526) Line indented incorrectly; expected 20 spaces, found 5
(#5526) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5526) Variable "msgParts" must be all lower-case
(#5526) Variable "partName" must be all lower-case
(#5526) Variable "partType" must be all lower-case
(#5527) Spaces must be used for alignment; tabs are not allowed
(#5527) Tab found within whitespace
(#5527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5527) Inline comments must end in full-stops, exclamation marks, or question marks
(#5527) This comment is 54% valid code; is this commented out code?
(#5527) Line indented incorrectly; expected at least 24 spaces, found 6
(#5528) Spaces must be used for alignment; tabs are not allowed
(#5528) Tab found within whitespace
(#5528) Line indented incorrectly; expected 24 spaces, found 6
(#5528) Variable "partType" must be all lower-case
(#5529) Spaces must be used for alignment; tabs are not allowed
(#5529) Tab found within whitespace
(#5529) Line indented incorrectly; expected at least 28 spaces, found 10
(#5529) Variable "typePrefix" must be all lower-case
(#5529) Variable "partType" must be all lower-case
(#5530) Spaces must be used for alignment; tabs are not allowed
(#5530) Tab found within whitespace
(#5530) Line indented incorrectly; expected 24 spaces, found 6
(#5530) Usage of ELSEIF not allowed; use ELSE IF instead
(#5530) Variable "partType" must be all lower-case
(#5531) Spaces must be used for alignment; tabs are not allowed
(#5531) Tab found within whitespace
(#5531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5531) Inline comments must end in full-stops, exclamation marks, or question marks
(#5531) This comment is 55% valid code; is this commented out code?
(#5531) Line indented incorrectly; expected at least 28 spaces, found 10
(#5532) Spaces must be used for alignment; tabs are not allowed
(#5532) Tab found within whitespace
(#5532) Line indented incorrectly; expected at least 28 spaces, found 10
(#5532) Variable "typePrefix" must be all lower-case
(#5533) Spaces must be used for alignment; tabs are not allowed
(#5533) Tab found within whitespace
(#5533) Line indented incorrectly; expected 24 spaces, found 6
(#5534) Spaces must be used for alignment; tabs are not allowed
(#5534) Tab found within whitespace
(#5534) Line indented incorrectly; expected 28 spaces, found 10
(#5534) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5535) Spaces must be used for alignment; tabs are not allowed
(#5535) Tab found within whitespace
(#5535) Line indented incorrectly; expected 32 spaces, found 14
(#5535) Variable "partType" must be all lower-case
(#5536) Spaces must be used for alignment; tabs are not allowed
(#5536) Tab found within whitespace
(#5536) Line indented incorrectly; expected at least 36 spaces, found 18
(#5536) Variable "typePrefix" must be all lower-case
(#5537) Spaces must be used for alignment; tabs are not allowed
(#5537) Tab found within whitespace
(#5537) Line indented incorrectly; expected 32 spaces, found 14
(#5537) Whitespace found at end of line
(#5538) Spaces must be used for alignment; tabs are not allowed
(#5538) Tab found within whitespace
(#5538) Line indented incorrectly; expected 28 spaces, found 10
(#5538) Whitespace found at end of line
(#5539) Spaces must be used for alignment; tabs are not allowed
(#5539) Tab found within whitespace
(#5539) Line indented incorrectly; expected 28 spaces, found 10
(#5539) Variable "typePrefix" must be all lower-case
(#5540) Spaces must be used for alignment; tabs are not allowed
(#5540) Tab found within whitespace
(#5540) Line indented incorrectly; expected at least 32 spaces, found 14
(#5540) Variable "partType" must be all lower-case
(#5541) Spaces must be used for alignment; tabs are not allowed
(#5541) Tab found within whitespace
(#5541) Line indented incorrectly; expected 28 spaces, found 10
(#5541) Whitespace found at end of line
(#5542) Spaces must be used for alignment; tabs are not allowed
(#5542) Tab found within whitespace
(#5542) Line indented incorrectly; expected 24 spaces, found 6
(#5543) Spaces must be used for alignment; tabs are not allowed
(#5543) Tab found within whitespace
(#5543) Line indented incorrectly; expected at least 24 spaces, found 6
(#5543) Variable "typePrefix" must be all lower-case
(#5544) Spaces must be used for alignment; tabs are not allowed
(#5544) Tab found within whitespace
(#5544) Line indented incorrectly; expected at least 24 spaces, found 6
(#5544) Variable "localPart" must be all lower-case
(#5544) Variable "partType" must be all lower-case
(#5545) Spaces must be used for alignment; tabs are not allowed
(#5545) Tab found within whitespace
(#5545) Line indented incorrectly; expected at least 24 spaces, found 6
(#5545) Variable "typeDef" must be all lower-case
(#5545) Variable "localPart" must be all lower-case
(#5546) Spaces must be used for alignment; tabs are not allowed
(#5546) Tab found within whitespace
(#5546) Line indented incorrectly; expected 24 spaces, found 6
(#5546) Variable "typeDef" must be all lower-case
(#5547) Spaces must be used for alignment; tabs are not allowed
(#5547) Tab found within whitespace
(#5547) Line indented incorrectly; expected at least 28 spaces, found 7
(#5548) Spaces must be used for alignment; tabs are not allowed
(#5548) Tab found within whitespace
(#5548) Line indented incorrectly; expected 28 spaces, found 7
(#5548) Variable "localPart" must be all lower-case
(#5549) Spaces must be used for alignment; tabs are not allowed
(#5549) Tab found within whitespace
(#5549) Line indented incorrectly; expected at least 32 spaces, found 8
(#5549) Variable "localPart" must be all lower-case
(#5549) Variable "localPart" must be all lower-case
(#5550) Spaces must be used for alignment; tabs are not allowed
(#5550) Tab found within whitespace
(#5550) Line indented incorrectly; expected 28 spaces, found 7
(#5551) Spaces must be used for alignment; tabs are not allowed
(#5551) Tab found within whitespace
(#5551) Line indented incorrectly; expected 24 spaces, found 6
(#5552) Spaces must be used for alignment; tabs are not allowed
(#5552) Tab found within whitespace
(#5552) Line indented incorrectly; expected at least 28 spaces, found 7
(#5553) Spaces must be used for alignment; tabs are not allowed
(#5553) Tab found within whitespace
(#5553) Line indented incorrectly; expected 24 spaces, found 6
(#5554) Spaces must be used for alignment; tabs are not allowed
(#5554) Tab found within whitespace
(#5554) Line indented incorrectly; expected at least 24 spaces, found 6
(#5554) Variable "partName" must be all lower-case
(#5554) Variable "typePrefix" must be all lower-case
(#5554) Variable "localPart" must be all lower-case
(#5555) Spaces must be used for alignment; tabs are not allowed
(#5555) Tab found within whitespace
(#5555) Line indented incorrectly; expected 20 spaces, found 5
(#5556) Spaces must be used for alignment; tabs are not allowed
(#5556) Tab found within whitespace
(#5556) Line indented incorrectly; expected 16 spaces, found 4
(#5557) Spaces must be used for alignment; tabs are not allowed
(#5557) Tab found within whitespace
(#5557) Line indented incorrectly; expected at least 16 spaces, found 4
(#5558) Spaces must be used for alignment; tabs are not allowed
(#5558) Tab found within whitespace
(#5558) Line indented incorrectly; expected 12 spaces, found 3
(#5558) Whitespace found at end of line
(#5559) Spaces must be used for alignment; tabs are not allowed
(#5559) Tab found within whitespace
(#5559) Line indented incorrectly; expected 8 spaces, found 2
(#5559) Whitespace found at end of line
(#5560) Spaces must be used for alignment; tabs are not allowed
(#5560) Tab found within whitespace
(#5560) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5560) Inline comments must end in full-stops, exclamation marks, or question marks
(#5560) Line indented incorrectly; expected at least 8 spaces, found 2
(#5561) Spaces must be used for alignment; tabs are not allowed
(#5561) Tab found within whitespace
(#5561) Line indented incorrectly; expected 8 spaces, found 2
(#5562) Spaces must be used for alignment; tabs are not allowed
(#5562) Tab found within whitespace
(#5562) Line indented incorrectly; expected at least 12 spaces, found 3
(#5562) Variable "binding_xml" must not contain underscores.
(#5563) Spaces must be used for alignment; tabs are not allowed
(#5563) Tab found within whitespace
(#5563) Line indented incorrectly; expected at least 12 spaces, found 3
(#5563) Variable "portType_xml" must be all lower-case
(#5563) Variable "portType_xml" must not contain underscores.
(#5564) Spaces must be used for alignment; tabs are not allowed
(#5564) Tab found within whitespace
(#5564) Line indented incorrectly; expected 12 spaces, found 3
(#5564) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5564) Variable "bindingName" must be all lower-case
(#5565) Spaces must be used for alignment; tabs are not allowed
(#5565) Tab found within whitespace
(#5565) Line indented incorrectly; expected at least 16 spaces, found 4
(#5565) Variable "binding_xml" must not contain underscores.
(#5565) Variable "bindingName" must be all lower-case
(#5566) Spaces must be used for alignment; tabs are not allowed
(#5566) Tab found within whitespace
(#5566) Line indented incorrectly; expected at least 16 spaces, found 4
(#5566) Variable "binding_xml" must not contain underscores.
(#5567) Spaces must be used for alignment; tabs are not allowed
(#5567) Tab found within whitespace
(#5567) Line indented incorrectly; expected at least 16 spaces, found 4
(#5567) Variable "portType_xml" must be all lower-case
(#5567) Variable "portType_xml" must not contain underscores.
(#5568) Spaces must be used for alignment; tabs are not allowed
(#5568) Tab found within whitespace
(#5568) Line indented incorrectly; expected 16 spaces, found 4
(#5568) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5568) Variable "opName" must be all lower-case
(#5568) Variable "opParts" must be all lower-case
(#5569) Spaces must be used for alignment; tabs are not allowed
(#5569) Tab found within whitespace
(#5569) Line indented incorrectly; expected at least 20 spaces, found 5
(#5569) Variable "binding_xml" must not contain underscores.
(#5569) Variable "opName" must be all lower-case
(#5570) Spaces must be used for alignment; tabs are not allowed
(#5570) Tab found within whitespace
(#5570) Line indented incorrectly; expected at least 20 spaces, found 5
(#5570) Variable "binding_xml" must not contain underscores.
(#5570) Variable "opParts" must be all lower-case
(#5570) Variable "opParts" must be all lower-case
(#5571) Spaces must be used for alignment; tabs are not allowed
(#5571) Tab found within whitespace
(#5571) Line indented incorrectly; expected 20 spaces, found 5
(#5571) Variable "opParts" must be all lower-case
(#5571) Variable "opParts" must be all lower-case
(#5572) Spaces must be used for alignment; tabs are not allowed
(#5572) Tab found within whitespace
(#5572) Line indented incorrectly; expected at least 24 spaces, found 6
(#5572) Variable "enc_style" must not contain underscores.
(#5572) Variable "opParts" must be all lower-case
(#5573) Spaces must be used for alignment; tabs are not allowed
(#5573) Tab found within whitespace
(#5573) Line indented incorrectly; expected 20 spaces, found 5
(#5574) Spaces must be used for alignment; tabs are not allowed
(#5574) Tab found within whitespace
(#5574) Line indented incorrectly; expected at least 24 spaces, found 6
(#5574) Variable "enc_style" must not contain underscores.
(#5575) Spaces must be used for alignment; tabs are not allowed
(#5575) Tab found within whitespace
(#5575) Line indented incorrectly; expected 20 spaces, found 5
(#5576) Spaces must be used for alignment; tabs are not allowed
(#5576) Tab found within whitespace
(#5576) Line indented incorrectly; expected at least 20 spaces, found 5
(#5576) Variable "binding_xml" must not contain underscores.
(#5576) Variable "opParts" must be all lower-case
(#5576) Variable "opParts" must be all lower-case
(#5576) Variable "enc_style" must not contain underscores.
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5576) Line exceeds 132 characters; contains 170 characters
(#5577) Spaces must be used for alignment; tabs are not allowed
(#5577) Tab found within whitespace
(#5577) Line indented incorrectly; expected 20 spaces, found 5
(#5577) Variable "opParts" must be all lower-case
(#5577) Variable "opParts" must be all lower-case
(#5578) Spaces must be used for alignment; tabs are not allowed
(#5578) Tab found within whitespace
(#5578) Line indented incorrectly; expected at least 24 spaces, found 6
(#5578) Variable "enc_style" must not contain underscores.
(#5578) Variable "opParts" must be all lower-case
(#5579) Spaces must be used for alignment; tabs are not allowed
(#5579) Tab found within whitespace
(#5579) Line indented incorrectly; expected 20 spaces, found 5
(#5580) Spaces must be used for alignment; tabs are not allowed
(#5580) Tab found within whitespace
(#5580) Line indented incorrectly; expected at least 24 spaces, found 6
(#5580) Variable "enc_style" must not contain underscores.
(#5581) Spaces must be used for alignment; tabs are not allowed
(#5581) Tab found within whitespace
(#5581) Line indented incorrectly; expected 20 spaces, found 5
(#5582) Spaces must be used for alignment; tabs are not allowed
(#5582) Tab found within whitespace
(#5582) Line indented incorrectly; expected at least 20 spaces, found 5
(#5582) Variable "binding_xml" must not contain underscores.
(#5582) Variable "opParts" must be all lower-case
(#5582) Variable "opParts" must be all lower-case
(#5582) Variable "enc_style" must not contain underscores.
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5582) Line exceeds 132 characters; contains 174 characters
(#5583) Spaces must be used for alignment; tabs are not allowed
(#5583) Tab found within whitespace
(#5583) Line indented incorrectly; expected at least 20 spaces, found 5
(#5583) Variable "binding_xml" must not contain underscores.
(#5584) Spaces must be used for alignment; tabs are not allowed
(#5584) Tab found within whitespace
(#5584) Line indented incorrectly; expected at least 20 spaces, found 5
(#5584) Variable "portType_xml" must be all lower-case
(#5584) Variable "portType_xml" must not contain underscores.
(#5584) Variable "opParts" must be all lower-case
(#5585) Spaces must be used for alignment; tabs are not allowed
(#5585) Tab found within whitespace
(#5585) Line indented incorrectly; expected 20 spaces, found 5
(#5585) Variable "opParts" must be all lower-case
(#5586) Spaces must be used for alignment; tabs are not allowed
(#5586) Tab found within whitespace
(#5586) Line indented incorrectly; expected at least 24 spaces, found 9
(#5586) Variable "portType_xml" must be all lower-case
(#5586) Variable "portType_xml" must not contain underscores.
(#5586) Variable "opParts" must be all lower-case
(#5587) Spaces must be used for alignment; tabs are not allowed
(#5587) Tab found within whitespace
(#5587) Line indented incorrectly; expected 20 spaces, found 5
(#5587) Whitespace found at end of line
(#5588) Spaces must be used for alignment; tabs are not allowed
(#5588) Tab found within whitespace
(#5588) Line indented incorrectly; expected at least 20 spaces, found 5
(#5588) Variable "portType_xml" must be all lower-case
(#5588) Variable "portType_xml" must not contain underscores.
(#5589) Spaces must be used for alignment; tabs are not allowed
(#5589) Tab found within whitespace
(#5589) Line indented incorrectly; expected 20 spaces, found 5
(#5589) Expected "if (...) {\n"; found "if(...) {\n"
(#5589) Variable "opParts" must be all lower-case
(#5589) Variable "opParts" must be all lower-case
(#5590) Spaces must be used for alignment; tabs are not allowed
(#5590) Tab found within whitespace
(#5590) Line indented incorrectly; expected at least 24 spaces, found 6
(#5590) Variable "portType_xml" must be all lower-case
(#5590) Variable "portType_xml" must not contain underscores.
(#5590) Variable "opParts" must be all lower-case
(#5591) Spaces must be used for alignment; tabs are not allowed
(#5591) Tab found within whitespace
(#5591) Line indented incorrectly; expected 20 spaces, found 5
(#5592) Spaces must be used for alignment; tabs are not allowed
(#5592) Tab found within whitespace
(#5592) Line indented incorrectly; expected at least 20 spaces, found 5
(#5592) Variable "portType_xml" must be all lower-case
(#5592) Variable "portType_xml" must not contain underscores.
(#5592) Variable "opParts" must be all lower-case
(#5593) Spaces must be used for alignment; tabs are not allowed
(#5593) Tab found within whitespace
(#5593) Line indented incorrectly; expected at least 20 spaces, found 5
(#5593) Variable "portType_xml" must be all lower-case
(#5593) Variable "portType_xml" must not contain underscores.
(#5593) Variable "opParts" must be all lower-case
(#5594) Spaces must be used for alignment; tabs are not allowed
(#5594) Tab found within whitespace
(#5594) Line indented incorrectly; expected at least 20 spaces, found 5
(#5594) Variable "portType_xml" must be all lower-case
(#5594) Variable "portType_xml" must not contain underscores.
(#5595) Spaces must be used for alignment; tabs are not allowed
(#5595) Tab found within whitespace
(#5595) Line indented incorrectly; expected 16 spaces, found 4
(#5595) Whitespace found at end of line
(#5596) Spaces must be used for alignment; tabs are not allowed
(#5596) Tab found within whitespace
(#5596) Line indented incorrectly; expected at least 16 spaces, found 4
(#5596) Variable "portType_xml" must be all lower-case
(#5596) Variable "portType_xml" must not contain underscores.
(#5597) Spaces must be used for alignment; tabs are not allowed
(#5597) Tab found within whitespace
(#5597) Line indented incorrectly; expected at least 16 spaces, found 4
(#5597) Variable "binding_xml" must not contain underscores.
(#5598) Spaces must be used for alignment; tabs are not allowed
(#5598) Tab found within whitespace
(#5598) Line indented incorrectly; expected 12 spaces, found 3
(#5598) Whitespace found at end of line
(#5599) Spaces must be used for alignment; tabs are not allowed
(#5599) Tab found within whitespace
(#5599) Line indented incorrectly; expected at least 12 spaces, found 3
(#5599) Variable "portType_xml" must be all lower-case
(#5599) Variable "portType_xml" must not contain underscores.
(#5599) Variable "binding_xml" must not contain underscores.
(#5600) Spaces must be used for alignment; tabs are not allowed
(#5600) Tab found within whitespace
(#5600) Line indented incorrectly; expected 8 spaces, found 2
(#5600) Whitespace found at end of line
(#5601) Spaces must be used for alignment; tabs are not allowed
(#5601) Tab found within whitespace
(#5601) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5601) Inline comments must end in full-stops, exclamation marks, or question marks
(#5601) Line indented incorrectly; expected at least 8 spaces, found 2
(#5602) Spaces must be used for alignment; tabs are not allowed
(#5602) Tab found within whitespace
(#5602) Line indented incorrectly; expected at least 8 spaces, found 2
(#5603) Spaces must be used for alignment; tabs are not allowed
(#5603) Tab found within whitespace
(#5603) Line indented incorrectly; expected 8 spaces, found 2
(#5604) Spaces must be used for alignment; tabs are not allowed
(#5604) Tab found within whitespace
(#5604) Line indented incorrectly; expected 12 spaces, found 3
(#5604) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5604) Variable "pName" must be all lower-case
(#5605) Spaces must be used for alignment; tabs are not allowed
(#5605) Tab found within whitespace
(#5605) Line indented incorrectly; expected at least 16 spaces, found 4
(#5605) Variable "pName" must be all lower-case
(#5606) Spaces must be used for alignment; tabs are not allowed
(#5606) Tab found within whitespace
(#5606) Line indented incorrectly; expected at least 16 spaces, found 4
(#5607) Spaces must be used for alignment; tabs are not allowed
(#5607) Tab found within whitespace
(#5607) Line indented incorrectly; expected at least 16 spaces, found 4
(#5608) Spaces must be used for alignment; tabs are not allowed
(#5608) Tab found within whitespace
(#5608) Line indented incorrectly; expected 12 spaces, found 3
(#5608) Whitespace found at end of line
(#5609) Spaces must be used for alignment; tabs are not allowed
(#5609) Tab found within whitespace
(#5609) Line indented incorrectly; expected 8 spaces, found 2
(#5609) Whitespace found at end of line
(#5610) Spaces must be used for alignment; tabs are not allowed
(#5610) Tab found within whitespace
(#5610) Line indented incorrectly; expected at least 8 spaces, found 2
(#5611) Spaces must be used for alignment; tabs are not allowed
(#5611) Tab found within whitespace
(#5611) Line indented incorrectly; expected at least 8 spaces, found 2
(#5612) Spaces must be used for alignment; tabs are not allowed
(#5612) Tab found within whitespace
(#5612) Line indented incorrectly; expected 4 spaces, found 1
(#5612) Whitespace found at end of line
(#5614) Spaces must be used for alignment; tabs are not allowed
(#5614) Tab found within whitespace
(#5614) Line indented incorrectly; expected at least 4 spaces, found 1
(#5615) Spaces must be used for alignment; tabs are not allowed
(#5616) Spaces must be used for alignment; tabs are not allowed
(#5617) Spaces must be used for alignment; tabs are not allowed
(#5618) Spaces must be used for alignment; tabs are not allowed
(#5619) Spaces must be used for alignment; tabs are not allowed
(#5620) Spaces must be used for alignment; tabs are not allowed
(#5621) Spaces must be used for alignment; tabs are not allowed
(#5622) Spaces must be used for alignment; tabs are not allowed
(#5623) Spaces must be used for alignment; tabs are not allowed
(#5623) Tab found within whitespace
(#5623) Line indented incorrectly; expected 4 spaces, found 1
(#5623) method name "wsdl::parametersMatchWrapped" must be in lower-case letters only
(#5623) Visibility must be declared on method "parametersMatchWrapped"
(#5624) Spaces must be used for alignment; tabs are not allowed
(#5624) Tab found within whitespace
(#5624) Line indented incorrectly; expected at least 8 spaces, found 2
(#5625) Spaces must be used for alignment; tabs are not allowed
(#5625) Tab found within whitespace
(#5625) Line indented incorrectly; expected at least 8 spaces, found 2
(#5627) Spaces must be used for alignment; tabs are not allowed
(#5627) Tab found within whitespace
(#5627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5627) Inline comments must end in full-stops, exclamation marks, or question marks
(#5627) Line indented incorrectly; expected at least 8 spaces, found 2
(#5628) Spaces must be used for alignment; tabs are not allowed
(#5628) Tab found within whitespace
(#5628) Line indented incorrectly; expected 8 spaces, found 2
(#5629) Spaces must be used for alignment; tabs are not allowed
(#5629) Tab found within whitespace
(#5629) Line indented incorrectly; expected at least 12 spaces, found 3
(#5629) Variable "uqType" must be all lower-case
(#5630) Spaces must be used for alignment; tabs are not allowed
(#5630) Tab found within whitespace
(#5630) Line indented incorrectly; expected at least 12 spaces, found 3
(#5631) Spaces must be used for alignment; tabs are not allowed
(#5631) Tab found within whitespace
(#5631) Line indented incorrectly; expected at least 12 spaces, found 3
(#5631) Variable "uqType" must be all lower-case
(#5632) Spaces must be used for alignment; tabs are not allowed
(#5632) Tab found within whitespace
(#5632) Line indented incorrectly; expected 12 spaces, found 3
(#5633) Spaces must be used for alignment; tabs are not allowed
(#5633) Tab found within whitespace
(#5633) Line indented incorrectly; expected at least 16 spaces, found 4
(#5634) Spaces must be used for alignment; tabs are not allowed
(#5634) Tab found within whitespace
(#5634) Line indented incorrectly; expected at least 16 spaces, found 4
(#5634) Variable "uqType" must be all lower-case
(#5635) Spaces must be used for alignment; tabs are not allowed
(#5635) Tab found within whitespace
(#5635) Line indented incorrectly; expected 12 spaces, found 3
(#5636) Spaces must be used for alignment; tabs are not allowed
(#5636) Tab found within whitespace
(#5636) Line indented incorrectly; expected 8 spaces, found 2
(#5637) Spaces must be used for alignment; tabs are not allowed
(#5637) Tab found within whitespace
(#5637) Line indented incorrectly; expected at least 12 spaces, found 3
(#5638) Spaces must be used for alignment; tabs are not allowed
(#5638) Tab found within whitespace
(#5638) Line indented incorrectly; expected at least 12 spaces, found 3
(#5639) Spaces must be used for alignment; tabs are not allowed
(#5639) Tab found within whitespace
(#5639) Line indented incorrectly; expected at least 12 spaces, found 3
(#5640) Spaces must be used for alignment; tabs are not allowed
(#5640) Tab found within whitespace
(#5640) Line indented incorrectly; expected at least 12 spaces, found 3
(#5641) Spaces must be used for alignment; tabs are not allowed
(#5641) Tab found within whitespace
(#5641) Line indented incorrectly; expected at least 12 spaces, found 3
(#5641) Variable "uqType" must be all lower-case
(#5642) Spaces must be used for alignment; tabs are not allowed
(#5642) Tab found within whitespace
(#5642) Line indented incorrectly; expected 8 spaces, found 2
(#5644) Spaces must be used for alignment; tabs are not allowed
(#5644) Tab found within whitespace
(#5644) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5644) Inline comments must end in full-stops, exclamation marks, or question marks
(#5644) Line indented incorrectly; expected at least 8 spaces, found 2
(#5645) Spaces must be used for alignment; tabs are not allowed
(#5645) Tab found within whitespace
(#5645) Line indented incorrectly; expected 8 spaces, found 2
(#5645) Variable "typeDef" must be all lower-case
(#5645) Variable "uqType" must be all lower-case
(#5646) Spaces must be used for alignment; tabs are not allowed
(#5646) Tab found within whitespace
(#5646) Line indented incorrectly; expected at least 12 spaces, found 3
(#5647) Spaces must be used for alignment; tabs are not allowed
(#5647) Tab found within whitespace
(#5647) Line indented incorrectly; expected at least 12 spaces, found 3
(#5648) Spaces must be used for alignment; tabs are not allowed
(#5648) Tab found within whitespace
(#5648) Line indented incorrectly; expected 8 spaces, found 2
(#5649) Spaces must be used for alignment; tabs are not allowed
(#5649) Tab found within whitespace
(#5649) Line indented incorrectly; expected at least 8 spaces, found 2
(#5650) Spaces must be used for alignment; tabs are not allowed
(#5650) Tab found within whitespace
(#5650) Line indented incorrectly; expected at least 8 spaces, found 2
(#5650) Variable "typeDef" must be all lower-case
(#5651) Spaces must be used for alignment; tabs are not allowed
(#5651) Tab found within whitespace
(#5651) Line indented incorrectly; expected 8 spaces, found 2
(#5651) Variable "uqType" must be all lower-case
(#5652) Spaces must be used for alignment; tabs are not allowed
(#5652) Tab found within whitespace
(#5652) Line indented incorrectly; expected at least 12 spaces, found 3
(#5652) Variable "uqType" must be all lower-case
(#5652) Variable "uqType" must be all lower-case
(#5653) Spaces must be used for alignment; tabs are not allowed
(#5653) Tab found within whitespace
(#5653) Line indented incorrectly; expected 8 spaces, found 2
(#5654) Spaces must be used for alignment; tabs are not allowed
(#5654) Tab found within whitespace
(#5654) Line indented incorrectly; expected at least 8 spaces, found 2
(#5654) Variable "phpType" must be all lower-case
(#5654) Variable "typeDef" must be all lower-case
(#5655) Spaces must be used for alignment; tabs are not allowed
(#5655) Tab found within whitespace
(#5655) Line indented incorrectly; expected at least 8 spaces, found 2
(#5655) Variable "arrayType" must be all lower-case
(#5655) Variable "typeDef" must be all lower-case
(#5655) Variable "typeDef" must be all lower-case
(#5656) Spaces must be used for alignment; tabs are not allowed
(#5656) Tab found within whitespace
(#5656) Line indented incorrectly; expected at least 8 spaces, found 2
(#5656) Variable "uqType" must be all lower-case
(#5657) Spaces must be used for alignment; tabs are not allowed
(#5657) Tab found within whitespace
(#5657) Whitespace found at end of line
(#5658) Spaces must be used for alignment; tabs are not allowed
(#5658) Tab found within whitespace
(#5658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5658) Inline comments must end in full-stops, exclamation marks, or question marks
(#5658) Line indented incorrectly; expected at least 8 spaces, found 2
(#5659) Spaces must be used for alignment; tabs are not allowed
(#5659) Tab found within whitespace
(#5659) Line indented incorrectly; expected 8 spaces, found 2
(#5659) Variable "phpType" must be all lower-case
(#5660) Spaces must be used for alignment; tabs are not allowed
(#5660) Tab found within whitespace
(#5660) Line indented incorrectly; expected at least 12 spaces, found 3
(#5661) Spaces must be used for alignment; tabs are not allowed
(#5661) Tab found within whitespace
(#5661) Line indented incorrectly; expected at least 12 spaces, found 3
(#5662) Spaces must be used for alignment; tabs are not allowed
(#5662) Tab found within whitespace
(#5662) Line indented incorrectly; expected 8 spaces, found 2
(#5664) Spaces must be used for alignment; tabs are not allowed
(#5664) Tab found within whitespace
(#5664) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5664) Inline comments must end in full-stops, exclamation marks, or question marks
(#5664) Line indented incorrectly; expected at least 8 spaces, found 2
(#5665) Spaces must be used for alignment; tabs are not allowed
(#5665) Tab found within whitespace
(#5665) Line indented incorrectly; expected 8 spaces, found 2
(#5665) Variable "typeDef" must be all lower-case
(#5665) Variable "typeDef" must be all lower-case
(#5666) Spaces must be used for alignment; tabs are not allowed
(#5666) Tab found within whitespace
(#5666) Line indented incorrectly; expected at least 12 spaces, found 3
(#5667) Spaces must be used for alignment; tabs are not allowed
(#5667) Tab found within whitespace
(#5667) Line indented incorrectly; expected at least 12 spaces, found 3
(#5668) Spaces must be used for alignment; tabs are not allowed
(#5668) Tab found within whitespace
(#5668) Line indented incorrectly; expected 12 spaces, found 3
(#5668) Variable "typeDef" must be all lower-case
(#5669) Spaces must be used for alignment; tabs are not allowed
(#5669) Tab found within whitespace
(#5669) Line indented incorrectly; expected 16 spaces, found 4
(#5670) Spaces must be used for alignment; tabs are not allowed
(#5670) Tab found within whitespace
(#5670) Line indented incorrectly; expected at least 20 spaces, found 5
(#5671) Spaces must be used for alignment; tabs are not allowed
(#5671) Tab found within whitespace
(#5671) Line indented incorrectly; expected at least 20 spaces, found 5
(#5672) Spaces must be used for alignment; tabs are not allowed
(#5672) Tab found within whitespace
(#5672) Line indented incorrectly; expected 16 spaces, found 4
(#5673) Spaces must be used for alignment; tabs are not allowed
(#5673) Tab found within whitespace
(#5673) Line indented incorrectly; expected at least 20 spaces, found 5
(#5674) Spaces must be used for alignment; tabs are not allowed
(#5674) Tab found within whitespace
(#5674) Line indented incorrectly; expected 16 spaces, found 4
(#5675) Spaces must be used for alignment; tabs are not allowed
(#5675) Tab found within whitespace
(#5675) Line indented incorrectly; expected at least 16 spaces, found 4
(#5676) Spaces must be used for alignment; tabs are not allowed
(#5676) Tab found within whitespace
(#5676) Line indented incorrectly; expected 12 spaces, found 3
(#5678) Spaces must be used for alignment; tabs are not allowed
(#5678) Tab found within whitespace
(#5678) Line indented incorrectly; expected at least 12 spaces, found 3
(#5679) Spaces must be used for alignment; tabs are not allowed
(#5679) Tab found within whitespace
(#5679) Line indented incorrectly; expected 12 spaces, found 3
(#5680) Spaces must be used for alignment; tabs are not allowed
(#5680) Tab found within whitespace
(#5680) Line indented incorrectly; expected at least 16 spaces, found 4
(#5681) Spaces must be used for alignment; tabs are not allowed
(#5681) Tab found within whitespace
(#5681) Line indented incorrectly; expected 12 spaces, found 3
(#5682) Spaces must be used for alignment; tabs are not allowed
(#5682) Tab found within whitespace
(#5682) Line indented incorrectly; expected at least 12 spaces, found 3
(#5683) Spaces must be used for alignment; tabs are not allowed
(#5683) Tab found within whitespace
(#5683) Line indented incorrectly; expected 8 spaces, found 2
(#5685) Spaces must be used for alignment; tabs are not allowed
(#5685) Tab found within whitespace
(#5685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5685) Line indented incorrectly; expected at least 8 spaces, found 2
(#5686) Spaces must be used for alignment; tabs are not allowed
(#5686) Tab found within whitespace
(#5686) Line indented incorrectly; expected at least 8 spaces, found 2
(#5687) Spaces must be used for alignment; tabs are not allowed
(#5687) Tab found within whitespace
(#5687) Line indented incorrectly; expected at least 8 spaces, found 2
(#5688) Spaces must be used for alignment; tabs are not allowed
(#5688) Tab found within whitespace
(#5688) Line indented incorrectly; expected at least 8 spaces, found 2
(#5689) Spaces must be used for alignment; tabs are not allowed
(#5689) Tab found within whitespace
(#5689) Line indented incorrectly; expected 4 spaces, found 1
(#5691) Spaces must be used for alignment; tabs are not allowed
(#5691) Tab found within whitespace
(#5691) Line indented incorrectly; expected at least 4 spaces, found 1
(#5692) Spaces must be used for alignment; tabs are not allowed
(#5693) Spaces must be used for alignment; tabs are not allowed
(#5694) Spaces must be used for alignment; tabs are not allowed
(#5695) Spaces must be used for alignment; tabs are not allowed
(#5696) Spaces must be used for alignment; tabs are not allowed
(#5697) Spaces must be used for alignment; tabs are not allowed
(#5698) Spaces must be used for alignment; tabs are not allowed
(#5698) Whitespace found at end of line
(#5699) Spaces must be used for alignment; tabs are not allowed
(#5700) Spaces must be used for alignment; tabs are not allowed
(#5701) Spaces must be used for alignment; tabs are not allowed
(#5702) Spaces must be used for alignment; tabs are not allowed
(#5703) Spaces must be used for alignment; tabs are not allowed
(#5704) Spaces must be used for alignment; tabs are not allowed
(#5705) Spaces must be used for alignment; tabs are not allowed
(#5706) Spaces must be used for alignment; tabs are not allowed
(#5706) Tab found within whitespace
(#5706) Line indented incorrectly; expected 4 spaces, found 1
(#5706) method name "wsdl::serializeRPCParameters" must be in lower-case letters only
(#5706) Visibility must be declared on method "serializeRPCParameters"
(#5706) Variable "bindingType" must be all lower-case
(#5707) Spaces must be used for alignment; tabs are not allowed
(#5707) Tab found within whitespace
(#5707) Line indented incorrectly; expected at least 8 spaces, found 2
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5707) Line exceeds 132 characters; contains 156 characters
(#5708) Spaces must be used for alignment; tabs are not allowed
(#5708) Tab found within whitespace
(#5708) Line indented incorrectly; expected at least 8 spaces, found 2
(#5709) Spaces must be used for alignment; tabs are not allowed
(#5709) Tab found within whitespace
(#5709) Whitespace found at end of line
(#5710) Spaces must be used for alignment; tabs are not allowed
(#5710) Tab found within whitespace
(#5710) Line indented incorrectly; expected 8 spaces, found 2
(#5711) Spaces must be used for alignment; tabs are not allowed
(#5711) Tab found within whitespace
(#5711) Line indented incorrectly; expected at least 12 spaces, found 3
(#5712) Spaces must be used for alignment; tabs are not allowed
(#5712) Tab found within whitespace
(#5712) Line indented incorrectly; expected at least 12 spaces, found 3
(#5713) Spaces must be used for alignment; tabs are not allowed
(#5713) Tab found within whitespace
(#5713) Line indented incorrectly; expected at least 12 spaces, found 3
(#5714) Spaces must be used for alignment; tabs are not allowed
(#5714) Tab found within whitespace
(#5714) Line indented incorrectly; expected 8 spaces, found 2
(#5714) Whitespace found at end of line
(#5715) Spaces must be used for alignment; tabs are not allowed
(#5715) Tab found within whitespace
(#5715) Line indented incorrectly; expected 8 spaces, found 2
(#5715) Variable "opData" must be all lower-case
(#5715) Variable "bindingType" must be all lower-case
(#5716) Spaces must be used for alignment; tabs are not allowed
(#5716) Tab found within whitespace
(#5716) Line indented incorrectly; expected at least 12 spaces, found 3
(#5716) Variable "bindingType" must be all lower-case
(#5717) Spaces must be used for alignment; tabs are not allowed
(#5717) Tab found within whitespace
(#5717) Line indented incorrectly; expected at least 12 spaces, found 3
(#5717) Variable "bindingType" must be all lower-case
(#5718) Spaces must be used for alignment; tabs are not allowed
(#5718) Tab found within whitespace
(#5718) Line indented incorrectly; expected at least 12 spaces, found 3
(#5719) Spaces must be used for alignment; tabs are not allowed
(#5719) Tab found within whitespace
(#5719) Line indented incorrectly; expected 8 spaces, found 2
(#5720) Spaces must be used for alignment; tabs are not allowed
(#5720) Tab found within whitespace
(#5720) Line indented incorrectly; expected at least 8 spaces, found 2
(#5721) Spaces must be used for alignment; tabs are not allowed
(#5721) Tab found within whitespace
(#5721) Line indented incorrectly; expected at least 8 spaces, found 2
(#5721) Variable "opData" must be all lower-case
(#5723) Spaces must be used for alignment; tabs are not allowed
(#5723) Tab found within whitespace
(#5723) Inline comments must end in full-stops, exclamation marks, or question marks
(#5723) Line indented incorrectly; expected at least 8 spaces, found 2
(#5724) Spaces must be used for alignment; tabs are not allowed
(#5724) Tab found within whitespace
(#5724) Line indented incorrectly; expected at least 8 spaces, found 2
(#5724) Variable "encodingStyle" must be all lower-case
(#5725) Spaces must be used for alignment; tabs are not allowed
(#5725) Tab found within whitespace
(#5725) Line indented incorrectly; expected 8 spaces, found 2
(#5725) Expected "if (...) {\n"; found "if(...) {\n"
(#5725) Variable "opData" must be all lower-case
(#5725) Variable "opData" must be all lower-case
(#5725) Variable "encodingStyle" must be all lower-case
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5725) Line exceeds 132 characters; contains 134 characters
(#5726) Spaces must be used for alignment; tabs are not allowed
(#5726) Tab found within whitespace
(#5726) Line indented incorrectly; expected at least 12 spaces, found 3
(#5726) Variable "encodingStyle" must be all lower-case
(#5726) Variable "opData" must be all lower-case
(#5727) Spaces must be used for alignment; tabs are not allowed
(#5727) Tab found within whitespace
(#5727) Line indented incorrectly; expected at least 12 spaces, found 3
(#5727) Variable "enc_style" must not contain underscores.
(#5727) Variable "encodingStyle" must be all lower-case
(#5728) Spaces must be used for alignment; tabs are not allowed
(#5728) Tab found within whitespace
(#5728) Line indented incorrectly; expected 8 spaces, found 2
(#5730) Spaces must be used for alignment; tabs are not allowed
(#5730) Tab found within whitespace
(#5730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5730) Inline comments must end in full-stops, exclamation marks, or question marks
(#5730) Line indented incorrectly; expected at least 8 spaces, found 2
(#5731) Spaces must be used for alignment; tabs are not allowed
(#5731) Tab found within whitespace
(#5731) Line indented incorrectly; expected at least 8 spaces, found 2
(#5732) Spaces must be used for alignment; tabs are not allowed
(#5732) Tab found within whitespace
(#5732) Line indented incorrectly; expected 8 spaces, found 2
(#5732) Variable "opData" must be all lower-case
(#5732) The use of function sizeof() is forbidden; use count() instead
(#5732) Variable "opData" must be all lower-case
(#5733) Spaces must be used for alignment; tabs are not allowed
(#5733) Tab found within whitespace
(#5733) Line indented incorrectly; expected at least 12 spaces, found 3
(#5733) Variable "opData" must be all lower-case
(#5734) Spaces must be used for alignment; tabs are not allowed
(#5734) Tab found within whitespace
(#5734) Line indented incorrectly; expected at least 12 spaces, found 3
(#5734) Variable "part_count" must not contain underscores.
(#5734) The use of function sizeof() is forbidden; use count() instead
(#5735) Spaces must be used for alignment; tabs are not allowed
(#5735) Tab found within whitespace
(#5735) Line indented incorrectly; expected at least 12 spaces, found 3
(#5735) Variable "opData" must be all lower-case
(#5736) Spaces must be used for alignment; tabs are not allowed
(#5736) Tab found within whitespace
(#5736) Line indented incorrectly; expected at least 12 spaces, found 3
(#5736) Variable "opData" must be all lower-case
(#5737) Spaces must be used for alignment; tabs are not allowed
(#5737) Tab found within whitespace
(#5737) Line indented incorrectly; expected at least 12 spaces, found 3
(#5737) Variable "part_count" must not contain underscores.
(#5738) Spaces must be used for alignment; tabs are not allowed
(#5738) Tab found within whitespace
(#5738) Line indented incorrectly; expected 12 spaces, found 3
(#5739) Spaces must be used for alignment; tabs are not allowed
(#5739) Tab found within whitespace
(#5739) Line indented incorrectly; expected at least 16 spaces, found 4
(#5739) Variable "parametersArrayType" must be all lower-case
(#5740) Spaces must be used for alignment; tabs are not allowed
(#5740) Tab found within whitespace
(#5740) Line indented incorrectly; expected at least 16 spaces, found 4
(#5740) Variable "parameter_count" must not contain underscores.
(#5741) Spaces must be used for alignment; tabs are not allowed
(#5741) Tab found within whitespace
(#5741) Line indented incorrectly; expected at least 16 spaces, found 4
(#5741) Variable "parameter_count" must not contain underscores.
(#5742) Spaces must be used for alignment; tabs are not allowed
(#5742) Tab found within whitespace
(#5742) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5742) Inline comments must end in full-stops, exclamation marks, or question marks
(#5742) Line indented incorrectly; expected at least 16 spaces, found 4
(#5743) Spaces must be used for alignment; tabs are not allowed
(#5743) Tab found within whitespace
(#5743) Line indented incorrectly; expected 16 spaces, found 4
(#5743) Variable "part_count" must not contain underscores.
(#5744) Spaces must be used for alignment; tabs are not allowed
(#5744) Tab found within whitespace
(#5744) Line indented incorrectly; expected at least 20 spaces, found 5
(#5745) Spaces must be used for alignment; tabs are not allowed
(#5745) Tab found within whitespace
(#5745) Line indented incorrectly; expected 20 spaces, found 5
(#5745) Variable "parametersArrayType" must be all lower-case
(#5745) Variable "parameter_count" must not contain underscores.
(#5746) Spaces must be used for alignment; tabs are not allowed
(#5746) Tab found within whitespace
(#5746) Line indented incorrectly; expected at least 24 spaces, found 6
(#5747) Spaces must be used for alignment; tabs are not allowed
(#5747) Tab found within whitespace
(#5747) Inline comments must end in full-stops, exclamation marks, or question marks
(#5747) Line indented incorrectly; expected at least 24 spaces, found 6
(#5748) Spaces must be used for alignment; tabs are not allowed
(#5748) Tab found within whitespace
(#5748) Line indented incorrectly; expected at least 24 spaces, found 6
(#5749) Spaces must be used for alignment; tabs are not allowed
(#5749) Tab found within whitespace
(#5749) Line indented incorrectly; expected at least 24 spaces, found 6
(#5750) Spaces must be used for alignment; tabs are not allowed
(#5750) Tab found within whitespace
(#5750) Line indented incorrectly; expected at least 24 spaces, found 6
(#5751) Spaces must be used for alignment; tabs are not allowed
(#5751) Tab found within whitespace
(#5751) Line indented incorrectly; expected 20 spaces, found 5
(#5752) Spaces must be used for alignment; tabs are not allowed
(#5752) Tab found within whitespace
(#5752) Line indented incorrectly; expected 20 spaces, found 5
(#5752) Variable "parametersArrayType" must be all lower-case
(#5752) Variable "parameter_count" must not contain underscores.
(#5753) Spaces must be used for alignment; tabs are not allowed
(#5753) Tab found within whitespace
(#5753) Line indented incorrectly; expected at least 24 spaces, found 6
(#5754) Spaces must be used for alignment; tabs are not allowed
(#5754) Tab found within whitespace
(#5754) Line indented incorrectly; expected 24 spaces, found 6
(#5755) Spaces must be used for alignment; tabs are not allowed
(#5755) Tab found within whitespace
(#5755) Line indented incorrectly; expected at least 28 spaces, found 7
(#5756) Spaces must be used for alignment; tabs are not allowed
(#5756) Tab found within whitespace
(#5756) Line indented incorrectly; expected at least 28 spaces, found 7
(#5757) Spaces must be used for alignment; tabs are not allowed
(#5757) Tab found within whitespace
(#5757) Line indented incorrectly; expected at least 28 spaces, found 7
(#5757) Variable "parameter_count" must not contain underscores.
(#5758) Spaces must be used for alignment; tabs are not allowed
(#5758) Tab found within whitespace
(#5758) Line indented incorrectly; expected 24 spaces, found 6
(#5759) Spaces must be used for alignment; tabs are not allowed
(#5759) Tab found within whitespace
(#5759) Line indented incorrectly; expected 20 spaces, found 5
(#5760) Spaces must be used for alignment; tabs are not allowed
(#5760) Tab found within whitespace
(#5760) Line indented incorrectly; expected 16 spaces, found 4
(#5761) Spaces must be used for alignment; tabs are not allowed
(#5761) Tab found within whitespace
(#5761) Line indented incorrectly; expected 16 spaces, found 4
(#5762) Spaces must be used for alignment; tabs are not allowed
(#5762) Tab found within whitespace
(#5762) Line indented incorrectly; expected at least 20 spaces, found 5
(#5763) Spaces must be used for alignment; tabs are not allowed
(#5763) Tab found within whitespace
(#5763) Inline comments must end in full-stops, exclamation marks, or question marks
(#5763) Line indented incorrectly; expected at least 20 spaces, found 5
(#5764) Spaces must be used for alignment; tabs are not allowed
(#5764) Tab found within whitespace
(#5764) Line indented incorrectly; expected 20 spaces, found 5
(#5764) Variable "opData" must be all lower-case
(#5764) Variable "encodingStyle" must be all lower-case
(#5764) Variable "opData" must be all lower-case
(#5765) Spaces must be used for alignment; tabs are not allowed
(#5765) Tab found within whitespace
(#5765) Line indented incorrectly; expected at least 24 spaces, found 6
(#5765) Variable "encodingStyle" must be all lower-case
(#5765) Variable "opData" must be all lower-case
(#5765) Spaces must be used for alignment; tabs are not allowed
(#5765) Tab found within whitespace
(#5765) Whitespace found at end of line
(#5766) Spaces must be used for alignment; tabs are not allowed
(#5766) Tab found within whitespace
(#5766) Line indented incorrectly; expected at least 24 spaces, found 6
(#5766) Variable "enc_style" must not contain underscores.
(#5766) Variable "encodingStyle" must be all lower-case
(#5767) Spaces must be used for alignment; tabs are not allowed
(#5767) Tab found within whitespace
(#5767) Line indented incorrectly; expected 20 spaces, found 5
(#5768) Spaces must be used for alignment; tabs are not allowed
(#5768) Tab found within whitespace
(#5768) Line indented incorrectly; expected at least 24 spaces, found 6
(#5768) Variable "enc_style" must not contain underscores.
(#5769) Spaces must be used for alignment; tabs are not allowed
(#5769) Tab found within whitespace
(#5769) Line indented incorrectly; expected 20 spaces, found 5
(#5770) Spaces must be used for alignment; tabs are not allowed
(#5770) Tab found within whitespace
(#5770) Line indented incorrectly; expected at least 20 spaces, found 5
(#5771) Spaces must be used for alignment; tabs are not allowed
(#5771) Tab found within whitespace
(#5771) Inline comments must end in full-stops, exclamation marks, or question marks
(#5771) Line indented incorrectly; expected at least 20 spaces, found 5
(#5772) Spaces must be used for alignment; tabs are not allowed
(#5772) Tab found within whitespace
(#5772) Line indented incorrectly; expected 20 spaces, found 5
(#5772) Variable "parametersArrayType" must be all lower-case
(#5773) Spaces must be used for alignment; tabs are not allowed
(#5773) Tab found within whitespace
(#5773) Line indented incorrectly; expected at least 24 spaces, found 6
(#5774) Spaces must be used for alignment; tabs are not allowed
(#5774) Tab found within whitespace
(#5774) Line indented incorrectly; expected at least 24 spaces, found 6
(#5775) Spaces must be used for alignment; tabs are not allowed
(#5775) Tab found within whitespace
(#5775) Line indented incorrectly; expected at least 24 spaces, found 6
(#5775) Variable "enc_style" must not contain underscores.
(#5776) Spaces must be used for alignment; tabs are not allowed
(#5776) Tab found within whitespace
(#5776) Line indented incorrectly; expected 20 spaces, found 5
(#5776) Usage of ELSEIF not allowed; use ELSE IF instead
(#5777) Spaces must be used for alignment; tabs are not allowed
(#5777) Tab found within whitespace
(#5777) Line indented incorrectly; expected at least 24 spaces, found 6
(#5778) Spaces must be used for alignment; tabs are not allowed
(#5778) Tab found within whitespace
(#5778) Line indented incorrectly; expected at least 24 spaces, found 6
(#5778) Variable "enc_style" must not contain underscores.
(#5779) Spaces must be used for alignment; tabs are not allowed
(#5779) Tab found within whitespace
(#5779) Line indented incorrectly; expected 20 spaces, found 5
(#5780) Spaces must be used for alignment; tabs are not allowed
(#5780) Tab found within whitespace
(#5780) Inline comments must end in full-stops, exclamation marks, or question marks
(#5780) Line indented incorrectly; expected at least 24 spaces, found 6
(#5781) Spaces must be used for alignment; tabs are not allowed
(#5781) Tab found within whitespace
(#5781) Line indented incorrectly; expected at least 24 spaces, found 6
(#5782) Spaces must be used for alignment; tabs are not allowed
(#5782) Tab found within whitespace
(#5782) Line indented incorrectly; expected at least 24 spaces, found 6
(#5782) Variable "enc_style" must not contain underscores.
(#5783) Spaces must be used for alignment; tabs are not allowed
(#5783) Tab found within whitespace
(#5783) Line indented incorrectly; expected 20 spaces, found 5
(#5784) Spaces must be used for alignment; tabs are not allowed
(#5784) Tab found within whitespace
(#5784) Line indented incorrectly; expected 16 spaces, found 4
(#5785) Spaces must be used for alignment; tabs are not allowed
(#5785) Tab found within whitespace
(#5785) Line indented incorrectly; expected 12 spaces, found 3
(#5786) Spaces must be used for alignment; tabs are not allowed
(#5786) Tab found within whitespace
(#5786) Line indented incorrectly; expected at least 16 spaces, found 4
(#5787) Spaces must be used for alignment; tabs are not allowed
(#5787) Tab found within whitespace
(#5787) Line indented incorrectly; expected 12 spaces, found 3
(#5788) Spaces must be used for alignment; tabs are not allowed
(#5788) Tab found within whitespace
(#5788) Line indented incorrectly; expected 8 spaces, found 2
(#5789) Spaces must be used for alignment; tabs are not allowed
(#5789) Tab found within whitespace
(#5789) Line indented incorrectly; expected at least 8 spaces, found 2
(#5790) Spaces must be used for alignment; tabs are not allowed
(#5790) Tab found within whitespace
(#5790) Line indented incorrectly; expected at least 8 spaces, found 2
(#5791) Spaces must be used for alignment; tabs are not allowed
(#5791) Tab found within whitespace
(#5791) Line indented incorrectly; expected 4 spaces, found 1
(#5791) Whitespace found at end of line
(#5792) Spaces must be used for alignment; tabs are not allowed
(#5792) Tab found within whitespace
(#5792) Whitespace found at end of line
(#5793) Spaces must be used for alignment; tabs are not allowed
(#5793) Tab found within whitespace
(#5793) Line indented incorrectly; expected at least 4 spaces, found 1
(#5794) Spaces must be used for alignment; tabs are not allowed
(#5795) Spaces must be used for alignment; tabs are not allowed
(#5795) Whitespace found at end of line
(#5796) Spaces must be used for alignment; tabs are not allowed
(#5797) Spaces must be used for alignment; tabs are not allowed
(#5798) Spaces must be used for alignment; tabs are not allowed
(#5799) Spaces must be used for alignment; tabs are not allowed
(#5799) Whitespace found at end of line
(#5800) Spaces must be used for alignment; tabs are not allowed
(#5801) Spaces must be used for alignment; tabs are not allowed
(#5802) Spaces must be used for alignment; tabs are not allowed
(#5803) Spaces must be used for alignment; tabs are not allowed
(#5804) Spaces must be used for alignment; tabs are not allowed
(#5805) Spaces must be used for alignment; tabs are not allowed
(#5806) Spaces must be used for alignment; tabs are not allowed
(#5807) Spaces must be used for alignment; tabs are not allowed
(#5807) Tab found within whitespace
(#5807) Line indented incorrectly; expected 4 spaces, found 1
(#5807) method name "wsdl::serializeParameters" must be in lower-case letters only
(#5807) Visibility must be declared on method "serializeParameters"
(#5808) Spaces must be used for alignment; tabs are not allowed
(#5808) Tab found within whitespace
(#5808) Line indented incorrectly; expected at least 4 spaces, found 1
(#5808) Opening brace should be on the same line as the declaration
(#5809) Spaces must be used for alignment; tabs are not allowed
(#5809) Tab found within whitespace
(#5809) Line indented incorrectly; expected at least 8 spaces, found 2
(#5809) Whitespace found at end of line
(#5810) Spaces must be used for alignment; tabs are not allowed
(#5810) Tab found within whitespace
(#5810) Line indented incorrectly; expected at least 8 spaces, found 2
(#5811) Spaces must be used for alignment; tabs are not allowed
(#5811) Tab found within whitespace
(#5811) Whitespace found at end of line
(#5812) Spaces must be used for alignment; tabs are not allowed
(#5812) Tab found within whitespace
(#5812) Line indented incorrectly; expected 8 spaces, found 2
(#5813) Spaces must be used for alignment; tabs are not allowed
(#5813) Tab found within whitespace
(#5813) Line indented incorrectly; expected at least 12 spaces, found 3
(#5814) Spaces must be used for alignment; tabs are not allowed
(#5814) Tab found within whitespace
(#5814) Line indented incorrectly; expected at least 12 spaces, found 3
(#5815) Spaces must be used for alignment; tabs are not allowed
(#5815) Tab found within whitespace
(#5815) Line indented incorrectly; expected at least 12 spaces, found 3
(#5816) Spaces must be used for alignment; tabs are not allowed
(#5816) Tab found within whitespace
(#5816) Line indented incorrectly; expected 8 spaces, found 2
(#5816) Whitespace found at end of line
(#5817) Spaces must be used for alignment; tabs are not allowed
(#5817) Tab found within whitespace
(#5817) Line indented incorrectly; expected 8 spaces, found 2
(#5817) Variable "opData" must be all lower-case
(#5818) Spaces must be used for alignment; tabs are not allowed
(#5818) Tab found within whitespace
(#5818) Line indented incorrectly; expected at least 12 spaces, found 3
(#5819) Spaces must be used for alignment; tabs are not allowed
(#5819) Tab found within whitespace
(#5819) Line indented incorrectly; expected at least 12 spaces, found 3
(#5820) Spaces must be used for alignment; tabs are not allowed
(#5820) Tab found within whitespace
(#5820) Line indented incorrectly; expected at least 12 spaces, found 3
(#5821) Spaces must be used for alignment; tabs are not allowed
(#5821) Tab found within whitespace
(#5821) Line indented incorrectly; expected 8 spaces, found 2
(#5822) Spaces must be used for alignment; tabs are not allowed
(#5822) Tab found within whitespace
(#5822) Line indented incorrectly; expected at least 8 spaces, found 2
(#5823) Spaces must be used for alignment; tabs are not allowed
(#5823) Tab found within whitespace
(#5823) Line indented incorrectly; expected at least 8 spaces, found 2
(#5823) Variable "opData" must be all lower-case
(#5824) Spaces must be used for alignment; tabs are not allowed
(#5824) Tab found within whitespace
(#5824) Whitespace found at end of line
(#5825) Spaces must be used for alignment; tabs are not allowed
(#5825) Tab found within whitespace
(#5825) Inline comments must end in full-stops, exclamation marks, or question marks
(#5825) Line indented incorrectly; expected at least 8 spaces, found 2
(#5826) Spaces must be used for alignment; tabs are not allowed
(#5826) Tab found within whitespace
(#5826) Line indented incorrectly; expected at least 8 spaces, found 2
(#5826) Variable "encodingStyle" must be all lower-case
(#5827) Spaces must be used for alignment; tabs are not allowed
(#5827) Tab found within whitespace
(#5827) Line indented incorrectly; expected 8 spaces, found 2
(#5827) Expected "if (...) {\n"; found "if(...) {\n"
(#5827) Variable "opData" must be all lower-case
(#5827) Variable "opData" must be all lower-case
(#5827) Variable "encodingStyle" must be all lower-case
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5827) Line exceeds 132 characters; contains 134 characters
(#5828) Spaces must be used for alignment; tabs are not allowed
(#5828) Tab found within whitespace
(#5828) Line indented incorrectly; expected at least 12 spaces, found 3
(#5828) Variable "encodingStyle" must be all lower-case
(#5828) Variable "opData" must be all lower-case
(#5829) Spaces must be used for alignment; tabs are not allowed
(#5829) Tab found within whitespace
(#5829) Line indented incorrectly; expected at least 12 spaces, found 3
(#5829) Variable "enc_style" must not contain underscores.
(#5829) Variable "encodingStyle" must be all lower-case
(#5830) Spaces must be used for alignment; tabs are not allowed
(#5830) Tab found within whitespace
(#5830) Line indented incorrectly; expected 8 spaces, found 2
(#5831) Spaces must be used for alignment; tabs are not allowed
(#5831) Tab found within whitespace
(#5831) Whitespace found at end of line
(#5832) Spaces must be used for alignment; tabs are not allowed
(#5832) Tab found within whitespace
(#5832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5832) Inline comments must end in full-stops, exclamation marks, or question marks
(#5832) Line indented incorrectly; expected at least 8 spaces, found 2
(#5833) Spaces must be used for alignment; tabs are not allowed
(#5833) Tab found within whitespace
(#5833) Line indented incorrectly; expected at least 8 spaces, found 2
(#5834) Spaces must be used for alignment; tabs are not allowed
(#5834) Tab found within whitespace
(#5834) Line indented incorrectly; expected 8 spaces, found 2
(#5834) Variable "opData" must be all lower-case
(#5834) The use of function sizeof() is forbidden; use count() instead
(#5834) Variable "opData" must be all lower-case
(#5835) Spaces must be used for alignment; tabs are not allowed
(#5835) Tab found within whitespace
(#5835) Whitespace found at end of line
(#5836) Spaces must be used for alignment; tabs are not allowed
(#5836) Tab found within whitespace
(#5836) Line indented incorrectly; expected at least 12 spaces, found 3
(#5836) Variable "opData" must be all lower-case
(#5837) Spaces must be used for alignment; tabs are not allowed
(#5837) Tab found within whitespace
(#5837) Line indented incorrectly; expected at least 12 spaces, found 3
(#5838) Spaces must be used for alignment; tabs are not allowed
(#5838) Tab found within whitespace
(#5838) Line indented incorrectly; expected at least 12 spaces, found 3
(#5838) Variable "opData" must be all lower-case
(#5839) Spaces must be used for alignment; tabs are not allowed
(#5839) Tab found within whitespace
(#5839) Line indented incorrectly; expected 12 spaces, found 3
(#5840) Spaces must be used for alignment; tabs are not allowed
(#5840) Tab found within whitespace
(#5840) Line indented incorrectly; expected at least 16 spaces, found 4
(#5840) Variable "parametersArrayType" must be all lower-case
(#5841) Spaces must be used for alignment; tabs are not allowed
(#5841) Tab found within whitespace
(#5841) Line indented incorrectly; expected at least 16 spaces, found 4
(#5841) Variable "parametersArrayType" must be all lower-case
(#5842) Spaces must be used for alignment; tabs are not allowed
(#5842) Tab found within whitespace
(#5842) Line indented incorrectly; expected 16 spaces, found 4
(#5842) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5842) Variable "opData" must be all lower-case
(#5843) Spaces must be used for alignment; tabs are not allowed
(#5843) Tab found within whitespace
(#5843) Line indented incorrectly; expected at least 20 spaces, found 5
(#5844) Spaces must be used for alignment; tabs are not allowed
(#5844) Tab found within whitespace
(#5844) Inline comments must end in full-stops, exclamation marks, or question marks
(#5844) Line indented incorrectly; expected at least 20 spaces, found 5
(#5845) Spaces must be used for alignment; tabs are not allowed
(#5845) Tab found within whitespace
(#5845) Line indented incorrectly; expected 20 spaces, found 5
(#5845) Expected "if (...) {\n"; found "if(...) {\n"
(#5845) Variable "opData" must be all lower-case
(#5845) Variable "encodingStyle" must be all lower-case
(#5845) Variable "opData" must be all lower-case
(#5846) Spaces must be used for alignment; tabs are not allowed
(#5846) Tab found within whitespace
(#5846) Line indented incorrectly; expected at least 24 spaces, found 6
(#5846) Variable "encodingStyle" must be all lower-case
(#5846) Variable "opData" must be all lower-case
(#5846) Spaces must be used for alignment; tabs are not allowed
(#5846) Tab found within whitespace
(#5846) Whitespace found at end of line
(#5847) Spaces must be used for alignment; tabs are not allowed
(#5847) Tab found within whitespace
(#5847) Line indented incorrectly; expected at least 24 spaces, found 6
(#5847) Variable "enc_style" must not contain underscores.
(#5847) Variable "encodingStyle" must be all lower-case
(#5848) Spaces must be used for alignment; tabs are not allowed
(#5848) Tab found within whitespace
(#5848) Line indented incorrectly; expected 20 spaces, found 5
(#5849) Spaces must be used for alignment; tabs are not allowed
(#5849) Tab found within whitespace
(#5849) Line indented incorrectly; expected at least 24 spaces, found 6
(#5849) Variable "enc_style" must not contain underscores.
(#5850) Spaces must be used for alignment; tabs are not allowed
(#5850) Tab found within whitespace
(#5850) Line indented incorrectly; expected 20 spaces, found 5
(#5851) Spaces must be used for alignment; tabs are not allowed
(#5851) Tab found within whitespace
(#5851) Line indented incorrectly; expected at least 20 spaces, found 5
(#5852) Spaces must be used for alignment; tabs are not allowed
(#5852) Tab found within whitespace
(#5852) Inline comments must end in full-stops, exclamation marks, or question marks
(#5852) Line indented incorrectly; expected at least 20 spaces, found 5
(#5853) Spaces must be used for alignment; tabs are not allowed
(#5853) Tab found within whitespace
(#5853) Line indented incorrectly; expected 20 spaces, found 5
(#5853) Variable "parametersArrayType" must be all lower-case
(#5854) Spaces must be used for alignment; tabs are not allowed
(#5854) Tab found within whitespace
(#5854) Line indented incorrectly; expected at least 24 spaces, found 6
(#5855) Spaces must be used for alignment; tabs are not allowed
(#5855) Tab found within whitespace
(#5855) Line indented incorrectly; expected at least 24 spaces, found 6
(#5856) Spaces must be used for alignment; tabs are not allowed
(#5856) Tab found within whitespace
(#5856) Line indented incorrectly; expected at least 24 spaces, found 6
(#5856) Variable "enc_style" must not contain underscores.
(#5857) Spaces must be used for alignment; tabs are not allowed
(#5857) Tab found within whitespace
(#5857) Line indented incorrectly; expected 20 spaces, found 5
(#5857) Usage of ELSEIF not allowed; use ELSE IF instead
(#5858) Spaces must be used for alignment; tabs are not allowed
(#5858) Tab found within whitespace
(#5858) Line indented incorrectly; expected at least 24 spaces, found 6
(#5859) Spaces must be used for alignment; tabs are not allowed
(#5859) Tab found within whitespace
(#5859) Line indented incorrectly; expected at least 24 spaces, found 6
(#5859) Variable "enc_style" must not contain underscores.
(#5860) Spaces must be used for alignment; tabs are not allowed
(#5860) Tab found within whitespace
(#5860) Line indented incorrectly; expected 20 spaces, found 5
(#5861) Spaces must be used for alignment; tabs are not allowed
(#5861) Tab found within whitespace
(#5861) Inline comments must end in full-stops, exclamation marks, or question marks
(#5861) Line indented incorrectly; expected at least 24 spaces, found 6
(#5862) Spaces must be used for alignment; tabs are not allowed
(#5862) Tab found within whitespace
(#5862) Line indented incorrectly; expected at least 24 spaces, found 6
(#5863) Spaces must be used for alignment; tabs are not allowed
(#5863) Tab found within whitespace
(#5863) Line indented incorrectly; expected at least 24 spaces, found 6
(#5863) Variable "enc_style" must not contain underscores.
(#5864) Spaces must be used for alignment; tabs are not allowed
(#5864) Tab found within whitespace
(#5864) Line indented incorrectly; expected 20 spaces, found 5
(#5865) Spaces must be used for alignment; tabs are not allowed
(#5865) Tab found within whitespace
(#5865) Line indented incorrectly; expected 16 spaces, found 4
(#5866) Spaces must be used for alignment; tabs are not allowed
(#5866) Tab found within whitespace
(#5866) Line indented incorrectly; expected 12 spaces, found 3
(#5867) Spaces must be used for alignment; tabs are not allowed
(#5867) Tab found within whitespace
(#5867) Line indented incorrectly; expected at least 16 spaces, found 4
(#5868) Spaces must be used for alignment; tabs are not allowed
(#5868) Tab found within whitespace
(#5868) Line indented incorrectly; expected 12 spaces, found 3
(#5869) Spaces must be used for alignment; tabs are not allowed
(#5869) Tab found within whitespace
(#5869) Line indented incorrectly; expected 8 spaces, found 2
(#5870) Spaces must be used for alignment; tabs are not allowed
(#5870) Tab found within whitespace
(#5870) Line indented incorrectly; expected at least 8 spaces, found 2
(#5871) Spaces must be used for alignment; tabs are not allowed
(#5871) Tab found within whitespace
(#5871) Line indented incorrectly; expected at least 8 spaces, found 2
(#5872) Spaces must be used for alignment; tabs are not allowed
(#5872) Tab found within whitespace
(#5872) Line indented incorrectly; expected 4 spaces, found 1
(#5872) Whitespace found at end of line
(#5873) Spaces must be used for alignment; tabs are not allowed
(#5873) Tab found within whitespace
(#5873) Whitespace found at end of line
(#5874) Spaces must be used for alignment; tabs are not allowed
(#5874) Tab found within whitespace
(#5874) Line indented incorrectly; expected at least 4 spaces, found 1
(#5875) Spaces must be used for alignment; tabs are not allowed
(#5876) Spaces must be used for alignment; tabs are not allowed
(#5876) Whitespace found at end of line
(#5877) Spaces must be used for alignment; tabs are not allowed
(#5878) Spaces must be used for alignment; tabs are not allowed
(#5879) Spaces must be used for alignment; tabs are not allowed
(#5880) Spaces must be used for alignment; tabs are not allowed
(#5881) Spaces must be used for alignment; tabs are not allowed
(#5882) Spaces must be used for alignment; tabs are not allowed
(#5883) Spaces must be used for alignment; tabs are not allowed
(#5884) Spaces must be used for alignment; tabs are not allowed
(#5885) Spaces must be used for alignment; tabs are not allowed
(#5886) Spaces must be used for alignment; tabs are not allowed
(#5886) Tab found within whitespace
(#5886) Line indented incorrectly; expected 4 spaces, found 1
(#5886) method name "wsdl::serializeType" must be in lower-case letters only
(#5886) Visibility must be declared on method "serializeType"
(#5886) Variable "encodingStyle" must be all lower-case
(#5887) Spaces must be used for alignment; tabs are not allowed
(#5887) Tab found within whitespace
(#5887) Line indented incorrectly; expected at least 4 spaces, found 1
(#5887) Opening brace should be on the same line as the declaration
(#5888) Spaces must be used for alignment; tabs are not allowed
(#5888) Tab found within whitespace
(#5888) Line indented incorrectly; expected at least 8 spaces, found 2
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5888) Line exceeds 132 characters; contains 160 characters
(#5889) Spaces must be used for alignment; tabs are not allowed
(#5889) Tab found within whitespace
(#5889) Line indented incorrectly; expected at least 8 spaces, found 2
(#5890) Spaces must be used for alignment; tabs are not allowed
(#5890) Tab found within whitespace
(#5890) Line indented incorrectly; expected 8 spaces, found 2
(#5890) Expected "if (...) {\n"; found "if(...) {\n"
(#5890) Variable "encodingStyle" must be all lower-case
(#5891) Spaces must be used for alignment; tabs are not allowed
(#5891) Tab found within whitespace
(#5891) Line indented incorrectly; expected at least 12 spaces, found 3
(#5891) Variable "encodingStyle" must be all lower-case
(#5891) Variable "encodingStyle" must be all lower-case
(#5892) Spaces must be used for alignment; tabs are not allowed
(#5892) Tab found within whitespace
(#5892) Line indented incorrectly; expected 8 spaces, found 2
(#5894) Spaces must be used for alignment; tabs are not allowed
(#5894) Tab found within whitespace
(#5894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5894) Inline comments must end in full-stops, exclamation marks, or question marks
(#5894) Line indented incorrectly; expected at least 8 spaces, found 2
(#5895) Spaces must be used for alignment; tabs are not allowed
(#5895) Tab found within whitespace
(#5895) Line indented incorrectly; expected 8 spaces, found 5
(#5896) Spaces must be used for alignment; tabs are not allowed
(#5896) Tab found within whitespace
(#5896) Line indented incorrectly; expected 12 spaces, found 6
(#5897) Spaces must be used for alignment; tabs are not allowed
(#5897) Tab found within whitespace
(#5897) Line indented incorrectly; expected at least 16 spaces, found 7
(#5898) Spaces must be used for alignment; tabs are not allowed
(#5898) Tab found within whitespace
(#5898) Line indented incorrectly; expected at least 16 spaces, found 7
(#5898) Variable "forceType" must be all lower-case
(#5899) Spaces must be used for alignment; tabs are not allowed
(#5899) Tab found within whitespace
(#5899) Line indented incorrectly; expected at least 16 spaces, found 7
(#5900) Spaces must be used for alignment; tabs are not allowed
(#5900) Tab found within whitespace
(#5900) Line indented incorrectly; expected 12 spaces, found 6
(#5900) Usage of ELSEIF not allowed; use ELSE IF instead
(#5901) Spaces must be used for alignment; tabs are not allowed
(#5901) Tab found within whitespace
(#5901) Line indented incorrectly; expected at least 16 spaces, found 7
(#5902) Spaces must be used for alignment; tabs are not allowed
(#5902) Tab found within whitespace
(#5902) Line indented incorrectly; expected at least 16 spaces, found 7
(#5902) Variable "forceType" must be all lower-case
(#5903) Spaces must be used for alignment; tabs are not allowed
(#5903) Tab found within whitespace
(#5903) Line indented incorrectly; expected at least 16 spaces, found 7
(#5904) Spaces must be used for alignment; tabs are not allowed
(#5904) Tab found within whitespace
(#5904) Line indented incorrectly; expected 12 spaces, found 6
(#5905) Spaces must be used for alignment; tabs are not allowed
(#5905) Tab found within whitespace
(#5905) Line indented incorrectly; expected at least 16 spaces, found 7
(#5905) Variable "forceType" must be all lower-case
(#5906) Spaces must be used for alignment; tabs are not allowed
(#5906) Tab found within whitespace
(#5906) Line indented incorrectly; expected at least 16 spaces, found 7
(#5907) Spaces must be used for alignment; tabs are not allowed
(#5907) Tab found within whitespace
(#5907) Line indented incorrectly; expected 12 spaces, found 6
(#5908) Spaces must be used for alignment; tabs are not allowed
(#5908) Tab found within whitespace
(#5908) Line indented incorrectly; expected at least 12 spaces, found 6
(#5909) Spaces must be used for alignment; tabs are not allowed
(#5909) Tab found within whitespace
(#5909) Line indented incorrectly; expected at least 12 spaces, found 6
(#5910) Spaces must be used for alignment; tabs are not allowed
(#5910) Tab found within whitespace
(#5910) Line indented incorrectly; expected at least 12 spaces, found 6
(#5911) Spaces must be used for alignment; tabs are not allowed
(#5911) Tab found within whitespace
(#5911) Line indented incorrectly; expected 12 spaces, found 6
(#5912) Spaces must be used for alignment; tabs are not allowed
(#5912) Tab found within whitespace
(#5912) Line indented incorrectly; expected 16 spaces, found 7
(#5913) Spaces must be used for alignment; tabs are not allowed
(#5913) Tab found within whitespace
(#5913) Line indented incorrectly; expected at least 20 spaces, found 8
(#5914) Spaces must be used for alignment; tabs are not allowed
(#5914) Tab found within whitespace
(#5914) Line indented incorrectly; expected 16 spaces, found 7
(#5915) Spaces must be used for alignment; tabs are not allowed
(#5915) Tab found within whitespace
(#5915) Line indented incorrectly; expected 16 spaces, found 7
(#5916) Spaces must be used for alignment; tabs are not allowed
(#5916) Tab found within whitespace
(#5916) Line indented incorrectly; expected at least 20 spaces, found 8
(#5917) Spaces must be used for alignment; tabs are not allowed
(#5917) Tab found within whitespace
(#5917) Line indented incorrectly; expected 16 spaces, found 7
(#5918) Spaces must be used for alignment; tabs are not allowed
(#5918) Tab found within whitespace
(#5918) Line indented incorrectly; expected at least 16 spaces, found 7
(#5919) Spaces must be used for alignment; tabs are not allowed
(#5919) Tab found within whitespace
(#5919) Line indented incorrectly; expected 12 spaces, found 6
(#5920) Closing brace indented incorrectly; expected 5 spaces, found 8
(#5921) Spaces must be used for alignment; tabs are not allowed
(#5921) Tab found within whitespace
(#5921) Line indented incorrectly; expected at least 12 spaces, found 9
(#5921) Variable "forceType" must be all lower-case
(#5922) Line indented incorrectly; expected 12 spaces, found 8
(#5924) Spaces must be used for alignment; tabs are not allowed
(#5924) Tab found within whitespace
(#5924) Line indented incorrectly; expected at least 12 spaces, found 2
(#5925) Spaces must be used for alignment; tabs are not allowed
(#5925) Tab found within whitespace
(#5925) Line indented incorrectly; expected 12 spaces, found 2
(#5926) Spaces must be used for alignment; tabs are not allowed
(#5926) Tab found within whitespace
(#5926) Line indented incorrectly; expected at least 16 spaces, found 3
(#5926) Variable "uqType" must be all lower-case
(#5927) Spaces must be used for alignment; tabs are not allowed
(#5927) Tab found within whitespace
(#5927) Line indented incorrectly; expected at least 16 spaces, found 3
(#5928) Spaces must be used for alignment; tabs are not allowed
(#5928) Tab found within whitespace
(#5928) Line indented incorrectly; expected at least 16 spaces, found 3
(#5928) Variable "uqType" must be all lower-case
(#5929) Spaces must be used for alignment; tabs are not allowed
(#5929) Tab found within whitespace
(#5929) Line indented incorrectly; expected 16 spaces, found 3
(#5930) Spaces must be used for alignment; tabs are not allowed
(#5930) Tab found within whitespace
(#5930) Line indented incorrectly; expected at least 20 spaces, found 4
(#5931) Spaces must be used for alignment; tabs are not allowed
(#5931) Tab found within whitespace
(#5931) Line indented incorrectly; expected at least 20 spaces, found 4
(#5931) Variable "uqType" must be all lower-case
(#5932) Spaces must be used for alignment; tabs are not allowed
(#5932) Tab found within whitespace
(#5932) Line indented incorrectly; expected 16 spaces, found 3
(#5934) Spaces must be used for alignment; tabs are not allowed
(#5934) Tab found within whitespace
(#5934) Line indented incorrectly; expected 16 spaces, found 3
(#5934) Expected "if (...) {\n"; found "if(...){\n"
(#5935) Spaces must be used for alignment; tabs are not allowed
(#5935) Tab found within whitespace
(#5935) Line indented incorrectly; expected at least 20 spaces, found 4
(#5936) Spaces must be used for alignment; tabs are not allowed
(#5936) Tab found within whitespace
(#5936) Line indented incorrectly; expected 20 spaces, found 4
(#5937) Spaces must be used for alignment; tabs are not allowed
(#5937) Tab found within whitespace
(#5937) Line indented incorrectly; expected at least 24 spaces, found 5
(#5937) Variable "elementNS" must be all lower-case
(#5938) Spaces must be used for alignment; tabs are not allowed
(#5938) Tab found within whitespace
(#5938) Line indented incorrectly; expected 20 spaces, found 4
(#5939) Spaces must be used for alignment; tabs are not allowed
(#5939) Tab found within whitespace
(#5939) Line indented incorrectly; expected at least 24 spaces, found 5
(#5939) Variable "elementNS" must be all lower-case
(#5940) Spaces must be used for alignment; tabs are not allowed
(#5940) Tab found within whitespace
(#5940) Line indented incorrectly; expected 20 spaces, found 4
(#5941) Spaces must be used for alignment; tabs are not allowed
(#5941) Tab found within whitespace
(#5941) Line indented incorrectly; expected 20 spaces, found 4
(#5942) Spaces must be used for alignment; tabs are not allowed
(#5942) Tab found within whitespace
(#5942) Line indented incorrectly; expected 24 spaces, found 5
(#5943) Spaces must be used for alignment; tabs are not allowed
(#5943) Tab found within whitespace
(#5943) Inline comments must end in full-stops, exclamation marks, or question marks
(#5943) Line indented incorrectly; expected at least 28 spaces, found 6
(#5944) Spaces must be used for alignment; tabs are not allowed
(#5944) Tab found within whitespace
(#5944) Line indented incorrectly; expected at least 28 spaces, found 6
(#5945) Spaces must be used for alignment; tabs are not allowed
(#5945) Tab found within whitespace
(#5945) Line indented incorrectly; expected 24 spaces, found 5
(#5946) Spaces must be used for alignment; tabs are not allowed
(#5946) Tab found within whitespace
(#5946) Inline comments must end in full-stops, exclamation marks, or question marks
(#5946) Line indented incorrectly; expected at least 28 spaces, found 6
(#5947) Spaces must be used for alignment; tabs are not allowed
(#5947) Tab found within whitespace
(#5947) Line indented incorrectly; expected at least 28 spaces, found 6
(#5947) Variable "uqType" must be all lower-case
(#5948) Spaces must be used for alignment; tabs are not allowed
(#5948) Tab found within whitespace
(#5948) Line indented incorrectly; expected 24 spaces, found 5
(#5949) Spaces must be used for alignment; tabs are not allowed
(#5949) Tab found within whitespace
(#5949) Line indented incorrectly; expected at least 24 spaces, found 5
(#5950) Spaces must be used for alignment; tabs are not allowed
(#5950) Tab found within whitespace
(#5950) Line indented incorrectly; expected at least 24 spaces, found 5
(#5951) Spaces must be used for alignment; tabs are not allowed
(#5951) Tab found within whitespace
(#5951) Line indented incorrectly; expected 20 spaces, found 4
(#5952) Spaces must be used for alignment; tabs are not allowed
(#5952) Tab found within whitespace
(#5952) Line indented incorrectly; expected 20 spaces, found 4
(#5952) Variable "uqType" must be all lower-case
(#5953) Spaces must be used for alignment; tabs are not allowed
(#5953) Tab found within whitespace
(#5953) Inline comments must end in full-stops, exclamation marks, or question marks
(#5953) Line indented incorrectly; expected at least 24 spaces, found 5
(#5954) Spaces must be used for alignment; tabs are not allowed
(#5954) Tab found within whitespace
(#5954) Line indented incorrectly; expected at least 24 spaces, found 5
(#5955) Spaces must be used for alignment; tabs are not allowed
(#5955) Tab found within whitespace
(#5955) Line indented incorrectly; expected 20 spaces, found 4
(#5956) Spaces must be used for alignment; tabs are not allowed
(#5956) Tab found within whitespace
(#5956) Line indented incorrectly; expected 20 spaces, found 7
(#5956) Variable "uqType" must be all lower-case
(#5957) Spaces must be used for alignment; tabs are not allowed
(#5957) Tab found within whitespace
(#5957) Line indented incorrectly; expected 24 spaces, found 8
(#5958) Spaces must be used for alignment; tabs are not allowed
(#5958) Tab found within whitespace
(#5958) Line indented incorrectly; expected at least 28 spaces, found 6
(#5959) Spaces must be used for alignment; tabs are not allowed
(#5959) Tab found within whitespace
(#5959) Line indented incorrectly; expected 24 spaces, found 5
(#5959) Closing brace indented incorrectly; expected 8 spaces, found 5
(#5960) Spaces must be used for alignment; tabs are not allowed
(#5960) Tab found within whitespace
(#5960) Line indented incorrectly; expected at least 28 spaces, found 6
(#5961) Spaces must be used for alignment; tabs are not allowed
(#5961) Tab found within whitespace
(#5961) Line indented incorrectly; expected 24 spaces, found 5
(#5962) Spaces must be used for alignment; tabs are not allowed
(#5962) Tab found within whitespace
(#5962) Line indented incorrectly; expected 20 spaces, found 4
(#5962) Closing brace indented incorrectly; expected 7 spaces, found 4
(#5962) Whitespace found at end of line
(#5963) Spaces must be used for alignment; tabs are not allowed
(#5963) Tab found within whitespace
(#5963) Line indented incorrectly; expected 20 spaces, found 4
(#5963) Variable "uqType" must be all lower-case
(#5964) Spaces must be used for alignment; tabs are not allowed
(#5964) Tab found within whitespace
(#5964) Line indented incorrectly; expected at least 24 spaces, found 5
(#5965) Spaces must be used for alignment; tabs are not allowed
(#5965) Tab found within whitespace
(#5965) Line indented incorrectly; expected 20 spaces, found 4
(#5966) Spaces must be used for alignment; tabs are not allowed
(#5966) Tab found within whitespace
(#5966) Line indented incorrectly; expected 20 spaces, found 4
(#5966) Variable "uqType" must be all lower-case
(#5966) Variable "uqType" must be all lower-case
(#5967) Spaces must be used for alignment; tabs are not allowed
(#5967) Tab found within whitespace
(#5967) Line indented incorrectly; expected at least 24 spaces, found 5
(#5968) Spaces must be used for alignment; tabs are not allowed
(#5968) Tab found within whitespace
(#5968) Line indented incorrectly; expected 20 spaces, found 4
(#5969) Spaces must be used for alignment; tabs are not allowed
(#5969) Tab found within whitespace
(#5969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5969) Line indented incorrectly; expected at least 20 spaces, found 4
(#5970) Spaces must be used for alignment; tabs are not allowed
(#5970) Tab found within whitespace
(#5970) Line indented incorrectly; expected at least 20 spaces, found 4
(#5971) Spaces must be used for alignment; tabs are not allowed
(#5971) Tab found within whitespace
(#5971) Inline comments must end in full-stops, exclamation marks, or question marks
(#5971) Line indented incorrectly; expected at least 20 spaces, found 4
(#5972) Spaces must be used for alignment; tabs are not allowed
(#5972) Tab found within whitespace
(#5972) Line indented incorrectly; expected 20 spaces, found 4
(#5972) Variable "uqType" must be all lower-case
(#5973) Spaces must be used for alignment; tabs are not allowed
(#5973) Tab found within whitespace
(#5973) Line indented incorrectly; expected 24 spaces, found 5
(#5974) Spaces must be used for alignment; tabs are not allowed
(#5974) Tab found within whitespace
(#5974) Line indented incorrectly; expected 28 spaces, found 6
(#5974) Variable "forceType" must be all lower-case
(#5975) Spaces must be used for alignment; tabs are not allowed
(#5975) Tab found within whitespace
(#5975) Line indented incorrectly; expected at least 32 spaces, found 7
(#5975) Variable "uqType" must be all lower-case
(#5976) Spaces must be used for alignment; tabs are not allowed
(#5976) Tab found within whitespace
(#5976) Line indented incorrectly; expected 28 spaces, found 6
(#5977) Spaces must be used for alignment; tabs are not allowed
(#5977) Tab found within whitespace
(#5977) Line indented incorrectly; expected at least 32 spaces, found 7
(#5978) Spaces must be used for alignment; tabs are not allowed
(#5978) Tab found within whitespace
(#5978) Line indented incorrectly; expected 28 spaces, found 6
(#5979) Spaces must be used for alignment; tabs are not allowed
(#5979) Tab found within whitespace
(#5979) Line indented incorrectly; expected 24 spaces, found 5
(#5980) Spaces must be used for alignment; tabs are not allowed
(#5980) Tab found within whitespace
(#5980) Line indented incorrectly; expected at least 28 spaces, found 6
(#5980) Variable "uqType" must be all lower-case
(#5981) Spaces must be used for alignment; tabs are not allowed
(#5981) Tab found within whitespace
(#5981) Line indented incorrectly; expected 24 spaces, found 5
(#5982) Spaces must be used for alignment; tabs are not allowed
(#5982) Tab found within whitespace
(#5982) Line indented incorrectly; expected at least 24 spaces, found 5
(#5983) Spaces must be used for alignment; tabs are not allowed
(#5983) Tab found within whitespace
(#5983) Line indented incorrectly; expected at least 24 spaces, found 5
(#5984) Spaces must be used for alignment; tabs are not allowed
(#5984) Tab found within whitespace
(#5984) Line indented incorrectly; expected 20 spaces, found 4
(#5985) Spaces must be used for alignment; tabs are not allowed
(#5985) Tab found within whitespace
(#5985) Line indented incorrectly; expected at least 20 spaces, found 4
(#5986) Spaces must be used for alignment; tabs are not allowed
(#5986) Tab found within whitespace
(#5986) Line indented incorrectly; expected 16 spaces, found 3
(#5987) Spaces must be used for alignment; tabs are not allowed
(#5987) Tab found within whitespace
(#5987) Line indented incorrectly; expected at least 20 spaces, found 4
(#5988) Spaces must be used for alignment; tabs are not allowed
(#5988) Tab found within whitespace
(#5988) Line indented incorrectly; expected 20 spaces, found 4
(#5988) Variable "uqType" must be all lower-case
(#5989) Spaces must be used for alignment; tabs are not allowed
(#5989) Tab found within whitespace
(#5989) Line indented incorrectly; expected at least 24 spaces, found 5
(#5989) Variable "tt_prefix" must not contain underscores.
(#5990) Spaces must be used for alignment; tabs are not allowed
(#5990) Tab found within whitespace
(#5990) Line indented incorrectly; expected 24 spaces, found 5
(#5990) Variable "tt_prefix" must not contain underscores.
(#5991) Spaces must be used for alignment; tabs are not allowed
(#5991) Tab found within whitespace
(#5991) Line indented incorrectly; expected at least 28 spaces, found 6
(#5992) Spaces must be used for alignment; tabs are not allowed
(#5992) Tab found within whitespace
(#5992) Line indented incorrectly; expected at least 28 spaces, found 6
(#5992) Variable "tt_prefix" must not contain underscores.
(#5993) Spaces must be used for alignment; tabs are not allowed
(#5993) Tab found within whitespace
(#5993) Line indented incorrectly; expected at least 28 spaces, found 6
(#5993) Variable "tt_prefix" must not contain underscores.
(#5994) Spaces must be used for alignment; tabs are not allowed
(#5994) Tab found within whitespace
(#5994) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5994) Inline comments must end in full-stops, exclamation marks, or question marks
(#5994) Line indented incorrectly; expected at least 28 spaces, found 6
(#5995) Spaces must be used for alignment; tabs are not allowed
(#5995) Tab found within whitespace
(#5995) Line indented incorrectly; expected at least 28 spaces, found 6
(#5995) Variable "tt_prefix" must not contain underscores.
(#5996) Spaces must be used for alignment; tabs are not allowed
(#5996) Tab found within whitespace
(#5996) Line indented incorrectly; expected 24 spaces, found 5
(#5997) Spaces must be used for alignment; tabs are not allowed
(#5997) Tab found within whitespace
(#5997) Line indented incorrectly; expected at least 24 spaces, found 5
(#5998) Spaces must be used for alignment; tabs are not allowed
(#5998) Tab found within whitespace
(#5998) Line indented incorrectly; expected 24 spaces, found 5
(#5998) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#5999) Spaces must be used for alignment; tabs are not allowed
(#5999) Tab found within whitespace
(#5999) Line indented incorrectly; expected at least 28 spaces, found 6
(#6000) Spaces must be used for alignment; tabs are not allowed
(#6000) Tab found within whitespace
(#6000) Line indented incorrectly; expected at least 28 spaces, found 6
(#6001) Spaces must be used for alignment; tabs are not allowed
(#6001) Tab found within whitespace
(#6001) Line indented incorrectly; expected at least 28 spaces, found 6
(#6001) Commas (,) must be followed by white space.
(#6001) Commas (,) must be followed by white space.
(#6001) Commas (,) must be followed by white space.
(#6001) Commas (,) must be followed by white space.
(#6001) Commas (,) must be followed by white space.
(#6001) Commas (,) must be followed by white space.
(#6002) Spaces must be used for alignment; tabs are not allowed
(#6002) Tab found within whitespace
(#6002) Line indented incorrectly; expected at least 28 spaces, found 6
(#6002) Commas (,) must be followed by white space.
(#6002) Commas (,) must be followed by white space.
(#6002) Commas (,) must be followed by white space.
(#6002) Commas (,) must be followed by white space.
(#6002) Commas (,) must be followed by white space.
(#6002) Commas (,) must be followed by white space.
(#6003) Spaces must be used for alignment; tabs are not allowed
(#6003) Tab found within whitespace
(#6003) Line indented incorrectly; expected at least 28 spaces, found 6
(#6004) Spaces must be used for alignment; tabs are not allowed
(#6004) Tab found within whitespace
(#6004) Line indented incorrectly; expected 24 spaces, found 5
(#6005) Spaces must be used for alignment; tabs are not allowed
(#6005) Tab found within whitespace
(#6005) Line indented incorrectly; expected 24 spaces, found 5
(#6006) Spaces must be used for alignment; tabs are not allowed
(#6006) Tab found within whitespace
(#6006) Line indented incorrectly; expected 28 spaces, found 6
(#6006) Variable "forceType" must be all lower-case
(#6007) Spaces must be used for alignment; tabs are not allowed
(#6007) Tab found within whitespace
(#6007) Line indented incorrectly; expected at least 32 spaces, found 7
(#6007) Variable "tt_prefix" must not contain underscores.
(#6007) Variable "uqType" must be all lower-case
(#6008) Spaces must be used for alignment; tabs are not allowed
(#6008) Tab found within whitespace
(#6008) Line indented incorrectly; expected 28 spaces, found 6
(#6009) Spaces must be used for alignment; tabs are not allowed
(#6009) Tab found within whitespace
(#6009) Line indented incorrectly; expected at least 32 spaces, found 7
(#6010) Spaces must be used for alignment; tabs are not allowed
(#6010) Tab found within whitespace
(#6010) Line indented incorrectly; expected 28 spaces, found 6
(#6011) Spaces must be used for alignment; tabs are not allowed
(#6011) Tab found within whitespace
(#6011) Line indented incorrectly; expected 24 spaces, found 5
(#6012) Spaces must be used for alignment; tabs are not allowed
(#6012) Tab found within whitespace
(#6012) Line indented incorrectly; expected at least 28 spaces, found 6
(#6012) Variable "tt_prefix" must not contain underscores.
(#6012) Variable "uqType" must be all lower-case
(#6013) Spaces must be used for alignment; tabs are not allowed
(#6013) Tab found within whitespace
(#6013) Line indented incorrectly; expected 24 spaces, found 5
(#6014) Spaces must be used for alignment; tabs are not allowed
(#6014) Tab found within whitespace
(#6014) Line indented incorrectly; expected at least 24 spaces, found 5
(#6015) Spaces must be used for alignment; tabs are not allowed
(#6015) Tab found within whitespace
(#6015) Line indented incorrectly; expected at least 24 spaces, found 5
(#6016) Spaces must be used for alignment; tabs are not allowed
(#6016) Tab found within whitespace
(#6016) Line indented incorrectly; expected 20 spaces, found 4
(#6017) Spaces must be used for alignment; tabs are not allowed
(#6017) Tab found within whitespace
(#6017) Line indented incorrectly; expected at least 20 spaces, found 4
(#6018) Spaces must be used for alignment; tabs are not allowed
(#6018) Tab found within whitespace
(#6018) Line indented incorrectly; expected 16 spaces, found 3
(#6019) Spaces must be used for alignment; tabs are not allowed
(#6019) Tab found within whitespace
(#6019) Line indented incorrectly; expected 12 spaces, found 2
(#6020) Spaces must be used for alignment; tabs are not allowed
(#6020) Tab found within whitespace
(#6020) Line indented incorrectly; expected at least 16 spaces, found 3
(#6021) Spaces must be used for alignment; tabs are not allowed
(#6021) Tab found within whitespace
(#6021) Line indented incorrectly; expected at least 16 spaces, found 3
(#6022) Spaces must be used for alignment; tabs are not allowed
(#6022) Tab found within whitespace
(#6022) Line indented incorrectly; expected at least 16 spaces, found 3
(#6023) Spaces must be used for alignment; tabs are not allowed
(#6023) Tab found within whitespace
(#6023) Line indented incorrectly; expected at least 16 spaces, found 3
(#6024) Spaces must be used for alignment; tabs are not allowed
(#6024) Tab found within whitespace
(#6024) Line indented incorrectly; expected at least 16 spaces, found 3
(#6024) Variable "uqType" must be all lower-case
(#6025) Spaces must be used for alignment; tabs are not allowed
(#6025) Tab found within whitespace
(#6025) Line indented incorrectly; expected 12 spaces, found 2
(#6026) Spaces must be used for alignment; tabs are not allowed
(#6026) Tab found within whitespace
(#6026) Line indented incorrectly; expected 12 spaces, found 2
(#6026) Expected "if (...) {\n"; found "if(...){\n"
(#6026) Variable "typeDef" must be all lower-case
(#6026) Variable "uqType" must be all lower-case
(#6027) Spaces must be used for alignment; tabs are not allowed
(#6027) Tab found within whitespace
(#6027) Line indented incorrectly; expected at least 16 spaces, found 3
(#6028) Spaces must be used for alignment; tabs are not allowed
(#6028) Tab found within whitespace
(#6028) Line indented incorrectly; expected at least 16 spaces, found 3
(#6029) Spaces must be used for alignment; tabs are not allowed
(#6029) Tab found within whitespace
(#6029) Line indented incorrectly; expected at least 16 spaces, found 3
(#6030) Spaces must be used for alignment; tabs are not allowed
(#6030) Tab found within whitespace
(#6030) Line indented incorrectly; expected 12 spaces, found 2
(#6031) Spaces must be used for alignment; tabs are not allowed
(#6031) Tab found within whitespace
(#6031) Line indented incorrectly; expected at least 16 spaces, found 3
(#6032) Spaces must be used for alignment; tabs are not allowed
(#6032) Tab found within whitespace
(#6032) Line indented incorrectly; expected at least 16 spaces, found 3
(#6032) Variable "typeDef" must be all lower-case
(#6033) Spaces must be used for alignment; tabs are not allowed
(#6033) Tab found within whitespace
(#6033) Line indented incorrectly; expected 16 spaces, found 3
(#6033) Variable "uqType" must be all lower-case
(#6034) Spaces must be used for alignment; tabs are not allowed
(#6034) Tab found within whitespace
(#6034) Line indented incorrectly; expected at least 20 spaces, found 4
(#6034) Variable "uqType" must be all lower-case
(#6034) Variable "uqType" must be all lower-case
(#6035) Spaces must be used for alignment; tabs are not allowed
(#6035) Tab found within whitespace
(#6035) Line indented incorrectly; expected 16 spaces, found 3
(#6036) Spaces must be used for alignment; tabs are not allowed
(#6036) Tab found within whitespace
(#6036) Line indented incorrectly; expected 12 spaces, found 2
(#6037) Spaces must be used for alignment; tabs are not allowed
(#6037) Tab found within whitespace
(#6037) Line indented incorrectly; expected 12 spaces, found 2
(#6037) Variable "typeDef" must be all lower-case
(#6038) Spaces must be used for alignment; tabs are not allowed
(#6038) Tab found within whitespace
(#6038) Line indented incorrectly; expected at least 16 spaces, found 3
(#6039) Spaces must be used for alignment; tabs are not allowed
(#6039) Tab found within whitespace
(#6039) Line indented incorrectly; expected at least 16 spaces, found 3
(#6040) Spaces must be used for alignment; tabs are not allowed
(#6040) Tab found within whitespace
(#6040) Line indented incorrectly; expected at least 16 spaces, found 3
(#6041) Spaces must be used for alignment; tabs are not allowed
(#6041) Tab found within whitespace
(#6041) Line indented incorrectly; expected 12 spaces, found 2
(#6042) Spaces must be used for alignment; tabs are not allowed
(#6042) Tab found within whitespace
(#6042) Line indented incorrectly; expected at least 12 spaces, found 2
(#6042) Variable "phpType" must be all lower-case
(#6042) Variable "typeDef" must be all lower-case
(#6043) Spaces must be used for alignment; tabs are not allowed
(#6043) Tab found within whitespace
(#6043) Line indented incorrectly; expected at least 12 spaces, found 2
(#6043) Variable "uqType" must be all lower-case
(#6043) Variable "typeDef" must be all lower-case
(#6043) Variable "typeDef" must be all lower-case
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Line exceeds 132 characters; contains 157 characters
(#6043) Whitespace found at end of line
(#6044) Spaces must be used for alignment; tabs are not allowed
(#6044) Tab found within whitespace
(#6044) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6044) Inline comments must end in full-stops, exclamation marks, or question marks
(#6044) Line indented incorrectly; expected at least 12 spaces, found 2
(#6045) Spaces must be used for alignment; tabs are not allowed
(#6045) Tab found within whitespace
(#6045) Line indented incorrectly; expected 12 spaces, found 2
(#6045) Variable "phpType" must be all lower-case
(#6046) Spaces must be used for alignment; tabs are not allowed
(#6046) Tab found within whitespace
(#6046) Line indented incorrectly; expected 16 spaces, found 3
(#6046) Variable "typeDef" must be all lower-case
(#6046) Variable "typeDef" must be all lower-case
(#6047) Spaces must be used for alignment; tabs are not allowed
(#6047) Tab found within whitespace
(#6047) Line indented incorrectly; expected at least 20 spaces, found 4
(#6047) Variable "elementName" must be all lower-case
(#6047) Variable "uqType" must be all lower-case
(#6048) Spaces must be used for alignment; tabs are not allowed
(#6048) Tab found within whitespace
(#6048) Line indented incorrectly; expected 20 spaces, found 4
(#6048) Variable "typeDef" must be all lower-case
(#6048) Variable "typeDef" must be all lower-case
(#6049) Spaces must be used for alignment; tabs are not allowed
(#6049) Tab found within whitespace
(#6049) Line indented incorrectly; expected at least 24 spaces, found 5
(#6049) Variable "elementNS" must be all lower-case
(#6050) Spaces must be used for alignment; tabs are not allowed
(#6050) Tab found within whitespace
(#6050) Line indented incorrectly; expected 20 spaces, found 4
(#6051) Spaces must be used for alignment; tabs are not allowed
(#6051) Tab found within whitespace
(#6051) Line indented incorrectly; expected at least 24 spaces, found 5
(#6051) Variable "elementNS" must be all lower-case
(#6052) Spaces must be used for alignment; tabs are not allowed
(#6052) Tab found within whitespace
(#6052) Line indented incorrectly; expected 20 spaces, found 4
(#6053) Spaces must be used for alignment; tabs are not allowed
(#6053) Tab found within whitespace
(#6053) Line indented incorrectly; expected 16 spaces, found 3
(#6054) Spaces must be used for alignment; tabs are not allowed
(#6054) Tab found within whitespace
(#6054) Line indented incorrectly; expected at least 20 spaces, found 4
(#6054) Variable "elementName" must be all lower-case
(#6055) Spaces must be used for alignment; tabs are not allowed
(#6055) Tab found within whitespace
(#6055) Line indented incorrectly; expected 20 spaces, found 4
(#6056) Spaces must be used for alignment; tabs are not allowed
(#6056) Tab found within whitespace
(#6056) Line indented incorrectly; expected at least 24 spaces, found 5
(#6056) Variable "elementNS" must be all lower-case
(#6057) Spaces must be used for alignment; tabs are not allowed
(#6057) Tab found within whitespace
(#6057) Line indented incorrectly; expected 20 spaces, found 4
(#6058) Spaces must be used for alignment; tabs are not allowed
(#6058) Tab found within whitespace
(#6058) Line indented incorrectly; expected at least 24 spaces, found 5
(#6058) Variable "elementNS" must be all lower-case
(#6059) Spaces must be used for alignment; tabs are not allowed
(#6059) Tab found within whitespace
(#6059) Line indented incorrectly; expected 20 spaces, found 4
(#6060) Spaces must be used for alignment; tabs are not allowed
(#6060) Tab found within whitespace
(#6060) Line indented incorrectly; expected 16 spaces, found 3
(#6061) Spaces must be used for alignment; tabs are not allowed
(#6061) Tab found within whitespace
(#6061) Line indented incorrectly; expected 16 spaces, found 3
(#6062) Spaces must be used for alignment; tabs are not allowed
(#6062) Tab found within whitespace
(#6062) Line indented incorrectly; expected 20 spaces, found 4
(#6063) Spaces must be used for alignment; tabs are not allowed
(#6063) Tab found within whitespace
(#6063) Inline comments must end in full-stops, exclamation marks, or question marks
(#6063) Line indented incorrectly; expected at least 24 spaces, found 5
(#6064) Spaces must be used for alignment; tabs are not allowed
(#6064) Tab found within whitespace
(#6064) Line indented incorrectly; expected at least 24 spaces, found 5
(#6064) Variable "elementName" must be all lower-case
(#6065) Spaces must be used for alignment; tabs are not allowed
(#6065) Tab found within whitespace
(#6065) Line indented incorrectly; expected 20 spaces, found 4
(#6066) Spaces must be used for alignment; tabs are not allowed
(#6066) Tab found within whitespace
(#6066) Line indented incorrectly; expected at least 24 spaces, found 5
(#6066) Variable "elementName" must be all lower-case
(#6066) Variable "uqType" must be all lower-case
(#6067) Spaces must be used for alignment; tabs are not allowed
(#6067) Tab found within whitespace
(#6067) Line indented incorrectly; expected 20 spaces, found 4
(#6068) Spaces must be used for alignment; tabs are not allowed
(#6068) Tab found within whitespace
(#6068) Line indented incorrectly; expected at least 20 spaces, found 4
(#6069) Spaces must be used for alignment; tabs are not allowed
(#6069) Tab found within whitespace
(#6069) Line indented incorrectly; expected at least 20 spaces, found 4
(#6070) Spaces must be used for alignment; tabs are not allowed
(#6070) Tab found within whitespace
(#6070) Line indented incorrectly; expected 16 spaces, found 3
(#6071) Spaces must be used for alignment; tabs are not allowed
(#6071) Tab found within whitespace
(#6071) Line indented incorrectly; expected 16 spaces, found 3
(#6072) Spaces must be used for alignment; tabs are not allowed
(#6072) Tab found within whitespace
(#6072) Line indented incorrectly; expected at least 20 spaces, found 4
(#6073) Spaces must be used for alignment; tabs are not allowed
(#6073) Tab found within whitespace
(#6073) Line indented incorrectly; expected 16 spaces, found 3
(#6074) Spaces must be used for alignment; tabs are not allowed
(#6074) Tab found within whitespace
(#6074) Line indented incorrectly; expected 16 spaces, found 3
(#6075) Spaces must be used for alignment; tabs are not allowed
(#6075) Tab found within whitespace
(#6075) Line indented incorrectly; expected at least 20 spaces, found 4
(#6075) Variable "elementAttrs" must be all lower-case
(#6075) Variable "typeDef" must be all lower-case
(#6075) Variable "uqType" must be all lower-case
(#6076) Spaces must be used for alignment; tabs are not allowed
(#6076) Tab found within whitespace
(#6076) Line indented incorrectly; expected 20 spaces, found 4
(#6077) Spaces must be used for alignment; tabs are not allowed
(#6077) Tab found within whitespace
(#6077) Line indented incorrectly; expected 24 spaces, found 5
(#6077) Variable "forceType" must be all lower-case
(#6078) Spaces must be used for alignment; tabs are not allowed
(#6078) Tab found within whitespace
(#6078) Line indented incorrectly; expected at least 28 spaces, found 6
(#6078) Variable "elementName" must be all lower-case
(#6078) Variable "uqType" must be all lower-case
(#6079) Spaces must be used for alignment; tabs are not allowed
(#6079) Tab found within whitespace
(#6079) Line indented incorrectly; expected 24 spaces, found 5
(#6080) Spaces must be used for alignment; tabs are not allowed
(#6080) Tab found within whitespace
(#6080) Line indented incorrectly; expected at least 28 spaces, found 6
(#6080) Variable "elementName" must be all lower-case
(#6081) Spaces must be used for alignment; tabs are not allowed
(#6081) Tab found within whitespace
(#6081) Line indented incorrectly; expected 24 spaces, found 5
(#6082) Spaces must be used for alignment; tabs are not allowed
(#6082) Tab found within whitespace
(#6082) Line indented incorrectly; expected 20 spaces, found 4
(#6083) Spaces must be used for alignment; tabs are not allowed
(#6083) Tab found within whitespace
(#6083) Line indented incorrectly; expected at least 24 spaces, found 5
(#6083) Variable "elementName" must be all lower-case
(#6083) Variable "uqType" must be all lower-case
(#6084) Spaces must be used for alignment; tabs are not allowed
(#6084) Tab found within whitespace
(#6084) Line indented incorrectly; expected 20 spaces, found 4
(#6086) Spaces must be used for alignment; tabs are not allowed
(#6086) Tab found within whitespace
(#6086) Line indented incorrectly; expected 20 spaces, found 4
(#6086) Variable "typeDef" must be all lower-case
(#6086) Variable "typeDef" must be all lower-case
(#6087) Spaces must be used for alignment; tabs are not allowed
(#6087) Tab found within whitespace
(#6087) Line indented incorrectly; expected 24 spaces, found 5
(#6088) Spaces must be used for alignment; tabs are not allowed
(#6088) Tab found within whitespace
(#6088) Line indented incorrectly; expected at least 28 spaces, found 6
(#6089) Spaces must be used for alignment; tabs are not allowed
(#6089) Tab found within whitespace
(#6089) Line indented incorrectly; expected at least 28 spaces, found 6
(#6090) Spaces must be used for alignment; tabs are not allowed
(#6090) Tab found within whitespace
(#6090) Line indented incorrectly; expected 24 spaces, found 5
(#6091) Spaces must be used for alignment; tabs are not allowed
(#6091) Tab found within whitespace
(#6091) Line indented incorrectly; expected at least 28 spaces, found 6
(#6092) Spaces must be used for alignment; tabs are not allowed
(#6092) Tab found within whitespace
(#6092) Line indented incorrectly; expected 24 spaces, found 5
(#6093) Spaces must be used for alignment; tabs are not allowed
(#6093) Tab found within whitespace
(#6093) Line indented incorrectly; expected 20 spaces, found 4
(#6094) Spaces must be used for alignment; tabs are not allowed
(#6094) Tab found within whitespace
(#6094) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6094) Inline comments must end in full-stops, exclamation marks, or question marks
(#6094) Line indented incorrectly; expected at least 24 spaces, found 5
(#6095) Spaces must be used for alignment; tabs are not allowed
(#6095) Tab found within whitespace
(#6095) Line indented incorrectly; expected at least 24 spaces, found 5
(#6095) Variable "typeDef" must be all lower-case
(#6095) Variable "uqType" must be all lower-case
(#6095) Variable "encodingStyle" must be all lower-case
(#6096) Spaces must be used for alignment; tabs are not allowed
(#6096) Tab found within whitespace
(#6096) Line indented incorrectly; expected 20 spaces, found 4
(#6097) Spaces must be used for alignment; tabs are not allowed
(#6097) Tab found within whitespace
(#6097) Line indented incorrectly; expected at least 20 spaces, found 4
(#6097) Variable "elementName" must be all lower-case
(#6098) Spaces must be used for alignment; tabs are not allowed
(#6098) Tab found within whitespace
(#6098) Line indented incorrectly; expected 16 spaces, found 3
(#6099) Spaces must be used for alignment; tabs are not allowed
(#6099) Tab found within whitespace
(#6099) Line indented incorrectly; expected at least 20 spaces, found 4
(#6100) Spaces must be used for alignment; tabs are not allowed
(#6100) Tab found within whitespace
(#6100) Line indented incorrectly; expected at least 20 spaces, found 4
(#6101) Spaces must be used for alignment; tabs are not allowed
(#6101) Tab found within whitespace
(#6101) Line indented incorrectly; expected at least 20 spaces, found 4
(#6102) Spaces must be used for alignment; tabs are not allowed
(#6102) Tab found within whitespace
(#6102) Line indented incorrectly; expected 16 spaces, found 3
(#6103) Spaces must be used for alignment; tabs are not allowed
(#6103) Tab found within whitespace
(#6103) Line indented incorrectly; expected 12 spaces, found 2
(#6103) Usage of ELSEIF not allowed; use ELSE IF instead
(#6103) Variable "phpType" must be all lower-case
(#6104) Spaces must be used for alignment; tabs are not allowed
(#6104) Tab found within whitespace
(#6104) Line indented incorrectly; expected 16 spaces, found 3
(#6104) Variable "typeDef" must be all lower-case
(#6104) Variable "typeDef" must be all lower-case
(#6105) Spaces must be used for alignment; tabs are not allowed
(#6105) Tab found within whitespace
(#6105) Line indented incorrectly; expected at least 20 spaces, found 4
(#6105) Variable "elementNS" must be all lower-case
(#6106) Spaces must be used for alignment; tabs are not allowed
(#6106) Tab found within whitespace
(#6106) Line indented incorrectly; expected 16 spaces, found 3
(#6107) Spaces must be used for alignment; tabs are not allowed
(#6107) Tab found within whitespace
(#6107) Line indented incorrectly; expected 20 spaces, found 4
(#6108) Spaces must be used for alignment; tabs are not allowed
(#6108) Tab found within whitespace
(#6108) Line indented incorrectly; expected at least 24 spaces, found 5
(#6108) Variable "elementNS" must be all lower-case
(#6109) Spaces must be used for alignment; tabs are not allowed
(#6109) Tab found within whitespace
(#6109) Line indented incorrectly; expected 20 spaces, found 4
(#6110) Spaces must be used for alignment; tabs are not allowed
(#6110) Tab found within whitespace
(#6110) Line indented incorrectly; expected at least 24 spaces, found 5
(#6110) Variable "elementNS" must be all lower-case
(#6111) Spaces must be used for alignment; tabs are not allowed
(#6111) Tab found within whitespace
(#6111) Line indented incorrectly; expected 20 spaces, found 4
(#6112) Spaces must be used for alignment; tabs are not allowed
(#6112) Tab found within whitespace
(#6112) Line indented incorrectly; expected 16 spaces, found 3
(#6113) Spaces must be used for alignment; tabs are not allowed
(#6113) Tab found within whitespace
(#6113) Line indented incorrectly; expected 16 spaces, found 3
(#6114) Spaces must be used for alignment; tabs are not allowed
(#6114) Tab found within whitespace
(#6114) Line indented incorrectly; expected 20 spaces, found 4
(#6115) Spaces must be used for alignment; tabs are not allowed
(#6115) Tab found within whitespace
(#6115) Inline comments must end in full-stops, exclamation marks, or question marks
(#6115) Line indented incorrectly; expected at least 24 spaces, found 5
(#6116) Spaces must be used for alignment; tabs are not allowed
(#6116) Tab found within whitespace
(#6116) Line indented incorrectly; expected at least 24 spaces, found 5
(#6117) Spaces must be used for alignment; tabs are not allowed
(#6117) Tab found within whitespace
(#6117) Line indented incorrectly; expected 20 spaces, found 4
(#6118) Spaces must be used for alignment; tabs are not allowed
(#6118) Tab found within whitespace
(#6118) Line indented incorrectly; expected at least 24 spaces, found 5
(#6119) Spaces must be used for alignment; tabs are not allowed
(#6119) Tab found within whitespace
(#6119) Line indented incorrectly; expected at least 24 spaces, found 6
(#6120) Spaces must be used for alignment; tabs are not allowed
(#6120) Tab found within whitespace
(#6120) Line indented incorrectly; expected at least 24 spaces, found 6
(#6121) Spaces must be used for alignment; tabs are not allowed
(#6121) Tab found within whitespace
(#6121) Line indented incorrectly; expected at least 24 spaces, found 6
(#6122) Spaces must be used for alignment; tabs are not allowed
(#6122) Tab found within whitespace
(#6122) Line indented incorrectly; expected at least 24 spaces, found 6
(#6123) Spaces must be used for alignment; tabs are not allowed
(#6123) Tab found within whitespace
(#6123) Line indented incorrectly; expected at least 24 spaces, found 6
(#6123) Variable "typeDef" must be all lower-case
(#6124) Spaces must be used for alignment; tabs are not allowed
(#6124) Tab found within whitespace
(#6124) Line indented incorrectly; expected at least 24 spaces, found 6
(#6125) Spaces must be used for alignment; tabs are not allowed
(#6125) Tab found within whitespace
(#6125) Line indented incorrectly; expected at least 24 spaces, found 6
(#6125) Variable "typeDef" must be all lower-case
(#6126) Spaces must be used for alignment; tabs are not allowed
(#6126) Tab found within whitespace
(#6126) Line indented incorrectly; expected 20 spaces, found 4
(#6127) Spaces must be used for alignment; tabs are not allowed
(#6127) Tab found within whitespace
(#6127) Line indented incorrectly; expected at least 20 spaces, found 4
(#6128) Spaces must be used for alignment; tabs are not allowed
(#6128) Tab found within whitespace
(#6128) Line indented incorrectly; expected at least 20 spaces, found 4
(#6129) Spaces must be used for alignment; tabs are not allowed
(#6129) Tab found within whitespace
(#6129) Line indented incorrectly; expected 16 spaces, found 3
(#6130) Spaces must be used for alignment; tabs are not allowed
(#6130) Tab found within whitespace
(#6130) Line indented incorrectly; expected 16 spaces, found 3
(#6130) Variable "typeDef" must be all lower-case
(#6131) Spaces must be used for alignment; tabs are not allowed
(#6131) Tab found within whitespace
(#6131) Line indented incorrectly; expected at least 20 spaces, found 4
(#6132) Spaces must be used for alignment; tabs are not allowed
(#6132) Tab found within whitespace
(#6132) Line indented incorrectly; expected 20 spaces, found 4
(#6132) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#6133) Spaces must be used for alignment; tabs are not allowed
(#6133) Tab found within whitespace
(#6133) Line indented incorrectly; expected at least 24 spaces, found 5
(#6133) The use of function sizeof() is forbidden; use count() instead
(#6134) Spaces must be used for alignment; tabs are not allowed
(#6134) Tab found within whitespace
(#6134) Line indented incorrectly; expected at least 24 spaces, found 5
(#6135) Spaces must be used for alignment; tabs are not allowed
(#6135) Tab found within whitespace
(#6135) Line indented incorrectly; expected 20 spaces, found 4
(#6135) Whitespace found at end of line
(#6136) Spaces must be used for alignment; tabs are not allowed
(#6136) Tab found within whitespace
(#6136) Line indented incorrectly; expected at least 20 spaces, found 4
(#6137) Spaces must be used for alignment; tabs are not allowed
(#6137) Tab found within whitespace
(#6137) Line indented incorrectly; expected 16 spaces, found 3
(#6138) Spaces must be used for alignment; tabs are not allowed
(#6138) Tab found within whitespace
(#6138) Line indented incorrectly; expected at least 20 spaces, found 4
(#6139) Spaces must be used for alignment; tabs are not allowed
(#6139) Tab found within whitespace
(#6139) Line indented incorrectly; expected 16 spaces, found 3
(#6139) Whitespace found at end of line
(#6140) Spaces must be used for alignment; tabs are not allowed
(#6140) Tab found within whitespace
(#6140) Line indented incorrectly; expected 16 spaces, found 3
(#6140) The use of function sizeof() is forbidden; use count() instead
(#6141) Spaces must be used for alignment; tabs are not allowed
(#6141) Tab found within whitespace
(#6141) Line indented incorrectly; expected at least 20 spaces, found 4
(#6141) The use of function sizeof() is forbidden; use count() instead
(#6142) Spaces must be used for alignment; tabs are not allowed
(#6142) Tab found within whitespace
(#6142) Line indented incorrectly; expected at least 20 spaces, found 4
(#6143) Spaces must be used for alignment; tabs are not allowed
(#6143) Tab found within whitespace
(#6143) Line indented incorrectly; expected 20 spaces, found 4
(#6143) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#6144) Spaces must be used for alignment; tabs are not allowed
(#6144) Tab found within whitespace
(#6144) Line indented incorrectly; expected at least 24 spaces, found 5
(#6145) Spaces must be used for alignment; tabs are not allowed
(#6145) Tab found within whitespace
(#6145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6145) Inline comments must end in full-stops, exclamation marks, or question marks
(#6145) This comment is 71% valid code; is this commented out code?
(#6145) Line indented incorrectly; expected at least 24 spaces, found 5
(#6145) No space found before comment text; expected "// if (strpos($typeDef['arrayType'], ':') ) {" but found "//if (strpos($typeDef['arrayType'], ':') ) {"
(#6146) Spaces must be used for alignment; tabs are not allowed
(#6146) Tab found within whitespace
(#6146) Line indented incorrectly; expected 24 spaces, found 5
(#6146) Variable "typeDef" must be all lower-case
(#6146) Commas (,) must be followed by white space.
(#6147) Spaces must be used for alignment; tabs are not allowed
(#6147) Tab found within whitespace
(#6147) Line indented incorrectly; expected at least 28 spaces, found 9
(#6147) Variable "typeDef" must be all lower-case
(#6148) Spaces must be used for alignment; tabs are not allowed
(#6148) Tab found within whitespace
(#6148) Line indented incorrectly; expected 24 spaces, found 5
(#6149) Spaces must be used for alignment; tabs are not allowed
(#6149) Tab found within whitespace
(#6149) Line indented incorrectly; expected at least 28 spaces, found 9
(#6149) Variable "typeDef" must be all lower-case
(#6150) Spaces must be used for alignment; tabs are not allowed
(#6150) Tab found within whitespace
(#6150) Line indented incorrectly; expected 24 spaces, found 5
(#6150) Whitespace found at end of line
(#6151) Spaces must be used for alignment; tabs are not allowed
(#6151) Tab found within whitespace
(#6151) Line indented incorrectly; expected 20 spaces, found 4
(#6152) Spaces must be used for alignment; tabs are not allowed
(#6152) Tab found within whitespace
(#6152) Line indented incorrectly; expected 16 spaces, found 3
(#6153) Spaces must be used for alignment; tabs are not allowed
(#6153) Tab found within whitespace
(#6153) Line indented incorrectly; expected at least 20 spaces, found 4
(#6154) Spaces must be used for alignment; tabs are not allowed
(#6154) Tab found within whitespace
(#6154) Line indented incorrectly; expected at least 20 spaces, found 4
(#6155) Spaces must be used for alignment; tabs are not allowed
(#6155) Tab found within whitespace
(#6155) Line indented incorrectly; expected 16 spaces, found 3
(#6156) Spaces must be used for alignment; tabs are not allowed
(#6156) Tab found within whitespace
(#6156) Line indented incorrectly; expected at least 16 spaces, found 3
(#6157) Spaces must be used for alignment; tabs are not allowed
(#6157) Tab found within whitespace
(#6157) Line indented incorrectly; expected at least 16 spaces, found 3
(#6158) Spaces must be used for alignment; tabs are not allowed
(#6158) Tab found within whitespace
(#6158) Line indented incorrectly; expected 16 spaces, found 3
(#6159) Spaces must be used for alignment; tabs are not allowed
(#6159) Tab found within whitespace
(#6159) Line indented incorrectly; expected at least 20 spaces, found 4
(#6160) Spaces must be used for alignment; tabs are not allowed
(#6160) Tab found within whitespace
(#6160) Line indented incorrectly; expected at least 20 spaces, found 5
(#6161) Spaces must be used for alignment; tabs are not allowed
(#6161) Tab found within whitespace
(#6161) Line indented incorrectly; expected at least 20 spaces, found 5
(#6162) Spaces must be used for alignment; tabs are not allowed
(#6162) Tab found within whitespace
(#6162) Line indented incorrectly; expected 16 spaces, found 3
(#6163) Spaces must be used for alignment; tabs are not allowed
(#6163) Tab found within whitespace
(#6163) Line indented incorrectly; expected at least 20 spaces, found 4
(#6164) Spaces must be used for alignment; tabs are not allowed
(#6164) Tab found within whitespace
(#6164) Line indented incorrectly; expected at least 20 spaces, found 5
(#6165) Spaces must be used for alignment; tabs are not allowed
(#6165) Tab found within whitespace
(#6165) Line indented incorrectly; expected at least 20 spaces, found 5
(#6166) Spaces must be used for alignment; tabs are not allowed
(#6166) Tab found within whitespace
(#6166) Line indented incorrectly; expected at least 20 spaces, found 5
(#6166) Variable "typeDef" must be all lower-case
(#6167) Spaces must be used for alignment; tabs are not allowed
(#6167) Tab found within whitespace
(#6167) Line indented incorrectly; expected at least 20 spaces, found 5
(#6167) Variable "typeDef" must be all lower-case
(#6168) Spaces must be used for alignment; tabs are not allowed
(#6168) Tab found within whitespace
(#6168) Line indented incorrectly; expected at least 20 spaces, found 5
(#6169) Spaces must be used for alignment; tabs are not allowed
(#6169) Tab found within whitespace
(#6169) Line indented incorrectly; expected at least 20 spaces, found 5
(#6170) Spaces must be used for alignment; tabs are not allowed
(#6170) Tab found within whitespace
(#6170) Line indented incorrectly; expected 16 spaces, found 3
(#6171) Spaces must be used for alignment; tabs are not allowed
(#6171) Tab found within whitespace
(#6171) Line indented incorrectly; expected 12 spaces, found 2
(#6171) Usage of ELSEIF not allowed; use ELSE IF instead
(#6171) Variable "phpType" must be all lower-case
(#6172) Spaces must be used for alignment; tabs are not allowed
(#6172) Tab found within whitespace
(#6172) Line indented incorrectly; expected 16 spaces, found 3
(#6172) Variable "typeDef" must be all lower-case
(#6172) Variable "typeDef" must be all lower-case
(#6173) Spaces must be used for alignment; tabs are not allowed
(#6173) Tab found within whitespace
(#6173) Line indented incorrectly; expected at least 20 spaces, found 4
(#6173) Variable "elementNS" must be all lower-case
(#6174) Spaces must be used for alignment; tabs are not allowed
(#6174) Tab found within whitespace
(#6174) Line indented incorrectly; expected 16 spaces, found 3
(#6175) Spaces must be used for alignment; tabs are not allowed
(#6175) Tab found within whitespace
(#6175) Line indented incorrectly; expected 20 spaces, found 4
(#6176) Spaces must be used for alignment; tabs are not allowed
(#6176) Tab found within whitespace
(#6176) Line indented incorrectly; expected at least 24 spaces, found 5
(#6176) Variable "elementNS" must be all lower-case
(#6177) Spaces must be used for alignment; tabs are not allowed
(#6177) Tab found within whitespace
(#6177) Line indented incorrectly; expected 20 spaces, found 4
(#6178) Spaces must be used for alignment; tabs are not allowed
(#6178) Tab found within whitespace
(#6178) Line indented incorrectly; expected at least 24 spaces, found 5
(#6178) Variable "elementNS" must be all lower-case
(#6179) Spaces must be used for alignment; tabs are not allowed
(#6179) Tab found within whitespace
(#6179) Line indented incorrectly; expected 20 spaces, found 4
(#6180) Spaces must be used for alignment; tabs are not allowed
(#6180) Tab found within whitespace
(#6180) Line indented incorrectly; expected 16 spaces, found 3
(#6181) Spaces must be used for alignment; tabs are not allowed
(#6181) Tab found within whitespace
(#6181) Line indented incorrectly; expected 16 spaces, found 3
(#6182) Spaces must be used for alignment; tabs are not allowed
(#6182) Tab found within whitespace
(#6182) Line indented incorrectly; expected 20 spaces, found 4
(#6182) Variable "forceType" must be all lower-case
(#6183) Spaces must be used for alignment; tabs are not allowed
(#6183) Tab found within whitespace
(#6183) Line indented incorrectly; expected at least 24 spaces, found 5
(#6183) Variable "uqType" must be all lower-case
(#6184) Spaces must be used for alignment; tabs are not allowed
(#6184) Tab found within whitespace
(#6184) Line indented incorrectly; expected 20 spaces, found 4
(#6185) Spaces must be used for alignment; tabs are not allowed
(#6185) Tab found within whitespace
(#6185) Line indented incorrectly; expected at least 24 spaces, found 5
(#6186) Spaces must be used for alignment; tabs are not allowed
(#6186) Tab found within whitespace
(#6186) Line indented incorrectly; expected 20 spaces, found 4
(#6187) Spaces must be used for alignment; tabs are not allowed
(#6187) Tab found within whitespace
(#6187) Line indented incorrectly; expected 16 spaces, found 3
(#6188) Spaces must be used for alignment; tabs are not allowed
(#6188) Tab found within whitespace
(#6188) Line indented incorrectly; expected at least 20 spaces, found 4
(#6188) Variable "uqType" must be all lower-case
(#6189) Spaces must be used for alignment; tabs are not allowed
(#6189) Tab found within whitespace
(#6189) Line indented incorrectly; expected 16 spaces, found 3
(#6190) Spaces must be used for alignment; tabs are not allowed
(#6190) Tab found within whitespace
(#6190) Line indented incorrectly; expected 12 spaces, found 2
(#6191) Spaces must be used for alignment; tabs are not allowed
(#6191) Tab found within whitespace
(#6191) Line indented incorrectly; expected at least 12 spaces, found 2
(#6192) Spaces must be used for alignment; tabs are not allowed
(#6192) Tab found within whitespace
(#6192) Line indented incorrectly; expected at least 12 spaces, found 2
(#6193) Spaces must be used for alignment; tabs are not allowed
(#6193) Tab found within whitespace
(#6193) Line indented incorrectly; expected 4 spaces, found 1
(#6194) Spaces must be used for alignment; tabs are not allowed
(#6194) Tab found within whitespace
(#6194) Whitespace found at end of line
(#6195) Spaces must be used for alignment; tabs are not allowed
(#6195) Tab found within whitespace
(#6195) Line indented incorrectly; expected at least 4 spaces, found 1
(#6196) Spaces must be used for alignment; tabs are not allowed
(#6197) Spaces must be used for alignment; tabs are not allowed
(#6198) Spaces must be used for alignment; tabs are not allowed
(#6199) Spaces must be used for alignment; tabs are not allowed
(#6200) Spaces must be used for alignment; tabs are not allowed
(#6201) Spaces must be used for alignment; tabs are not allowed
(#6202) Spaces must be used for alignment; tabs are not allowed
(#6203) Spaces must be used for alignment; tabs are not allowed
(#6204) Spaces must be used for alignment; tabs are not allowed
(#6205) Spaces must be used for alignment; tabs are not allowed
(#6205) Tab found within whitespace
(#6205) Line indented incorrectly; expected 4 spaces, found 1
(#6205) method name "wsdl::serializeComplexTypeAttributes" must be in lower-case letters only
(#6205) Visibility must be declared on method "serializeComplexTypeAttributes"
(#6205) Variable "typeDef" must be all lower-case
(#6205) Variable "uqType" must be all lower-case
(#6206) Spaces must be used for alignment; tabs are not allowed
(#6206) Tab found within whitespace
(#6206) Line indented incorrectly; expected at least 8 spaces, found 2
(#6207) Spaces must be used for alignment; tabs are not allowed
(#6207) Tab found within whitespace
(#6207) Line indented incorrectly; expected at least 8 spaces, found 2
(#6208) Spaces must be used for alignment; tabs are not allowed
(#6208) Tab found within whitespace
(#6208) Line indented incorrectly; expected 8 spaces, found 2
(#6208) Variable "typeDef" must be all lower-case
(#6209) Spaces must be used for alignment; tabs are not allowed
(#6209) Tab found within whitespace
(#6209) Line indented incorrectly; expected at least 12 spaces, found 3
(#6209) Variable "typeDef" must be all lower-case
(#6210) Spaces must be used for alignment; tabs are not allowed
(#6210) Tab found within whitespace
(#6210) Line indented incorrectly; expected at least 12 spaces, found 3
(#6210) Variable "uqTypex" must be all lower-case
(#6210) Variable "typeDef" must be all lower-case
(#6211) Spaces must be used for alignment; tabs are not allowed
(#6211) Tab found within whitespace
(#6211) Line indented incorrectly; expected 12 spaces, found 3
(#6212) Spaces must be used for alignment; tabs are not allowed
(#6212) Tab found within whitespace
(#6212) Line indented incorrectly; expected at least 16 spaces, found 4
(#6213) Spaces must be used for alignment; tabs are not allowed
(#6213) Tab found within whitespace
(#6213) Line indented incorrectly; expected 12 spaces, found 3
(#6214) Spaces must be used for alignment; tabs are not allowed
(#6214) Tab found within whitespace
(#6214) Line indented incorrectly; expected 12 spaces, found 3
(#6214) Variable "typeDefx" must be all lower-case
(#6214) Variable "uqTypex" must be all lower-case
(#6215) Spaces must be used for alignment; tabs are not allowed
(#6215) Tab found within whitespace
(#6215) Line indented incorrectly; expected at least 16 spaces, found 4
(#6216) Spaces must be used for alignment; tabs are not allowed
(#6216) Tab found within whitespace
(#6216) Line indented incorrectly; expected at least 16 spaces, found 4
(#6216) Variable "typeDefx" must be all lower-case
(#6216) Variable "uqTypex" must be all lower-case
(#6217) Spaces must be used for alignment; tabs are not allowed
(#6217) Tab found within whitespace
(#6217) Line indented incorrectly; expected 12 spaces, found 3
(#6218) Spaces must be used for alignment; tabs are not allowed
(#6218) Tab found within whitespace
(#6218) Line indented incorrectly; expected at least 16 spaces, found 4
(#6219) Spaces must be used for alignment; tabs are not allowed
(#6219) Tab found within whitespace
(#6219) Line indented incorrectly; expected 12 spaces, found 3
(#6220) Spaces must be used for alignment; tabs are not allowed
(#6220) Tab found within whitespace
(#6220) Line indented incorrectly; expected 8 spaces, found 2
(#6221) Spaces must be used for alignment; tabs are not allowed
(#6221) Tab found within whitespace
(#6221) Line indented incorrectly; expected 8 spaces, found 2
(#6221) Variable "typeDef" must be all lower-case
(#6221) Variable "typeDef" must be all lower-case
(#6222) Spaces must be used for alignment; tabs are not allowed
(#6222) Tab found within whitespace
(#6222) Line indented incorrectly; expected at least 12 spaces, found 3
(#6223) Spaces must be used for alignment; tabs are not allowed
(#6223) Tab found within whitespace
(#6223) Line indented incorrectly; expected 12 spaces, found 3
(#6224) Spaces must be used for alignment; tabs are not allowed
(#6224) Tab found within whitespace
(#6224) Line indented incorrectly; expected at least 16 spaces, found 4
(#6225) Spaces must be used for alignment; tabs are not allowed
(#6225) Tab found within whitespace
(#6225) Line indented incorrectly; expected 12 spaces, found 3
(#6225) Usage of ELSEIF not allowed; use ELSE IF instead
(#6226) Spaces must be used for alignment; tabs are not allowed
(#6226) Tab found within whitespace
(#6226) Line indented incorrectly; expected at least 16 spaces, found 4
(#6227) Spaces must be used for alignment; tabs are not allowed
(#6227) Tab found within whitespace
(#6227) Line indented incorrectly; expected 12 spaces, found 3
(#6228) Spaces must be used for alignment; tabs are not allowed
(#6228) Tab found within whitespace
(#6228) Line indented incorrectly; expected at least 16 spaces, found 4
(#6229) Spaces must be used for alignment; tabs are not allowed
(#6229) Tab found within whitespace
(#6229) Line indented incorrectly; expected at least 16 spaces, found 4
(#6230) Spaces must be used for alignment; tabs are not allowed
(#6230) Tab found within whitespace
(#6230) Line indented incorrectly; expected 12 spaces, found 3
(#6231) Spaces must be used for alignment; tabs are not allowed
(#6231) Tab found within whitespace
(#6231) Line indented incorrectly; expected 12 spaces, found 3
(#6231) Variable "typeDef" must be all lower-case
(#6231) Variable "aName" must be all lower-case
(#6232) Spaces must be used for alignment; tabs are not allowed
(#6232) Tab found within whitespace
(#6232) Line indented incorrectly; expected 16 spaces, found 4
(#6232) Variable "aName" must be all lower-case
(#6233) Spaces must be used for alignment; tabs are not allowed
(#6233) Tab found within whitespace
(#6233) Line indented incorrectly; expected at least 20 spaces, found 5
(#6233) Variable "aName" must be all lower-case
(#6234) Spaces must be used for alignment; tabs are not allowed
(#6234) Tab found within whitespace
(#6234) Line indented incorrectly; expected at least 20 spaces, found 5
(#6234) Variable "aName" must be all lower-case
(#6235) Spaces must be used for alignment; tabs are not allowed
(#6235) Tab found within whitespace
(#6235) Line indented incorrectly; expected 16 spaces, found 4
(#6235) Usage of ELSEIF not allowed; use ELSE IF instead
(#6235) Variable "aName" must be all lower-case
(#6236) Spaces must be used for alignment; tabs are not allowed
(#6236) Tab found within whitespace
(#6236) Line indented incorrectly; expected at least 20 spaces, found 5
(#6236) Variable "aName" must be all lower-case
(#6237) Spaces must be used for alignment; tabs are not allowed
(#6237) Tab found within whitespace
(#6237) Line indented incorrectly; expected at least 20 spaces, found 5
(#6237) Variable "aName" must be all lower-case
(#6238) Spaces must be used for alignment; tabs are not allowed
(#6238) Tab found within whitespace
(#6238) Line indented incorrectly; expected 16 spaces, found 4
(#6238) Usage of ELSEIF not allowed; use ELSE IF instead
(#6239) Spaces must be used for alignment; tabs are not allowed
(#6239) Tab found within whitespace
(#6239) Line indented incorrectly; expected at least 20 spaces, found 5
(#6239) Variable "aName" must be all lower-case
(#6240) Spaces must be used for alignment; tabs are not allowed
(#6240) Tab found within whitespace
(#6240) Line indented incorrectly; expected at least 20 spaces, found 5
(#6241) Spaces must be used for alignment; tabs are not allowed
(#6241) Tab found within whitespace
(#6241) Line indented incorrectly; expected at least 20 spaces, found 5
(#6241) Variable "aName" must be all lower-case
(#6241) Variable "aName" must be all lower-case
(#6242) Spaces must be used for alignment; tabs are not allowed
(#6242) Tab found within whitespace
(#6242) Line indented incorrectly; expected 16 spaces, found 4
(#6243) Spaces must be used for alignment; tabs are not allowed
(#6243) Tab found within whitespace
(#6243) Line indented incorrectly; expected at least 20 spaces, found 5
(#6244) Spaces must be used for alignment; tabs are not allowed
(#6244) Tab found within whitespace
(#6244) Line indented incorrectly; expected at least 20 spaces, found 5
(#6244) Variable "aName" must be all lower-case
(#6245) Spaces must be used for alignment; tabs are not allowed
(#6245) Tab found within whitespace
(#6245) Line indented incorrectly; expected 16 spaces, found 4
(#6246) Spaces must be used for alignment; tabs are not allowed
(#6246) Tab found within whitespace
(#6246) Line indented incorrectly; expected 16 spaces, found 4
(#6247) Spaces must be used for alignment; tabs are not allowed
(#6247) Tab found within whitespace
(#6247) Line indented incorrectly; expected at least 20 spaces, found 5
(#6247) Expected 1 space after ".="; 2 found
(#6247) Variable "aName" must be all lower-case
(#6248) Spaces must be used for alignment; tabs are not allowed
(#6248) Tab found within whitespace
(#6248) Line indented incorrectly; expected 16 spaces, found 4
(#6249) Spaces must be used for alignment; tabs are not allowed
(#6249) Tab found within whitespace
(#6249) Line indented incorrectly; expected 12 spaces, found 3
(#6249) Whitespace found at end of line
(#6250) Spaces must be used for alignment; tabs are not allowed
(#6250) Tab found within whitespace
(#6250) Line indented incorrectly; expected 8 spaces, found 2
(#6251) Spaces must be used for alignment; tabs are not allowed
(#6251) Tab found within whitespace
(#6251) Line indented incorrectly; expected at least 12 spaces, found 3
(#6252) Spaces must be used for alignment; tabs are not allowed
(#6252) Tab found within whitespace
(#6252) Line indented incorrectly; expected 8 spaces, found 2
(#6253) Spaces must be used for alignment; tabs are not allowed
(#6253) Tab found within whitespace
(#6253) Line indented incorrectly; expected at least 8 spaces, found 2
(#6254) Spaces must be used for alignment; tabs are not allowed
(#6254) Tab found within whitespace
(#6254) Line indented incorrectly; expected 4 spaces, found 1
(#6256) Spaces must be used for alignment; tabs are not allowed
(#6256) Tab found within whitespace
(#6256) Line indented incorrectly; expected at least 4 spaces, found 1
(#6257) Spaces must be used for alignment; tabs are not allowed
(#6258) Spaces must be used for alignment; tabs are not allowed
(#6259) Spaces must be used for alignment; tabs are not allowed
(#6260) Spaces must be used for alignment; tabs are not allowed
(#6261) Spaces must be used for alignment; tabs are not allowed
(#6262) Spaces must be used for alignment; tabs are not allowed
(#6263) Spaces must be used for alignment; tabs are not allowed
(#6264) Spaces must be used for alignment; tabs are not allowed
(#6265) Spaces must be used for alignment; tabs are not allowed
(#6266) Spaces must be used for alignment; tabs are not allowed
(#6267) Spaces must be used for alignment; tabs are not allowed
(#6268) Spaces must be used for alignment; tabs are not allowed
(#6268) Tab found within whitespace
(#6268) Line indented incorrectly; expected 4 spaces, found 1
(#6268) method name "wsdl::serializeComplexTypeElements" must be in lower-case letters only
(#6268) Visibility must be declared on method "serializeComplexTypeElements"
(#6268) Variable "typeDef" must be all lower-case
(#6268) Variable "uqType" must be all lower-case
(#6268) Variable "encodingStyle" must be all lower-case
(#6269) Spaces must be used for alignment; tabs are not allowed
(#6269) Tab found within whitespace
(#6269) Line indented incorrectly; expected at least 8 spaces, found 2
(#6270) Spaces must be used for alignment; tabs are not allowed
(#6270) Tab found within whitespace
(#6270) Line indented incorrectly; expected at least 8 spaces, found 2
(#6271) Spaces must be used for alignment; tabs are not allowed
(#6271) Tab found within whitespace
(#6271) Line indented incorrectly; expected 8 spaces, found 2
(#6271) Variable "typeDef" must be all lower-case
(#6272) Spaces must be used for alignment; tabs are not allowed
(#6272) Tab found within whitespace
(#6272) Line indented incorrectly; expected at least 12 spaces, found 3
(#6272) Variable "typeDef" must be all lower-case
(#6273) Spaces must be used for alignment; tabs are not allowed
(#6273) Tab found within whitespace
(#6273) Line indented incorrectly; expected at least 12 spaces, found 3
(#6273) Variable "uqTypex" must be all lower-case
(#6273) Variable "typeDef" must be all lower-case
(#6274) Spaces must be used for alignment; tabs are not allowed
(#6274) Tab found within whitespace
(#6274) Line indented incorrectly; expected 12 spaces, found 3
(#6275) Spaces must be used for alignment; tabs are not allowed
(#6275) Tab found within whitespace
(#6275) Line indented incorrectly; expected at least 16 spaces, found 4
(#6276) Spaces must be used for alignment; tabs are not allowed
(#6276) Tab found within whitespace
(#6276) Line indented incorrectly; expected 12 spaces, found 3
(#6277) Spaces must be used for alignment; tabs are not allowed
(#6277) Tab found within whitespace
(#6277) Line indented incorrectly; expected 12 spaces, found 3
(#6277) Variable "typeDefx" must be all lower-case
(#6277) Variable "uqTypex" must be all lower-case
(#6278) Spaces must be used for alignment; tabs are not allowed
(#6278) Tab found within whitespace
(#6278) Line indented incorrectly; expected at least 16 spaces, found 4
(#6279) Spaces must be used for alignment; tabs are not allowed
(#6279) Tab found within whitespace
(#6279) Line indented incorrectly; expected at least 16 spaces, found 4
(#6279) Variable "typeDefx" must be all lower-case
(#6279) Variable "uqTypex" must be all lower-case
(#6279) Variable "encodingStyle" must be all lower-case
(#6280) Spaces must be used for alignment; tabs are not allowed
(#6280) Tab found within whitespace
(#6280) Line indented incorrectly; expected 12 spaces, found 3
(#6281) Spaces must be used for alignment; tabs are not allowed
(#6281) Tab found within whitespace
(#6281) Line indented incorrectly; expected at least 16 spaces, found 4
(#6282) Spaces must be used for alignment; tabs are not allowed
(#6282) Tab found within whitespace
(#6282) Line indented incorrectly; expected 12 spaces, found 3
(#6283) Spaces must be used for alignment; tabs are not allowed
(#6283) Tab found within whitespace
(#6283) Line indented incorrectly; expected 8 spaces, found 2
(#6284) Spaces must be used for alignment; tabs are not allowed
(#6284) Tab found within whitespace
(#6284) Line indented incorrectly; expected 8 spaces, found 2
(#6284) Variable "typeDef" must be all lower-case
(#6284) Variable "typeDef" must be all lower-case
(#6285) Spaces must be used for alignment; tabs are not allowed
(#6285) Tab found within whitespace
(#6285) Line indented incorrectly; expected at least 12 spaces, found 3
(#6286) Spaces must be used for alignment; tabs are not allowed
(#6286) Tab found within whitespace
(#6286) Line indented incorrectly; expected 12 spaces, found 3
(#6287) Spaces must be used for alignment; tabs are not allowed
(#6287) Tab found within whitespace
(#6287) Line indented incorrectly; expected at least 16 spaces, found 4
(#6288) Spaces must be used for alignment; tabs are not allowed
(#6288) Tab found within whitespace
(#6288) Line indented incorrectly; expected 12 spaces, found 3
(#6288) Usage of ELSEIF not allowed; use ELSE IF instead
(#6289) Spaces must be used for alignment; tabs are not allowed
(#6289) Tab found within whitespace
(#6289) Line indented incorrectly; expected at least 16 spaces, found 4
(#6290) Spaces must be used for alignment; tabs are not allowed
(#6290) Tab found within whitespace
(#6290) Line indented incorrectly; expected 12 spaces, found 3
(#6291) Spaces must be used for alignment; tabs are not allowed
(#6291) Tab found within whitespace
(#6291) Line indented incorrectly; expected at least 16 spaces, found 4
(#6292) Spaces must be used for alignment; tabs are not allowed
(#6292) Tab found within whitespace
(#6292) Line indented incorrectly; expected at least 16 spaces, found 4
(#6293) Spaces must be used for alignment; tabs are not allowed
(#6293) Tab found within whitespace
(#6293) Line indented incorrectly; expected 12 spaces, found 3
(#6294) Spaces must be used for alignment; tabs are not allowed
(#6294) Tab found within whitespace
(#6294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6294) Inline comments must end in full-stops, exclamation marks, or question marks
(#6294) Line indented incorrectly; expected at least 12 spaces, found 3
(#6295) Spaces must be used for alignment; tabs are not allowed
(#6295) Tab found within whitespace
(#6295) Line indented incorrectly; expected 12 spaces, found 3
(#6295) Expected "if (...) {\n"; found "if (...){\n"
(#6295) Variable "typeDef" must be all lower-case
(#6296) Spaces must be used for alignment; tabs are not allowed
(#6296) Tab found within whitespace
(#6296) Line indented incorrectly; expected at least 16 spaces, found 4
(#6297) Spaces must be used for alignment; tabs are not allowed
(#6297) Tab found within whitespace
(#6297) Line indented incorrectly; expected 12 spaces, found 3
(#6298) Spaces must be used for alignment; tabs are not allowed
(#6298) Tab found within whitespace
(#6298) Line indented incorrectly; expected 12 spaces, found 3
(#6298) Variable "typeDef" must be all lower-case
(#6298) Variable "eName" must be all lower-case
(#6299) Spaces must be used for alignment; tabs are not allowed
(#6299) Tab found within whitespace
(#6299) Line indented incorrectly; expected 16 spaces, found 4
(#6299) Variable "eName" must be all lower-case
(#6300) Spaces must be used for alignment; tabs are not allowed
(#6300) Tab found within whitespace
(#6300) Line indented incorrectly; expected 20 spaces, found 5
(#6301) Spaces must be used for alignment; tabs are not allowed
(#6301) Tab found within whitespace
(#6301) Line indented incorrectly; expected at least 24 spaces, found 6
(#6301) Variable "eName" must be all lower-case
(#6302) Spaces must be used for alignment; tabs are not allowed
(#6302) Tab found within whitespace
(#6302) Line indented incorrectly; expected at least 24 spaces, found 6
(#6302) Variable "eName" must be all lower-case
(#6302) Variable "eName" must be all lower-case
(#6303) Spaces must be used for alignment; tabs are not allowed
(#6303) Tab found within whitespace
(#6303) Line indented incorrectly; expected 20 spaces, found 5
(#6304) Spaces must be used for alignment; tabs are not allowed
(#6304) Tab found within whitespace
(#6304) Line indented incorrectly; expected 16 spaces, found 4
(#6305) Spaces must be used for alignment; tabs are not allowed
(#6305) Tab found within whitespace
(#6305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6305) Inline comments must end in full-stops, exclamation marks, or question marks
(#6305) Line indented incorrectly; expected at least 16 spaces, found 4
(#6306) Spaces must be used for alignment; tabs are not allowed
(#6306) Tab found within whitespace
(#6306) Line indented incorrectly; expected 16 spaces, found 4
(#6306) Expected "if (...) {\n"; found "if (...){\n"
(#6307) Spaces must be used for alignment; tabs are not allowed
(#6307) Tab found within whitespace
(#6307) Line indented incorrectly; expected at least 16 spaces, found 8
(#6307) Variable "eName" must be all lower-case
(#6307) Whitespace found at end of line
(#6308) Spaces must be used for alignment; tabs are not allowed
(#6308) Tab found within whitespace
(#6308) Line indented incorrectly; expected at least 16 spaces, found 5
(#6309) Spaces must be used for alignment; tabs are not allowed
(#6309) Tab found within whitespace
(#6309) Line indented incorrectly; expected at least 25 spaces, found 5
(#6310) Spaces must be used for alignment; tabs are not allowed
(#6310) Tab found within whitespace
(#6310) Line indented incorrectly; expected 29 spaces, found 5
(#6311) Spaces must be used for alignment; tabs are not allowed
(#6311) Tab found within whitespace
(#6311) Line indented incorrectly; expected at least 33 spaces, found 6
(#6311) Variable "eName" must be all lower-case
(#6312) Spaces must be used for alignment; tabs are not allowed
(#6312) Tab found within whitespace
(#6312) Line indented incorrectly; expected 32 spaces, found 5
(#6313) Spaces must be used for alignment; tabs are not allowed
(#6313) Tab found within whitespace
(#6313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6313) Inline comments must end in full-stops, exclamation marks, or question marks
(#6313) Line indented incorrectly; expected at least 32 spaces, found 5
(#6314) Spaces must be used for alignment; tabs are not allowed
(#6314) Tab found within whitespace
(#6314) Line indented incorrectly; expected at least 32 spaces, found 5
(#6314) Variable "eName" must be all lower-case
(#6315) Spaces must be used for alignment; tabs are not allowed
(#6315) Tab found within whitespace
(#6315) Line indented incorrectly; expected 16 spaces, found 4
(#6316) Spaces must be used for alignment; tabs are not allowed
(#6316) Tab found within whitespace
(#6316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6316) Inline comments must end in full-stops, exclamation marks, or question marks
(#6316) Line indented incorrectly; expected at least 20 spaces, found 5
(#6317) Spaces must be used for alignment; tabs are not allowed
(#6317) Tab found within whitespace
(#6317) Line indented incorrectly; expected 20 spaces, found 5
(#6317) Variable "eName" must be all lower-case
(#6318) Spaces must be used for alignment; tabs are not allowed
(#6318) Tab found within whitespace
(#6318) Line indented incorrectly; expected at least 24 spaces, found 9
(#6318) Variable "eName" must be all lower-case
(#6319) Spaces must be used for alignment; tabs are not allowed
(#6319) Tab found within whitespace
(#6319) Line indented incorrectly; expected 20 spaces, found 5
(#6320) Spaces must be used for alignment; tabs are not allowed
(#6320) Tab found within whitespace
(#6320) Line indented incorrectly; expected at least 24 spaces, found 9
(#6321) Spaces must be used for alignment; tabs are not allowed
(#6321) Tab found within whitespace
(#6321) Line indented incorrectly; expected 20 spaces, found 5
(#6322) Spaces must be used for alignment; tabs are not allowed
(#6322) Tab found within whitespace
(#6322) Line indented incorrectly; expected 20 spaces, found 5
(#6323) Spaces must be used for alignment; tabs are not allowed
(#6323) Tab found within whitespace
(#6323) Line indented incorrectly; expected at least 24 spaces, found 6
(#6324) Spaces must be used for alignment; tabs are not allowed
(#6324) Tab found within whitespace
(#6324) Line indented incorrectly; expected 20 spaces, found 5
(#6325) Spaces must be used for alignment; tabs are not allowed
(#6325) Tab found within whitespace
(#6325) Line indented incorrectly; expected at least 24 spaces, found 6
(#6326) Spaces must be used for alignment; tabs are not allowed
(#6326) Tab found within whitespace
(#6326) Line indented incorrectly; expected 20 spaces, found 5
(#6327) Spaces must be used for alignment; tabs are not allowed
(#6327) Tab found within whitespace
(#6327) Line indented incorrectly; expected 20 spaces, found 5
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6327) Line exceeds maximum limit of 180 characters; contains 187 characters
(#6328) Spaces must be used for alignment; tabs are not allowed
(#6328) Tab found within whitespace
(#6328) Line indented incorrectly; expected at least 24 spaces, found 6
(#6329) Spaces must be used for alignment; tabs are not allowed
(#6329) Tab found within whitespace
(#6329) Line indented incorrectly; expected 24 spaces, found 6
(#6330) Spaces must be used for alignment; tabs are not allowed
(#6330) Tab found within whitespace
(#6330) Line indented incorrectly; expected 28 spaces, found 7
(#6331) Spaces must be used for alignment; tabs are not allowed
(#6331) Tab found within whitespace
(#6331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6331) Inline comments must end in full-stops, exclamation marks, or question marks
(#6331) Line indented incorrectly; expected at least 32 spaces, found 8
(#6332) Spaces must be used for alignment; tabs are not allowed
(#6332) Tab found within whitespace
(#6332) Line indented incorrectly; expected at least 32 spaces, found 11
(#6332) Variable "eName" must be all lower-case
(#6332) Variable "encodingStyle" must be all lower-case
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6332) Line exceeds 132 characters; contains 144 characters
(#6333) Spaces must be used for alignment; tabs are not allowed
(#6333) Tab found within whitespace
(#6333) Line indented incorrectly; expected 28 spaces, found 7
(#6334) Spaces must be used for alignment; tabs are not allowed
(#6334) Tab found within whitespace
(#6334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6334) Line indented incorrectly; expected at least 32 spaces, found 8
(#6335) Spaces must be used for alignment; tabs are not allowed
(#6335) Tab found within whitespace
(#6335) Line indented incorrectly; expected at least 32 spaces, found 11
(#6336) Spaces must be used for alignment; tabs are not allowed
(#6336) Tab found within whitespace
(#6336) Line indented incorrectly; expected at least 32 spaces, found 11
(#6336) Variable "eName" must be all lower-case
(#6337) Spaces must be used for alignment; tabs are not allowed
(#6337) Tab found within whitespace
(#6337) Line indented incorrectly; expected 28 spaces, found 7
(#6338) Spaces must be used for alignment; tabs are not allowed
(#6338) Tab found within whitespace
(#6338) Line indented incorrectly; expected 24 spaces, found 6
(#6339) Spaces must be used for alignment; tabs are not allowed
(#6339) Tab found within whitespace
(#6339) Line indented incorrectly; expected 20 spaces, found 5
(#6340) Spaces must be used for alignment; tabs are not allowed
(#6340) Tab found within whitespace
(#6340) Line indented incorrectly; expected 24 spaces, found 6
(#6340) Empty IF statement detected
(#6341) Spaces must be used for alignment; tabs are not allowed
(#6341) Tab found within whitespace
(#6341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6341) Inline comments must end in full-stops, exclamation marks, or question marks
(#6341) Line indented incorrectly; expected at least 28 spaces, found 7
(#6342) Spaces must be used for alignment; tabs are not allowed
(#6342) Tab found within whitespace
(#6342) Line indented incorrectly; expected 24 spaces, found 6
(#6342) Usage of ELSEIF not allowed; use ELSE IF instead
(#6343) Spaces must be used for alignment; tabs are not allowed
(#6343) Tab found within whitespace
(#6343) Inline comments must end in full-stops, exclamation marks, or question marks
(#6343) Line indented incorrectly; expected at least 28 spaces, found 7
(#6344) Spaces must be used for alignment; tabs are not allowed
(#6344) Tab found within whitespace
(#6344) Line indented incorrectly; expected at least 28 spaces, found 10
(#6344) Variable "eName" must be all lower-case
(#6344) Variable "encodingStyle" must be all lower-case
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6344) Line exceeds 132 characters; contains 143 characters
(#6345) Spaces must be used for alignment; tabs are not allowed
(#6345) Tab found within whitespace
(#6345) Line indented incorrectly; expected 24 spaces, found 6
(#6345) Usage of ELSEIF not allowed; use ELSE IF instead
(#6346) Spaces must be used for alignment; tabs are not allowed
(#6346) Tab found within whitespace
(#6346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6346) Inline comments must end in full-stops, exclamation marks, or question marks
(#6346) Line indented incorrectly; expected at least 28 spaces, found 7
(#6347) Spaces must be used for alignment; tabs are not allowed
(#6347) Tab found within whitespace
(#6347) Line indented incorrectly; expected at least 28 spaces, found 10
(#6347) Variable "eName" must be all lower-case
(#6347) Variable "encodingStyle" must be all lower-case
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6347) Line exceeds 132 characters; contains 143 characters
(#6348) Spaces must be used for alignment; tabs are not allowed
(#6348) Tab found within whitespace
(#6348) Line indented incorrectly; expected 24 spaces, found 6
(#6349) Spaces must be used for alignment; tabs are not allowed
(#6349) Tab found within whitespace
(#6349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6349) Line indented incorrectly; expected at least 28 spaces, found 7
(#6350) Spaces must be used for alignment; tabs are not allowed
(#6350) Tab found within whitespace
(#6350) Line indented incorrectly; expected at least 28 spaces, found 10
(#6351) Spaces must be used for alignment; tabs are not allowed
(#6351) Tab found within whitespace
(#6351) Line indented incorrectly; expected at least 28 spaces, found 10
(#6351) Variable "eName" must be all lower-case
(#6352) Spaces must be used for alignment; tabs are not allowed
(#6352) Tab found within whitespace
(#6352) Line indented incorrectly; expected 24 spaces, found 6
(#6353) Spaces must be used for alignment; tabs are not allowed
(#6353) Tab found within whitespace
(#6353) Line indented incorrectly; expected 20 spaces, found 5
(#6354) Spaces must be used for alignment; tabs are not allowed
(#6354) Tab found within whitespace
(#6354) Line indented incorrectly; expected 16 spaces, found 4
(#6355) Spaces must be used for alignment; tabs are not allowed
(#6355) Tab found within whitespace
(#6355) Line indented incorrectly; expected 12 spaces, found 3
(#6355) Whitespace found at end of line
(#6356) Spaces must be used for alignment; tabs are not allowed
(#6356) Tab found within whitespace
(#6356) Line indented incorrectly; expected 8 spaces, found 2
(#6357) Spaces must be used for alignment; tabs are not allowed
(#6357) Tab found within whitespace
(#6357) Line indented incorrectly; expected at least 12 spaces, found 3
(#6358) Spaces must be used for alignment; tabs are not allowed
(#6358) Tab found within whitespace
(#6358) Line indented incorrectly; expected 8 spaces, found 2
(#6359) Spaces must be used for alignment; tabs are not allowed
(#6359) Tab found within whitespace
(#6359) Line indented incorrectly; expected at least 8 spaces, found 2
(#6360) Spaces must be used for alignment; tabs are not allowed
(#6360) Tab found within whitespace
(#6360) Line indented incorrectly; expected 4 spaces, found 1
(#6362) Spaces must be used for alignment; tabs are not allowed
(#6362) Tab found within whitespace
(#6362) Line indented incorrectly; expected at least 4 spaces, found 1
(#6363) Spaces must be used for alignment; tabs are not allowed
(#6363) Expected 2 space(s) before asterisk; 1 found
(#6364) Spaces must be used for alignment; tabs are not allowed
(#6364) Expected 2 space(s) before asterisk; 1 found
(#6365) Spaces must be used for alignment; tabs are not allowed
(#6365) Expected 2 space(s) before asterisk; 1 found
(#6365) Spaces must be used for alignment; tabs are not allowed
(#6366) Spaces must be used for alignment; tabs are not allowed
(#6366) Expected 2 space(s) before asterisk; 1 found
(#6367) Spaces must be used for alignment; tabs are not allowed
(#6367) Expected 2 space(s) before asterisk; 1 found
(#6368) Spaces must be used for alignment; tabs are not allowed
(#6368) Expected 2 space(s) before asterisk; 1 found
(#6369) Spaces must be used for alignment; tabs are not allowed
(#6369) Expected 2 space(s) before asterisk; 1 found
(#6370) Spaces must be used for alignment; tabs are not allowed
(#6370) Expected 2 space(s) before asterisk; 1 found
(#6371) Spaces must be used for alignment; tabs are not allowed
(#6371) Expected 2 space(s) before asterisk; 1 found
(#6372) Spaces must be used for alignment; tabs are not allowed
(#6372) Expected 2 space(s) before asterisk; 1 found
(#6373) Spaces must be used for alignment; tabs are not allowed
(#6373) Expected 2 space(s) before asterisk; 1 found
(#6374) Spaces must be used for alignment; tabs are not allowed
(#6374) Expected 2 space(s) before asterisk; 1 found
(#6375) Spaces must be used for alignment; tabs are not allowed
(#6375) Expected 2 space(s) before asterisk; 1 found
(#6376) Spaces must be used for alignment; tabs are not allowed
(#6376) Tab found within whitespace
(#6376) Line indented incorrectly; expected 4 spaces, found 1
(#6376) method name "wsdl::addComplexType" must be in lower-case letters only
(#6376) Visibility must be declared on method "addComplexType"
(#6376) Commas (,) must be followed by white space.
(#6376) Variable "typeClass" must be all lower-case
(#6376) Commas (,) must be followed by white space.
(#6376) Variable "phpType" must be all lower-case
(#6376) Commas (,) must be followed by white space.
(#6376) Commas (,) must be followed by white space.
(#6376) Variable "restrictionBase" must be all lower-case
(#6376) Commas (,) must be followed by white space.
(#6376) Commas (,) must be followed by white space.
(#6376) Commas (,) must be followed by white space.
(#6376) Variable "arrayType" must be all lower-case
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6376) Line exceeds 132 characters; contains 157 characters
(#6377) Spaces must be used for alignment; tabs are not allowed
(#6377) Tab found within whitespace
(#6377) Line indented incorrectly; expected 8 spaces, found 2
(#6378) Spaces must be used for alignment; tabs are not allowed
(#6378) Tab found within whitespace
(#6378) Line indented incorrectly; expected at least 12 spaces, found 3
(#6378) Variable "eElements" must be all lower-case
(#6379) Spaces must be used for alignment; tabs are not allowed
(#6379) Tab found within whitespace
(#6379) Line indented incorrectly; expected 12 spaces, found 6
(#6379) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#6380) Spaces must be used for alignment; tabs are not allowed
(#6380) Tab found within whitespace
(#6380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6380) Inline comments must end in full-stops, exclamation marks, or question marks
(#6380) Line indented incorrectly; expected at least 16 spaces, found 13
(#6381) Spaces must be used for alignment; tabs are not allowed
(#6381) Tab found within whitespace
(#6381) Line indented incorrectly; expected at least 16 spaces, found 13
(#6382) Spaces must be used for alignment; tabs are not allowed
(#6382) Tab found within whitespace
(#6382) Line indented incorrectly; expected 16 spaces, found 13
(#6383) Spaces must be used for alignment; tabs are not allowed
(#6383) Tab found within whitespace
(#6383) Line indented incorrectly; expected at least 20 spaces, found 14
(#6383) Commas (,) must be followed by white space.
(#6384) Spaces must be used for alignment; tabs are not allowed
(#6384) Tab found within whitespace
(#6384) Line indented incorrectly; expected at least 20 spaces, found 14
(#6384) Commas (,) must be followed by white space.
(#6385) Spaces must be used for alignment; tabs are not allowed
(#6385) Tab found within whitespace
(#6385) Line indented incorrectly; expected at least 20 spaces, found 14
(#6386) Spaces must be used for alignment; tabs are not allowed
(#6386) Tab found within whitespace
(#6386) Line indented incorrectly; expected 16 spaces, found 7
(#6386) Closing brace indented incorrectly; expected 13 spaces, found 7
(#6387) Spaces must be used for alignment; tabs are not allowed
(#6387) Tab found within whitespace
(#6387) Line indented incorrectly; expected at least 16 spaces, found 7
(#6387) Variable "eElements" must be all lower-case
(#6388) Spaces must be used for alignment; tabs are not allowed
(#6388) Tab found within whitespace
(#6388) Line indented incorrectly; expected 12 spaces, found 6
(#6389) Spaces must be used for alignment; tabs are not allowed
(#6389) Tab found within whitespace
(#6389) Line indented incorrectly; expected at least 12 spaces, found 6
(#6389) Variable "eElements" must be all lower-case
(#6390) Spaces must be used for alignment; tabs are not allowed
(#6390) Tab found within whitespace
(#6390) Line indented incorrectly; expected 8 spaces, found 2
(#6391) Spaces must be used for alignment; tabs are not allowed
(#6391) Tab found within whitespace
(#6391) Whitespace found at end of line
(#6392) Spaces must be used for alignment; tabs are not allowed
(#6392) Tab found within whitespace
(#6392) Line indented incorrectly; expected 8 spaces, found 2
(#6393) Spaces must be used for alignment; tabs are not allowed
(#6393) Tab found within whitespace
(#6393) Line indented incorrectly; expected 12 spaces, found 6
(#6393) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#6394) Spaces must be used for alignment; tabs are not allowed
(#6394) Tab found within whitespace
(#6394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6394) Inline comments must end in full-stops, exclamation marks, or question marks
(#6394) Line indented incorrectly; expected at least 16 spaces, found 13
(#6395) Spaces must be used for alignment; tabs are not allowed
(#6395) Tab found within whitespace
(#6395) Line indented incorrectly; expected 16 spaces, found 13
(#6396) Spaces must be used for alignment; tabs are not allowed
(#6396) Tab found within whitespace
(#6396) Line indented incorrectly; expected at least 20 spaces, found 14
(#6396) Commas (,) must be followed by white space.
(#6397) Spaces must be used for alignment; tabs are not allowed
(#6397) Tab found within whitespace
(#6397) Line indented incorrectly; expected at least 20 spaces, found 14
(#6397) Commas (,) must be followed by white space.
(#6398) Spaces must be used for alignment; tabs are not allowed
(#6398) Tab found within whitespace
(#6398) Line indented incorrectly; expected at least 20 spaces, found 14
(#6399) Spaces must be used for alignment; tabs are not allowed
(#6399) Tab found within whitespace
(#6399) Line indented incorrectly; expected 16 spaces, found 7
(#6399) Closing brace indented incorrectly; expected 13 spaces, found 7
(#6400) Spaces must be used for alignment; tabs are not allowed
(#6400) Tab found within whitespace
(#6400) Line indented incorrectly; expected at least 16 spaces, found 7
(#6400) Variable "eAttrs" must be all lower-case
(#6401) Spaces must be used for alignment; tabs are not allowed
(#6401) Tab found within whitespace
(#6401) Line indented incorrectly; expected 12 spaces, found 6
(#6402) Spaces must be used for alignment; tabs are not allowed
(#6402) Tab found within whitespace
(#6402) Line indented incorrectly; expected at least 12 spaces, found 6
(#6402) Variable "eAttrs" must be all lower-case
(#6403) Spaces must be used for alignment; tabs are not allowed
(#6403) Tab found within whitespace
(#6403) Line indented incorrectly; expected 8 spaces, found 2
(#6405) Spaces must be used for alignment; tabs are not allowed
(#6405) Tab found within whitespace
(#6405) Line indented incorrectly; expected at least 8 spaces, found 2
(#6405) Variable "restrictionBase" must be all lower-case
(#6405) Variable "restrictionBase" must be all lower-case
(#6405) Commas (,) must be followed by white space.
(#6405) Variable "restrictionBase" must be all lower-case
(#6405) Variable "restrictionBase" must be all lower-case
(#6406) Spaces must be used for alignment; tabs are not allowed
(#6406) Tab found within whitespace
(#6406) Line indented incorrectly; expected at least 8 spaces, found 2
(#6406) Variable "arrayType" must be all lower-case
(#6406) Variable "arrayType" must be all lower-case
(#6406) Commas (,) must be followed by white space.
(#6406) Variable "arrayType" must be all lower-case
(#6406) Variable "arrayType" must be all lower-case
(#6408) Spaces must be used for alignment; tabs are not allowed
(#6408) Tab found within whitespace
(#6408) Line indented incorrectly; expected at least 8 spaces, found 2
(#6409) Spaces must be used for alignment; tabs are not allowed
(#6409) Tab found within whitespace
(#6409) Line indented incorrectly; expected at least 8 spaces, found 2
(#6409) Commas (,) must be followed by white space.
(#6409) Variable "typeClass" must be all lower-case
(#6409) Commas (,) must be followed by white space.
(#6409) Variable "phpType" must be all lower-case
(#6409) Commas (,) must be followed by white space.
(#6409) Commas (,) must be followed by white space.
(#6409) Variable "restrictionBase" must be all lower-case
(#6409) Commas (,) must be followed by white space.
(#6409) Commas (,) must be followed by white space.
(#6409) Commas (,) must be followed by white space.
(#6409) Variable "arrayType" must be all lower-case
(#6410) Spaces must be used for alignment; tabs are not allowed
(#6410) Tab found within whitespace
(#6410) Line indented incorrectly; expected 4 spaces, found 1
(#6412) Spaces must be used for alignment; tabs are not allowed
(#6412) Tab found within whitespace
(#6412) Line indented incorrectly; expected at least 4 spaces, found 1
(#6413) Spaces must be used for alignment; tabs are not allowed
(#6413) Expected 2 space(s) before asterisk; 1 found
(#6414) Spaces must be used for alignment; tabs are not allowed
(#6414) Expected 2 space(s) before asterisk; 1 found
(#6415) Spaces must be used for alignment; tabs are not allowed
(#6415) Expected 2 space(s) before asterisk; 1 found
(#6416) Spaces must be used for alignment; tabs are not allowed
(#6416) Expected 2 space(s) before asterisk; 1 found
(#6417) Spaces must be used for alignment; tabs are not allowed
(#6417) Expected 2 space(s) before asterisk; 1 found
(#6418) Spaces must be used for alignment; tabs are not allowed
(#6418) Expected 2 space(s) before asterisk; 1 found
(#6419) Spaces must be used for alignment; tabs are not allowed
(#6419) Expected 2 space(s) before asterisk; 1 found
(#6420) Spaces must be used for alignment; tabs are not allowed
(#6420) Expected 2 space(s) before asterisk; 1 found
(#6421) Spaces must be used for alignment; tabs are not allowed
(#6421) Expected 2 space(s) before asterisk; 1 found
(#6422) Spaces must be used for alignment; tabs are not allowed
(#6422) Expected 2 space(s) before asterisk; 1 found
(#6423) Spaces must be used for alignment; tabs are not allowed
(#6423) Tab found within whitespace
(#6423) Line indented incorrectly; expected 4 spaces, found 1
(#6423) method name "wsdl::addSimpleType" must be in lower-case letters only
(#6423) Visibility must be declared on method "addSimpleType"
(#6423) Variable "restrictionBase" must be all lower-case
(#6423) Variable "typeClass" must be all lower-case
(#6423) Variable "phpType" must be all lower-case
(#6424) Spaces must be used for alignment; tabs are not allowed
(#6424) Tab found within whitespace
(#6424) Line indented incorrectly; expected at least 8 spaces, found 2
(#6424) Variable "restrictionBase" must be all lower-case
(#6424) Variable "restrictionBase" must be all lower-case
(#6424) Commas (,) must be followed by white space.
(#6424) Variable "restrictionBase" must be all lower-case
(#6424) Variable "restrictionBase" must be all lower-case
(#6426) Spaces must be used for alignment; tabs are not allowed
(#6426) Tab found within whitespace
(#6426) Line indented incorrectly; expected at least 8 spaces, found 2
(#6427) Spaces must be used for alignment; tabs are not allowed
(#6427) Tab found within whitespace
(#6427) Line indented incorrectly; expected at least 8 spaces, found 2
(#6427) Variable "restrictionBase" must be all lower-case
(#6427) Variable "typeClass" must be all lower-case
(#6427) Variable "phpType" must be all lower-case
(#6428) Spaces must be used for alignment; tabs are not allowed
(#6428) Tab found within whitespace
(#6428) Line indented incorrectly; expected 4 spaces, found 1
(#6430) Spaces must be used for alignment; tabs are not allowed
(#6430) Tab found within whitespace
(#6430) Line indented incorrectly; expected at least 4 spaces, found 1
(#6431) Spaces must be used for alignment; tabs are not allowed
(#6431) Expected 2 space(s) before asterisk; 1 found
(#6432) Spaces must be used for alignment; tabs are not allowed
(#6432) Expected 2 space(s) before asterisk; 1 found
(#6433) Spaces must be used for alignment; tabs are not allowed
(#6433) Expected 2 space(s) before asterisk; 1 found
(#6434) Spaces must be used for alignment; tabs are not allowed
(#6434) Expected 2 space(s) before asterisk; 1 found
(#6435) Spaces must be used for alignment; tabs are not allowed
(#6435) Expected 2 space(s) before asterisk; 1 found
(#6436) Spaces must be used for alignment; tabs are not allowed
(#6436) Expected 2 space(s) before asterisk; 1 found
(#6437) Spaces must be used for alignment; tabs are not allowed
(#6437) Tab found within whitespace
(#6437) Line indented incorrectly; expected 4 spaces, found 1
(#6437) method name "wsdl::addElement" must be in lower-case letters only
(#6437) Visibility must be declared on method "addElement"
(#6438) Spaces must be used for alignment; tabs are not allowed
(#6438) Tab found within whitespace
(#6438) Line indented incorrectly; expected at least 8 spaces, found 2
(#6439) Spaces must be used for alignment; tabs are not allowed
(#6439) Tab found within whitespace
(#6439) Line indented incorrectly; expected at least 8 spaces, found 2
(#6440) Spaces must be used for alignment; tabs are not allowed
(#6440) Tab found within whitespace
(#6440) Line indented incorrectly; expected 4 spaces, found 1
(#6442) Spaces must be used for alignment; tabs are not allowed
(#6442) Tab found within whitespace
(#6442) Line indented incorrectly; expected at least 4 spaces, found 1
(#6443) Spaces must be used for alignment; tabs are not allowed
(#6443) Expected 2 space(s) before asterisk; 1 found
(#6444) Spaces must be used for alignment; tabs are not allowed
(#6444) Expected 2 space(s) before asterisk; 1 found
(#6444) Whitespace found at end of line
(#6445) Spaces must be used for alignment; tabs are not allowed
(#6445) Expected 2 space(s) before asterisk; 1 found
(#6446) Spaces must be used for alignment; tabs are not allowed
(#6446) Expected 2 space(s) before asterisk; 1 found
(#6447) Spaces must be used for alignment; tabs are not allowed
(#6447) Expected 2 space(s) before asterisk; 1 found
(#6448) Spaces must be used for alignment; tabs are not allowed
(#6448) Expected 2 space(s) before asterisk; 1 found
(#6449) Spaces must be used for alignment; tabs are not allowed
(#6449) Expected 2 space(s) before asterisk; 1 found
(#6450) Spaces must be used for alignment; tabs are not allowed
(#6450) Expected 2 space(s) before asterisk; 1 found
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6450) Line exceeds 132 characters; contains 175 characters
(#6451) Spaces must be used for alignment; tabs are not allowed
(#6451) Expected 2 space(s) before asterisk; 1 found
(#6452) Spaces must be used for alignment; tabs are not allowed
(#6452) Expected 2 space(s) before asterisk; 1 found
(#6453) Spaces must be used for alignment; tabs are not allowed
(#6453) Expected 2 space(s) before asterisk; 1 found
(#6454) Spaces must be used for alignment; tabs are not allowed
(#6454) Expected 2 space(s) before asterisk; 1 found
(#6454) Whitespace found at end of line
(#6455) Spaces must be used for alignment; tabs are not allowed
(#6455) Expected 2 space(s) before asterisk; 1 found
(#6456) Spaces must be used for alignment; tabs are not allowed
(#6456) Tab found within whitespace
(#6456) Line indented incorrectly; expected 4 spaces, found 1
(#6456) method name "wsdl::addOperation" must be in lower-case letters only
(#6456) Visibility must be declared on method "addOperation"
(#6456) Variable "encodingStyle" must be all lower-case
(#6456) Expected 1 space after closing parenthesis; found 0
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6456) Line exceeds 132 characters; contains 174 characters
(#6457) Spaces must be used for alignment; tabs are not allowed
(#6457) Tab found within whitespace
(#6457) Line indented incorrectly; expected 8 spaces, found 2
(#6457) Variable "encodingStyle" must be all lower-case
(#6458) Spaces must be used for alignment; tabs are not allowed
(#6458) Tab found within whitespace
(#6458) Line indented incorrectly; expected at least 12 spaces, found 3
(#6458) Variable "encodingStyle" must be all lower-case
(#6459) Spaces must be used for alignment; tabs are not allowed
(#6459) Tab found within whitespace
(#6459) Line indented incorrectly; expected 8 spaces, found 2
(#6461) Spaces must be used for alignment; tabs are not allowed
(#6461) Tab found within whitespace
(#6461) Line indented incorrectly; expected 8 spaces, found 2
(#6462) Spaces must be used for alignment; tabs are not allowed
(#6462) Tab found within whitespace
(#6462) Line indented incorrectly; expected at least 12 spaces, found 3
(#6463) Spaces must be used for alignment; tabs are not allowed
(#6463) Tab found within whitespace
(#6463) Line indented incorrectly; expected 12 spaces, found 3
(#6464) Spaces must be used for alignment; tabs are not allowed
(#6464) Tab found within whitespace
(#6464) Line indented incorrectly; expected at least 16 spaces, found 4
(#6465) Spaces must be used for alignment; tabs are not allowed
(#6465) Tab found within whitespace
(#6465) Line indented incorrectly; expected 12 spaces, found 3
(#6466) Spaces must be used for alignment; tabs are not allowed
(#6466) Tab found within whitespace
(#6466) Line indented incorrectly; expected at least 12 spaces, found 3
(#6467) Spaces must be used for alignment; tabs are not allowed
(#6467) Tab found within whitespace
(#6467) Line indented incorrectly; expected at least 12 spaces, found 3
(#6468) Spaces must be used for alignment; tabs are not allowed
(#6468) Tab found within whitespace
(#6468) Line indented incorrectly; expected at least 12 spaces, found 3
(#6470) Spaces must be used for alignment; tabs are not allowed
(#6470) Tab found within whitespace
(#6470) Line indented incorrectly; expected at least 12 spaces, found 3
(#6471) Spaces must be used for alignment; tabs are not allowed
(#6471) Tab found within whitespace
(#6471) Line indented incorrectly; expected 12 spaces, found 3
(#6472) Spaces must be used for alignment; tabs are not allowed
(#6472) Tab found within whitespace
(#6472) Line indented incorrectly; expected at least 16 spaces, found 4
(#6473) Spaces must be used for alignment; tabs are not allowed
(#6473) Tab found within whitespace
(#6473) Line indented incorrectly; expected 12 spaces, found 3
(#6474) Spaces must be used for alignment; tabs are not allowed
(#6474) Tab found within whitespace
(#6474) Line indented incorrectly; expected at least 12 spaces, found 3
(#6475) Spaces must be used for alignment; tabs are not allowed
(#6475) Tab found within whitespace
(#6475) Line indented incorrectly; expected at least 12 spaces, found 3
(#6476) Spaces must be used for alignment; tabs are not allowed
(#6476) Tab found within whitespace
(#6476) Line indented incorrectly; expected at least 12 spaces, found 3
(#6477) Spaces must be used for alignment; tabs are not allowed
(#6477) Tab found within whitespace
(#6477) Line indented incorrectly; expected 8 spaces, found 2
(#6479) Spaces must be used for alignment; tabs are not allowed
(#6479) Tab found within whitespace
(#6479) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6479) Inline comments must end in full-stops, exclamation marks, or question marks
(#6479) Line indented incorrectly; expected at least 8 spaces, found 2
(#6480) Spaces must be used for alignment; tabs are not allowed
(#6480) Tab found within whitespace
(#6480) Line indented incorrectly; expected at least 8 spaces, found 2
(#6480) Expected 1 space after "="; newline found
(#6481) Spaces must be used for alignment; tabs are not allowed
(#6481) Tab found within whitespace
(#6481) Line indented incorrectly; expected at least 8 spaces, found 2
(#6482) Spaces must be used for alignment; tabs are not allowed
(#6482) Tab found within whitespace
(#6482) Line indented incorrectly; expected at least 8 spaces, found 2
(#6483) Spaces must be used for alignment; tabs are not allowed
(#6483) Tab found within whitespace
(#6483) Line indented incorrectly; expected at least 8 spaces, found 2
(#6484) Spaces must be used for alignment; tabs are not allowed
(#6484) Tab found within whitespace
(#6484) Line indented incorrectly; expected at least 8 spaces, found 2
(#6485) Spaces must be used for alignment; tabs are not allowed
(#6485) Tab found within whitespace
(#6485) Line indented incorrectly; expected at least 8 spaces, found 2
(#6486) Spaces must be used for alignment; tabs are not allowed
(#6486) Tab found within whitespace
(#6486) Line indented incorrectly; expected at least 8 spaces, found 2
(#6487) Spaces must be used for alignment; tabs are not allowed
(#6487) Tab found within whitespace
(#6487) Line indented incorrectly; expected at least 8 spaces, found 2
(#6488) Spaces must be used for alignment; tabs are not allowed
(#6488) Tab found within whitespace
(#6488) Line indented incorrectly; expected at least 8 spaces, found 3
(#6489) Spaces must be used for alignment; tabs are not allowed
(#6489) Tab found within whitespace
(#6489) Line indented incorrectly; expected at least 8 spaces, found 3
(#6490) Spaces must be used for alignment; tabs are not allowed
(#6490) Tab found within whitespace
(#6490) Line indented incorrectly; expected at least 8 spaces, found 3
(#6490) Variable "encodingStyle" must be all lower-case
(#6491) Spaces must be used for alignment; tabs are not allowed
(#6491) Tab found within whitespace
(#6491) Line indented incorrectly; expected at least 8 spaces, found 3
(#6492) Spaces must be used for alignment; tabs are not allowed
(#6492) Tab found within whitespace
(#6492) Line indented incorrectly; expected at least 8 spaces, found 3
(#6493) Spaces must be used for alignment; tabs are not allowed
(#6493) Tab found within whitespace
(#6493) Line indented incorrectly; expected at least 8 spaces, found 2
(#6494) Spaces must be used for alignment; tabs are not allowed
(#6494) Tab found within whitespace
(#6494) Line indented incorrectly; expected at least 8 spaces, found 3
(#6495) Spaces must be used for alignment; tabs are not allowed
(#6495) Tab found within whitespace
(#6495) Line indented incorrectly; expected at least 8 spaces, found 3
(#6496) Spaces must be used for alignment; tabs are not allowed
(#6496) Tab found within whitespace
(#6496) Line indented incorrectly; expected at least 8 spaces, found 3
(#6496) Variable "encodingStyle" must be all lower-case
(#6497) Spaces must be used for alignment; tabs are not allowed
(#6497) Tab found within whitespace
(#6497) Line indented incorrectly; expected at least 8 spaces, found 3
(#6498) Spaces must be used for alignment; tabs are not allowed
(#6498) Tab found within whitespace
(#6498) Line indented incorrectly; expected at least 8 spaces, found 3
(#6499) Spaces must be used for alignment; tabs are not allowed
(#6499) Tab found within whitespace
(#6499) Line indented incorrectly; expected at least 8 spaces, found 2
(#6500) Spaces must be used for alignment; tabs are not allowed
(#6500) Tab found within whitespace
(#6500) Line indented incorrectly; expected at least 8 spaces, found 2
(#6501) Spaces must be used for alignment; tabs are not allowed
(#6501) Tab found within whitespace
(#6501) Line indented incorrectly; expected at least 8 spaces, found 2
(#6501) Whitespace found at end of line
(#6502) Spaces must be used for alignment; tabs are not allowed
(#6502) Tab found within whitespace
(#6502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6502) Line indented incorrectly; expected at least 11 spaces, found 2
(#6503) Spaces must be used for alignment; tabs are not allowed
(#6503) Tab found within whitespace
(#6503) Inline comments must end in full-stops, exclamation marks, or question marks
(#6503) Line indented incorrectly; expected at least 11 spaces, found 2
(#6504) Spaces must be used for alignment; tabs are not allowed
(#6504) Tab found within whitespace
(#6504) Line indented incorrectly; expected 11 spaces, found 2
(#6504) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#6505) Spaces must be used for alignment; tabs are not allowed
(#6505) Tab found within whitespace
(#6505) Line indented incorrectly; expected at least 11 spaces, found 2
(#6506) Spaces must be used for alignment; tabs are not allowed
(#6506) Tab found within whitespace
(#6506) Line indented incorrectly; expected 15 spaces, found 3
(#6506) Expected "foreach (...) {\n"; found "foreach(...)\n\t\t\t{\n"
(#6506) Variable "pName" must be all lower-case
(#6506) Variable "pType" must be all lower-case
(#6507) Spaces must be used for alignment; tabs are not allowed
(#6507) Tab found within whitespace
(#6507) Line indented incorrectly; expected at least 15 spaces, found 3
(#6508) Spaces must be used for alignment; tabs are not allowed
(#6508) Tab found within whitespace
(#6508) Line indented incorrectly; expected 19 spaces, found 4
(#6508) Expected "if (...) {\n"; found "if(...) {\n"
(#6508) Variable "pType" must be all lower-case
(#6508) Commas (,) must be followed by white space.
(#6509) Spaces must be used for alignment; tabs are not allowed
(#6509) Tab found within whitespace
(#6509) Line indented incorrectly; expected at least 23 spaces, found 5
(#6509) Variable "pType" must be all lower-case
(#6509) Variable "pType" must be all lower-case
(#6509) Variable "pType" must be all lower-case
(#6510) Spaces must be used for alignment; tabs are not allowed
(#6510) Tab found within whitespace
(#6510) Line indented incorrectly; expected 20 spaces, found 4
(#6511) Spaces must be used for alignment; tabs are not allowed
(#6511) Tab found within whitespace
(#6511) Line indented incorrectly; expected at least 20 spaces, found 4
(#6511) Variable "pName" must be all lower-case
(#6511) Variable "pType" must be all lower-case
(#6512) Spaces must be used for alignment; tabs are not allowed
(#6512) Tab found within whitespace
(#6512) Line indented incorrectly; expected 16 spaces, found 3
(#6513) Spaces must be used for alignment; tabs are not allowed
(#6513) Tab found within whitespace
(#6513) Line indented incorrectly; expected 12 spaces, found 2
(#6514) Line indented incorrectly; expected at least 16 spaces, found 12
(#6514) Expected 1 space before "="; 0 found
(#6515) Line indented incorrectly; expected 12 spaces, found 8
(#6515) Closing brace indented incorrectly; expected 2 spaces, found 8
(#6516) Spaces must be used for alignment; tabs are not allowed
(#6516) Tab found within whitespace
(#6516) Line indented incorrectly; expected 12 spaces, found 2
(#6516) Expected "if (...) {\n"; found "if(...)\n\t\t{\n"
(#6517) Spaces must be used for alignment; tabs are not allowed
(#6517) Tab found within whitespace
(#6517) Line indented incorrectly; expected at least 12 spaces, found 2
(#6518) Spaces must be used for alignment; tabs are not allowed
(#6518) Tab found within whitespace
(#6518) Line indented incorrectly; expected 16 spaces, found 3
(#6518) Expected "foreach (...) {\n"; found "foreach(...)\n\t\t\t{\n"
(#6518) Variable "pName" must be all lower-case
(#6518) Variable "pType" must be all lower-case
(#6519) Spaces must be used for alignment; tabs are not allowed
(#6519) Tab found within whitespace
(#6519) Line indented incorrectly; expected at least 16 spaces, found 3
(#6520) Spaces must be used for alignment; tabs are not allowed
(#6520) Tab found within whitespace
(#6520) Line indented incorrectly; expected 20 spaces, found 4
(#6520) Expected "if (...) {\n"; found "if(...) {\n"
(#6520) Variable "pType" must be all lower-case
(#6520) Commas (,) must be followed by white space.
(#6521) Spaces must be used for alignment; tabs are not allowed
(#6521) Tab found within whitespace
(#6521) Line indented incorrectly; expected at least 24 spaces, found 5
(#6521) Variable "pType" must be all lower-case
(#6521) Variable "pType" must be all lower-case
(#6521) Variable "pType" must be all lower-case
(#6522) Spaces must be used for alignment; tabs are not allowed
(#6522) Tab found within whitespace
(#6522) Line indented incorrectly; expected 20 spaces, found 4
(#6523) Spaces must be used for alignment; tabs are not allowed
(#6523) Tab found within whitespace
(#6523) Line indented incorrectly; expected at least 20 spaces, found 4
(#6523) Variable "pName" must be all lower-case
(#6523) Variable "pType" must be all lower-case
(#6524) Spaces must be used for alignment; tabs are not allowed
(#6524) Tab found within whitespace
(#6524) Line indented incorrectly; expected 16 spaces, found 3
(#6525) Spaces must be used for alignment; tabs are not allowed
(#6525) Tab found within whitespace
(#6525) Line indented incorrectly; expected 12 spaces, found 2
(#6526) Line indented incorrectly; expected at least 16 spaces, found 12
(#6526) Expected 1 space before "="; 0 found
(#6527) Line indented incorrectly; expected 12 spaces, found 8
(#6527) Closing brace indented incorrectly; expected 2 spaces, found 8
(#6528) Spaces must be used for alignment; tabs are not allowed
(#6528) Tab found within whitespace
(#6528) Line indented incorrectly; expected at least 12 spaces, found 2
(#6529) Spaces must be used for alignment; tabs are not allowed
(#6529) Tab found within whitespace
(#6529) Line indented incorrectly; expected 4 spaces, found 1
(#6529) Whitespace found at end of line
(#6536) Expected 1 space(s) before asterisk; 0 found
(#6537) Expected 1 space(s) before asterisk; 0 found
(#6538) Expected 1 space(s) before asterisk; 0 found
(#6539) Expected 1 space(s) before asterisk; 0 found
(#6540) Expected 1 space(s) before asterisk; 0 found
(#6541) Expected 1 space(s) before asterisk; 0 found
(#6542) Expected 1 space(s) before asterisk; 0 found
(#6543) Expected 1 space(s) before asterisk; 0 found
(#6544) Duplicate class name "nusoap_parser" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_parser.php on line 15
(#6546) Spaces must be used for alignment; tabs are not allowed
(#6546) Tab found within whitespace
(#6546) Line indented incorrectly; expected at least 4 spaces, found 1
(#6546) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6546) Scope modifier not specified for member variable "$xml"
(#6547) Spaces must be used for alignment; tabs are not allowed
(#6547) Tab found within whitespace
(#6547) Line indented incorrectly; expected at least 4 spaces, found 1
(#6547) Member variable "xml_encoding" must not contain underscores.
(#6547) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6547) Scope modifier not specified for member variable "$xml_encoding"
(#6548) Spaces must be used for alignment; tabs are not allowed
(#6548) Tab found within whitespace
(#6548) Line indented incorrectly; expected at least 4 spaces, found 1
(#6548) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6548) Scope modifier not specified for member variable "$method"
(#6549) Spaces must be used for alignment; tabs are not allowed
(#6549) Tab found within whitespace
(#6549) Line indented incorrectly; expected at least 4 spaces, found 1
(#6549) Member variable "root_struct" must not contain underscores.
(#6549) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6549) Scope modifier not specified for member variable "$root_struct"
(#6550) Spaces must be used for alignment; tabs are not allowed
(#6550) Tab found within whitespace
(#6550) Line indented incorrectly; expected at least 4 spaces, found 1
(#6550) Member variable "root_struct_name" must not contain underscores.
(#6550) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6550) Scope modifier not specified for member variable "$root_struct_name"
(#6551) Spaces must be used for alignment; tabs are not allowed
(#6551) Tab found within whitespace
(#6551) Line indented incorrectly; expected at least 4 spaces, found 1
(#6551) Member variable "root_struct_namespace" must not contain underscores.
(#6551) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6551) Scope modifier not specified for member variable "$root_struct_namespace"
(#6552) Spaces must be used for alignment; tabs are not allowed
(#6552) Tab found within whitespace
(#6552) Line indented incorrectly; expected at least 4 spaces, found 1
(#6552) Member variable "root_header" must not contain underscores.
(#6552) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6552) Scope modifier not specified for member variable "$root_header"
(#6553) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6553) Scope modifier not specified for member variable "$document"
(#6553) Spaces must be used for alignment; tabs are not allowed
(#6553) Tab found within whitespace
(#6553) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6554) Spaces must be used for alignment; tabs are not allowed
(#6554) Tab found within whitespace
(#6554) Inline comments must end in full-stops, exclamation marks, or question marks
(#6554) Line indented incorrectly; expected at least 4 spaces, found 1
(#6555) Spaces must be used for alignment; tabs are not allowed
(#6555) Tab found within whitespace
(#6555) Line indented incorrectly; expected at least 4 spaces, found 1
(#6555) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6555) Scope modifier not specified for member variable "$status"
(#6556) Spaces must be used for alignment; tabs are not allowed
(#6556) Tab found within whitespace
(#6556) Line indented incorrectly; expected at least 4 spaces, found 1
(#6556) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6556) Scope modifier not specified for member variable "$position"
(#6557) Spaces must be used for alignment; tabs are not allowed
(#6557) Tab found within whitespace
(#6557) Line indented incorrectly; expected at least 4 spaces, found 1
(#6557) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6557) Scope modifier not specified for member variable "$depth"
(#6558) Spaces must be used for alignment; tabs are not allowed
(#6558) Tab found within whitespace
(#6558) Line indented incorrectly; expected at least 4 spaces, found 1
(#6558) Member variable "default_namespace" must not contain underscores.
(#6558) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6558) Scope modifier not specified for member variable "$default_namespace"
(#6559) Spaces must be used for alignment; tabs are not allowed
(#6559) Tab found within whitespace
(#6559) Line indented incorrectly; expected at least 4 spaces, found 1
(#6559) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6559) Scope modifier not specified for member variable "$namespaces"
(#6560) Spaces must be used for alignment; tabs are not allowed
(#6560) Tab found within whitespace
(#6560) Line indented incorrectly; expected at least 4 spaces, found 1
(#6560) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6560) Scope modifier not specified for member variable "$message"
(#6561) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6561) Scope modifier not specified for member variable "$parent"
(#6562) Spaces must be used for alignment; tabs are not allowed
(#6562) Tab found within whitespace
(#6562) Line indented incorrectly; expected at least 4 spaces, found 1
(#6562) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6562) Scope modifier not specified for member variable "$fault"
(#6563) Spaces must be used for alignment; tabs are not allowed
(#6563) Tab found within whitespace
(#6563) Line indented incorrectly; expected at least 4 spaces, found 1
(#6563) Member variable "fault_code" must not contain underscores.
(#6563) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6563) Scope modifier not specified for member variable "$fault_code"
(#6564) Spaces must be used for alignment; tabs are not allowed
(#6564) Tab found within whitespace
(#6564) Line indented incorrectly; expected at least 4 spaces, found 1
(#6564) Member variable "fault_str" must not contain underscores.
(#6564) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6564) Scope modifier not specified for member variable "$fault_str"
(#6565) Spaces must be used for alignment; tabs are not allowed
(#6565) Tab found within whitespace
(#6565) Line indented incorrectly; expected at least 4 spaces, found 1
(#6565) Member variable "fault_detail" must not contain underscores.
(#6565) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6565) Scope modifier not specified for member variable "$fault_detail"
(#6566) Spaces must be used for alignment; tabs are not allowed
(#6566) Tab found within whitespace
(#6566) Line indented incorrectly; expected at least 4 spaces, found 1
(#6566) Member variable "depth_array" must not contain underscores.
(#6566) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6566) Scope modifier not specified for member variable "$depth_array"
(#6567) Spaces must be used for alignment; tabs are not allowed
(#6567) Tab found within whitespace
(#6567) Line indented incorrectly; expected at least 4 spaces, found 1
(#6567) Member variable "debug_flag" must not contain underscores.
(#6567) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6567) Scope modifier not specified for member variable "$debug_flag"
(#6568) Spaces must be used for alignment; tabs are not allowed
(#6568) Tab found within whitespace
(#6568) Line indented incorrectly; expected at least 4 spaces, found 1
(#6568) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6568) Scope modifier not specified for member variable "$soapresponse"
(#6568) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6568) Spaces must be used for alignment; tabs are not allowed
(#6568) Tab found within whitespace
(#6568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6569) Spaces must be used for alignment; tabs are not allowed
(#6569) Tab found within whitespace
(#6569) Line indented incorrectly; expected at least 4 spaces, found 1
(#6569) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6569) Scope modifier not specified for member variable "$soapheader"
(#6569) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6569) Spaces must be used for alignment; tabs are not allowed
(#6569) Tab found within whitespace
(#6570) Spaces must be used for alignment; tabs are not allowed
(#6570) Tab found within whitespace
(#6570) Line indented incorrectly; expected at least 4 spaces, found 1
(#6570) Member variable "responseHeaders" must be all lower-case
(#6570) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6570) Scope modifier not specified for member variable "$responseHeaders"
(#6570) Spaces must be used for alignment; tabs are not allowed
(#6570) Tab found within whitespace
(#6570) Inline comments must end in full-stops, exclamation marks, or question marks
(#6571) Spaces must be used for alignment; tabs are not allowed
(#6571) Tab found within whitespace
(#6571) Line indented incorrectly; expected at least 4 spaces, found 1
(#6571) Member variable "body_position" must not contain underscores.
(#6571) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6571) Scope modifier not specified for member variable "$body_position"
(#6572) Spaces must be used for alignment; tabs are not allowed
(#6572) Tab found within whitespace
(#6572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6572) Line indented incorrectly; expected at least 4 spaces, found 1
(#6573) Spaces must be used for alignment; tabs are not allowed
(#6573) Tab found within whitespace
(#6573) Inline comments must end in full-stops, exclamation marks, or question marks
(#6573) Line indented incorrectly; expected at least 4 spaces, found 1
(#6574) Spaces must be used for alignment; tabs are not allowed
(#6574) Tab found within whitespace
(#6574) Line indented incorrectly; expected at least 4 spaces, found 1
(#6574) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6574) Scope modifier not specified for member variable "$ids"
(#6575) Spaces must be used for alignment; tabs are not allowed
(#6575) Tab found within whitespace
(#6575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6575) Inline comments must end in full-stops, exclamation marks, or question marks
(#6575) Line indented incorrectly; expected at least 4 spaces, found 1
(#6576) Spaces must be used for alignment; tabs are not allowed
(#6576) Tab found within whitespace
(#6576) Line indented incorrectly; expected at least 4 spaces, found 1
(#6576) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6576) Scope modifier not specified for member variable "$multirefs"
(#6577) Spaces must be used for alignment; tabs are not allowed
(#6577) Tab found within whitespace
(#6577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6577) Inline comments must end in full-stops, exclamation marks, or question marks
(#6577) Line indented incorrectly; expected at least 4 spaces, found 1
(#6578) Spaces must be used for alignment; tabs are not allowed
(#6578) Tab found within whitespace
(#6578) Line indented incorrectly; expected at least 4 spaces, found 1
(#6578) Member variable "decode_utf8" must not contain underscores.
(#6578) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#6578) Scope modifier not specified for member variable "$decode_utf8"
(#6580) Spaces must be used for alignment; tabs are not allowed
(#6580) Tab found within whitespace
(#6580) Line indented incorrectly; expected at least 4 spaces, found 1
(#6581) Spaces must be used for alignment; tabs are not allowed
(#6581) Expected 2 space(s) before asterisk; 1 found
(#6582) Spaces must be used for alignment; tabs are not allowed
(#6582) Expected 2 space(s) before asterisk; 1 found
(#6583) Spaces must be used for alignment; tabs are not allowed
(#6583) Expected 2 space(s) before asterisk; 1 found
(#6584) Spaces must be used for alignment; tabs are not allowed
(#6584) Expected 2 space(s) before asterisk; 1 found
(#6585) Spaces must be used for alignment; tabs are not allowed
(#6585) Expected 2 space(s) before asterisk; 1 found
(#6586) Spaces must be used for alignment; tabs are not allowed
(#6586) Expected 2 space(s) before asterisk; 1 found
(#6587) Spaces must be used for alignment; tabs are not allowed
(#6587) Expected 2 space(s) before asterisk; 1 found
(#6588) Spaces must be used for alignment; tabs are not allowed
(#6588) Expected 2 space(s) before asterisk; 1 found
(#6589) Spaces must be used for alignment; tabs are not allowed
(#6589) Tab found within whitespace
(#6589) Line indented incorrectly; expected 4 spaces, found 1
(#6589) PHP4 style constructors are not allowed; use "__construct()" instead
(#6589) Visibility must be declared on method "nusoap_parser"
(#6589) Commas (,) must be followed by white space.
(#6589) Commas (,) must be followed by white space.
(#6589) Commas (,) must be followed by white space.
(#6589) Variable "decode_utf8" must not contain underscores.
(#6589) Expected 1 space after closing parenthesis; found 0
(#6590) Spaces must be used for alignment; tabs are not allowed
(#6590) Tab found within whitespace
(#6590) Line indented incorrectly; expected at least 8 spaces, found 2
(#6590) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#6591) Spaces must be used for alignment; tabs are not allowed
(#6591) Tab found within whitespace
(#6591) Line indented incorrectly; expected at least 8 spaces, found 2
(#6592) Spaces must be used for alignment; tabs are not allowed
(#6592) Tab found within whitespace
(#6592) Line indented incorrectly; expected at least 8 spaces, found 2
(#6593) Spaces must be used for alignment; tabs are not allowed
(#6593) Tab found within whitespace
(#6593) Line indented incorrectly; expected at least 8 spaces, found 2
(#6594) Spaces must be used for alignment; tabs are not allowed
(#6594) Tab found within whitespace
(#6594) Line indented incorrectly; expected at least 8 spaces, found 2
(#6594) Variable "decode_utf8" must not contain underscores.
(#6596) Spaces must be used for alignment; tabs are not allowed
(#6596) Tab found within whitespace
(#6596) Line indented incorrectly; expected at least 8 spaces, found 2
(#6597) Spaces must be used for alignment; tabs are not allowed
(#6597) Tab found within whitespace
(#6597) Line indented incorrectly; expected 8 spaces, found 2
(#6597) Expected "if (...) {\n"; found "if(...){\n"
(#6598) Spaces must be used for alignment; tabs are not allowed
(#6598) Tab found within whitespace
(#6598) Inline comments must end in full-stops, exclamation marks, or question marks
(#6598) Line indented incorrectly; expected at least 12 spaces, found 3
(#6599) Spaces must be used for alignment; tabs are not allowed
(#6599) Tab found within whitespace
(#6599) Line indented incorrectly; expected at least 12 spaces, found 3
(#6599) Variable "pos_xml" must not contain underscores.
(#6600) Spaces must be used for alignment; tabs are not allowed
(#6600) Tab found within whitespace
(#6600) Line indented incorrectly; expected 12 spaces, found 3
(#6600) Variable "pos_xml" must not contain underscores.
(#6600) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6601) Spaces must be used for alignment; tabs are not allowed
(#6601) Tab found within whitespace
(#6601) Line indented incorrectly; expected at least 16 spaces, found 4
(#6601) Variable "xml_decl" must not contain underscores.
(#6601) Variable "pos_xml" must not contain underscores.
(#6601) Variable "pos_xml" must not contain underscores.
(#6601) Variable "pos_xml" must not contain underscores.
(#6602) Spaces must be used for alignment; tabs are not allowed
(#6602) Tab found within whitespace
(#6602) Line indented incorrectly; expected 16 spaces, found 4
(#6602) Variable "xml_decl" must not contain underscores.
(#6603) Spaces must be used for alignment; tabs are not allowed
(#6603) Tab found within whitespace
(#6603) Line indented incorrectly; expected at least 20 spaces, found 5
(#6603) Variable "xml_encoding" must not contain underscores.
(#6604) Spaces must be used for alignment; tabs are not allowed
(#6604) Tab found within whitespace
(#6604) Line indented incorrectly; expected 20 spaces, found 5
(#6604) Variable "xml_encoding" must not contain underscores.
(#6605) Spaces must be used for alignment; tabs are not allowed
(#6605) Tab found within whitespace
(#6605) Line indented incorrectly; expected at least 24 spaces, found 6
(#6605) Variable "xml_encoding" must not contain underscores.
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6605) Line exceeds 132 characters; contains 135 characters
(#6606) Spaces must be used for alignment; tabs are not allowed
(#6606) Tab found within whitespace
(#6606) Line indented incorrectly; expected at least 24 spaces, found 6
(#6607) Spaces must be used for alignment; tabs are not allowed
(#6607) Tab found within whitespace
(#6607) Line indented incorrectly; expected 24 spaces, found 6
(#6607) Variable "xml_encoding" must not contain underscores.
(#6608) Spaces must be used for alignment; tabs are not allowed
(#6608) Tab found within whitespace
(#6608) Line indented incorrectly; expected at least 28 spaces, found 7
(#6609) Spaces must be used for alignment; tabs are not allowed
(#6609) Tab found within whitespace
(#6609) Line indented incorrectly; expected at least 28 spaces, found 7
(#6610) Spaces must be used for alignment; tabs are not allowed
(#6610) Tab found within whitespace
(#6610) Line indented incorrectly; expected 24 spaces, found 6
(#6611) Spaces must be used for alignment; tabs are not allowed
(#6611) Tab found within whitespace
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6611) Inline comments must end in full-stops, exclamation marks, or question marks
(#6611) Line exceeds 132 characters; contains 135 characters
(#6611) Line indented incorrectly; expected at least 24 spaces, found 6
(#6612) Spaces must be used for alignment; tabs are not allowed
(#6612) Tab found within whitespace
(#6612) Line indented incorrectly; expected 20 spaces, found 5
(#6613) Spaces must be used for alignment; tabs are not allowed
(#6613) Tab found within whitespace
(#6613) Line indented incorrectly; expected at least 24 spaces, found 6
(#6614) Spaces must be used for alignment; tabs are not allowed
(#6614) Tab found within whitespace
(#6614) Line indented incorrectly; expected 20 spaces, found 5
(#6615) Spaces must be used for alignment; tabs are not allowed
(#6615) Tab found within whitespace
(#6615) Line indented incorrectly; expected 16 spaces, found 4
(#6616) Spaces must be used for alignment; tabs are not allowed
(#6616) Tab found within whitespace
(#6616) Line indented incorrectly; expected at least 20 spaces, found 5
(#6617) Spaces must be used for alignment; tabs are not allowed
(#6617) Tab found within whitespace
(#6617) Line indented incorrectly; expected 16 spaces, found 4
(#6618) Spaces must be used for alignment; tabs are not allowed
(#6618) Tab found within whitespace
(#6618) Line indented incorrectly; expected 12 spaces, found 3
(#6619) Spaces must be used for alignment; tabs are not allowed
(#6619) Tab found within whitespace
(#6619) Line indented incorrectly; expected at least 16 spaces, found 4
(#6620) Spaces must be used for alignment; tabs are not allowed
(#6620) Tab found within whitespace
(#6620) Line indented incorrectly; expected 12 spaces, found 3
(#6621) Spaces must be used for alignment; tabs are not allowed
(#6621) Tab found within whitespace
(#6621) Line indented incorrectly; expected at least 12 spaces, found 3
(#6622) Spaces must be used for alignment; tabs are not allowed
(#6622) Tab found within whitespace
(#6622) Line indented incorrectly; expected at least 12 spaces, found 3
(#6623) Spaces must be used for alignment; tabs are not allowed
(#6623) Tab found within whitespace
(#6623) Line indented incorrectly; expected at least 12 spaces, found 3
(#6624) Spaces must be used for alignment; tabs are not allowed
(#6624) Tab found within whitespace
(#6624) Line indented incorrectly; expected at least 12 spaces, found 3
(#6625) Spaces must be used for alignment; tabs are not allowed
(#6625) Tab found within whitespace
(#6625) Inline comments must end in full-stops, exclamation marks, or question marks
(#6625) This comment is 64% valid code; is this commented out code?
(#6625) Line indented incorrectly; expected at least 12 spaces, found 3
(#6625) No space found before comment text; expected "// xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);" but found "//xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);"
(#6626) Spaces must be used for alignment; tabs are not allowed
(#6626) Tab found within whitespace
(#6626) Line indented incorrectly; expected at least 12 spaces, found 3
(#6627) Spaces must be used for alignment; tabs are not allowed
(#6627) Tab found within whitespace
(#6627) Line indented incorrectly; expected at least 12 spaces, found 3
(#6628) Spaces must be used for alignment; tabs are not allowed
(#6628) Tab found within whitespace
(#6628) Line indented incorrectly; expected at least 12 spaces, found 3
(#6629) Spaces must be used for alignment; tabs are not allowed
(#6629) Tab found within whitespace
(#6629) Line indented incorrectly; expected at least 12 spaces, found 3
(#6630) Spaces must be used for alignment; tabs are not allowed
(#6630) Tab found within whitespace
(#6630) Line indented incorrectly; expected at least 12 spaces, found 3
(#6631) Spaces must be used for alignment; tabs are not allowed
(#6631) Tab found within whitespace
(#6631) Line indented incorrectly; expected at least 12 spaces, found 3
(#6631) Commas (,) must be followed by white space.
(#6632) Spaces must be used for alignment; tabs are not allowed
(#6632) Tab found within whitespace
(#6632) Line indented incorrectly; expected at least 12 spaces, found 3
(#6632) Commas (,) must be followed by white space.
(#6634) Spaces must be used for alignment; tabs are not allowed
(#6634) Tab found within whitespace
(#6634) Line indented incorrectly; expected at least 12 spaces, found 3
(#6635) Spaces must be used for alignment; tabs are not allowed
(#6635) Tab found within whitespace
(#6635) Line indented incorrectly; expected 12 spaces, found 3
(#6635) Expected "if (...) {\n"; found "if(...){\n"
(#6635) Commas (,) must be followed by white space.
(#6635) Commas (,) must be followed by white space.
(#6636) Spaces must be used for alignment; tabs are not allowed
(#6636) Tab found within whitespace
(#6636) Line indented incorrectly; expected at least 16 spaces, found 7
(#6637) Spaces must be used for alignment; tabs are not allowed
(#6637) Tab found within whitespace
(#6637) Line indented incorrectly; expected at least 16 spaces, found 7
(#6638) Spaces must be used for alignment; tabs are not allowed
(#6638) Tab found within whitespace
(#6638) Line indented incorrectly; expected at least 16 spaces, found 7
(#6639) Spaces must be used for alignment; tabs are not allowed
(#6639) Tab found within whitespace
(#6639) Line indented incorrectly; expected at least 16 spaces, found 7
(#6640) Spaces must be used for alignment; tabs are not allowed
(#6640) Tab found within whitespace
(#6640) Line indented incorrectly; expected at least 16 spaces, found 4
(#6641) Spaces must be used for alignment; tabs are not allowed
(#6641) Tab found within whitespace
(#6641) Line indented incorrectly; expected at least 16 spaces, found 4
(#6642) Spaces must be used for alignment; tabs are not allowed
(#6642) Tab found within whitespace
(#6642) Line indented incorrectly; expected at least 16 spaces, found 4
(#6643) Spaces must be used for alignment; tabs are not allowed
(#6643) Tab found within whitespace
(#6643) Line indented incorrectly; expected 12 spaces, found 3
(#6644) Spaces must be used for alignment; tabs are not allowed
(#6644) Tab found within whitespace
(#6644) Line indented incorrectly; expected at least 16 spaces, found 4
(#6645) Spaces must be used for alignment; tabs are not allowed
(#6645) Tab found within whitespace
(#6645) Line indented incorrectly; expected at least 16 spaces, found 4
(#6646) Spaces must be used for alignment; tabs are not allowed
(#6646) Tab found within whitespace
(#6646) Line indented incorrectly; expected at least 16 spaces, found 4
(#6647) Spaces must be used for alignment; tabs are not allowed
(#6647) Tab found within whitespace
(#6647) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6647) Inline comments must end in full-stops, exclamation marks, or question marks
(#6647) Line indented incorrectly; expected at least 16 spaces, found 4
(#6648) Spaces must be used for alignment; tabs are not allowed
(#6648) Tab found within whitespace
(#6648) Line indented incorrectly; expected at least 16 spaces, found 4
(#6649) Spaces must be used for alignment; tabs are not allowed
(#6649) Tab found within whitespace
(#6649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6649) Inline comments must end in full-stops, exclamation marks, or question marks
(#6649) Line indented incorrectly; expected at least 16 spaces, found 4
(#6650) Spaces must be used for alignment; tabs are not allowed
(#6650) Tab found within whitespace
(#6650) Line indented incorrectly; expected 16 spaces, found 4
(#6650) Expected "if (...) {\n"; found "if(...){\n"
(#6651) Spaces must be used for alignment; tabs are not allowed
(#6651) Tab found within whitespace
(#6651) Line indented incorrectly; expected at least 20 spaces, found 5
(#6652) Spaces must be used for alignment; tabs are not allowed
(#6652) Tab found within whitespace
(#6652) Line indented incorrectly; expected 16 spaces, found 4
(#6653) Spaces must be used for alignment; tabs are not allowed
(#6653) Tab found within whitespace
(#6653) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6653) Inline comments must end in full-stops, exclamation marks, or question marks
(#6653) Line indented incorrectly; expected at least 16 spaces, found 4
(#6654) Spaces must be used for alignment; tabs are not allowed
(#6654) Tab found within whitespace
(#6654) Line indented incorrectly; expected 16 spaces, found 4
(#6654) Expected "if (...) {\n"; found "if(...){\n"
(#6654) The use of function sizeof() is forbidden; use count() instead
(#6655) Spaces must be used for alignment; tabs are not allowed
(#6655) Tab found within whitespace
(#6655) Line indented incorrectly; expected 20 spaces, found 5
(#6655) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#6656) Spaces must be used for alignment; tabs are not allowed
(#6656) Tab found within whitespace
(#6656) Line indented incorrectly; expected at least 24 spaces, found 6
(#6657) Spaces must be used for alignment; tabs are not allowed
(#6657) Tab found within whitespace
(#6657) Line indented incorrectly; expected at least 24 spaces, found 6
(#6657) Variable "idVal" must be all lower-case
(#6658) Spaces must be used for alignment; tabs are not allowed
(#6658) Tab found within whitespace
(#6658) Line indented incorrectly; expected 24 spaces, found 6
(#6658) Variable "idVal" must be all lower-case
(#6658) Variable "idVal" must be all lower-case
(#6659) Spaces must be used for alignment; tabs are not allowed
(#6659) Tab found within whitespace
(#6659) Line indented incorrectly; expected at least 28 spaces, found 7
(#6659) Variable "idVal" must be all lower-case
(#6660) Spaces must be used for alignment; tabs are not allowed
(#6660) Tab found within whitespace
(#6660) Line indented incorrectly; expected 24 spaces, found 6
(#6661) Spaces must be used for alignment; tabs are not allowed
(#6661) Tab found within whitespace
(#6661) Line indented incorrectly; expected 24 spaces, found 6
(#6661) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#6661) Variable "refPos" must be all lower-case
(#6662) Spaces must be used for alignment; tabs are not allowed
(#6662) Tab found within whitespace
(#6662) Line indented incorrectly; expected at least 28 spaces, found 7
(#6662) Variable "refPos" must be all lower-case
(#6663) Spaces must be used for alignment; tabs are not allowed
(#6663) Tab found within whitespace
(#6663) Line indented incorrectly; expected at least 28 spaces, found 7
(#6663) Variable "refPos" must be all lower-case
(#6663) Variable "idVal" must be all lower-case
(#6664) Spaces must be used for alignment; tabs are not allowed
(#6664) Tab found within whitespace
(#6664) Line indented incorrectly; expected 24 spaces, found 6
(#6665) Spaces must be used for alignment; tabs are not allowed
(#6665) Tab found within whitespace
(#6665) Line indented incorrectly; expected 20 spaces, found 5
(#6666) Spaces must be used for alignment; tabs are not allowed
(#6666) Tab found within whitespace
(#6666) Line indented incorrectly; expected 16 spaces, found 4
(#6667) Spaces must be used for alignment; tabs are not allowed
(#6667) Tab found within whitespace
(#6667) Line indented incorrectly; expected 12 spaces, found 3
(#6668) Spaces must be used for alignment; tabs are not allowed
(#6668) Tab found within whitespace
(#6668) Line indented incorrectly; expected at least 12 spaces, found 3
(#6669) Spaces must be used for alignment; tabs are not allowed
(#6669) Tab found within whitespace
(#6669) Line indented incorrectly; expected 8 spaces, found 2
(#6670) Spaces must be used for alignment; tabs are not allowed
(#6670) Tab found within whitespace
(#6670) Line indented incorrectly; expected at least 12 spaces, found 3
(#6671) Spaces must be used for alignment; tabs are not allowed
(#6671) Tab found within whitespace
(#6671) Line indented incorrectly; expected at least 12 spaces, found 3
(#6672) Spaces must be used for alignment; tabs are not allowed
(#6672) Tab found within whitespace
(#6672) Line indented incorrectly; expected 8 spaces, found 2
(#6673) Spaces must be used for alignment; tabs are not allowed
(#6673) Tab found within whitespace
(#6673) Line indented incorrectly; expected 4 spaces, found 1
(#6675) Spaces must be used for alignment; tabs are not allowed
(#6675) Tab found within whitespace
(#6675) Line indented incorrectly; expected at least 4 spaces, found 1
(#6676) Spaces must be used for alignment; tabs are not allowed
(#6676) Expected 2 space(s) before asterisk; 1 found
(#6677) Spaces must be used for alignment; tabs are not allowed
(#6677) Expected 2 space(s) before asterisk; 1 found
(#6678) Spaces must be used for alignment; tabs are not allowed
(#6678) Expected 2 space(s) before asterisk; 1 found
(#6679) Spaces must be used for alignment; tabs are not allowed
(#6679) Expected 2 space(s) before asterisk; 1 found
(#6680) Spaces must be used for alignment; tabs are not allowed
(#6680) Expected 2 space(s) before asterisk; 1 found
(#6681) Spaces must be used for alignment; tabs are not allowed
(#6681) Expected 2 space(s) before asterisk; 1 found
(#6682) Spaces must be used for alignment; tabs are not allowed
(#6682) Expected 2 space(s) before asterisk; 1 found
(#6683) Spaces must be used for alignment; tabs are not allowed
(#6683) Tab found within whitespace
(#6683) Line indented incorrectly; expected 4 spaces, found 1
(#6683) Visibility must be declared on method "start_element"
(#6684) Spaces must be used for alignment; tabs are not allowed
(#6684) Tab found within whitespace
(#6684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6684) Line indented incorrectly; expected at least 8 spaces, found 2
(#6685) Spaces must be used for alignment; tabs are not allowed
(#6685) Tab found within whitespace
(#6685) Inline comments must end in full-stops, exclamation marks, or question marks
(#6685) Line indented incorrectly; expected at least 8 spaces, found 2
(#6686) Spaces must be used for alignment; tabs are not allowed
(#6686) Tab found within whitespace
(#6686) Line indented incorrectly; expected at least 8 spaces, found 2
(#6687) Spaces must be used for alignment; tabs are not allowed
(#6687) Tab found within whitespace
(#6687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6687) Inline comments must end in full-stops, exclamation marks, or question marks
(#6687) Line indented incorrectly; expected at least 8 spaces, found 2
(#6688) Spaces must be used for alignment; tabs are not allowed
(#6688) Tab found within whitespace
(#6688) Line indented incorrectly; expected at least 8 spaces, found 2
(#6688) Commas (,) must be followed by white space.
(#6688) Expected 1 space before "=>"; 0 found
(#6688) Expected 1 space after "=>"; 0 found
(#6688) Commas (,) must be followed by white space.
(#6688) Expected 1 space before "=>"; 0 found
(#6688) Expected 1 space after "=>"; 0 found
(#6689) Spaces must be used for alignment; tabs are not allowed
(#6689) Tab found within whitespace
(#6689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6689) Line indented incorrectly; expected at least 8 spaces, found 2
(#6690) Spaces must be used for alignment; tabs are not allowed
(#6690) Tab found within whitespace
(#6690) Inline comments must end in full-stops, exclamation marks, or question marks
(#6690) Line indented incorrectly; expected at least 8 spaces, found 2
(#6691) Spaces must be used for alignment; tabs are not allowed
(#6691) Tab found within whitespace
(#6691) Line indented incorrectly; expected at least 8 spaces, found 2
(#6693) Spaces must be used for alignment; tabs are not allowed
(#6693) Tab found within whitespace
(#6693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6693) Inline comments must end in full-stops, exclamation marks, or question marks
(#6693) Line indented incorrectly; expected at least 8 spaces, found 2
(#6694) Spaces must be used for alignment; tabs are not allowed
(#6694) Tab found within whitespace
(#6694) Line indented incorrectly; expected 8 spaces, found 2
(#6694) Expected "if (...) {\n"; found "if(...){\n"
(#6695) Spaces must be used for alignment; tabs are not allowed
(#6695) Tab found within whitespace
(#6695) Line indented incorrectly; expected at least 12 spaces, found 3
(#6696) Spaces must be used for alignment; tabs are not allowed
(#6696) Tab found within whitespace
(#6696) Line indented incorrectly; expected 8 spaces, found 2
(#6697) Spaces must be used for alignment; tabs are not allowed
(#6697) Tab found within whitespace
(#6697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6697) Inline comments must end in full-stops, exclamation marks, or question marks
(#6697) Line indented incorrectly; expected at least 8 spaces, found 2
(#6698) Spaces must be used for alignment; tabs are not allowed
(#6698) Tab found within whitespace
(#6698) Line indented incorrectly; expected at least 8 spaces, found 2
(#6699) Spaces must be used for alignment; tabs are not allowed
(#6699) Tab found within whitespace
(#6699) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6699) Inline comments must end in full-stops, exclamation marks, or question marks
(#6699) Line indented incorrectly; expected at least 8 spaces, found 2
(#6700) Spaces must be used for alignment; tabs are not allowed
(#6700) Tab found within whitespace
(#6700) Line indented incorrectly; expected at least 8 spaces, found 2
(#6701) Spaces must be used for alignment; tabs are not allowed
(#6701) Tab found within whitespace
(#6701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6701) Inline comments must end in full-stops, exclamation marks, or question marks
(#6701) Line indented incorrectly; expected at least 8 spaces, found 2
(#6702) Spaces must be used for alignment; tabs are not allowed
(#6702) Tab found within whitespace
(#6702) Line indented incorrectly; expected at least 8 spaces, found 2
(#6703) Spaces must be used for alignment; tabs are not allowed
(#6703) Tab found within whitespace
(#6703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6703) Inline comments must end in full-stops, exclamation marks, or question marks
(#6703) Line indented incorrectly; expected at least 8 spaces, found 2
(#6704) Spaces must be used for alignment; tabs are not allowed
(#6704) Tab found within whitespace
(#6704) Line indented incorrectly; expected 8 spaces, found 2
(#6704) Expected "if (...) {\n"; found "if(...){\n"
(#6704) Commas (,) must be followed by white space.
(#6705) Spaces must be used for alignment; tabs are not allowed
(#6705) Tab found within whitespace
(#6705) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6705) Inline comments must end in full-stops, exclamation marks, or question marks
(#6705) Line indented incorrectly; expected at least 12 spaces, found 3
(#6706) Spaces must be used for alignment; tabs are not allowed
(#6706) Tab found within whitespace
(#6706) Line indented incorrectly; expected at least 12 spaces, found 3
(#6706) Commas (,) must be followed by white space.
(#6706) Commas (,) must be followed by white space.
(#6706) Commas (,) must be followed by white space.
(#6707) Spaces must be used for alignment; tabs are not allowed
(#6707) Tab found within whitespace
(#6707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6707) Inline comments must end in full-stops, exclamation marks, or question marks
(#6707) Line indented incorrectly; expected at least 12 spaces, found 3
(#6708) Spaces must be used for alignment; tabs are not allowed
(#6708) Tab found within whitespace
(#6708) Line indented incorrectly; expected at least 12 spaces, found 3
(#6708) Commas (,) must be followed by white space.
(#6708) Commas (,) must be followed by white space.
(#6709) Spaces must be used for alignment; tabs are not allowed
(#6709) Tab found within whitespace
(#6709) Line indented incorrectly; expected 8 spaces, found 2
(#6710) Spaces must be used for alignment; tabs are not allowed
(#6710) Tab found within whitespace
(#6710) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6710) Inline comments must end in full-stops, exclamation marks, or question marks
(#6710) Line indented incorrectly; expected at least 8 spaces, found 2
(#6711) Spaces must be used for alignment; tabs are not allowed
(#6711) Tab found within whitespace
(#6711) Line indented incorrectly; expected 8 spaces, found 2
(#6712) Spaces must be used for alignment; tabs are not allowed
(#6712) Tab found within whitespace
(#6712) Line indented incorrectly; expected at least 12 spaces, found 3
(#6713) Spaces must be used for alignment; tabs are not allowed
(#6713) Tab found within whitespace
(#6713) Line indented incorrectly; expected 8 spaces, found 2
(#6713) Usage of ELSEIF not allowed; use ELSE IF instead
(#6714) Spaces must be used for alignment; tabs are not allowed
(#6714) Tab found within whitespace
(#6714) Line indented incorrectly; expected at least 12 spaces, found 3
(#6715) Spaces must be used for alignment; tabs are not allowed
(#6715) Tab found within whitespace
(#6715) Line indented incorrectly; expected at least 12 spaces, found 3
(#6716) Spaces must be used for alignment; tabs are not allowed
(#6716) Tab found within whitespace
(#6716) Line indented incorrectly; expected 8 spaces, found 2
(#6716) Usage of ELSEIF not allowed; use ELSE IF instead
(#6717) Spaces must be used for alignment; tabs are not allowed
(#6717) Tab found within whitespace
(#6717) Line indented incorrectly; expected at least 12 spaces, found 3
(#6718) Spaces must be used for alignment; tabs are not allowed
(#6718) Tab found within whitespace
(#6718) Line indented incorrectly; expected at least 12 spaces, found 3
(#6719) Spaces must be used for alignment; tabs are not allowed
(#6719) Tab found within whitespace
(#6719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6719) Inline comments must end in full-stops, exclamation marks, or question marks
(#6719) Line indented incorrectly; expected at least 12 spaces, found 2
(#6720) Spaces must be used for alignment; tabs are not allowed
(#6720) Tab found within whitespace
(#6720) Line indented incorrectly; expected 8 spaces, found 2
(#6720) Usage of ELSEIF not allowed; use ELSE IF instead
(#6720) Expected 1 space before "+"; 0 found
(#6720) Expected 1 space after "+"; 0 found
(#6721) Spaces must be used for alignment; tabs are not allowed
(#6721) Tab found within whitespace
(#6721) Line indented incorrectly; expected at least 12 spaces, found 3
(#6722) Spaces must be used for alignment; tabs are not allowed
(#6722) Tab found within whitespace
(#6722) Line indented incorrectly; expected at least 12 spaces, found 3
(#6723) Spaces must be used for alignment; tabs are not allowed
(#6723) Tab found within whitespace
(#6723) Line indented incorrectly; expected at least 12 spaces, found 3
(#6724) Spaces must be used for alignment; tabs are not allowed
(#6724) Tab found within whitespace
(#6724) Line indented incorrectly; expected at least 12 spaces, found 3
(#6725) Spaces must be used for alignment; tabs are not allowed
(#6725) Tab found within whitespace
(#6725) Line indented incorrectly; expected at least 12 spaces, found 3
(#6726) Spaces must be used for alignment; tabs are not allowed
(#6726) Tab found within whitespace
(#6726) Line indented incorrectly; expected 8 spaces, found 2
(#6727) Spaces must be used for alignment; tabs are not allowed
(#6727) Tab found within whitespace
(#6727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6727) Inline comments must end in full-stops, exclamation marks, or question marks
(#6727) Line indented incorrectly; expected at least 8 spaces, found 2
(#6728) Spaces must be used for alignment; tabs are not allowed
(#6728) Tab found within whitespace
(#6728) Line indented incorrectly; expected at least 8 spaces, found 2
(#6729) Spaces must be used for alignment; tabs are not allowed
(#6729) Tab found within whitespace
(#6729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6729) Inline comments must end in full-stops, exclamation marks, or question marks
(#6729) Line indented incorrectly; expected at least 8 spaces, found 2
(#6730) Spaces must be used for alignment; tabs are not allowed
(#6730) Tab found within whitespace
(#6730) Line indented incorrectly; expected at least 8 spaces, found 2
(#6731) Spaces must be used for alignment; tabs are not allowed
(#6731) Tab found within whitespace
(#6731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6731) Inline comments must end in full-stops, exclamation marks, or question marks
(#6731) Line indented incorrectly; expected at least 8 spaces, found 2
(#6732) Spaces must be used for alignment; tabs are not allowed
(#6732) Tab found within whitespace
(#6732) Line indented incorrectly; expected at least 8 spaces, found 2
(#6734) Spaces must be used for alignment; tabs are not allowed
(#6734) Tab found within whitespace
(#6734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6734) Inline comments must end in full-stops, exclamation marks, or question marks
(#6734) Line indented incorrectly; expected at least 8 spaces, found 2
(#6736) Spaces must be used for alignment; tabs are not allowed
(#6736) Tab found within whitespace
(#6736) Line indented incorrectly; expected 8 spaces, found 2
(#6736) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#6737) Spaces must be used for alignment; tabs are not allowed
(#6737) Tab found within whitespace
(#6737) Line indented incorrectly; expected at least 12 spaces, found 9
(#6737) Variable "key_prefix" must not contain underscores.
(#6738) Spaces must be used for alignment; tabs are not allowed
(#6738) Tab found within whitespace
(#6738) Line indented incorrectly; expected at least 12 spaces, found 3
(#6738) Variable "key_localpart" must not contain underscores.
(#6739) Spaces must be used for alignment; tabs are not allowed
(#6739) Tab found within whitespace
(#6739) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6739) Inline comments must end in full-stops, exclamation marks, or question marks
(#6739) Line indented incorrectly; expected at least 12 spaces, found 3
(#6740) Expected "if (...) {\n"; found "if(...){\n"
(#6740) Variable "key_prefix" must not contain underscores.
(#6741) Spaces must be used for alignment; tabs are not allowed
(#6741) Tab found within whitespace
(#6741) Line indented incorrectly; expected 16 spaces, found 4
(#6741) Expected "if (...) {\n"; found "if(...){\n"
(#6741) Commas (,) must be followed by white space.
(#6742) Spaces must be used for alignment; tabs are not allowed
(#6742) Tab found within whitespace
(#6742) Line indented incorrectly; expected at least 20 spaces, found 5
(#6743) Spaces must be used for alignment; tabs are not allowed
(#6743) Tab found within whitespace
(#6743) Line indented incorrectly; expected at least 20 spaces, found 5
(#6744) Spaces must be used for alignment; tabs are not allowed
(#6744) Tab found within whitespace
(#6744) Line indented incorrectly; expected at least 20 spaces, found 5
(#6745) Spaces must be used for alignment; tabs are not allowed
(#6745) Tab found within whitespace
(#6745) Line indented incorrectly; expected 16 spaces, found 4
(#6746) Variable "key_localpart" must not contain underscores.
(#6747) Spaces must be used for alignment; tabs are not allowed
(#6747) Tab found within whitespace
(#6747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6747) Inline comments must end in full-stops, exclamation marks, or question marks
(#6747) Line indented incorrectly; expected at least 16 spaces, found 4
(#6748) Spaces must be used for alignment; tabs are not allowed
(#6748) Tab found within whitespace
(#6748) Line indented incorrectly; expected 16 spaces, found 4
(#6748) Expected "if (...) {\n"; found "if(...){\n"
(#6749) Spaces must be used for alignment; tabs are not allowed
(#6749) Tab found within whitespace
(#6749) Line indented incorrectly; expected at least 20 spaces, found 5
(#6750) Spaces must be used for alignment; tabs are not allowed
(#6750) Tab found within whitespace
(#6750) Line indented incorrectly; expected 16 spaces, found 4
(#6751) Spaces must be used for alignment; tabs are not allowed
(#6751) Tab found within whitespace
(#6751) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6751) Inline comments must end in full-stops, exclamation marks, or question marks
(#6751) Line indented incorrectly; expected at least 16 spaces, found 3
(#6752) Line indented incorrectly; expected 12 spaces, found 8
(#6752) Closing brace indented incorrectly; expected 12 spaces, found 8
(#6752) Usage of ELSEIF not allowed; use ELSE IF instead
(#6752) Variable "key_localpart" must not contain underscores.
(#6753) Spaces must be used for alignment; tabs are not allowed
(#6753) Tab found within whitespace
(#6753) Line indented incorrectly; expected 16 spaces, found 10
(#6753) Empty IF statement detected
(#6754) Spaces must be used for alignment; tabs are not allowed
(#6754) Tab found within whitespace
(#6754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6754) Inline comments must end in full-stops, exclamation marks, or question marks
(#6754) Line indented incorrectly; expected at least 20 spaces, found 11
(#6755) Spaces must be used for alignment; tabs are not allowed
(#6755) Tab found within whitespace
(#6755) Line indented incorrectly; expected 16 spaces, found 10
(#6756) Spaces must be used for alignment; tabs are not allowed
(#6756) Tab found within whitespace
(#6756) Line indented incorrectly; expected at least 20 spaces, found 14
(#6756) Variable "value_prefix" must not contain underscores.
(#6757) Spaces must be used for alignment; tabs are not allowed
(#6757) Tab found within whitespace
(#6757) Line indented incorrectly; expected at least 20 spaces, found 17
(#6757) Variable "value_localpart" must not contain underscores.
(#6758) Spaces must be used for alignment; tabs are not allowed
(#6758) Tab found within whitespace
(#6758) Line indented incorrectly; expected at least 20 spaces, found 5
(#6758) Variable "value_localpart" must not contain underscores.
(#6759) Spaces must be used for alignment; tabs are not allowed
(#6759) Tab found within whitespace
(#6759) Line indented incorrectly; expected at least 20 spaces, found 5
(#6759) Variable "value_prefix" must not contain underscores.
(#6760) Spaces must be used for alignment; tabs are not allowed
(#6760) Tab found within whitespace
(#6760) Line indented incorrectly; expected 20 spaces, found 17
(#6760) Expected "if (...) {\n"; found "if(...){\n"
(#6760) Variable "value_prefix" must not contain underscores.
(#6761) Spaces must be used for alignment; tabs are not allowed
(#6761) Tab found within whitespace
(#6761) Line indented incorrectly; expected at least 24 spaces, found 18
(#6761) Variable "value_prefix" must not contain underscores.
(#6762) Spaces must be used for alignment; tabs are not allowed
(#6762) Tab found within whitespace
(#6762) Line indented incorrectly; expected 20 spaces, found 17
(#6762) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#6762) Expected "if (...) {\n"; found "if(...) {\n"
(#6762) Variable "value_prefix" must not contain underscores.
(#6763) Spaces must be used for alignment; tabs are not allowed
(#6763) Tab found within whitespace
(#6763) Line indented incorrectly; expected at least 24 spaces, found 6
(#6763) Variable "value_prefix" must not contain underscores.
(#6764) Spaces must be used for alignment; tabs are not allowed
(#6764) Tab found within whitespace
(#6764) Line indented incorrectly; expected 20 spaces, found 17
(#6765) Spaces must be used for alignment; tabs are not allowed
(#6765) Tab found within whitespace
(#6765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6765) Line indented incorrectly; expected at least 20 spaces, found 5
(#6766) Spaces must be used for alignment; tabs are not allowed
(#6766) Tab found within whitespace
(#6766) Line indented incorrectly; expected 16 spaces, found 4
(#6766) Closing brace indented incorrectly; expected 10 spaces, found 4
(#6767) Spaces must be used for alignment; tabs are not allowed
(#6767) Tab found within whitespace
(#6767) Line indented incorrectly; expected 12 spaces, found 3
(#6767) Closing brace indented incorrectly; expected 8 spaces, found 3
(#6767) Usage of ELSEIF not allowed; use ELSE IF instead
(#6767) Variable "key_localpart" must not contain underscores.
(#6768) Spaces must be used for alignment; tabs are not allowed
(#6768) Tab found within whitespace
(#6768) Line indented incorrectly; expected at least 16 spaces, found 4
(#6769) Spaces must be used for alignment; tabs are not allowed
(#6769) Tab found within whitespace
(#6769) Line indented incorrectly; expected at least 16 spaces, found 4
(#6770) Line indented incorrectly; expected at least 16 spaces, found 4
(#6771) Line indented incorrectly; expected at least 16 spaces, found 4
(#6772) Line indented incorrectly; expected at least 16 spaces, found 4
(#6773) Line indented incorrectly; expected at least 16 spaces, found 4
(#6774) Line indented incorrectly; expected at least 16 spaces, found 4
(#6775) Line indented incorrectly; expected at least 16 spaces, found 4
(#6776) Line indented incorrectly; expected at least 16 spaces, found 4
(#6777) Spaces must be used for alignment; tabs are not allowed
(#6777) Tab found within whitespace
(#6777) Line indented incorrectly; expected at least 16 spaces, found 4
(#6778) Spaces must be used for alignment; tabs are not allowed
(#6778) Tab found within whitespace
(#6778) Line indented incorrectly; expected 16 spaces, found 4
(#6778) Expected "if (...) {\n"; found "if(...){\n"
(#6778) Commas (,) must be followed by white space.
(#6778) Commas (,) must be followed by white space.
(#6779) Spaces must be used for alignment; tabs are not allowed
(#6779) Tab found within whitespace
(#6779) Line indented incorrectly; expected at least 20 spaces, found 5
(#6780) Spaces must be used for alignment; tabs are not allowed
(#6780) Tab found within whitespace
(#6780) Line indented incorrectly; expected at least 20 spaces, found 5
(#6781) Spaces must be used for alignment; tabs are not allowed
(#6781) Tab found within whitespace
(#6781) Line indented incorrectly; expected 20 spaces, found 17
(#6782) Spaces must be used for alignment; tabs are not allowed
(#6782) Tab found within whitespace
(#6782) Line indented incorrectly; expected at least 24 spaces, found 18
(#6783) Spaces must be used for alignment; tabs are not allowed
(#6783) Tab found within whitespace
(#6783) Line indented incorrectly; expected 20 spaces, found 17
(#6784) Spaces must be used for alignment; tabs are not allowed
(#6784) Tab found within whitespace
(#6784) Line indented incorrectly; expected at least 24 spaces, found 6
(#6785) Spaces must be used for alignment; tabs are not allowed
(#6785) Tab found within whitespace
(#6785) Line indented incorrectly; expected 20 spaces, found 17
(#6786) Spaces must be used for alignment; tabs are not allowed
(#6786) Tab found within whitespace
(#6786) Line indented incorrectly; expected at least 20 spaces, found 5
(#6787) Spaces must be used for alignment; tabs are not allowed
(#6787) Tab found within whitespace
(#6787) Line indented incorrectly; expected at least 20 spaces, found 5
(#6788) Spaces must be used for alignment; tabs are not allowed
(#6788) Tab found within whitespace
(#6788) Line indented incorrectly; expected at least 20 spaces, found 5
(#6789) Spaces must be used for alignment; tabs are not allowed
(#6789) Tab found within whitespace
(#6789) Line indented incorrectly; expected 16 spaces, found 4
(#6790) Spaces must be used for alignment; tabs are not allowed
(#6790) Tab found within whitespace
(#6790) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6790) Inline comments must end in full-stops, exclamation marks, or question marks
(#6790) Line indented incorrectly; expected at least 16 spaces, found 3
(#6791) Spaces must be used for alignment; tabs are not allowed
(#6791) Tab found within whitespace
(#6791) Line indented incorrectly; expected 12 spaces, found 3
(#6791) Usage of ELSEIF not allowed; use ELSE IF instead
(#6791) Variable "key_localpart" must not contain underscores.
(#6792) Spaces must be used for alignment; tabs are not allowed
(#6792) Tab found within whitespace
(#6792) Line indented incorrectly; expected at least 16 spaces, found 4
(#6793) Spaces must be used for alignment; tabs are not allowed
(#6793) Tab found within whitespace
(#6793) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6793) Inline comments must end in full-stops, exclamation marks, or question marks
(#6793) Line indented incorrectly; expected at least 16 spaces, found 3
(#6794) Spaces must be used for alignment; tabs are not allowed
(#6794) Tab found within whitespace
(#6794) Line indented incorrectly; expected 12 spaces, found 3
(#6794) Usage of ELSEIF not allowed; use ELSE IF instead
(#6794) Variable "key_localpart" must not contain underscores.
(#6794) Variable "key_localpart" must not contain underscores.
(#6795) Spaces must be used for alignment; tabs are not allowed
(#6795) Tab found within whitespace
(#6795) Line indented incorrectly; expected at least 16 spaces, found 4
(#6796) Spaces must be used for alignment; tabs are not allowed
(#6796) Tab found within whitespace
(#6796) Line indented incorrectly; expected 12 spaces, found 3
(#6798) Spaces must be used for alignment; tabs are not allowed
(#6798) Tab found within whitespace
(#6798) Line indented incorrectly; expected 12 spaces, found 3
(#6799) Spaces must be used for alignment; tabs are not allowed
(#6799) Tab found within whitespace
(#6799) Line indented incorrectly; expected at least 16 spaces, found 4
(#6800) Spaces must be used for alignment; tabs are not allowed
(#6800) Tab found within whitespace
(#6800) Line indented incorrectly; expected 12 spaces, found 3
(#6801) Spaces must be used for alignment; tabs are not allowed
(#6801) Tab found within whitespace
(#6801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6801) Inline comments must end in full-stops, exclamation marks, or question marks
(#6801) Line indented incorrectly; expected at least 12 spaces, found 3
(#6802) Spaces must be used for alignment; tabs are not allowed
(#6802) Tab found within whitespace
(#6802) Line indented incorrectly; expected 12 spaces, found 3
(#6802) Expected "if (...) {\n"; found "if(...){\n"
(#6803) Spaces must be used for alignment; tabs are not allowed
(#6803) Tab found within whitespace
(#6803) Line indented incorrectly; expected at least 16 spaces, found 4
(#6804) Spaces must be used for alignment; tabs are not allowed
(#6804) Tab found within whitespace
(#6804) Line indented incorrectly; expected 12 spaces, found 3
(#6805) Spaces must be used for alignment; tabs are not allowed
(#6805) Tab found within whitespace
(#6805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6805) Inline comments must end in full-stops, exclamation marks, or question marks
(#6805) Line indented incorrectly; expected at least 12 spaces, found 3
(#6806) Spaces must be used for alignment; tabs are not allowed
(#6806) Tab found within whitespace
(#6806) Line indented incorrectly; expected 12 spaces, found 3
(#6806) Expected "if (...) {\n"; found "if(...){\n"
(#6806) Variable "key_localpart" must not contain underscores.
(#6807) Spaces must be used for alignment; tabs are not allowed
(#6807) Tab found within whitespace
(#6807) Line indented incorrectly; expected at least 16 spaces, found 4
(#6808) Spaces must be used for alignment; tabs are not allowed
(#6808) Tab found within whitespace
(#6808) Line indented incorrectly; expected at least 16 spaces, found 4
(#6809) Spaces must be used for alignment; tabs are not allowed
(#6809) Tab found within whitespace
(#6809) Line indented incorrectly; expected at least 16 spaces, found 4
(#6810) Spaces must be used for alignment; tabs are not allowed
(#6810) Tab found within whitespace
(#6810) Line indented incorrectly; expected at least 16 spaces, found 4
(#6811) Spaces must be used for alignment; tabs are not allowed
(#6811) Tab found within whitespace
(#6811) Line indented incorrectly; expected 12 spaces, found 3
(#6812) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6812) Inline comments must end in full-stops, exclamation marks, or question marks
(#6814) Spaces must be used for alignment; tabs are not allowed
(#6814) Tab found within whitespace
(#6814) Line indented incorrectly; expected 8 spaces, found 2
(#6815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6815) Inline comments must end in full-stops, exclamation marks, or question marks
(#6816) Spaces must be used for alignment; tabs are not allowed
(#6816) Tab found within whitespace
(#6816) Line indented incorrectly; expected 8 spaces, found 2
(#6816) Expected "if (...) {\n"; found "if(...){\n"
(#6817) Spaces must be used for alignment; tabs are not allowed
(#6817) Tab found within whitespace
(#6817) Line indented incorrectly; expected at least 12 spaces, found 3
(#6818) Spaces must be used for alignment; tabs are not allowed
(#6818) Tab found within whitespace
(#6818) Line indented incorrectly; expected at least 12 spaces, found 3
(#6819) Spaces must be used for alignment; tabs are not allowed
(#6819) Tab found within whitespace
(#6819) Line indented incorrectly; expected 8 spaces, found 2
(#6820) Spaces must be used for alignment; tabs are not allowed
(#6820) Tab found within whitespace
(#6820) Line indented incorrectly; expected at least 12 spaces, found 3
(#6821) Spaces must be used for alignment; tabs are not allowed
(#6821) Tab found within whitespace
(#6821) Line indented incorrectly; expected 8 spaces, found 2
(#6822) Expected "if (...) {\n"; found "if(...){\n"
(#6823) Spaces must be used for alignment; tabs are not allowed
(#6823) Tab found within whitespace
(#6823) Line indented incorrectly; expected 12 spaces, found 9
(#6824) Spaces must be used for alignment; tabs are not allowed
(#6824) Tab found within whitespace
(#6824) Line indented incorrectly; expected at least 16 spaces, found 10
(#6825) Spaces must be used for alignment; tabs are not allowed
(#6825) Tab found within whitespace
(#6825) Line indented incorrectly; expected 12 spaces, found 9
(#6826) Usage of ELSEIF not allowed; use ELSE IF instead
(#6827) Spaces must be used for alignment; tabs are not allowed
(#6827) Tab found within whitespace
(#6827) Line indented incorrectly; expected at least 12 spaces, found 9
(#6828) Line indented incorrectly; expected 12 spaces, found 8
(#6829) Spaces must be used for alignment; tabs are not allowed
(#6829) Tab found within whitespace
(#6829) Line indented incorrectly; expected 4 spaces, found 1
(#6831) Spaces must be used for alignment; tabs are not allowed
(#6831) Tab found within whitespace
(#6831) Line indented incorrectly; expected at least 4 spaces, found 1
(#6832) Spaces must be used for alignment; tabs are not allowed
(#6832) Expected 2 space(s) before asterisk; 1 found
(#6833) Spaces must be used for alignment; tabs are not allowed
(#6833) Expected 2 space(s) before asterisk; 1 found
(#6834) Spaces must be used for alignment; tabs are not allowed
(#6834) Expected 2 space(s) before asterisk; 1 found
(#6835) Spaces must be used for alignment; tabs are not allowed
(#6835) Expected 2 space(s) before asterisk; 1 found
(#6836) Spaces must be used for alignment; tabs are not allowed
(#6836) Expected 2 space(s) before asterisk; 1 found
(#6837) Spaces must be used for alignment; tabs are not allowed
(#6837) Expected 2 space(s) before asterisk; 1 found
(#6838) Spaces must be used for alignment; tabs are not allowed
(#6838) Tab found within whitespace
(#6838) Line indented incorrectly; expected 4 spaces, found 1
(#6838) Visibility must be declared on method "end_element"
(#6839) Spaces must be used for alignment; tabs are not allowed
(#6839) Tab found within whitespace
(#6839) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6839) Inline comments must end in full-stops, exclamation marks, or question marks
(#6839) Line indented incorrectly; expected at least 8 spaces, found 2
(#6840) Spaces must be used for alignment; tabs are not allowed
(#6840) Tab found within whitespace
(#6840) Line indented incorrectly; expected at least 8 spaces, found 2
(#6842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6842) Inline comments must end in full-stops, exclamation marks, or question marks
(#6843) Spaces must be used for alignment; tabs are not allowed
(#6843) Tab found within whitespace
(#6843) Line indented incorrectly; expected 8 spaces, found 2
(#6843) Expected "if (...) {\n"; found "if(...){\n"
(#6843) Commas (,) must be followed by white space.
(#6844) Spaces must be used for alignment; tabs are not allowed
(#6844) Tab found within whitespace
(#6844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6844) Inline comments must end in full-stops, exclamation marks, or question marks
(#6844) Line indented incorrectly; expected at least 12 spaces, found 3
(#6845) Spaces must be used for alignment; tabs are not allowed
(#6845) Tab found within whitespace
(#6845) Line indented incorrectly; expected at least 12 spaces, found 3
(#6845) Commas (,) must be followed by white space.
(#6845) Commas (,) must be followed by white space.
(#6845) Commas (,) must be followed by white space.
(#6846) Spaces must be used for alignment; tabs are not allowed
(#6846) Tab found within whitespace
(#6846) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6846) Inline comments must end in full-stops, exclamation marks, or question marks
(#6846) Line indented incorrectly; expected at least 12 spaces, found 3
(#6847) Spaces must be used for alignment; tabs are not allowed
(#6847) Tab found within whitespace
(#6847) Line indented incorrectly; expected at least 12 spaces, found 3
(#6847) Commas (,) must be followed by white space.
(#6847) Commas (,) must be followed by white space.
(#6848) Spaces must be used for alignment; tabs are not allowed
(#6848) Tab found within whitespace
(#6848) Line indented incorrectly; expected 8 spaces, found 2
(#6849) Spaces must be used for alignment; tabs are not allowed
(#6849) Tab found within whitespace
(#6849) Whitespace found at end of line
(#6850) Spaces must be used for alignment; tabs are not allowed
(#6850) Tab found within whitespace
(#6850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6850) Inline comments must end in full-stops, exclamation marks, or question marks
(#6850) Line indented incorrectly; expected at least 8 spaces, found 2
(#6851) Spaces must be used for alignment; tabs are not allowed
(#6851) Tab found within whitespace
(#6851) Line indented incorrectly; expected 8 spaces, found 2
(#6851) Expected "if (...) {\n"; found "if(...){\n"
(#6852) Spaces must be used for alignment; tabs are not allowed
(#6852) Tab found within whitespace
(#6852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6852) Inline comments must end in full-stops, exclamation marks, or question marks
(#6852) Line indented incorrectly; expected at least 12 spaces, found 3
(#6853) Spaces must be used for alignment; tabs are not allowed
(#6853) Tab found within whitespace
(#6853) Line indented incorrectly; expected 12 spaces, found 3
(#6853) Expected "if (...) {\n"; found "if(...){\n"
(#6854) Spaces must be used for alignment; tabs are not allowed
(#6854) Tab found within whitespace
(#6854) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6854) Inline comments must end in full-stops, exclamation marks, or question marks
(#6854) Line indented incorrectly; expected at least 16 spaces, found 4
(#6855) Spaces must be used for alignment; tabs are not allowed
(#6855) Tab found within whitespace
(#6855) Line indented incorrectly; expected at least 16 spaces, found 4
(#6855) Commas (,) must be followed by white space.
(#6856) Spaces must be used for alignment; tabs are not allowed
(#6856) Tab found within whitespace
(#6856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6856) Inline comments must end in full-stops, exclamation marks, or question marks
(#6856) Line indented incorrectly; expected at least 16 spaces, found 4
(#6857) Spaces must be used for alignment; tabs are not allowed
(#6857) Tab found within whitespace
(#6857) Line indented incorrectly; expected at least 16 spaces, found 4
(#6858) Spaces must be used for alignment; tabs are not allowed
(#6858) Tab found within whitespace
(#6858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6858) Inline comments must end in full-stops, exclamation marks, or question marks
(#6858) Line indented incorrectly; expected at least 16 spaces, found 4
(#6859) Spaces must be used for alignment; tabs are not allowed
(#6859) Tab found within whitespace
(#6859) Line indented incorrectly; expected at least 16 spaces, found 4
(#6860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6860) Inline comments must end in full-stops, exclamation marks, or question marks
(#6860) Line indented incorrectly; expected at least 16 spaces, found 12
(#6861) Spaces must be used for alignment; tabs are not allowed
(#6861) Tab found within whitespace
(#6861) Line indented incorrectly; expected 12 spaces, found 3
(#6861) Usage of ELSEIF not allowed; use ELSE IF instead
(#6862) Spaces must be used for alignment; tabs are not allowed
(#6862) Tab found within whitespace
(#6862) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6862) Inline comments must end in full-stops, exclamation marks, or question marks
(#6862) Line indented incorrectly; expected at least 16 spaces, found 4
(#6863) Spaces must be used for alignment; tabs are not allowed
(#6863) Tab found within whitespace
(#6863) Line indented incorrectly; expected 16 spaces, found 4
(#6863) Expected "if (...) {\n"; found "if(...){\n"
(#6864) Spaces must be used for alignment; tabs are not allowed
(#6864) Tab found within whitespace
(#6864) Line indented incorrectly; expected at least 20 spaces, found 5
(#6865) Spaces must be used for alignment; tabs are not allowed
(#6865) Tab found within whitespace
(#6865) Line indented incorrectly; expected 16 spaces, found 4
(#6866) Spaces must be used for alignment; tabs are not allowed
(#6866) Tab found within whitespace
(#6866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6866) Inline comments must end in full-stops, exclamation marks, or question marks
(#6866) Line indented incorrectly; expected at least 16 spaces, found 3
(#6867) Spaces must be used for alignment; tabs are not allowed
(#6867) Tab found within whitespace
(#6867) Line indented incorrectly; expected 12 spaces, found 3
(#6867) Usage of ELSEIF not allowed; use ELSE IF instead
(#6868) Spaces must be used for alignment; tabs are not allowed
(#6868) Tab found within whitespace
(#6868) Line indented incorrectly; expected 16 spaces, found 4
(#6869) Spaces must be used for alignment; tabs are not allowed
(#6869) Tab found within whitespace
(#6869) Line indented incorrectly; expected at least 20 spaces, found 5
(#6870) Spaces must be used for alignment; tabs are not allowed
(#6870) Tab found within whitespace
(#6870) Line indented incorrectly; expected 16 spaces, found 4
(#6870) Usage of ELSEIF not allowed; use ELSE IF instead
(#6871) Spaces must be used for alignment; tabs are not allowed
(#6871) Tab found within whitespace
(#6871) Line indented incorrectly; expected 20 spaces, found 14
(#6872) Spaces must be used for alignment; tabs are not allowed
(#6872) Tab found within whitespace
(#6872) Line indented incorrectly; expected at least 24 spaces, found 6
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6872) Line exceeds maximum limit of 180 characters; contains 218 characters
(#6873) Spaces must be used for alignment; tabs are not allowed
(#6873) Tab found within whitespace
(#6873) Line indented incorrectly; expected 20 spaces, found 5
(#6873) Closing brace indented incorrectly; expected 14 spaces, found 5
(#6874) Spaces must be used for alignment; tabs are not allowed
(#6874) Tab found within whitespace
(#6874) Line indented incorrectly; expected at least 24 spaces, found 6
(#6875) Spaces must be used for alignment; tabs are not allowed
(#6875) Tab found within whitespace
(#6875) Line indented incorrectly; expected 24 spaces, found 6
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6875) Line exceeds 132 characters; contains 146 characters
(#6876) Spaces must be used for alignment; tabs are not allowed
(#6876) Tab found within whitespace
(#6876) Line indented incorrectly; expected at least 28 spaces, found 7
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6876) Line exceeds maximum limit of 180 characters; contains 241 characters
(#6877) Spaces must be used for alignment; tabs are not allowed
(#6877) Tab found within whitespace
(#6877) Line indented incorrectly; expected 24 spaces, found 6
(#6878) Spaces must be used for alignment; tabs are not allowed
(#6878) Tab found within whitespace
(#6878) Line indented incorrectly; expected at least 28 spaces, found 7
(#6879) Spaces must be used for alignment; tabs are not allowed
(#6879) Tab found within whitespace
(#6879) Line indented incorrectly; expected 24 spaces, found 6
(#6880) Spaces must be used for alignment; tabs are not allowed
(#6880) Tab found within whitespace
(#6880) Line indented incorrectly; expected 20 spaces, found 5
(#6881) Spaces must be used for alignment; tabs are not allowed
(#6881) Tab found within whitespace
(#6881) Line indented incorrectly; expected 16 spaces, found 4
(#6882) Spaces must be used for alignment; tabs are not allowed
(#6882) Tab found within whitespace
(#6882) Line indented incorrectly; expected at least 16 spaces, found 4
(#6883) Spaces must be used for alignment; tabs are not allowed
(#6883) Tab found within whitespace
(#6883) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6883) Inline comments must end in full-stops, exclamation marks, or question marks
(#6883) Line indented incorrectly; expected at least 16 spaces, found 3
(#6884) Spaces must be used for alignment; tabs are not allowed
(#6884) Tab found within whitespace
(#6884) Line indented incorrectly; expected 12 spaces, found 3
(#6885) Spaces must be used for alignment; tabs are not allowed
(#6885) Tab found within whitespace
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6885) Inline comments must end in full-stops, exclamation marks, or question marks
(#6885) This comment is 80% valid code; is this commented out code?
(#6885) Line exceeds 132 characters; contains 133 characters
(#6885) Line indented incorrectly; expected at least 16 spaces, found 13
(#6885) No space found before comment text; expected "// $this->debug('adding data for scalar value '.$this->message[$pos]['name'].' of value '.$this->message[$pos]['cdata']);" but found "//$this->debug('adding data for scalar value '.$this->message[$pos]['name'].' of value '.$this->message[$pos]['cdata']);"
(#6886) Spaces must be used for alignment; tabs are not allowed
(#6886) Tab found within whitespace
(#6886) Line indented incorrectly; expected 16 spaces, found 4
(#6887) Spaces must be used for alignment; tabs are not allowed
(#6887) Tab found within whitespace
(#6887) Line indented incorrectly; expected at least 20 spaces, found 5
(#6888) Spaces must be used for alignment; tabs are not allowed
(#6888) Tab found within whitespace
(#6888) Line indented incorrectly; expected 16 spaces, found 4
(#6888) Usage of ELSEIF not allowed; use ELSE IF instead
(#6889) Spaces must be used for alignment; tabs are not allowed
(#6889) Tab found within whitespace
(#6889) Line indented incorrectly; expected at least 20 spaces, found 5
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6889) Line exceeds maximum limit of 180 characters; contains 212 characters
(#6890) Spaces must be used for alignment; tabs are not allowed
(#6890) Tab found within whitespace
(#6890) Line indented incorrectly; expected 16 spaces, found 4
(#6891) Spaces must be used for alignment; tabs are not allowed
(#6891) Tab found within whitespace
(#6891) Line indented incorrectly; expected at least 20 spaces, found 5
(#6892) Spaces must be used for alignment; tabs are not allowed
(#6892) Tab found within whitespace
(#6892) Line indented incorrectly; expected 20 spaces, found 5
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6892) Line exceeds 132 characters; contains 145 characters
(#6893) Spaces must be used for alignment; tabs are not allowed
(#6893) Tab found within whitespace
(#6893) Line indented incorrectly; expected at least 24 spaces, found 6
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6893) Line exceeds maximum limit of 180 characters; contains 235 characters
(#6894) Spaces must be used for alignment; tabs are not allowed
(#6894) Tab found within whitespace
(#6894) Line indented incorrectly; expected 20 spaces, found 5
(#6895) Spaces must be used for alignment; tabs are not allowed
(#6895) Tab found within whitespace
(#6895) Line indented incorrectly; expected at least 24 spaces, found 6
(#6896) Spaces must be used for alignment; tabs are not allowed
(#6896) Tab found within whitespace
(#6896) Line indented incorrectly; expected 20 spaces, found 5
(#6897) Spaces must be used for alignment; tabs are not allowed
(#6897) Tab found within whitespace
(#6897) Line indented incorrectly; expected 16 spaces, found 4
(#6899) Spaces must be used for alignment; tabs are not allowed
(#6899) Tab found within whitespace
(#6899) Line indented incorrectly; expected at least 16 spaces, found 4
(#6900) Line indented incorrectly; expected at least 16 spaces, found 4
(#6901) Line indented incorrectly; expected at least 16 spaces, found 4
(#6902) Line indented incorrectly; expected at least 16 spaces, found 5
(#6903) Line indented incorrectly; expected at least 16 spaces, found 6
(#6904) Line indented incorrectly; expected at least 16 spaces, found 5
(#6905) Line indented incorrectly; expected at least 16 spaces, found 6
(#6906) Line indented incorrectly; expected at least 16 spaces, found 5
(#6907) Line indented incorrectly; expected at least 16 spaces, found 4
(#6908) Line indented incorrectly; expected at least 16 spaces, found 4
(#6909) Spaces must be used for alignment; tabs are not allowed
(#6909) Tab found within whitespace
(#6909) Line indented incorrectly; expected 12 spaces, found 3
(#6910) Spaces must be used for alignment; tabs are not allowed
(#6910) Tab found within whitespace
(#6910) Line indented incorrectly; expected 8 spaces, found 2
(#6911) Spaces must be used for alignment; tabs are not allowed
(#6911) Tab found within whitespace
(#6911) Whitespace found at end of line
(#6912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6912) Inline comments must end in full-stops, exclamation marks, or question marks
(#6913) Expected "if (...) {\n"; found "if(...){\n"
(#6914) Spaces must be used for alignment; tabs are not allowed
(#6914) Tab found within whitespace
(#6914) Line indented incorrectly; expected 12 spaces, found 9
(#6915) Spaces must be used for alignment; tabs are not allowed
(#6915) Tab found within whitespace
(#6915) Line indented incorrectly; expected at least 16 spaces, found 10
(#6916) Spaces must be used for alignment; tabs are not allowed
(#6916) Tab found within whitespace
(#6916) Line indented incorrectly; expected 12 spaces, found 9
(#6917) Usage of ELSEIF not allowed; use ELSE IF instead
(#6918) Spaces must be used for alignment; tabs are not allowed
(#6918) Tab found within whitespace
(#6918) Line indented incorrectly; expected at least 12 spaces, found 9
(#6919) Line indented incorrectly; expected 12 spaces, found 8
(#6920) Spaces must be used for alignment; tabs are not allowed
(#6920) Tab found within whitespace
(#6920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6920) Inline comments must end in full-stops, exclamation marks, or question marks
(#6920) Line indented incorrectly; expected at least 12 spaces, found 2
(#6921) Spaces must be used for alignment; tabs are not allowed
(#6921) Tab found within whitespace
(#6921) Line indented incorrectly; expected 12 spaces, found 2
(#6921) Expected "if (...) {\n"; found "if (...){\n"
(#6922) Spaces must be used for alignment; tabs are not allowed
(#6922) Tab found within whitespace
(#6922) Line indented incorrectly; expected at least 16 spaces, found 3
(#6923) Spaces must be used for alignment; tabs are not allowed
(#6923) Tab found within whitespace
(#6923) Line indented incorrectly; expected at least 16 spaces, found 3
(#6924) Spaces must be used for alignment; tabs are not allowed
(#6924) Tab found within whitespace
(#6924) Line indented incorrectly; expected 12 spaces, found 2
(#6924) Usage of ELSEIF not allowed; use ELSE IF instead
(#6925) Spaces must be used for alignment; tabs are not allowed
(#6925) Tab found within whitespace
(#6925) Line indented incorrectly; expected at least 16 spaces, found 3
(#6926) Spaces must be used for alignment; tabs are not allowed
(#6926) Tab found within whitespace
(#6926) Line indented incorrectly; expected 12 spaces, found 2
(#6926) Usage of ELSEIF not allowed; use ELSE IF instead
(#6927) Spaces must be used for alignment; tabs are not allowed
(#6927) Tab found within whitespace
(#6927) Line indented incorrectly; expected at least 16 spaces, found 3
(#6928) Spaces must be used for alignment; tabs are not allowed
(#6928) Tab found within whitespace
(#6928) Line indented incorrectly; expected 12 spaces, found 2
(#6928) Usage of ELSEIF not allowed; use ELSE IF instead
(#6928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6928) Inline comments must end in full-stops, exclamation marks, or question marks
(#6929) Spaces must be used for alignment; tabs are not allowed
(#6929) Tab found within whitespace
(#6929) Line indented incorrectly; expected at least 16 spaces, found 3
(#6930) Spaces must be used for alignment; tabs are not allowed
(#6930) Tab found within whitespace
(#6930) Line indented incorrectly; expected 12 spaces, found 2
(#6930) Usage of ELSEIF not allowed; use ELSE IF instead
(#6931) Spaces must be used for alignment; tabs are not allowed
(#6931) Tab found within whitespace
(#6931) Line indented incorrectly; expected at least 16 spaces, found 3
(#6932) Spaces must be used for alignment; tabs are not allowed
(#6932) Tab found within whitespace
(#6932) Line indented incorrectly; expected 12 spaces, found 2
(#6933) Spaces must be used for alignment; tabs are not allowed
(#6933) Tab found within whitespace
(#6933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6933) Inline comments must end in full-stops, exclamation marks, or question marks
(#6933) Line indented incorrectly; expected at least 12 spaces, found 2
(#6934) Spaces must be used for alignment; tabs are not allowed
(#6934) Tab found within whitespace
(#6934) Line indented incorrectly; expected at least 12 spaces, found 2
(#6935) Spaces must be used for alignment; tabs are not allowed
(#6935) Tab found within whitespace
(#6935) Line indented incorrectly; expected 4 spaces, found 1
(#6937) Spaces must be used for alignment; tabs are not allowed
(#6937) Tab found within whitespace
(#6937) Line indented incorrectly; expected at least 4 spaces, found 1
(#6938) Spaces must be used for alignment; tabs are not allowed
(#6938) Expected 2 space(s) before asterisk; 1 found
(#6939) Spaces must be used for alignment; tabs are not allowed
(#6939) Expected 2 space(s) before asterisk; 1 found
(#6940) Spaces must be used for alignment; tabs are not allowed
(#6940) Expected 2 space(s) before asterisk; 1 found
(#6941) Spaces must be used for alignment; tabs are not allowed
(#6941) Expected 2 space(s) before asterisk; 1 found
(#6942) Spaces must be used for alignment; tabs are not allowed
(#6942) Expected 2 space(s) before asterisk; 1 found
(#6943) Spaces must be used for alignment; tabs are not allowed
(#6943) Expected 2 space(s) before asterisk; 1 found
(#6944) Spaces must be used for alignment; tabs are not allowed
(#6944) Tab found within whitespace
(#6944) Line indented incorrectly; expected 4 spaces, found 1
(#6944) Visibility must be declared on method "character_data"
(#6944) Expected 1 space after closing parenthesis; found 0
(#6945) Spaces must be used for alignment; tabs are not allowed
(#6945) Tab found within whitespace
(#6945) Line indented incorrectly; expected at least 8 spaces, found 2
(#6946) Spaces must be used for alignment; tabs are not allowed
(#6946) Tab found within whitespace
(#6946) Line indented incorrectly; expected 8 spaces, found 2
(#6946) Expected "if (...) {\n"; found "if (...){\n"
(#6946) Expected 1 space before "=="; 0 found
(#6946) Expected 1 space after "=="; 0 found
(#6947) Spaces must be used for alignment; tabs are not allowed
(#6947) Tab found within whitespace
(#6947) Line indented incorrectly; expected at least 12 spaces, found 3
(#6948) Spaces must be used for alignment; tabs are not allowed
(#6948) Tab found within whitespace
(#6948) Line indented incorrectly; expected at least 12 spaces, found 3
(#6949) Spaces must be used for alignment; tabs are not allowed
(#6949) Tab found within whitespace
(#6949) Inline comments must end in full-stops, exclamation marks, or question marks
(#6949) Line indented incorrectly; expected at least 12 spaces, found 3
(#6950) Spaces must be used for alignment; tabs are not allowed
(#6950) Tab found within whitespace
(#6950) Line indented incorrectly; expected 12 spaces, found 3
(#6950) Expected "if (...) {\n"; found "if(...){\n"
(#6951) Spaces must be used for alignment; tabs are not allowed
(#6951) Tab found within whitespace
(#6951) Line indented incorrectly; expected at least 16 spaces, found 4
(#6952) Spaces must be used for alignment; tabs are not allowed
(#6952) Tab found within whitespace
(#6952) Line indented incorrectly; expected 12 spaces, found 3
(#6953) Spaces must be used for alignment; tabs are not allowed
(#6953) Tab found within whitespace
(#6953) Line indented incorrectly; expected 8 spaces, found 2
(#6955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6955) Inline comments must end in full-stops, exclamation marks, or question marks
(#6956) Expected "if (...) {\n"; found "if(...){\n"
(#6957) Spaces must be used for alignment; tabs are not allowed
(#6957) Tab found within whitespace
(#6957) Line indented incorrectly; expected at least 12 spaces, found 9
(#6959) Spaces must be used for alignment; tabs are not allowed
(#6959) Tab found within whitespace
(#6959) Line indented incorrectly; expected at least 12 spaces, found 9
(#6960) Line indented incorrectly; expected 12 spaces, found 8
(#6961) Spaces must be used for alignment; tabs are not allowed
(#6961) Tab found within whitespace
(#6961) Line indented incorrectly; expected 4 spaces, found 1
(#6963) Spaces must be used for alignment; tabs are not allowed
(#6963) Tab found within whitespace
(#6963) Line indented incorrectly; expected at least 4 spaces, found 1
(#6964) Spaces must be used for alignment; tabs are not allowed
(#6964) Expected 2 space(s) before asterisk; 1 found
(#6965) Spaces must be used for alignment; tabs are not allowed
(#6965) Expected 2 space(s) before asterisk; 1 found
(#6966) Spaces must be used for alignment; tabs are not allowed
(#6966) Expected 2 space(s) before asterisk; 1 found
(#6966) Spaces must be used for alignment; tabs are not allowed
(#6967) Spaces must be used for alignment; tabs are not allowed
(#6967) Expected 2 space(s) before asterisk; 1 found
(#6968) Spaces must be used for alignment; tabs are not allowed
(#6968) Expected 2 space(s) before asterisk; 1 found
(#6968) Spaces must be used for alignment; tabs are not allowed
(#6969) Spaces must be used for alignment; tabs are not allowed
(#6969) Expected 2 space(s) before asterisk; 1 found
(#6970) Spaces must be used for alignment; tabs are not allowed
(#6970) Tab found within whitespace
(#6970) Line indented incorrectly; expected 4 spaces, found 1
(#6970) Visibility must be declared on method "get_response"
(#6970) Expected 1 space after closing parenthesis; found 0
(#6971) Spaces must be used for alignment; tabs are not allowed
(#6971) Tab found within whitespace
(#6971) Line indented incorrectly; expected at least 8 spaces, found 2
(#6972) Spaces must be used for alignment; tabs are not allowed
(#6972) Tab found within whitespace
(#6972) Line indented incorrectly; expected 4 spaces, found 1
(#6974) Spaces must be used for alignment; tabs are not allowed
(#6974) Tab found within whitespace
(#6974) Line indented incorrectly; expected at least 4 spaces, found 1
(#6975) Spaces must be used for alignment; tabs are not allowed
(#6975) Expected 2 space(s) before asterisk; 1 found
(#6976) Spaces must be used for alignment; tabs are not allowed
(#6976) Expected 2 space(s) before asterisk; 1 found
(#6977) Spaces must be used for alignment; tabs are not allowed
(#6977) Expected 2 space(s) before asterisk; 1 found
(#6977) Spaces must be used for alignment; tabs are not allowed
(#6978) Spaces must be used for alignment; tabs are not allowed
(#6978) Expected 2 space(s) before asterisk; 1 found
(#6979) Spaces must be used for alignment; tabs are not allowed
(#6979) Expected 2 space(s) before asterisk; 1 found
(#6980) Spaces must be used for alignment; tabs are not allowed
(#6980) Tab found within whitespace
(#6980) Line indented incorrectly; expected 4 spaces, found 1
(#6980) Visibility must be declared on method "get_soapbody"
(#6980) Expected 1 space after closing parenthesis; found 0
(#6981) Spaces must be used for alignment; tabs are not allowed
(#6981) Tab found within whitespace
(#6981) Line indented incorrectly; expected at least 8 spaces, found 2
(#6982) Spaces must be used for alignment; tabs are not allowed
(#6982) Tab found within whitespace
(#6982) Line indented incorrectly; expected 4 spaces, found 1
(#6984) Spaces must be used for alignment; tabs are not allowed
(#6984) Tab found within whitespace
(#6984) Line indented incorrectly; expected at least 4 spaces, found 1
(#6985) Spaces must be used for alignment; tabs are not allowed
(#6985) Expected 2 space(s) before asterisk; 1 found
(#6986) Spaces must be used for alignment; tabs are not allowed
(#6986) Expected 2 space(s) before asterisk; 1 found
(#6987) Spaces must be used for alignment; tabs are not allowed
(#6987) Expected 2 space(s) before asterisk; 1 found
(#6987) Spaces must be used for alignment; tabs are not allowed
(#6988) Spaces must be used for alignment; tabs are not allowed
(#6988) Expected 2 space(s) before asterisk; 1 found
(#6989) Spaces must be used for alignment; tabs are not allowed
(#6989) Expected 2 space(s) before asterisk; 1 found
(#6990) Spaces must be used for alignment; tabs are not allowed
(#6990) Tab found within whitespace
(#6990) Line indented incorrectly; expected 4 spaces, found 1
(#6990) Visibility must be declared on method "get_soapheader"
(#6990) Expected 1 space after closing parenthesis; found 0
(#6991) Spaces must be used for alignment; tabs are not allowed
(#6991) Tab found within whitespace
(#6991) Line indented incorrectly; expected at least 8 spaces, found 2
(#6992) Spaces must be used for alignment; tabs are not allowed
(#6992) Tab found within whitespace
(#6992) Line indented incorrectly; expected 4 spaces, found 1
(#6994) Spaces must be used for alignment; tabs are not allowed
(#6994) Tab found within whitespace
(#6994) Line indented incorrectly; expected at least 4 spaces, found 1
(#6995) Spaces must be used for alignment; tabs are not allowed
(#6995) Expected 2 space(s) before asterisk; 1 found
(#6996) Spaces must be used for alignment; tabs are not allowed
(#6996) Expected 2 space(s) before asterisk; 1 found
(#6997) Spaces must be used for alignment; tabs are not allowed
(#6997) Expected 2 space(s) before asterisk; 1 found
(#6997) Spaces must be used for alignment; tabs are not allowed
(#6998) Spaces must be used for alignment; tabs are not allowed
(#6998) Expected 2 space(s) before asterisk; 1 found
(#6999) Spaces must be used for alignment; tabs are not allowed
(#6999) Expected 2 space(s) before asterisk; 1 found
(#7000) Spaces must be used for alignment; tabs are not allowed
(#7000) Tab found within whitespace
(#7000) Line indented incorrectly; expected 4 spaces, found 1
(#7000) method name "nusoap_parser::getHeaders" must be in lower-case letters only
(#7000) Visibility must be declared on method "getHeaders"
(#7000) Expected 1 space after closing parenthesis; found 0
(#7001) Spaces must be used for alignment; tabs are not allowed
(#7001) Tab found within whitespace
(#7001) Line indented incorrectly; expected at least 8 spaces, found 5
(#7002) Spaces must be used for alignment; tabs are not allowed
(#7002) Tab found within whitespace
(#7002) Line indented incorrectly; expected 4 spaces, found 1
(#7004) Spaces must be used for alignment; tabs are not allowed
(#7004) Tab found within whitespace
(#7004) Line indented incorrectly; expected at least 4 spaces, found 1
(#7005) Spaces must be used for alignment; tabs are not allowed
(#7005) Expected 2 space(s) before asterisk; 1 found
(#7006) Spaces must be used for alignment; tabs are not allowed
(#7006) Expected 2 space(s) before asterisk; 1 found
(#7007) Spaces must be used for alignment; tabs are not allowed
(#7007) Expected 2 space(s) before asterisk; 1 found
(#7008) Spaces must be used for alignment; tabs are not allowed
(#7008) Expected 2 space(s) before asterisk; 1 found
(#7009) Spaces must be used for alignment; tabs are not allowed
(#7009) Expected 2 space(s) before asterisk; 1 found
(#7010) Spaces must be used for alignment; tabs are not allowed
(#7010) Expected 2 space(s) before asterisk; 1 found
(#7010) Spaces must be used for alignment; tabs are not allowed
(#7011) Spaces must be used for alignment; tabs are not allowed
(#7011) Expected 2 space(s) before asterisk; 1 found
(#7012) Spaces must be used for alignment; tabs are not allowed
(#7012) Expected 2 space(s) before asterisk; 1 found
(#7013) Spaces must be used for alignment; tabs are not allowed
(#7013) Tab found within whitespace
(#7013) Line indented incorrectly; expected 4 spaces, found 1
(#7013) method name "nusoap_parser::decodeSimple" must be in lower-case letters only
(#7013) Visibility must be declared on method "decodeSimple"
(#7014) Spaces must be used for alignment; tabs are not allowed
(#7014) Tab found within whitespace
(#7014) Line indented incorrectly; expected at least 8 spaces, found 2
(#7015) Spaces must be used for alignment; tabs are not allowed
(#7015) Tab found within whitespace
(#7015) Line indented incorrectly; expected 8 spaces, found 2
(#7016) Spaces must be used for alignment; tabs are not allowed
(#7016) Tab found within whitespace
(#7016) Line indented incorrectly; expected at least 12 spaces, found 3
(#7017) Spaces must be used for alignment; tabs are not allowed
(#7017) Tab found within whitespace
(#7017) Line indented incorrectly; expected 8 spaces, found 2
(#7018) Spaces must be used for alignment; tabs are not allowed
(#7018) Tab found within whitespace
(#7018) Line indented incorrectly; expected 8 spaces, found 2
(#7019) Spaces must be used for alignment; tabs are not allowed
(#7019) Tab found within whitespace
(#7019) Line indented incorrectly; expected at least 12 spaces, found 3
(#7020) Spaces must be used for alignment; tabs are not allowed
(#7020) Tab found within whitespace
(#7020) Line indented incorrectly; expected 8 spaces, found 2
(#7021) Spaces must be used for alignment; tabs are not allowed
(#7021) Tab found within whitespace
(#7021) Line indented incorrectly; expected 8 spaces, found 2
(#7022) Spaces must be used for alignment; tabs are not allowed
(#7022) Tab found within whitespace
(#7022) Line indented incorrectly; expected at least 12 spaces, found 3
(#7023) Spaces must be used for alignment; tabs are not allowed
(#7023) Tab found within whitespace
(#7023) Line indented incorrectly; expected 8 spaces, found 2
(#7024) Spaces must be used for alignment; tabs are not allowed
(#7024) Tab found within whitespace
(#7024) Line indented incorrectly; expected 8 spaces, found 2
(#7025) Spaces must be used for alignment; tabs are not allowed
(#7025) Tab found within whitespace
(#7025) Line indented incorrectly; expected 12 spaces, found 3
(#7026) Spaces must be used for alignment; tabs are not allowed
(#7026) Tab found within whitespace
(#7026) Line indented incorrectly; expected at least 16 spaces, found 4
(#7027) Spaces must be used for alignment; tabs are not allowed
(#7027) Tab found within whitespace
(#7027) Line indented incorrectly; expected 12 spaces, found 3
(#7028) Spaces must be used for alignment; tabs are not allowed
(#7028) Tab found within whitespace
(#7028) Line indented incorrectly; expected at least 12 spaces, found 3
(#7029) Spaces must be used for alignment; tabs are not allowed
(#7029) Tab found within whitespace
(#7029) Line indented incorrectly; expected 8 spaces, found 2
(#7030) Spaces must be used for alignment; tabs are not allowed
(#7030) Tab found within whitespace
(#7030) Line indented incorrectly; expected 8 spaces, found 2
(#7031) Spaces must be used for alignment; tabs are not allowed
(#7031) Tab found within whitespace
(#7031) Line indented incorrectly; expected at least 12 spaces, found 3
(#7032) Spaces must be used for alignment; tabs are not allowed
(#7032) Tab found within whitespace
(#7032) Line indented incorrectly; expected at least 12 spaces, found 3
(#7033) Spaces must be used for alignment; tabs are not allowed
(#7033) Tab found within whitespace
(#7033) Line indented incorrectly; expected 8 spaces, found 2
(#7034) Spaces must be used for alignment; tabs are not allowed
(#7034) Tab found within whitespace
(#7034) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7034) Inline comments must end in full-stops, exclamation marks, or question marks
(#7034) Line indented incorrectly; expected at least 8 spaces, found 2
(#7035) Spaces must be used for alignment; tabs are not allowed
(#7035) Tab found within whitespace
(#7035) Line indented incorrectly; expected 8 spaces, found 2
(#7036) Spaces must be used for alignment; tabs are not allowed
(#7036) Tab found within whitespace
(#7036) Line indented incorrectly; expected at least 8 spaces, found 3
(#7037) Spaces must be used for alignment; tabs are not allowed
(#7037) Tab found within whitespace
(#7037) Line indented incorrectly; expected at least 8 spaces, found 3
(#7038) Spaces must be used for alignment; tabs are not allowed
(#7038) Tab found within whitespace
(#7038) Line indented incorrectly; expected at least 8 spaces, found 3
(#7039) Spaces must be used for alignment; tabs are not allowed
(#7039) Tab found within whitespace
(#7039) Line indented incorrectly; expected at least 12 spaces, found 3
(#7040) Spaces must be used for alignment; tabs are not allowed
(#7040) Tab found within whitespace
(#7040) Line indented incorrectly; expected 8 spaces, found 2
(#7041) Spaces must be used for alignment; tabs are not allowed
(#7041) Tab found within whitespace
(#7041) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7041) Inline comments must end in full-stops, exclamation marks, or question marks
(#7041) Line indented incorrectly; expected at least 8 spaces, found 2
(#7042) Spaces must be used for alignment; tabs are not allowed
(#7042) Tab found within whitespace
(#7042) Line indented incorrectly; expected 8 spaces, found 2
(#7043) Spaces must be used for alignment; tabs are not allowed
(#7043) Tab found within whitespace
(#7043) Line indented incorrectly; expected at least 12 spaces, found 3
(#7044) Spaces must be used for alignment; tabs are not allowed
(#7044) Tab found within whitespace
(#7044) Line indented incorrectly; expected 8 spaces, found 2
(#7045) Spaces must be used for alignment; tabs are not allowed
(#7045) Tab found within whitespace
(#7045) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7045) Inline comments must end in full-stops, exclamation marks, or question marks
(#7045) Line indented incorrectly; expected at least 8 spaces, found 2
(#7046) Spaces must be used for alignment; tabs are not allowed
(#7046) Tab found within whitespace
(#7046) Line indented incorrectly; expected at least 8 spaces, found 2
(#7047) Spaces must be used for alignment; tabs are not allowed
(#7047) Tab found within whitespace
(#7047) Line indented incorrectly; expected 4 spaces, found 1
(#7049) Spaces must be used for alignment; tabs are not allowed
(#7049) Tab found within whitespace
(#7049) Line indented incorrectly; expected at least 4 spaces, found 1
(#7050) Spaces must be used for alignment; tabs are not allowed
(#7050) Expected 2 space(s) before asterisk; 1 found
(#7051) Spaces must be used for alignment; tabs are not allowed
(#7051) Expected 2 space(s) before asterisk; 1 found
(#7052) Spaces must be used for alignment; tabs are not allowed
(#7052) Expected 2 space(s) before asterisk; 1 found
(#7053) Spaces must be used for alignment; tabs are not allowed
(#7053) Expected 2 space(s) before asterisk; 1 found
(#7054) Spaces must be used for alignment; tabs are not allowed
(#7054) Expected 2 space(s) before asterisk; 1 found
(#7054) Spaces must be used for alignment; tabs are not allowed
(#7054) Spaces must be used for alignment; tabs are not allowed
(#7055) Spaces must be used for alignment; tabs are not allowed
(#7055) Expected 2 space(s) before asterisk; 1 found
(#7056) Spaces must be used for alignment; tabs are not allowed
(#7056) Expected 2 space(s) before asterisk; 1 found
(#7057) Spaces must be used for alignment; tabs are not allowed
(#7057) Tab found within whitespace
(#7057) Line indented incorrectly; expected 4 spaces, found 1
(#7057) method name "nusoap_parser::buildVal" must be in lower-case letters only
(#7057) Visibility must be declared on method "buildVal"
(#7057) Expected 1 space after closing parenthesis; found 0
(#7058) Spaces must be used for alignment; tabs are not allowed
(#7058) Tab found within whitespace
(#7058) Line indented incorrectly; expected 8 spaces, found 2
(#7058) Expected "if (...) {\n"; found "if(...){\n"
(#7059) Spaces must be used for alignment; tabs are not allowed
(#7059) Tab found within whitespace
(#7059) Line indented incorrectly; expected at least 12 spaces, found 3
(#7060) Spaces must be used for alignment; tabs are not allowed
(#7060) Tab found within whitespace
(#7060) Line indented incorrectly; expected 8 spaces, found 2
(#7061) Spaces must be used for alignment; tabs are not allowed
(#7061) Tab found within whitespace
(#7061) Line indented incorrectly; expected at least 8 spaces, found 2
(#7062) Spaces must be used for alignment; tabs are not allowed
(#7062) Tab found within whitespace
(#7062) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7062) Line indented incorrectly; expected at least 8 spaces, found 2
(#7063) Spaces must be used for alignment; tabs are not allowed
(#7063) Tab found within whitespace
(#7063) Line indented incorrectly; expected 8 spaces, found 2
(#7063) Expected "if (...) {\n"; found "if(...){\n"
(#7064) Spaces must be used for alignment; tabs are not allowed
(#7064) Tab found within whitespace
(#7064) Line indented incorrectly; expected at least 12 spaces, found 3
(#7065) Spaces must be used for alignment; tabs are not allowed
(#7065) Tab found within whitespace
(#7065) Line indented incorrectly; expected at least 12 spaces, found 3
(#7065) Commas (,) must be followed by white space.
(#7066) Spaces must be used for alignment; tabs are not allowed
(#7066) Tab found within whitespace
(#7066) Line indented incorrectly; expected at least 12 spaces, found 3
(#7066) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7067) Spaces must be used for alignment; tabs are not allowed
(#7067) Tab found within whitespace
(#7067) Inline comments must end in full-stops, exclamation marks, or question marks
(#7067) Line indented incorrectly; expected at least 12 spaces, found 3
(#7068) Spaces must be used for alignment; tabs are not allowed
(#7068) Tab found within whitespace
(#7068) Line indented incorrectly; expected 12 spaces, found 3
(#7068) Expected "if (...) {\n"; found "if(...){\n"
(#7069) Spaces must be used for alignment; tabs are not allowed
(#7069) Tab found within whitespace
(#7069) Line indented incorrectly; expected at least 16 spaces, found 13
(#7069) Expected 1 space before "="; 0 found
(#7069) Expected 1 space after "="; 0 found
(#7069) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7070) Spaces must be used for alignment; tabs are not allowed
(#7070) Tab found within whitespace
(#7070) Line indented incorrectly; expected at least 16 spaces, found 13
(#7070) Expected 1 space before "="; 0 found
(#7070) Expected 1 space after "="; 0 found
(#7070) Inline comments must end in full-stops, exclamation marks, or question marks
(#7071) Spaces must be used for alignment; tabs are not allowed
(#7071) Tab found within whitespace
(#7071) Line indented incorrectly; expected 16 spaces, found 13
(#7071) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7071) Variable "child_pos" must not contain underscores.
(#7072) Spaces must be used for alignment; tabs are not allowed
(#7072) Tab found within whitespace
(#7072) Line indented incorrectly; expected at least 20 spaces, found 5
(#7073) Spaces must be used for alignment; tabs are not allowed
(#7073) Tab found within whitespace
(#7073) Line indented incorrectly; expected at least 20 spaces, found 5
(#7073) Variable "child_pos" must not contain underscores.
(#7074) Spaces must be used for alignment; tabs are not allowed
(#7074) Tab found within whitespace
(#7074) Line indented incorrectly; expected at least 20 spaces, found 8
(#7075) Spaces must be used for alignment; tabs are not allowed
(#7075) Tab found within whitespace
(#7075) Line indented incorrectly; expected 20 spaces, found 8
(#7075) Expected "if (...) {\n"; found "if(...){\n"
(#7076) Spaces must be used for alignment; tabs are not allowed
(#7076) Tab found within whitespace
(#7076) Line indented incorrectly; expected at least 24 spaces, found 9
(#7077) Spaces must be used for alignment; tabs are not allowed
(#7077) Tab found within whitespace
(#7077) Line indented incorrectly; expected at least 24 spaces, found 6
(#7078) Spaces must be used for alignment; tabs are not allowed
(#7078) Tab found within whitespace
(#7078) Line indented incorrectly; expected 20 spaces, found 8
(#7079) Closing brace indented incorrectly; expected 13 spaces, found 16
(#7080) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7080) Inline comments must end in full-stops, exclamation marks, or question marks
(#7080) This comment is 50% valid code; is this commented out code?
(#7080) Line indented incorrectly; expected at least 16 spaces, found 12
(#7081) Spaces must be used for alignment; tabs are not allowed
(#7081) Tab found within whitespace
(#7081) Line indented incorrectly; expected 12 spaces, found 3
(#7081) Usage of ELSEIF not allowed; use ELSE IF instead
(#7083) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7083) Variable "child_pos" must not contain underscores.
(#7084) Spaces must be used for alignment; tabs are not allowed
(#7084) Tab found within whitespace
(#7084) Line indented incorrectly; expected at least 20 spaces, found 17
(#7084) Variable "child_pos" must not contain underscores.
(#7086) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7086) Inline comments must end in full-stops, exclamation marks, or question marks
(#7086) Line indented incorrectly; expected at least 16 spaces, found 12
(#7087) Closing brace indented incorrectly; expected 3 spaces, found 12
(#7087) Usage of ELSEIF not allowed; use ELSE IF instead
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7087) Line exceeds 132 characters; contains 138 characters
(#7089) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7089) Variable "child_pos" must not contain underscores.
(#7090) Spaces must be used for alignment; tabs are not allowed
(#7090) Tab found within whitespace
(#7090) Line indented incorrectly; expected at least 20 spaces, found 17
(#7090) Commas (,) must be followed by white space.
(#7090) Variable "child_pos" must not contain underscores.
(#7091) Spaces must be used for alignment; tabs are not allowed
(#7091) Tab found within whitespace
(#7093) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7093) Line indented incorrectly; expected at least 16 spaces, found 12
(#7094) Inline comments must end in full-stops, exclamation marks, or question marks
(#7094) This comment is 67% valid code; is this commented out code?
(#7094) Line indented incorrectly; expected at least 16 spaces, found 12
(#7094) No space found before comment text; expected "// } elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {" but found "//} elseif($this->message[$pos]['type'] == 'SOAPStruct' || $this->message[$pos]['type'] == 'struct') {"
(#7095) Spaces must be used for alignment; tabs are not allowed
(#7095) Tab found within whitespace
(#7095) Line indented incorrectly; expected 20 spaces, found 6
(#7095) Closing brace indented incorrectly; expected 12 spaces, found 6
(#7096) Spaces must be used for alignment; tabs are not allowed
(#7096) Tab found within whitespace
(#7096) Inline comments must end in full-stops, exclamation marks, or question marks
(#7096) Line indented incorrectly; expected at least 24 spaces, found 7
(#7097) Line indented incorrectly; expected at least 24 spaces, found 16
(#7098) Spaces must be used for alignment; tabs are not allowed
(#7098) Tab found within whitespace
(#7098) Line indented incorrectly; expected 24 spaces, found 4
(#7099) Spaces must be used for alignment; tabs are not allowed
(#7099) Tab found within whitespace
(#7099) Line indented incorrectly; expected at least 28 spaces, found 5
(#7100) Spaces must be used for alignment; tabs are not allowed
(#7100) Tab found within whitespace
(#7100) Line indented incorrectly; expected 24 spaces, found 4
(#7101) Spaces must be used for alignment; tabs are not allowed
(#7101) Tab found within whitespace
(#7101) Line indented incorrectly; expected at least 28 spaces, found 5
(#7102) Spaces must be used for alignment; tabs are not allowed
(#7102) Tab found within whitespace
(#7102) Line indented incorrectly; expected 24 spaces, found 13
(#7102) Closing brace indented incorrectly; expected 4 spaces, found 13
(#7103) Spaces must be used for alignment; tabs are not allowed
(#7103) Tab found within whitespace
(#7103) Line indented incorrectly; expected at least 24 spaces, found 13
(#7103) Blank comments are not allowed
(#7104) Spaces must be used for alignment; tabs are not allowed
(#7104) Tab found within whitespace
(#7104) Line indented incorrectly; expected 24 spaces, found 13
(#7104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7104) Variable "child_pos" must not contain underscores.
(#7105) Spaces must be used for alignment; tabs are not allowed
(#7105) Tab found within whitespace
(#7105) Line indented incorrectly; expected 28 spaces, found 14
(#7105) Expected "if (...) {\n"; found "if(...){\n"
(#7106) Spaces must be used for alignment; tabs are not allowed
(#7106) Tab found within whitespace
(#7106) Line indented incorrectly; expected at least 32 spaces, found 15
(#7106) Variable "child_pos" must not contain underscores.
(#7107) Spaces must be used for alignment; tabs are not allowed
(#7107) Tab found within whitespace
(#7107) Line indented incorrectly; expected 28 spaces, found 14
(#7108) Spaces must be used for alignment; tabs are not allowed
(#7108) Tab found within whitespace
(#7108) Line indented incorrectly; expected 32 spaces, found 15
(#7108) Variable "child_pos" must not contain underscores.
(#7109) Spaces must be used for alignment; tabs are not allowed
(#7109) Tab found within whitespace
(#7109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7109) Inline comments must end in full-stops, exclamation marks, or question marks
(#7109) Line indented incorrectly; expected at least 36 spaces, found 16
(#7110) Spaces must be used for alignment; tabs are not allowed
(#7110) Tab found within whitespace
(#7110) Line indented incorrectly; expected 36 spaces, found 16
(#7110) Variable "child_pos" must not contain underscores.
(#7110) Variable "child_pos" must not contain underscores.
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7110) Line exceeds 132 characters; contains 139 characters
(#7111) Spaces must be used for alignment; tabs are not allowed
(#7111) Tab found within whitespace
(#7111) Line indented incorrectly; expected at least 40 spaces, found 17
(#7111) Variable "child_pos" must not contain underscores.
(#7111) Variable "child_pos" must not contain underscores.
(#7112) Spaces must be used for alignment; tabs are not allowed
(#7112) Tab found within whitespace
(#7112) Line indented incorrectly; expected 36 spaces, found 16
(#7113) Spaces must be used for alignment; tabs are not allowed
(#7113) Tab found within whitespace
(#7113) Line indented incorrectly; expected at least 36 spaces, found 16
(#7113) Variable "child_pos" must not contain underscores.
(#7113) Variable "child_pos" must not contain underscores.
(#7114) Spaces must be used for alignment; tabs are not allowed
(#7114) Tab found within whitespace
(#7114) Line indented incorrectly; expected 32 spaces, found 15
(#7115) Spaces must be used for alignment; tabs are not allowed
(#7115) Tab found within whitespace
(#7115) Line indented incorrectly; expected at least 36 spaces, found 10
(#7115) Variable "child_pos" must not contain underscores.
(#7115) Variable "child_pos" must not contain underscores.
(#7116) Spaces must be used for alignment; tabs are not allowed
(#7116) Tab found within whitespace
(#7116) Line indented incorrectly; expected 32 spaces, found 9
(#7116) Closing brace indented incorrectly; expected 15 spaces, found 9
(#7117) Spaces must be used for alignment; tabs are not allowed
(#7117) Tab found within whitespace
(#7117) Line indented incorrectly; expected 28 spaces, found 17
(#7117) Closing brace indented incorrectly; expected 14 spaces, found 17
(#7118) Line indented incorrectly; expected 24 spaces, found 16
(#7118) Closing brace indented incorrectly; expected 13 spaces, found 16
(#7119) Spaces must be used for alignment; tabs are not allowed
(#7119) Tab found within whitespace
(#7119) Line indented incorrectly; expected 20 spaces, found 3
(#7119) Closing brace indented incorrectly; expected 6 spaces, found 3
(#7120) Spaces must be used for alignment; tabs are not allowed
(#7120) Tab found within whitespace
(#7120) Line indented incorrectly; expected 20 spaces, found 3
(#7121) Line indented incorrectly; expected at least 24 spaces, found 16
(#7122) Spaces must be used for alignment; tabs are not allowed
(#7122) Tab found within whitespace
(#7122) Line indented incorrectly; expected 24 spaces, found 4
(#7123) Spaces must be used for alignment; tabs are not allowed
(#7123) Tab found within whitespace
(#7123) Line indented incorrectly; expected at least 28 spaces, found 5
(#7124) Spaces must be used for alignment; tabs are not allowed
(#7124) Tab found within whitespace
(#7124) Line indented incorrectly; expected 24 spaces, found 4
(#7125) Spaces must be used for alignment; tabs are not allowed
(#7125) Tab found within whitespace
(#7125) Line indented incorrectly; expected 20 spaces, found 3
(#7126) Spaces must be used for alignment; tabs are not allowed
(#7126) Tab found within whitespace
(#7126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7126) Inline comments must end in full-stops, exclamation marks, or question marks
(#7126) Line indented incorrectly; expected at least 20 spaces, found 3
(#7127) Spaces must be used for alignment; tabs are not allowed
(#7127) Tab found within whitespace
(#7127) Line indented incorrectly; expected 20 spaces, found 3
(#7128) Line indented incorrectly; expected at least 24 spaces, found 16
(#7129) Spaces must be used for alignment; tabs are not allowed
(#7129) Tab found within whitespace
(#7129) Line indented incorrectly; expected 24 spaces, found 13
(#7130) Spaces must be used for alignment; tabs are not allowed
(#7130) Tab found within whitespace
(#7130) Line indented incorrectly; expected at least 28 spaces, found 5
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7130) Line exceeds maximum limit of 180 characters; contains 194 characters
(#7131) Spaces must be used for alignment; tabs are not allowed
(#7131) Tab found within whitespace
(#7131) Line indented incorrectly; expected 24 spaces, found 4
(#7131) Closing brace indented incorrectly; expected 13 spaces, found 4
(#7132) Spaces must be used for alignment; tabs are not allowed
(#7132) Tab found within whitespace
(#7132) Line indented incorrectly; expected at least 28 spaces, found 5
(#7133) Spaces must be used for alignment; tabs are not allowed
(#7133) Tab found within whitespace
(#7133) Line indented incorrectly; expected 28 spaces, found 5
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7133) Line exceeds 132 characters; contains 145 characters
(#7134) Spaces must be used for alignment; tabs are not allowed
(#7134) Tab found within whitespace
(#7134) Line indented incorrectly; expected at least 32 spaces, found 6
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7134) Line exceeds maximum limit of 180 characters; contains 217 characters
(#7135) Spaces must be used for alignment; tabs are not allowed
(#7135) Tab found within whitespace
(#7135) Line indented incorrectly; expected 28 spaces, found 5
(#7136) Spaces must be used for alignment; tabs are not allowed
(#7136) Tab found within whitespace
(#7136) Line indented incorrectly; expected at least 32 spaces, found 6
(#7137) Spaces must be used for alignment; tabs are not allowed
(#7137) Tab found within whitespace
(#7137) Line indented incorrectly; expected 28 spaces, found 5
(#7138) Spaces must be used for alignment; tabs are not allowed
(#7138) Tab found within whitespace
(#7138) Line indented incorrectly; expected 24 spaces, found 4
(#7139) Spaces must be used for alignment; tabs are not allowed
(#7139) Tab found within whitespace
(#7139) Line indented incorrectly; expected 20 spaces, found 3
(#7140) Spaces must be used for alignment; tabs are not allowed
(#7140) Tab found within whitespace
(#7140) Line indented incorrectly; expected at least 20 spaces, found 3
(#7141) Spaces must be used for alignment; tabs are not allowed
(#7141) Tab found within whitespace
(#7141) Line indented incorrectly; expected at least 20 spaces, found 3
(#7142) Spaces must be used for alignment; tabs are not allowed
(#7142) Tab found within whitespace
(#7142) Line indented incorrectly; expected at least 20 spaces, found 3
(#7143) Spaces must be used for alignment; tabs are not allowed
(#7143) Tab found within whitespace
(#7143) Line indented incorrectly; expected at least 20 spaces, found 3
(#7144) Spaces must be used for alignment; tabs are not allowed
(#7144) Tab found within whitespace
(#7144) Line indented incorrectly; expected 8 spaces, found 2
(#7145) Spaces must be used for alignment; tabs are not allowed
(#7145) Tab found within whitespace
(#7145) Line indented incorrectly; expected at least 12 spaces, found 9
(#7146) Spaces must be used for alignment; tabs are not allowed
(#7146) Tab found within whitespace
(#7146) Line indented incorrectly; expected at least 12 spaces, found 3
(#7147) Spaces must be used for alignment; tabs are not allowed
(#7147) Tab found within whitespace
(#7147) Line indented incorrectly; expected 12 spaces, found 9
(#7148) Spaces must be used for alignment; tabs are not allowed
(#7148) Tab found within whitespace
(#7148) Line indented incorrectly; expected at least 16 spaces, found 4
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7148) Line exceeds 132 characters; contains 162 characters
(#7149) Spaces must be used for alignment; tabs are not allowed
(#7149) Tab found within whitespace
(#7149) Line indented incorrectly; expected at least 16 spaces, found 4
(#7150) Spaces must be used for alignment; tabs are not allowed
(#7150) Tab found within whitespace
(#7150) Line indented incorrectly; expected at least 16 spaces, found 4
(#7151) Spaces must be used for alignment; tabs are not allowed
(#7151) Tab found within whitespace
(#7151) Line indented incorrectly; expected 12 spaces, found 3
(#7151) Closing brace indented incorrectly; expected 9 spaces, found 3
(#7152) Spaces must be used for alignment; tabs are not allowed
(#7152) Tab found within whitespace
(#7152) Line indented incorrectly; expected at least 12 spaces, found 3
(#7153) Spaces must be used for alignment; tabs are not allowed
(#7153) Tab found within whitespace
(#7153) Line indented incorrectly; expected 12 spaces, found 3
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7153) Line exceeds 132 characters; contains 143 characters
(#7154) Spaces must be used for alignment; tabs are not allowed
(#7154) Tab found within whitespace
(#7154) Line indented incorrectly; expected at least 16 spaces, found 4
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7154) Line exceeds maximum limit of 180 characters; contains 184 characters
(#7155) Spaces must be used for alignment; tabs are not allowed
(#7155) Tab found within whitespace
(#7155) Line indented incorrectly; expected at least 16 spaces, found 4
(#7156) Spaces must be used for alignment; tabs are not allowed
(#7156) Tab found within whitespace
(#7156) Line indented incorrectly; expected at least 16 spaces, found 4
(#7157) Spaces must be used for alignment; tabs are not allowed
(#7157) Tab found within whitespace
(#7157) Line indented incorrectly; expected 12 spaces, found 3
(#7158) Spaces must be used for alignment; tabs are not allowed
(#7158) Tab found within whitespace
(#7159) Spaces must be used for alignment; tabs are not allowed
(#7159) Tab found within whitespace
(#7159) Line indented incorrectly; expected at least 12 spaces, found 3
(#7160) Spaces must be used for alignment; tabs are not allowed
(#7160) Tab found within whitespace
(#7161) Spaces must be used for alignment; tabs are not allowed
(#7161) Tab found within whitespace
(#7161) Line indented incorrectly; expected 8 spaces, found 2
(#7162) Spaces must be used for alignment; tabs are not allowed
(#7162) Tab found within whitespace
(#7162) Line indented incorrectly; expected 4 spaces, found 1
(#7168) Duplicate class name "soap_parser" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soap_parser.php on line 639
(#7176) Expected 1 space(s) before asterisk; 0 found
(#7177) Expected 1 space(s) before asterisk; 0 found
(#7178) Expected 1 space(s) before asterisk; 0 found
(#7179) Expected 1 space(s) before asterisk; 0 found
(#7180) Expected 1 space(s) before asterisk; 0 found
(#7181) Expected 1 space(s) before asterisk; 0 found
(#7182) Expected 1 space(s) before asterisk; 0 found
(#7183) Expected 1 space(s) before asterisk; 0 found
(#7184) Expected 1 space(s) before asterisk; 0 found
(#7185) Expected 1 space(s) before asterisk; 0 found
(#7186) Expected 1 space(s) before asterisk; 0 found
(#7187) Expected 1 space(s) before asterisk; 0 found
(#7188) Expected 1 space(s) before asterisk; 0 found
(#7189) Expected 1 space(s) before asterisk; 0 found
(#7190) Expected 1 space(s) before asterisk; 0 found
(#7191) Expected 1 space(s) before asterisk; 0 found
(#7192) Expected 1 space(s) before asterisk; 0 found
(#7193) Expected 1 space(s) before asterisk; 0 found
(#7194) Expected 1 space(s) before asterisk; 0 found
(#7195) Duplicate class name "nusoap_client" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soapclient.php on line 26
(#7197) Spaces must be used for alignment; tabs are not allowed
(#7197) Tab found within whitespace
(#7197) Line indented incorrectly; expected at least 4 spaces, found 1
(#7197) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7197) Scope modifier not specified for member variable "$username"
(#7197) Spaces must be used for alignment; tabs are not allowed
(#7197) Tab found within whitespace
(#7198) Spaces must be used for alignment; tabs are not allowed
(#7198) Tab found within whitespace
(#7198) Line indented incorrectly; expected at least 4 spaces, found 1
(#7198) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7198) Scope modifier not specified for member variable "$password"
(#7198) Spaces must be used for alignment; tabs are not allowed
(#7198) Tab found within whitespace
(#7199) Spaces must be used for alignment; tabs are not allowed
(#7199) Tab found within whitespace
(#7199) Line indented incorrectly; expected at least 4 spaces, found 1
(#7199) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7199) Scope modifier not specified for member variable "$authtype"
(#7199) Spaces must be used for alignment; tabs are not allowed
(#7199) Tab found within whitespace
(#7200) Spaces must be used for alignment; tabs are not allowed
(#7200) Tab found within whitespace
(#7200) Line indented incorrectly; expected at least 4 spaces, found 1
(#7200) Member variable "certRequest" must be all lower-case
(#7200) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7200) Scope modifier not specified for member variable "$certRequest"
(#7200) Spaces must be used for alignment; tabs are not allowed
(#7200) Tab found within whitespace
(#7201) Spaces must be used for alignment; tabs are not allowed
(#7201) Tab found within whitespace
(#7201) Line indented incorrectly; expected at least 4 spaces, found 1
(#7201) Member variable "requestHeaders" must be all lower-case
(#7201) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7201) Scope modifier not specified for member variable "$requestHeaders"
(#7201) Spaces must be used for alignment; tabs are not allowed
(#7201) Tab found within whitespace
(#7202) Spaces must be used for alignment; tabs are not allowed
(#7202) Tab found within whitespace
(#7202) Line indented incorrectly; expected at least 4 spaces, found 1
(#7202) Member variable "responseHeaders" must be all lower-case
(#7202) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7202) Scope modifier not specified for member variable "$responseHeaders"
(#7202) Spaces must be used for alignment; tabs are not allowed
(#7202) Tab found within whitespace
(#7203) Spaces must be used for alignment; tabs are not allowed
(#7203) Tab found within whitespace
(#7203) Line indented incorrectly; expected at least 4 spaces, found 1
(#7203) Member variable "responseHeader" must be all lower-case
(#7203) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7203) Scope modifier not specified for member variable "$responseHeader"
(#7203) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#7203) Spaces must be used for alignment; tabs are not allowed
(#7203) Tab found within whitespace
(#7204) Spaces must be used for alignment; tabs are not allowed
(#7204) Tab found within whitespace
(#7204) Line indented incorrectly; expected at least 4 spaces, found 1
(#7204) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7204) Scope modifier not specified for member variable "$document"
(#7204) Spaces must be used for alignment; tabs are not allowed
(#7204) Tab found within whitespace
(#7204) Inline comments must end in full-stops, exclamation marks, or question marks
(#7205) Spaces must be used for alignment; tabs are not allowed
(#7205) Tab found within whitespace
(#7205) Line indented incorrectly; expected at least 4 spaces, found 1
(#7205) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7205) Scope modifier not specified for member variable "$endpoint"
(#7206) Spaces must be used for alignment; tabs are not allowed
(#7206) Tab found within whitespace
(#7206) Line indented incorrectly; expected at least 4 spaces, found 1
(#7206) Member variable "forceEndpoint" must be all lower-case
(#7206) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7206) Scope modifier not specified for member variable "$forceEndpoint"
(#7206) Spaces must be used for alignment; tabs are not allowed
(#7206) Tab found within whitespace
(#7206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7206) Inline comments must end in full-stops, exclamation marks, or question marks
(#7207) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7207) Scope modifier not specified for member variable "$proxyhost"
(#7208) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7208) Scope modifier not specified for member variable "$proxyport"
(#7209) Spaces must be used for alignment; tabs are not allowed
(#7209) Tab found within whitespace
(#7209) Line indented incorrectly; expected at least 4 spaces, found 1
(#7209) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7209) Scope modifier not specified for member variable "$proxyusername"
(#7210) Spaces must be used for alignment; tabs are not allowed
(#7210) Tab found within whitespace
(#7210) Line indented incorrectly; expected at least 4 spaces, found 1
(#7210) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7210) Scope modifier not specified for member variable "$proxypassword"
(#7211) Spaces must be used for alignment; tabs are not allowed
(#7211) Tab found within whitespace
(#7211) Line indented incorrectly; expected at least 4 spaces, found 1
(#7211) Member variable "portName" must be all lower-case
(#7211) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7211) Scope modifier not specified for member variable "$portName"
(#7211) Spaces must be used for alignment; tabs are not allowed
(#7211) Tab found within whitespace
(#7211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7212) Member variable "xml_encoding" must not contain underscores.
(#7212) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7212) Scope modifier not specified for member variable "$xml_encoding"
(#7212) Spaces must be used for alignment; tabs are not allowed
(#7212) Tab found within whitespace
(#7212) Inline comments must end in full-stops, exclamation marks, or question marks
(#7213) Spaces must be used for alignment; tabs are not allowed
(#7213) Tab found within whitespace
(#7213) Line indented incorrectly; expected at least 4 spaces, found 1
(#7213) Member variable "http_encoding" must not contain underscores.
(#7213) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7213) Scope modifier not specified for member variable "$http_encoding"
(#7214) Spaces must be used for alignment; tabs are not allowed
(#7214) Tab found within whitespace
(#7214) Line indented incorrectly; expected at least 4 spaces, found 1
(#7214) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7214) Scope modifier not specified for member variable "$timeout"
(#7214) Spaces must be used for alignment; tabs are not allowed
(#7214) Tab found within whitespace
(#7215) Spaces must be used for alignment; tabs are not allowed
(#7215) Tab found within whitespace
(#7215) Line indented incorrectly; expected at least 4 spaces, found 1
(#7215) Member variable "response_timeout" must not contain underscores.
(#7215) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7215) Scope modifier not specified for member variable "$response_timeout"
(#7215) Spaces must be used for alignment; tabs are not allowed
(#7215) Tab found within whitespace
(#7216) Spaces must be used for alignment; tabs are not allowed
(#7216) Tab found within whitespace
(#7216) Line indented incorrectly; expected at least 4 spaces, found 1
(#7216) Member variable "endpointType" must be all lower-case
(#7216) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7216) Scope modifier not specified for member variable "$endpointType"
(#7216) Spaces must be used for alignment; tabs are not allowed
(#7216) Tab found within whitespace
(#7216) Inline comments must end in full-stops, exclamation marks, or question marks
(#7217) Spaces must be used for alignment; tabs are not allowed
(#7217) Tab found within whitespace
(#7217) Line indented incorrectly; expected at least 4 spaces, found 1
(#7217) Member variable "persistentConnection" must be all lower-case
(#7217) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7217) Scope modifier not specified for member variable "$persistentConnection"
(#7218) Spaces must be used for alignment; tabs are not allowed
(#7218) Tab found within whitespace
(#7218) Line indented incorrectly; expected at least 4 spaces, found 1
(#7218) Member variable "defaultRpcParams" must be all lower-case
(#7218) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7218) Scope modifier not specified for member variable "$defaultRpcParams"
(#7218) Spaces must be used for alignment; tabs are not allowed
(#7218) Tab found within whitespace
(#7219) Spaces must be used for alignment; tabs are not allowed
(#7219) Tab found within whitespace
(#7219) Line indented incorrectly; expected at least 4 spaces, found 1
(#7219) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7219) Scope modifier not specified for member variable "$request"
(#7219) Spaces must be used for alignment; tabs are not allowed
(#7219) Tab found within whitespace
(#7220) Spaces must be used for alignment; tabs are not allowed
(#7220) Tab found within whitespace
(#7220) Line indented incorrectly; expected at least 4 spaces, found 1
(#7220) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7220) Scope modifier not specified for member variable "$response"
(#7220) Spaces must be used for alignment; tabs are not allowed
(#7220) Tab found within whitespace
(#7221) Spaces must be used for alignment; tabs are not allowed
(#7221) Tab found within whitespace
(#7221) Line indented incorrectly; expected at least 4 spaces, found 1
(#7221) Member variable "responseData" must be all lower-case
(#7221) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7221) Scope modifier not specified for member variable "$responseData"
(#7221) Spaces must be used for alignment; tabs are not allowed
(#7221) Tab found within whitespace
(#7222) Spaces must be used for alignment; tabs are not allowed
(#7222) Tab found within whitespace
(#7222) Line indented incorrectly; expected at least 4 spaces, found 1
(#7222) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7222) Scope modifier not specified for member variable "$cookies"
(#7222) Spaces must be used for alignment; tabs are not allowed
(#7222) Tab found within whitespace
(#7223) Member variable "decode_utf8" must not contain underscores.
(#7223) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7223) Scope modifier not specified for member variable "$decode_utf8"
(#7223) Spaces must be used for alignment; tabs are not allowed
(#7223) Tab found within whitespace
(#7224) Spaces must be used for alignment; tabs are not allowed
(#7224) Tab found within whitespace
(#7224) Line indented incorrectly; expected at least 4 spaces, found 1
(#7224) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7224) Scope modifier not specified for member variable "$operations"
(#7224) Spaces must be used for alignment; tabs are not allowed
(#7224) Tab found within whitespace
(#7225) Spaces must be used for alignment; tabs are not allowed
(#7225) Tab found within whitespace
(#7225) Line indented incorrectly; expected at least 4 spaces, found 1
(#7225) Member variable "curl_options" must not contain underscores.
(#7225) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7225) Scope modifier not specified for member variable "$curl_options"
(#7225) Spaces must be used for alignment; tabs are not allowed
(#7225) Tab found within whitespace
(#7226) Spaces must be used for alignment; tabs are not allowed
(#7226) Tab found within whitespace
(#7226) Line indented incorrectly; expected at least 4 spaces, found 1
(#7226) Member variable "bindingType" must be all lower-case
(#7226) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7226) Scope modifier not specified for member variable "$bindingType"
(#7226) Spaces must be used for alignment; tabs are not allowed
(#7226) Tab found within whitespace
(#7227) Spaces must be used for alignment; tabs are not allowed
(#7227) Tab found within whitespace
(#7227) Line indented incorrectly; expected at least 4 spaces, found 1
(#7227) Member variable "use_curl" must not contain underscores.
(#7227) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7227) Scope modifier not specified for member variable "$use_curl"
(#7227) Spaces must be used for alignment; tabs are not allowed
(#7227) Tab found within whitespace
(#7227) Inline comments must end in full-stops, exclamation marks, or question marks
(#7229) Inline doc block comments are not allowed; use "// Comment." instead
(#7232) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7232) Scope modifier not specified for member variable "$operation"
(#7234) Spaces must be used for alignment; tabs are not allowed
(#7234) Tab found within whitespace
(#7234) Line indented incorrectly; expected at least 4 spaces, found 1
(#7235) Line indented incorrectly; expected at least 4 spaces, found 2
(#7236) Line indented incorrectly; expected at least 4 spaces, found 2
(#7237) Spaces must be used for alignment; tabs are not allowed
(#7237) Tab found within whitespace
(#7237) Line indented incorrectly; expected at least 4 spaces, found 1
(#7237) Inline doc block comments are not allowed; use "// Comment." instead
(#7238) Spaces must be used for alignment; tabs are not allowed
(#7239) Spaces must be used for alignment; tabs are not allowed
(#7240) Spaces must be used for alignment; tabs are not allowed
(#7241) Spaces must be used for alignment; tabs are not allowed
(#7241) Tab found within whitespace
(#7241) Line indented incorrectly; expected at least 4 spaces, found 1
(#7241) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7241) Scope modifier not specified for member variable "$fault"
(#7242) Spaces must be used for alignment; tabs are not allowed
(#7242) Tab found within whitespace
(#7242) Line indented incorrectly; expected at least 4 spaces, found 1
(#7242) Inline doc block comments are not allowed; use "// Comment." instead
(#7243) Spaces must be used for alignment; tabs are not allowed
(#7244) Spaces must be used for alignment; tabs are not allowed
(#7245) Spaces must be used for alignment; tabs are not allowed
(#7246) Spaces must be used for alignment; tabs are not allowed
(#7246) Tab found within whitespace
(#7246) Line indented incorrectly; expected at least 4 spaces, found 1
(#7246) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7246) Scope modifier not specified for member variable "$faultcode"
(#7247) Spaces must be used for alignment; tabs are not allowed
(#7247) Tab found within whitespace
(#7247) Line indented incorrectly; expected at least 4 spaces, found 1
(#7247) Inline doc block comments are not allowed; use "// Comment." instead
(#7248) Spaces must be used for alignment; tabs are not allowed
(#7249) Spaces must be used for alignment; tabs are not allowed
(#7250) Spaces must be used for alignment; tabs are not allowed
(#7251) Spaces must be used for alignment; tabs are not allowed
(#7251) Tab found within whitespace
(#7251) Line indented incorrectly; expected at least 4 spaces, found 1
(#7251) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7251) Scope modifier not specified for member variable "$faultstring"
(#7252) Spaces must be used for alignment; tabs are not allowed
(#7252) Tab found within whitespace
(#7252) Line indented incorrectly; expected at least 4 spaces, found 1
(#7252) Inline doc block comments are not allowed; use "// Comment." instead
(#7253) Spaces must be used for alignment; tabs are not allowed
(#7254) Spaces must be used for alignment; tabs are not allowed
(#7255) Spaces must be used for alignment; tabs are not allowed
(#7256) Spaces must be used for alignment; tabs are not allowed
(#7256) Tab found within whitespace
(#7256) Line indented incorrectly; expected at least 4 spaces, found 1
(#7256) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#7256) Scope modifier not specified for member variable "$faultdetail"
(#7258) Spaces must be used for alignment; tabs are not allowed
(#7258) Tab found within whitespace
(#7258) Line indented incorrectly; expected at least 4 spaces, found 1
(#7259) Spaces must be used for alignment; tabs are not allowed
(#7259) Expected 2 space(s) before asterisk; 1 found
(#7260) Spaces must be used for alignment; tabs are not allowed
(#7260) Expected 2 space(s) before asterisk; 1 found
(#7261) Spaces must be used for alignment; tabs are not allowed
(#7261) Expected 2 space(s) before asterisk; 1 found
(#7262) Spaces must be used for alignment; tabs are not allowed
(#7262) Expected 2 space(s) before asterisk; 1 found
(#7263) Spaces must be used for alignment; tabs are not allowed
(#7263) Expected 2 space(s) before asterisk; 1 found
(#7264) Spaces must be used for alignment; tabs are not allowed
(#7264) Expected 2 space(s) before asterisk; 1 found
(#7265) Spaces must be used for alignment; tabs are not allowed
(#7265) Expected 2 space(s) before asterisk; 1 found
(#7265) Spaces must be used for alignment; tabs are not allowed
(#7266) Spaces must be used for alignment; tabs are not allowed
(#7266) Expected 2 space(s) before asterisk; 1 found
(#7266) Spaces must be used for alignment; tabs are not allowed
(#7267) Spaces must be used for alignment; tabs are not allowed
(#7267) Expected 2 space(s) before asterisk; 1 found
(#7267) Spaces must be used for alignment; tabs are not allowed
(#7268) Spaces must be used for alignment; tabs are not allowed
(#7268) Expected 2 space(s) before asterisk; 1 found
(#7268) Spaces must be used for alignment; tabs are not allowed
(#7269) Spaces must be used for alignment; tabs are not allowed
(#7269) Expected 2 space(s) before asterisk; 1 found
(#7269) Spaces must be used for alignment; tabs are not allowed
(#7270) Spaces must be used for alignment; tabs are not allowed
(#7270) Expected 2 space(s) before asterisk; 1 found
(#7271) Spaces must be used for alignment; tabs are not allowed
(#7271) Expected 2 space(s) before asterisk; 1 found
(#7272) Spaces must be used for alignment; tabs are not allowed
(#7272) Tab found within whitespace
(#7272) Line indented incorrectly; expected 4 spaces, found 1
(#7272) PHP4 style constructors are not allowed; use "__construct()" instead
(#7272) Visibility must be declared on method "nusoap_client"
(#7272) Commas (,) must be followed by white space.
(#7272) Commas (,) must be followed by white space.
(#7272) Commas (,) must be followed by white space.
(#7272) Commas (,) must be followed by white space.
(#7272) Variable "response_timeout" must not contain underscores.
(#7272) Variable "portName" must be all lower-case
(#7272) Expected 1 space after closing parenthesis; found 0
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7272) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7273) Spaces must be used for alignment; tabs are not allowed
(#7273) Tab found within whitespace
(#7273) Line indented incorrectly; expected at least 8 spaces, found 2
(#7273) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#7274) Spaces must be used for alignment; tabs are not allowed
(#7274) Tab found within whitespace
(#7274) Line indented incorrectly; expected at least 8 spaces, found 2
(#7275) Spaces must be used for alignment; tabs are not allowed
(#7275) Tab found within whitespace
(#7275) Line indented incorrectly; expected at least 8 spaces, found 2
(#7276) Spaces must be used for alignment; tabs are not allowed
(#7276) Tab found within whitespace
(#7276) Line indented incorrectly; expected at least 8 spaces, found 2
(#7277) Spaces must be used for alignment; tabs are not allowed
(#7277) Tab found within whitespace
(#7277) Line indented incorrectly; expected at least 8 spaces, found 2
(#7278) Spaces must be used for alignment; tabs are not allowed
(#7278) Tab found within whitespace
(#7278) Line indented incorrectly; expected at least 8 spaces, found 2
(#7279) Spaces must be used for alignment; tabs are not allowed
(#7279) Tab found within whitespace
(#7279) Line indented incorrectly; expected at least 8 spaces, found 2
(#7280) Spaces must be used for alignment; tabs are not allowed
(#7280) Tab found within whitespace
(#7280) Line indented incorrectly; expected at least 8 spaces, found 2
(#7280) Variable "response_timeout" must not contain underscores.
(#7281) Spaces must be used for alignment; tabs are not allowed
(#7281) Tab found within whitespace
(#7281) Line indented incorrectly; expected at least 8 spaces, found 2
(#7281) Variable "portName" must be all lower-case
(#7283) Spaces must be used for alignment; tabs are not allowed
(#7283) Tab found within whitespace
(#7283) Line indented incorrectly; expected at least 8 spaces, found 2
(#7284) Spaces must be used for alignment; tabs are not allowed
(#7284) Tab found within whitespace
(#7284) Line indented incorrectly; expected at least 8 spaces, found 2
(#7286) Spaces must be used for alignment; tabs are not allowed
(#7286) Tab found within whitespace
(#7286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7286) Inline comments must end in full-stops, exclamation marks, or question marks
(#7286) Line indented incorrectly; expected at least 8 spaces, found 2
(#7287) Spaces must be used for alignment; tabs are not allowed
(#7287) Tab found within whitespace
(#7287) Line indented incorrectly; expected 8 spaces, found 2
(#7287) Expected "if (...) {\n"; found "if(...){\n"
(#7288) Spaces must be used for alignment; tabs are not allowed
(#7288) Tab found within whitespace
(#7288) Line indented incorrectly; expected 12 spaces, found 3
(#7289) Spaces must be used for alignment; tabs are not allowed
(#7289) Tab found within whitespace
(#7289) Line indented incorrectly; expected at least 16 spaces, found 4
(#7290) Spaces must be used for alignment; tabs are not allowed
(#7290) Tab found within whitespace
(#7290) Line indented incorrectly; expected at least 16 spaces, found 4
(#7291) Spaces must be used for alignment; tabs are not allowed
(#7291) Tab found within whitespace
(#7291) Line indented incorrectly; expected at least 16 spaces, found 4
(#7292) Spaces must be used for alignment; tabs are not allowed
(#7292) Tab found within whitespace
(#7292) Line indented incorrectly; expected at least 16 spaces, found 4
(#7293) Spaces must be used for alignment; tabs are not allowed
(#7293) Tab found within whitespace
(#7293) Line indented incorrectly; expected at least 16 spaces, found 4
(#7294) Spaces must be used for alignment; tabs are not allowed
(#7294) Tab found within whitespace
(#7294) Line indented incorrectly; expected 12 spaces, found 3
(#7295) Spaces must be used for alignment; tabs are not allowed
(#7295) Tab found within whitespace
(#7295) Line indented incorrectly; expected at least 16 spaces, found 4
(#7296) Spaces must be used for alignment; tabs are not allowed
(#7296) Tab found within whitespace
(#7296) Line indented incorrectly; expected at least 16 spaces, found 4
(#7297) Spaces must be used for alignment; tabs are not allowed
(#7297) Tab found within whitespace
(#7297) Line indented incorrectly; expected at least 16 spaces, found 4
(#7298) Spaces must be used for alignment; tabs are not allowed
(#7298) Tab found within whitespace
(#7298) Line indented incorrectly; expected 12 spaces, found 3
(#7299) Spaces must be used for alignment; tabs are not allowed
(#7299) Tab found within whitespace
(#7299) Line indented incorrectly; expected at least 12 spaces, found 3
(#7300) Spaces must be used for alignment; tabs are not allowed
(#7300) Tab found within whitespace
(#7300) Line indented incorrectly; expected 8 spaces, found 2
(#7301) Spaces must be used for alignment; tabs are not allowed
(#7301) Tab found within whitespace
(#7301) Line indented incorrectly; expected at least 12 spaces, found 3
(#7302) Spaces must be used for alignment; tabs are not allowed
(#7302) Tab found within whitespace
(#7302) Line indented incorrectly; expected at least 12 spaces, found 3
(#7303) Spaces must be used for alignment; tabs are not allowed
(#7303) Tab found within whitespace
(#7303) Line indented incorrectly; expected 8 spaces, found 2
(#7304) Spaces must be used for alignment; tabs are not allowed
(#7304) Tab found within whitespace
(#7304) Line indented incorrectly; expected 4 spaces, found 1
(#7306) Spaces must be used for alignment; tabs are not allowed
(#7306) Tab found within whitespace
(#7306) Line indented incorrectly; expected at least 4 spaces, found 1
(#7307) Spaces must be used for alignment; tabs are not allowed
(#7307) Expected 2 space(s) before asterisk; 1 found
(#7308) Spaces must be used for alignment; tabs are not allowed
(#7308) Expected 2 space(s) before asterisk; 1 found
(#7309) Spaces must be used for alignment; tabs are not allowed
(#7309) Expected 2 space(s) before asterisk; 1 found
(#7310) Spaces must be used for alignment; tabs are not allowed
(#7310) Expected 2 space(s) before asterisk; 1 found
(#7311) Spaces must be used for alignment; tabs are not allowed
(#7311) Expected 2 space(s) before asterisk; 1 found
(#7311) Spaces must be used for alignment; tabs are not allowed
(#7312) Spaces must be used for alignment; tabs are not allowed
(#7312) Expected 2 space(s) before asterisk; 1 found
(#7312) Spaces must be used for alignment; tabs are not allowed
(#7313) Spaces must be used for alignment; tabs are not allowed
(#7313) Expected 2 space(s) before asterisk; 1 found
(#7313) Spaces must be used for alignment; tabs are not allowed
(#7314) Spaces must be used for alignment; tabs are not allowed
(#7314) Expected 2 space(s) before asterisk; 1 found
(#7314) Spaces must be used for alignment; tabs are not allowed
(#7315) Spaces must be used for alignment; tabs are not allowed
(#7315) Expected 2 space(s) before asterisk; 1 found
(#7315) Spaces must be used for alignment; tabs are not allowed
(#7316) Spaces must be used for alignment; tabs are not allowed
(#7316) Expected 2 space(s) before asterisk; 1 found
(#7316) Spaces must be used for alignment; tabs are not allowed
(#7317) Spaces must be used for alignment; tabs are not allowed
(#7317) Expected 2 space(s) before asterisk; 1 found
(#7317) Spaces must be used for alignment; tabs are not allowed
(#7318) Spaces must be used for alignment; tabs are not allowed
(#7318) Expected 2 space(s) before asterisk; 1 found
(#7319) Spaces must be used for alignment; tabs are not allowed
(#7319) Expected 2 space(s) before asterisk; 1 found
(#7320) Spaces must be used for alignment; tabs are not allowed
(#7320) Expected 2 space(s) before asterisk; 1 found
(#7321) Spaces must be used for alignment; tabs are not allowed
(#7321) Expected 2 space(s) before asterisk; 1 found
(#7322) Spaces must be used for alignment; tabs are not allowed
(#7322) Expected 2 space(s) before asterisk; 1 found
(#7322) Spaces must be used for alignment; tabs are not allowed
(#7323) Spaces must be used for alignment; tabs are not allowed
(#7323) Expected 2 space(s) before asterisk; 1 found
(#7323) Spaces must be used for alignment; tabs are not allowed
(#7324) Spaces must be used for alignment; tabs are not allowed
(#7324) Expected 2 space(s) before asterisk; 1 found
(#7324) Spaces must be used for alignment; tabs are not allowed
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7324) Line exceeds 132 characters; contains 140 characters
(#7325) Spaces must be used for alignment; tabs are not allowed
(#7325) Expected 2 space(s) before asterisk; 1 found
(#7325) Spaces must be used for alignment; tabs are not allowed
(#7326) Spaces must be used for alignment; tabs are not allowed
(#7326) Expected 2 space(s) before asterisk; 1 found
(#7326) Spaces must be used for alignment; tabs are not allowed
(#7326) Spaces must be used for alignment; tabs are not allowed
(#7327) Spaces must be used for alignment; tabs are not allowed
(#7327) Expected 2 space(s) before asterisk; 1 found
(#7327) Spaces must be used for alignment; tabs are not allowed
(#7327) Spaces must be used for alignment; tabs are not allowed
(#7328) Spaces must be used for alignment; tabs are not allowed
(#7328) Expected 2 space(s) before asterisk; 1 found
(#7328) Spaces must be used for alignment; tabs are not allowed
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Line exceeds 132 characters; contains 147 characters
(#7328) Spaces must be used for alignment; tabs are not allowed
(#7329) Spaces must be used for alignment; tabs are not allowed
(#7329) Expected 2 space(s) before asterisk; 1 found
(#7330) Spaces must be used for alignment; tabs are not allowed
(#7330) Expected 2 space(s) before asterisk; 1 found
(#7331) Spaces must be used for alignment; tabs are not allowed
(#7331) Tab found within whitespace
(#7331) Line indented incorrectly; expected 4 spaces, found 1
(#7331) Visibility must be declared on method "call"
(#7331) Commas (,) must be followed by white space.
(#7331) Commas (,) must be followed by white space.
(#7331) Commas (,) must be followed by white space.
(#7331) Variable "soapAction" must be all lower-case
(#7331) Commas (,) must be followed by white space.
(#7331) Commas (,) must be followed by white space.
(#7331) Variable "rpcParams" must be all lower-case
(#7331) Commas (,) must be followed by white space.
(#7331) Commas (,) must be followed by white space.
(#7331) Expected 1 space after closing parenthesis; found 0
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7331) Line exceeds 132 characters; contains 149 characters
(#7332) Spaces must be used for alignment; tabs are not allowed
(#7332) Tab found within whitespace
(#7332) Line indented incorrectly; expected at least 8 spaces, found 2
(#7333) Spaces must be used for alignment; tabs are not allowed
(#7333) Tab found within whitespace
(#7333) Line indented incorrectly; expected at least 8 spaces, found 2
(#7334) Spaces must be used for alignment; tabs are not allowed
(#7334) Tab found within whitespace
(#7334) Line indented incorrectly; expected at least 8 spaces, found 2
(#7335) Spaces must be used for alignment; tabs are not allowed
(#7335) Tab found within whitespace
(#7335) Line indented incorrectly; expected at least 8 spaces, found 2
(#7336) Spaces must be used for alignment; tabs are not allowed
(#7336) Tab found within whitespace
(#7336) Line indented incorrectly; expected at least 8 spaces, found 2
(#7337) Spaces must be used for alignment; tabs are not allowed
(#7337) Tab found within whitespace
(#7337) Line indented incorrectly; expected at least 8 spaces, found 2
(#7338) Spaces must be used for alignment; tabs are not allowed
(#7338) Tab found within whitespace
(#7338) Line indented incorrectly; expected at least 8 spaces, found 2
(#7339) Spaces must be used for alignment; tabs are not allowed
(#7339) Tab found within whitespace
(#7339) Line indented incorrectly; expected at least 8 spaces, found 2
(#7340) Spaces must be used for alignment; tabs are not allowed
(#7340) Tab found within whitespace
(#7340) Line indented incorrectly; expected at least 8 spaces, found 2
(#7341) Spaces must be used for alignment; tabs are not allowed
(#7341) Tab found within whitespace
(#7341) Whitespace found at end of line
(#7342) Spaces must be used for alignment; tabs are not allowed
(#7342) Tab found within whitespace
(#7342) Line indented incorrectly; expected at least 8 spaces, found 2
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7342) Line exceeds 132 characters; contains 171 characters
(#7343) Spaces must be used for alignment; tabs are not allowed
(#7343) Tab found within whitespace
(#7343) Line indented incorrectly; expected at least 8 spaces, found 2
(#7344) Spaces must be used for alignment; tabs are not allowed
(#7344) Tab found within whitespace
(#7344) Line indented incorrectly; expected at least 8 spaces, found 2
(#7345) Spaces must be used for alignment; tabs are not allowed
(#7345) Tab found within whitespace
(#7345) Line indented incorrectly; expected 8 spaces, found 2
(#7346) Spaces must be used for alignment; tabs are not allowed
(#7346) Tab found within whitespace
(#7346) Line indented incorrectly; expected at least 12 spaces, found 3
(#7347) Spaces must be used for alignment; tabs are not allowed
(#7347) Tab found within whitespace
(#7347) Line indented incorrectly; expected 8 spaces, found 2
(#7348) Spaces must be used for alignment; tabs are not allowed
(#7348) Tab found within whitespace
(#7348) Line indented incorrectly; expected 8 spaces, found 2
(#7349) Spaces must be used for alignment; tabs are not allowed
(#7349) Tab found within whitespace
(#7349) Line indented incorrectly; expected at least 12 spaces, found 3
(#7350) Spaces must be used for alignment; tabs are not allowed
(#7350) Tab found within whitespace
(#7350) Line indented incorrectly; expected at least 12 spaces, found 3
(#7350) Inline control structures are not allowed
(#7351) Spaces must be used for alignment; tabs are not allowed
(#7351) Tab found within whitespace
(#7351) Line indented incorrectly; expected at least 12 spaces, found 4
(#7352) Spaces must be used for alignment; tabs are not allowed
(#7352) Tab found within whitespace
(#7352) Line indented incorrectly; expected 8 spaces, found 2
(#7353) Spaces must be used for alignment; tabs are not allowed
(#7353) Tab found within whitespace
(#7353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7353) Inline comments must end in full-stops, exclamation marks, or question marks
(#7353) Line indented incorrectly; expected at least 8 spaces, found 2
(#7354) Spaces must be used for alignment; tabs are not allowed
(#7354) Tab found within whitespace
(#7354) Line indented incorrectly; expected 8 spaces, found 2
(#7354) Expected "if (...) {\n"; found "if(...){\n"
(#7354) Variable "opData" must be all lower-case
(#7355) Spaces must be used for alignment; tabs are not allowed
(#7355) Tab found within whitespace
(#7355) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7355) Inline comments must end in full-stops, exclamation marks, or question marks
(#7355) Line indented incorrectly; expected at least 12 spaces, found 3
(#7356) Spaces must be used for alignment; tabs are not allowed
(#7356) Tab found within whitespace
(#7356) Line indented incorrectly; expected at least 12 spaces, found 3
(#7356) Variable "opData" must be all lower-case
(#7357) Spaces must be used for alignment; tabs are not allowed
(#7357) Tab found within whitespace
(#7357) Line indented incorrectly; expected at least 12 spaces, found 3
(#7358) Spaces must be used for alignment; tabs are not allowed
(#7358) Tab found within whitespace
(#7358) Line indented incorrectly; expected at least 12 spaces, found 3
(#7358) Variable "opData" must be all lower-case
(#7359) Spaces must be used for alignment; tabs are not allowed
(#7359) Tab found within whitespace
(#7359) Line indented incorrectly; expected 12 spaces, found 3
(#7359) Variable "opData" must be all lower-case
(#7360) Spaces must be used for alignment; tabs are not allowed
(#7360) Tab found within whitespace
(#7360) Line indented incorrectly; expected at least 16 spaces, found 4
(#7360) Variable "soapAction" must be all lower-case
(#7360) Variable "opData" must be all lower-case
(#7361) Spaces must be used for alignment; tabs are not allowed
(#7361) Tab found within whitespace
(#7361) Line indented incorrectly; expected 12 spaces, found 3
(#7362) Spaces must be used for alignment; tabs are not allowed
(#7362) Tab found within whitespace
(#7362) Line indented incorrectly; expected 12 spaces, found 3
(#7363) Spaces must be used for alignment; tabs are not allowed
(#7363) Tab found within whitespace
(#7363) Line indented incorrectly; expected at least 16 spaces, found 4
(#7363) Variable "opData" must be all lower-case
(#7364) Spaces must be used for alignment; tabs are not allowed
(#7364) Tab found within whitespace
(#7364) Line indented incorrectly; expected 12 spaces, found 3
(#7365) Spaces must be used for alignment; tabs are not allowed
(#7365) Tab found within whitespace
(#7365) Line indented incorrectly; expected at least 16 spaces, found 4
(#7366) Spaces must be used for alignment; tabs are not allowed
(#7366) Tab found within whitespace
(#7366) Line indented incorrectly; expected 12 spaces, found 3
(#7367) Spaces must be used for alignment; tabs are not allowed
(#7367) Tab found within whitespace
(#7367) Line indented incorrectly; expected at least 12 spaces, found 3
(#7367) Variable "opData" must be all lower-case
(#7367) Variable "opData" must be all lower-case
(#7367) Spaces must be used for alignment; tabs are not allowed
(#7367) Tab found within whitespace
(#7368) Spaces must be used for alignment; tabs are not allowed
(#7368) Tab found within whitespace
(#7368) Line indented incorrectly; expected at least 12 spaces, found 3
(#7368) Variable "opData" must be all lower-case
(#7369) Spaces must be used for alignment; tabs are not allowed
(#7369) Tab found within whitespace
(#7369) Line indented incorrectly; expected at least 12 spaces, found 3
(#7369) Variable "opData" must be all lower-case
(#7370) Spaces must be used for alignment; tabs are not allowed
(#7370) Tab found within whitespace
(#7370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7370) Inline comments must end in full-stops, exclamation marks, or question marks
(#7370) Line indented incorrectly; expected at least 12 spaces, found 3
(#7371) Spaces must be used for alignment; tabs are not allowed
(#7371) Tab found within whitespace
(#7371) Line indented incorrectly; expected 12 spaces, found 3
(#7371) Expected "if (...) {\n"; found "if(...){\n"
(#7372) Spaces must be used for alignment; tabs are not allowed
(#7372) Tab found within whitespace
(#7372) Line indented incorrectly; expected at least 16 spaces, found 4
(#7372) Variable "nsPrefix" must be all lower-case
(#7373) Spaces must be used for alignment; tabs are not allowed
(#7373) Tab found within whitespace
(#7373) Line indented incorrectly; expected at least 16 spaces, found 4
(#7373) Variable "nsPrefix" must be all lower-case
(#7374) Spaces must be used for alignment; tabs are not allowed
(#7374) Tab found within whitespace
(#7374) Line indented incorrectly; expected 12 spaces, found 3
(#7375) Variable "nsPrefix" must be all lower-case
(#7376) Spaces must be used for alignment; tabs are not allowed
(#7376) Tab found within whitespace
(#7376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7376) Inline comments must end in full-stops, exclamation marks, or question marks
(#7376) Line indented incorrectly; expected at least 12 spaces, found 3
(#7377) Spaces must be used for alignment; tabs are not allowed
(#7377) Tab found within whitespace
(#7377) Line indented incorrectly; expected 12 spaces, found 3
(#7378) Spaces must be used for alignment; tabs are not allowed
(#7378) Tab found within whitespace
(#7378) Line indented incorrectly; expected at least 16 spaces, found 4
(#7379) Spaces must be used for alignment; tabs are not allowed
(#7379) Tab found within whitespace
(#7379) Line indented incorrectly; expected at least 16 spaces, found 4
(#7380) Spaces must be used for alignment; tabs are not allowed
(#7380) Tab found within whitespace
(#7380) Line indented incorrectly; expected 12 spaces, found 3
(#7380) Usage of ELSEIF not allowed; use ELSE IF instead
(#7381) Spaces must be used for alignment; tabs are not allowed
(#7381) Tab found within whitespace
(#7381) Line indented incorrectly; expected at least 16 spaces, found 4
(#7382) Spaces must be used for alignment; tabs are not allowed
(#7382) Tab found within whitespace
(#7382) Line indented incorrectly; expected at least 16 spaces, found 4
(#7382) Commas (,) must be followed by white space.
(#7382) Commas (,) must be followed by white space.
(#7382) Commas (,) must be followed by white space.
(#7383) Spaces must be used for alignment; tabs are not allowed
(#7383) Tab found within whitespace
(#7383) Line indented incorrectly; expected 12 spaces, found 3
(#7384) Spaces must be used for alignment; tabs are not allowed
(#7384) Tab found within whitespace
(#7384) Line indented incorrectly; expected at least 16 spaces, found 4
(#7385) Spaces must be used for alignment; tabs are not allowed
(#7385) Tab found within whitespace
(#7385) Line indented incorrectly; expected at least 16 spaces, found 4
(#7386) Spaces must be used for alignment; tabs are not allowed
(#7386) Tab found within whitespace
(#7386) Line indented incorrectly; expected at least 16 spaces, found 4
(#7387) Spaces must be used for alignment; tabs are not allowed
(#7387) Tab found within whitespace
(#7387) Line indented incorrectly; expected 12 spaces, found 3
(#7388) Variable "usedNamespaces" must be all lower-case
(#7389) Spaces must be used for alignment; tabs are not allowed
(#7389) Tab found within whitespace
(#7389) Line indented incorrectly; expected 12 spaces, found 3
(#7389) Variable "opData" must be all lower-case
(#7390) Spaces must be used for alignment; tabs are not allowed
(#7390) Tab found within whitespace
(#7390) Line indented incorrectly; expected at least 16 spaces, found 4
(#7390) Variable "encodingStyle" must be all lower-case
(#7390) Variable "opData" must be all lower-case
(#7391) Spaces must be used for alignment; tabs are not allowed
(#7391) Tab found within whitespace
(#7391) Line indented incorrectly; expected 12 spaces, found 3
(#7392) Spaces must be used for alignment; tabs are not allowed
(#7392) Tab found within whitespace
(#7392) Line indented incorrectly; expected at least 16 spaces, found 4
(#7392) Variable "encodingStyle" must be all lower-case
(#7393) Spaces must be used for alignment; tabs are not allowed
(#7393) Tab found within whitespace
(#7393) Line indented incorrectly; expected 12 spaces, found 3
(#7394) Spaces must be used for alignment; tabs are not allowed
(#7394) Tab found within whitespace
(#7394) Line indented incorrectly; expected at least 12 spaces, found 3
(#7395) Spaces must be used for alignment; tabs are not allowed
(#7395) Tab found within whitespace
(#7395) Line indented incorrectly; expected at least 12 spaces, found 3
(#7396) Spaces must be used for alignment; tabs are not allowed
(#7396) Tab found within whitespace
(#7396) Line indented incorrectly; expected 12 spaces, found 3
(#7397) Spaces must be used for alignment; tabs are not allowed
(#7397) Tab found within whitespace
(#7397) Line indented incorrectly; expected at least 16 spaces, found 4
(#7398) Spaces must be used for alignment; tabs are not allowed
(#7398) Tab found within whitespace
(#7398) Line indented incorrectly; expected at least 16 spaces, found 4
(#7399) Spaces must be used for alignment; tabs are not allowed
(#7399) Tab found within whitespace
(#7399) Line indented incorrectly; expected at least 16 spaces, found 4
(#7400) Spaces must be used for alignment; tabs are not allowed
(#7400) Tab found within whitespace
(#7400) Line indented incorrectly; expected 12 spaces, found 3
(#7401) Spaces must be used for alignment; tabs are not allowed
(#7401) Tab found within whitespace
(#7401) Line indented incorrectly; expected 8 spaces, found 2
(#7401) Usage of ELSEIF not allowed; use ELSE IF instead
(#7402) Spaces must be used for alignment; tabs are not allowed
(#7402) Tab found within whitespace
(#7402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7402) Inline comments must end in full-stops, exclamation marks, or question marks
(#7402) Line indented incorrectly; expected at least 12 spaces, found 3
(#7403) Spaces must be used for alignment; tabs are not allowed
(#7403) Tab found within whitespace
(#7403) Line indented incorrectly; expected at least 12 spaces, found 3
(#7404) Spaces must be used for alignment; tabs are not allowed
(#7404) Tab found within whitespace
(#7404) Line indented incorrectly; expected at least 12 spaces, found 3
(#7405) Spaces must be used for alignment; tabs are not allowed
(#7405) Tab found within whitespace
(#7405) Line indented incorrectly; expected at least 12 spaces, found 3
(#7406) Spaces must be used for alignment; tabs are not allowed
(#7406) Tab found within whitespace
(#7406) Line indented incorrectly; expected at least 12 spaces, found 3
(#7407) Spaces must be used for alignment; tabs are not allowed
(#7407) Tab found within whitespace
(#7407) Line indented incorrectly; expected at least 12 spaces, found 3
(#7408) Spaces must be used for alignment; tabs are not allowed
(#7408) Tab found within whitespace
(#7408) Line indented incorrectly; expected 8 spaces, found 2
(#7409) Spaces must be used for alignment; tabs are not allowed
(#7409) Tab found within whitespace
(#7409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7409) Line indented incorrectly; expected at least 12 spaces, found 3
(#7410) Spaces must be used for alignment; tabs are not allowed
(#7410) Tab found within whitespace
(#7410) Inline comments must end in full-stops, exclamation marks, or question marks
(#7410) This comment is 64% valid code; is this commented out code?
(#7410) Line indented incorrectly; expected at least 12 spaces, found 3
(#7410) No space found before comment text; expected "// $this->namespaces['ns1'] = $namespace;" but found "//$this->namespaces['ns1'] = $namespace;"
(#7411) Spaces must be used for alignment; tabs are not allowed
(#7411) Tab found within whitespace
(#7411) Line indented incorrectly; expected at least 12 spaces, found 3
(#7411) Variable "nsPrefix" must be all lower-case
(#7412) Spaces must be used for alignment; tabs are not allowed
(#7412) Tab found within whitespace
(#7412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7412) Inline comments must end in full-stops, exclamation marks, or question marks
(#7412) Line indented incorrectly; expected at least 12 spaces, found 3
(#7412) Whitespace found at end of line
(#7413) Spaces must be used for alignment; tabs are not allowed
(#7413) Tab found within whitespace
(#7413) Line indented incorrectly; expected at least 12 spaces, found 3
(#7414) Spaces must be used for alignment; tabs are not allowed
(#7414) Tab found within whitespace
(#7414) Line indented incorrectly; expected 12 spaces, found 3
(#7415) Spaces must be used for alignment; tabs are not allowed
(#7415) Tab found within whitespace
(#7415) Line indented incorrectly; expected at least 16 spaces, found 4
(#7416) Spaces must be used for alignment; tabs are not allowed
(#7416) Tab found within whitespace
(#7416) Line indented incorrectly; expected at least 16 spaces, found 4
(#7417) Spaces must be used for alignment; tabs are not allowed
(#7417) Tab found within whitespace
(#7417) Line indented incorrectly; expected 12 spaces, found 3
(#7417) Usage of ELSEIF not allowed; use ELSE IF instead
(#7418) Spaces must be used for alignment; tabs are not allowed
(#7418) Tab found within whitespace
(#7418) Line indented incorrectly; expected at least 16 spaces, found 4
(#7419) Spaces must be used for alignment; tabs are not allowed
(#7419) Tab found within whitespace
(#7419) Line indented incorrectly; expected 16 spaces, found 4
(#7419) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7420) Spaces must be used for alignment; tabs are not allowed
(#7420) Tab found within whitespace
(#7420) Line indented incorrectly; expected at least 20 spaces, found 5
(#7420) Commas (,) must be followed by white space.
(#7420) Commas (,) must be followed by white space.
(#7420) Commas (,) must be followed by white space.
(#7420) Commas (,) must be followed by white space.
(#7420) Commas (,) must be followed by white space.
(#7420) Commas (,) must be followed by white space.
(#7421) Spaces must be used for alignment; tabs are not allowed
(#7421) Tab found within whitespace
(#7421) Line indented incorrectly; expected 16 spaces, found 4
(#7422) Spaces must be used for alignment; tabs are not allowed
(#7422) Tab found within whitespace
(#7422) Line indented incorrectly; expected 12 spaces, found 3
(#7423) Spaces must be used for alignment; tabs are not allowed
(#7423) Tab found within whitespace
(#7423) Line indented incorrectly; expected at least 16 spaces, found 4
(#7424) Spaces must be used for alignment; tabs are not allowed
(#7424) Tab found within whitespace
(#7424) Line indented incorrectly; expected at least 16 spaces, found 4
(#7425) Spaces must be used for alignment; tabs are not allowed
(#7425) Tab found within whitespace
(#7425) Line indented incorrectly; expected at least 16 spaces, found 4
(#7426) Spaces must be used for alignment; tabs are not allowed
(#7426) Tab found within whitespace
(#7426) Line indented incorrectly; expected 12 spaces, found 3
(#7427) Spaces must be used for alignment; tabs are not allowed
(#7427) Tab found within whitespace
(#7427) Line indented incorrectly; expected at least 12 spaces, found 3
(#7427) Variable "usedNamespaces" must be all lower-case
(#7428) Spaces must be used for alignment; tabs are not allowed
(#7428) Tab found within whitespace
(#7428) Line indented incorrectly; expected 12 spaces, found 3
(#7429) Spaces must be used for alignment; tabs are not allowed
(#7429) Tab found within whitespace
(#7429) Line indented incorrectly; expected at least 16 spaces, found 4
(#7429) Variable "encodingStyle" must be all lower-case
(#7430) Spaces must be used for alignment; tabs are not allowed
(#7430) Tab found within whitespace
(#7430) Line indented incorrectly; expected 12 spaces, found 3
(#7431) Spaces must be used for alignment; tabs are not allowed
(#7431) Tab found within whitespace
(#7431) Line indented incorrectly; expected at least 16 spaces, found 4
(#7431) Variable "encodingStyle" must be all lower-case
(#7432) Spaces must be used for alignment; tabs are not allowed
(#7432) Tab found within whitespace
(#7432) Line indented incorrectly; expected 12 spaces, found 3
(#7433) Spaces must be used for alignment; tabs are not allowed
(#7433) Tab found within whitespace
(#7433) Line indented incorrectly; expected 8 spaces, found 2
(#7434) Spaces must be used for alignment; tabs are not allowed
(#7434) Tab found within whitespace
(#7434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7434) Inline comments must end in full-stops, exclamation marks, or question marks
(#7434) Line indented incorrectly; expected at least 8 spaces, found 2
(#7435) Spaces must be used for alignment; tabs are not allowed
(#7435) Tab found within whitespace
(#7435) Line indented incorrectly; expected 8 spaces, found 2
(#7436) Spaces must be used for alignment; tabs are not allowed
(#7436) Tab found within whitespace
(#7436) Line indented incorrectly; expected 12 spaces, found 3
(#7437) Spaces must be used for alignment; tabs are not allowed
(#7437) Tab found within whitespace
(#7437) Line indented incorrectly; expected at least 16 spaces, found 4
(#7438) Spaces must be used for alignment; tabs are not allowed
(#7438) Tab found within whitespace
(#7438) Line indented incorrectly; expected 16 spaces, found 4
(#7439) Spaces must be used for alignment; tabs are not allowed
(#7439) Tab found within whitespace
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Line exceeds 132 characters; contains 139 characters
(#7439) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7439) Inline comments must end in full-stops, exclamation marks, or question marks
(#7439) Line indented incorrectly; expected at least 20 spaces, found 5
(#7440) Spaces must be used for alignment; tabs are not allowed
(#7440) Tab found within whitespace
(#7440) Line indented incorrectly; expected at least 20 spaces, found 5
(#7440) Variable "nsPrefix" must be all lower-case
(#7441) Spaces must be used for alignment; tabs are not allowed
(#7441) Tab found within whitespace
(#7441) Line indented incorrectly; expected at least 20 spaces, found 8
(#7442) Spaces must be used for alignment; tabs are not allowed
(#7442) Tab found within whitespace
(#7442) Line indented incorrectly; expected at least 20 spaces, found 8
(#7442) Variable "nsPrefix" must be all lower-case
(#7443) Spaces must be used for alignment; tabs are not allowed
(#7443) Tab found within whitespace
(#7443) Line indented incorrectly; expected 16 spaces, found 4
(#7444) Spaces must be used for alignment; tabs are not allowed
(#7444) Tab found within whitespace
(#7444) Line indented incorrectly; expected at least 20 spaces, found 5
(#7445) Spaces must be used for alignment; tabs are not allowed
(#7445) Tab found within whitespace
(#7445) Line indented incorrectly; expected 16 spaces, found 4
(#7446) Spaces must be used for alignment; tabs are not allowed
(#7446) Tab found within whitespace
(#7446) Line indented incorrectly; expected 12 spaces, found 3
(#7447) Spaces must be used for alignment; tabs are not allowed
(#7447) Tab found within whitespace
(#7447) Line indented incorrectly; expected at least 16 spaces, found 4
(#7448) Spaces must be used for alignment; tabs are not allowed
(#7448) Tab found within whitespace
(#7448) Line indented incorrectly; expected 16 spaces, found 4
(#7449) Spaces must be used for alignment; tabs are not allowed
(#7449) Tab found within whitespace
(#7449) Line indented incorrectly; expected at least 20 spaces, found 5
(#7449) Variable "nsPrefix" must be all lower-case
(#7450) Spaces must be used for alignment; tabs are not allowed
(#7450) Tab found within whitespace
(#7450) Line indented incorrectly; expected at least 20 spaces, found 8
(#7451) Spaces must be used for alignment; tabs are not allowed
(#7451) Tab found within whitespace
(#7451) Line indented incorrectly; expected at least 20 spaces, found 8
(#7451) Variable "nsPrefix" must be all lower-case
(#7452) Spaces must be used for alignment; tabs are not allowed
(#7452) Tab found within whitespace
(#7452) Line indented incorrectly; expected 16 spaces, found 4
(#7453) Spaces must be used for alignment; tabs are not allowed
(#7453) Tab found within whitespace
(#7453) Line indented incorrectly; expected at least 20 spaces, found 5
(#7454) Spaces must be used for alignment; tabs are not allowed
(#7454) Tab found within whitespace
(#7454) Line indented incorrectly; expected at least 20 spaces, found 8
(#7455) Spaces must be used for alignment; tabs are not allowed
(#7455) Tab found within whitespace
(#7455) Line indented incorrectly; expected at least 20 spaces, found 8
(#7456) Spaces must be used for alignment; tabs are not allowed
(#7456) Tab found within whitespace
(#7456) Line indented incorrectly; expected 16 spaces, found 4
(#7457) Spaces must be used for alignment; tabs are not allowed
(#7457) Tab found within whitespace
(#7457) Line indented incorrectly; expected 12 spaces, found 3
(#7458) Spaces must be used for alignment; tabs are not allowed
(#7458) Tab found within whitespace
(#7458) Line indented incorrectly; expected 8 spaces, found 2
(#7459) Spaces must be used for alignment; tabs are not allowed
(#7459) Tab found within whitespace
(#7459) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7459) Inline comments must end in full-stops, exclamation marks, or question marks
(#7459) Line indented incorrectly; expected at least 8 spaces, found 2
(#7460) Spaces must be used for alignment; tabs are not allowed
(#7460) Tab found within whitespace
(#7460) Line indented incorrectly; expected at least 8 spaces, found 2
(#7460) Commas (,) must be followed by white space.
(#7460) Commas (,) must be followed by white space.
(#7460) Variable "usedNamespaces" must be all lower-case
(#7460) Commas (,) must be followed by white space.
(#7460) Commas (,) must be followed by white space.
(#7460) Commas (,) must be followed by white space.
(#7460) Variable "encodingStyle" must be all lower-case
(#7461) Spaces must be used for alignment; tabs are not allowed
(#7461) Tab found within whitespace
(#7461) Line indented incorrectly; expected at least 8 spaces, found 2
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7461) Line exceeds 132 characters; contains 143 characters
(#7462) Spaces must be used for alignment; tabs are not allowed
(#7462) Tab found within whitespace
(#7462) Line indented incorrectly; expected at least 8 spaces, found 2
(#7463) Spaces must be used for alignment; tabs are not allowed
(#7463) Tab found within whitespace
(#7463) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7463) Inline comments must end in full-stops, exclamation marks, or question marks
(#7463) Line indented incorrectly; expected at least 8 spaces, found 2
(#7464) Spaces must be used for alignment; tabs are not allowed
(#7464) Tab found within whitespace
(#7464) Line indented incorrectly; expected at least 8 spaces, found 2
(#7464) Commas (,) must be followed by white space.
(#7464) Variable "soapAction" must be all lower-case
(#7464) Commas (,) must be followed by white space.
(#7464) Commas (,) must be followed by white space.
(#7465) Spaces must be used for alignment; tabs are not allowed
(#7465) Tab found within whitespace
(#7465) Line indented incorrectly; expected 8 spaces, found 2
(#7465) Expected "if (...) {\n"; found "if(...){\n"
(#7466) Spaces must be used for alignment; tabs are not allowed
(#7466) Tab found within whitespace
(#7466) Line indented incorrectly; expected at least 12 spaces, found 3
(#7467) Spaces must be used for alignment; tabs are not allowed
(#7467) Tab found within whitespace
(#7467) Line indented incorrectly; expected at least 12 spaces, found 3
(#7468) Spaces must be used for alignment; tabs are not allowed
(#7468) Tab found within whitespace
(#7468) Line indented incorrectly; expected 8 spaces, found 2
(#7469) Spaces must be used for alignment; tabs are not allowed
(#7469) Tab found within whitespace
(#7469) Line indented incorrectly; expected at least 12 spaces, found 3
(#7470) Spaces must be used for alignment; tabs are not allowed
(#7470) Tab found within whitespace
(#7470) Line indented incorrectly; expected at least 12 spaces, found 3
(#7471) Spaces must be used for alignment; tabs are not allowed
(#7471) Tab found within whitespace
(#7472) Spaces must be used for alignment; tabs are not allowed
(#7472) Tab found within whitespace
(#7472) Whitespace found at end of line
(#7473) Spaces must be used for alignment; tabs are not allowed
(#7473) Tab found within whitespace
(#7473) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7473) Line indented incorrectly; expected at least 12 spaces, found 3
(#7474) Spaces must be used for alignment; tabs are not allowed
(#7474) Tab found within whitespace
(#7474) Line indented incorrectly; expected 12 spaces, found 3
(#7474) Expected "if (...) {\n"; found "if(...){\n"
(#7475) Spaces must be used for alignment; tabs are not allowed
(#7475) Tab found within whitespace
(#7475) Line indented incorrectly; expected at least 16 spaces, found 4
(#7476) Spaces must be used for alignment; tabs are not allowed
(#7476) Tab found within whitespace
(#7476) Line indented incorrectly; expected at least 16 spaces, found 4
(#7477) Spaces must be used for alignment; tabs are not allowed
(#7477) Tab found within whitespace
(#7477) Line indented incorrectly; expected at least 16 spaces, found 4
(#7478) Spaces must be used for alignment; tabs are not allowed
(#7478) Tab found within whitespace
(#7478) Line indented incorrectly; expected 16 spaces, found 4
(#7478) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#7479) Spaces must be used for alignment; tabs are not allowed
(#7479) Tab found within whitespace
(#7479) Line indented incorrectly; expected at least 20 spaces, found 5
(#7480) Spaces must be used for alignment; tabs are not allowed
(#7480) Tab found within whitespace
(#7480) Line indented incorrectly; expected at least 20 spaces, found 5
(#7481) Spaces must be used for alignment; tabs are not allowed
(#7481) Tab found within whitespace
(#7481) Line indented incorrectly; expected 16 spaces, found 4
(#7482) Spaces must be used for alignment; tabs are not allowed
(#7482) Tab found within whitespace
(#7482) Line indented incorrectly; expected at least 16 spaces, found 4
(#7483) Spaces must be used for alignment; tabs are not allowed
(#7483) Tab found within whitespace
(#7483) Line indented incorrectly; expected 12 spaces, found 3
(#7483) Usage of ELSEIF not allowed; use ELSE IF instead
(#7484) Spaces must be used for alignment; tabs are not allowed
(#7484) Tab found within whitespace
(#7484) Line indented incorrectly; expected at least 16 spaces, found 4
(#7485) Spaces must be used for alignment; tabs are not allowed
(#7485) Tab found within whitespace
(#7485) Inline comments must end in full-stops, exclamation marks, or question marks
(#7485) Line indented incorrectly; expected at least 16 spaces, found 4
(#7486) Spaces must be used for alignment; tabs are not allowed
(#7486) Tab found within whitespace
(#7486) Line indented incorrectly; expected at least 16 spaces, found 4
(#7487) Spaces must be used for alignment; tabs are not allowed
(#7487) Tab found within whitespace
(#7487) Line indented incorrectly; expected 12 spaces, found 3
(#7488) Spaces must be used for alignment; tabs are not allowed
(#7488) Tab found within whitespace
(#7488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7488) Inline comments must end in full-stops, exclamation marks, or question marks
(#7488) Line indented incorrectly; expected at least 16 spaces, found 4
(#7489) Spaces must be used for alignment; tabs are not allowed
(#7489) Tab found within whitespace
(#7489) Line indented incorrectly; expected 16 spaces, found 4
(#7489) Expected "if (...) {\n"; found "if(...){\n"
(#7490) Spaces must be used for alignment; tabs are not allowed
(#7490) Tab found within whitespace
(#7490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7490) Line indented incorrectly; expected at least 20 spaces, found 5
(#7491) Spaces must be used for alignment; tabs are not allowed
(#7491) Tab found within whitespace
(#7491) Inline comments must end in full-stops, exclamation marks, or question marks
(#7491) Line indented incorrectly; expected at least 20 spaces, found 5
(#7492) Spaces must be used for alignment; tabs are not allowed
(#7492) Tab found within whitespace
(#7492) Line indented incorrectly; expected 20 spaces, found 5
(#7492) Expected "if (...) {\n"; found "if(...){\n"
(#7492) The use of function sizeof() is forbidden; use count() instead
(#7493) Spaces must be used for alignment; tabs are not allowed
(#7493) Tab found within whitespace
(#7493) Line indented incorrectly; expected at least 24 spaces, found 6
(#7494) Spaces must be used for alignment; tabs are not allowed
(#7494) Tab found within whitespace
(#7494) Line indented incorrectly; expected 20 spaces, found 5
(#7495) Spaces must be used for alignment; tabs are not allowed
(#7495) Tab found within whitespace
(#7495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7495) Inline comments must end in full-stops, exclamation marks, or question marks
(#7495) Line indented incorrectly; expected at least 20 spaces, found 5
(#7496) Spaces must be used for alignment; tabs are not allowed
(#7496) Tab found within whitespace
(#7496) Line indented incorrectly; expected at least 20 spaces, found 5
(#7497) Spaces must be used for alignment; tabs are not allowed
(#7497) Tab found within whitespace
(#7497) Line indented incorrectly; expected at least 20 spaces, found 5
(#7498) Spaces must be used for alignment; tabs are not allowed
(#7498) Tab found within whitespace
(#7498) Line indented incorrectly; expected at least 20 spaces, found 5
(#7499) Spaces must be used for alignment; tabs are not allowed
(#7499) Tab found within whitespace
(#7499) Line indented incorrectly; expected at least 20 spaces, found 14
(#7500) Spaces must be used for alignment; tabs are not allowed
(#7500) Tab found within whitespace
(#7500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7500) Inline comments must end in full-stops, exclamation marks, or question marks
(#7500) Line indented incorrectly; expected at least 20 spaces, found 4
(#7501) Spaces must be used for alignment; tabs are not allowed
(#7501) Tab found within whitespace
(#7501) Line indented incorrectly; expected 16 spaces, found 4
(#7502) Spaces must be used for alignment; tabs are not allowed
(#7502) Tab found within whitespace
(#7502) Line indented incorrectly; expected at least 20 spaces, found 5
(#7503) Spaces must be used for alignment; tabs are not allowed
(#7503) Tab found within whitespace
(#7503) Line indented incorrectly; expected 16 spaces, found 4
(#7504) Spaces must be used for alignment; tabs are not allowed
(#7504) Tab found within whitespace
(#7504) Line indented incorrectly; expected 12 spaces, found 3
(#7505) Spaces must be used for alignment; tabs are not allowed
(#7505) Tab found within whitespace
(#7505) Line indented incorrectly; expected 8 spaces, found 2
(#7506) Spaces must be used for alignment; tabs are not allowed
(#7506) Tab found within whitespace
(#7506) Line indented incorrectly; expected 4 spaces, found 1
(#7508) Spaces must be used for alignment; tabs are not allowed
(#7508) Tab found within whitespace
(#7508) Line indented incorrectly; expected at least 4 spaces, found 1
(#7509) Spaces must be used for alignment; tabs are not allowed
(#7509) Expected 2 space(s) before asterisk; 1 found
(#7510) Spaces must be used for alignment; tabs are not allowed
(#7510) Expected 2 space(s) before asterisk; 1 found
(#7511) Spaces must be used for alignment; tabs are not allowed
(#7511) Expected 2 space(s) before asterisk; 1 found
(#7512) Spaces must be used for alignment; tabs are not allowed
(#7512) Expected 2 space(s) before asterisk; 1 found
(#7513) Spaces must be used for alignment; tabs are not allowed
(#7513) Tab found within whitespace
(#7513) Line indented incorrectly; expected 4 spaces, found 1
(#7513) method name "nusoap_client::checkWSDL" must be in lower-case letters only
(#7513) Visibility must be declared on method "checkWSDL"
(#7514) Spaces must be used for alignment; tabs are not allowed
(#7514) Tab found within whitespace
(#7514) Line indented incorrectly; expected at least 8 spaces, found 2
(#7515) Spaces must be used for alignment; tabs are not allowed
(#7515) Tab found within whitespace
(#7515) Line indented incorrectly; expected at least 8 spaces, found 2
(#7516) Spaces must be used for alignment; tabs are not allowed
(#7516) Tab found within whitespace
(#7516) Line indented incorrectly; expected at least 8 spaces, found 2
(#7517) Spaces must be used for alignment; tabs are not allowed
(#7517) Tab found within whitespace
(#7517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7517) Inline comments must end in full-stops, exclamation marks, or question marks
(#7517) Line indented incorrectly; expected at least 8 spaces, found 2
(#7518) Spaces must be used for alignment; tabs are not allowed
(#7518) Tab found within whitespace
(#7518) Line indented incorrectly; expected 8 spaces, found 2
(#7519) Spaces must be used for alignment; tabs are not allowed
(#7519) Tab found within whitespace
(#7519) Line indented incorrectly; expected at least 12 spaces, found 3
(#7520) Spaces must be used for alignment; tabs are not allowed
(#7520) Tab found within whitespace
(#7520) Line indented incorrectly; expected at least 12 spaces, found 3
(#7521) Spaces must be used for alignment; tabs are not allowed
(#7521) Tab found within whitespace
(#7521) Line indented incorrectly; expected at least 12 spaces, found 3
(#7522) Spaces must be used for alignment; tabs are not allowed
(#7522) Tab found within whitespace
(#7522) Line indented incorrectly; expected at least 12 spaces, found 3
(#7523) Spaces must be used for alignment; tabs are not allowed
(#7523) Tab found within whitespace
(#7523) Line indented incorrectly; expected 8 spaces, found 2
(#7523) Usage of ELSEIF not allowed; use ELSE IF instead
(#7524) Spaces must be used for alignment; tabs are not allowed
(#7524) Tab found within whitespace
(#7524) Line indented incorrectly; expected at least 12 spaces, found 3
(#7525) Spaces must be used for alignment; tabs are not allowed
(#7525) Tab found within whitespace
(#7525) Line indented incorrectly; expected at least 12 spaces, found 3
(#7526) Spaces must be used for alignment; tabs are not allowed
(#7526) Tab found within whitespace
(#7526) Line indented incorrectly; expected at least 12 spaces, found 3
(#7527) Spaces must be used for alignment; tabs are not allowed
(#7527) Tab found within whitespace
(#7527) Line indented incorrectly; expected at least 12 spaces, found 3
(#7528) Spaces must be used for alignment; tabs are not allowed
(#7528) Tab found within whitespace
(#7528) Line indented incorrectly; expected 8 spaces, found 2
(#7528) Usage of ELSEIF not allowed; use ELSE IF instead
(#7529) Spaces must be used for alignment; tabs are not allowed
(#7529) Tab found within whitespace
(#7529) Line indented incorrectly; expected at least 12 spaces, found 3
(#7530) Spaces must be used for alignment; tabs are not allowed
(#7530) Tab found within whitespace
(#7530) Line indented incorrectly; expected at least 12 spaces, found 3
(#7531) Spaces must be used for alignment; tabs are not allowed
(#7531) Tab found within whitespace
(#7531) Line indented incorrectly; expected at least 12 spaces, found 3
(#7532) Spaces must be used for alignment; tabs are not allowed
(#7532) Tab found within whitespace
(#7532) Line indented incorrectly; expected at least 12 spaces, found 3
(#7533) Spaces must be used for alignment; tabs are not allowed
(#7533) Tab found within whitespace
(#7533) Line indented incorrectly; expected at least 12 spaces, found 3
(#7534) Spaces must be used for alignment; tabs are not allowed
(#7534) Tab found within whitespace
(#7534) Line indented incorrectly; expected 8 spaces, found 2
(#7535) Spaces must be used for alignment; tabs are not allowed
(#7535) Tab found within whitespace
(#7535) Line indented incorrectly; expected at least 12 spaces, found 3
(#7536) Spaces must be used for alignment; tabs are not allowed
(#7536) Tab found within whitespace
(#7536) Line indented incorrectly; expected at least 12 spaces, found 3
(#7537) Spaces must be used for alignment; tabs are not allowed
(#7537) Tab found within whitespace
(#7537) Line indented incorrectly; expected at least 12 spaces, found 3
(#7538) Spaces must be used for alignment; tabs are not allowed
(#7538) Tab found within whitespace
(#7538) Line indented incorrectly; expected at least 12 spaces, found 3
(#7539) Spaces must be used for alignment; tabs are not allowed
(#7539) Tab found within whitespace
(#7539) Line indented incorrectly; expected 8 spaces, found 2
(#7540) Spaces must be used for alignment; tabs are not allowed
(#7540) Tab found within whitespace
(#7540) Line indented incorrectly; expected 4 spaces, found 1
(#7542) Spaces must be used for alignment; tabs are not allowed
(#7542) Tab found within whitespace
(#7542) Line indented incorrectly; expected at least 4 spaces, found 1
(#7543) Spaces must be used for alignment; tabs are not allowed
(#7544) Spaces must be used for alignment; tabs are not allowed
(#7545) Spaces must be used for alignment; tabs are not allowed
(#7545) Spaces must be used for alignment; tabs are not allowed
(#7546) Spaces must be used for alignment; tabs are not allowed
(#7547) Spaces must be used for alignment; tabs are not allowed
(#7547) Tab found within whitespace
(#7547) Line indented incorrectly; expected 4 spaces, found 1
(#7547) method name "nusoap_client::loadWSDL" must be in lower-case letters only
(#7547) Visibility must be declared on method "loadWSDL"
(#7548) Spaces must be used for alignment; tabs are not allowed
(#7548) Tab found within whitespace
(#7548) Line indented incorrectly; expected at least 8 spaces, found 2
(#7549) Spaces must be used for alignment; tabs are not allowed
(#7549) Tab found within whitespace
(#7549) Line indented incorrectly; expected at least 8 spaces, found 2
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Commas (,) must be followed by white space.
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7549) Line exceeds 132 characters; contains 180 characters
(#7550) Spaces must be used for alignment; tabs are not allowed
(#7550) Tab found within whitespace
(#7550) Line indented incorrectly; expected at least 8 spaces, found 2
(#7551) Spaces must be used for alignment; tabs are not allowed
(#7551) Tab found within whitespace
(#7551) Line indented incorrectly; expected at least 8 spaces, found 2
(#7552) Spaces must be used for alignment; tabs are not allowed
(#7552) Tab found within whitespace
(#7552) Line indented incorrectly; expected at least 8 spaces, found 2
(#7553) Spaces must be used for alignment; tabs are not allowed
(#7553) Tab found within whitespace
(#7553) Line indented incorrectly; expected 4 spaces, found 1
(#7555) Spaces must be used for alignment; tabs are not allowed
(#7555) Tab found within whitespace
(#7555) Line indented incorrectly; expected at least 4 spaces, found 1
(#7556) Spaces must be used for alignment; tabs are not allowed
(#7556) Expected 2 space(s) before asterisk; 1 found
(#7557) Spaces must be used for alignment; tabs are not allowed
(#7557) Expected 2 space(s) before asterisk; 1 found
(#7558) Spaces must be used for alignment; tabs are not allowed
(#7558) Expected 2 space(s) before asterisk; 1 found
(#7559) Spaces must be used for alignment; tabs are not allowed
(#7559) Expected 2 space(s) before asterisk; 1 found
(#7559) Spaces must be used for alignment; tabs are not allowed
(#7560) Spaces must be used for alignment; tabs are not allowed
(#7560) Expected 2 space(s) before asterisk; 1 found
(#7561) Spaces must be used for alignment; tabs are not allowed
(#7561) Expected 2 space(s) before asterisk; 1 found
(#7562) Spaces must be used for alignment; tabs are not allowed
(#7562) Tab found within whitespace
(#7562) Line indented incorrectly; expected 4 spaces, found 1
(#7562) method name "nusoap_client::getOperationData" must be in lower-case letters only
(#7562) Visibility must be declared on method "getOperationData"
(#7562) Expected 1 space after closing parenthesis; found 0
(#7563) Spaces must be used for alignment; tabs are not allowed
(#7563) Tab found within whitespace
(#7563) Line indented incorrectly; expected 8 spaces, found 2
(#7564) Spaces must be used for alignment; tabs are not allowed
(#7564) Tab found within whitespace
(#7564) Line indented incorrectly; expected at least 12 spaces, found 3
(#7565) Spaces must be used for alignment; tabs are not allowed
(#7565) Tab found within whitespace
(#7565) Line indented incorrectly; expected at least 12 spaces, found 3
(#7565) Inline control structures are not allowed
(#7566) Spaces must be used for alignment; tabs are not allowed
(#7566) Tab found within whitespace
(#7566) Line indented incorrectly; expected at least 12 spaces, found 4
(#7567) Spaces must be used for alignment; tabs are not allowed
(#7567) Tab found within whitespace
(#7567) Line indented incorrectly; expected 8 spaces, found 2
(#7568) Spaces must be used for alignment; tabs are not allowed
(#7568) Tab found within whitespace
(#7568) Line indented incorrectly; expected 8 spaces, found 2
(#7568) Expected "if (...) {\n"; found "if(...){\n"
(#7569) Spaces must be used for alignment; tabs are not allowed
(#7569) Tab found within whitespace
(#7569) Line indented incorrectly; expected at least 12 spaces, found 3
(#7570) Spaces must be used for alignment; tabs are not allowed
(#7570) Tab found within whitespace
(#7570) Line indented incorrectly; expected 8 spaces, found 2
(#7571) Spaces must be used for alignment; tabs are not allowed
(#7571) Tab found within whitespace
(#7571) Line indented incorrectly; expected at least 8 spaces, found 2
(#7572) Spaces must be used for alignment; tabs are not allowed
(#7572) Tab found within whitespace
(#7572) Line indented incorrectly; expected 4 spaces, found 1
(#7575) Expected 5 space(s) before asterisk; 4 found
(#7576) Expected 5 space(s) before asterisk; 4 found
(#7577) Expected 5 space(s) before asterisk; 4 found
(#7578) Expected 5 space(s) before asterisk; 4 found
(#7579) Expected 5 space(s) before asterisk; 4 found
(#7580) Expected 5 space(s) before asterisk; 4 found
(#7581) Spaces must be used for alignment; tabs are not allowed
(#7581) Expected 5 space(s) before asterisk; 1 found
(#7582) Spaces must be used for alignment; tabs are not allowed
(#7582) Expected 5 space(s) before asterisk; 1 found
(#7583) Spaces must be used for alignment; tabs are not allowed
(#7583) Expected 5 space(s) before asterisk; 1 found
(#7584) Spaces must be used for alignment; tabs are not allowed
(#7584) Expected 5 space(s) before asterisk; 1 found
(#7584) Spaces must be used for alignment; tabs are not allowed
(#7585) Spaces must be used for alignment; tabs are not allowed
(#7585) Expected 5 space(s) before asterisk; 1 found
(#7585) Spaces must be used for alignment; tabs are not allowed
(#7586) Spaces must be used for alignment; tabs are not allowed
(#7586) Expected 5 space(s) before asterisk; 1 found
(#7587) Spaces must be used for alignment; tabs are not allowed
(#7587) Expected 5 space(s) before asterisk; 1 found
(#7588) Spaces must be used for alignment; tabs are not allowed
(#7588) Tab found within whitespace
(#7588) Line indented incorrectly; expected 4 spaces, found 1
(#7588) Visibility must be declared on method "send"
(#7588) Variable "response_timeout" must not contain underscores.
(#7589) Spaces must be used for alignment; tabs are not allowed
(#7589) Tab found within whitespace
(#7589) Line indented incorrectly; expected at least 8 spaces, found 2
(#7590) Spaces must be used for alignment; tabs are not allowed
(#7590) Tab found within whitespace
(#7590) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7590) Inline comments must end in full-stops, exclamation marks, or question marks
(#7590) Line indented incorrectly; expected at least 8 spaces, found 2
(#7591) Spaces must be used for alignment; tabs are not allowed
(#7591) Tab found within whitespace
(#7591) Line indented incorrectly; expected 8 spaces, found 2
(#7592) Spaces must be used for alignment; tabs are not allowed
(#7592) Tab found within whitespace
(#7592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7592) Inline comments must end in full-stops, exclamation marks, or question marks
(#7592) Line indented incorrectly; expected at least 12 spaces, found 3
(#7593) Spaces must be used for alignment; tabs are not allowed
(#7593) Tab found within whitespace
(#7593) Line indented incorrectly; expected 12 spaces, found 3
(#7593) Commas (,) must be followed by white space.
(#7594) Spaces must be used for alignment; tabs are not allowed
(#7594) Tab found within whitespace
(#7594) Line indented incorrectly; expected at least 16 spaces, found 4
(#7595) Spaces must be used for alignment; tabs are not allowed
(#7595) Tab found within whitespace
(#7595) Line indented incorrectly; expected 16 spaces, found 4
(#7595) Expected "if (...) {\n"; found "if(...){\n"
(#7596) Spaces must be used for alignment; tabs are not allowed
(#7596) Tab found within whitespace
(#7596) Line indented incorrectly; expected at least 20 spaces, found 5
(#7597) Spaces must be used for alignment; tabs are not allowed
(#7597) Tab found within whitespace
(#7597) Line indented incorrectly; expected 16 spaces, found 4
(#7598) Spaces must be used for alignment; tabs are not allowed
(#7598) Tab found within whitespace
(#7598) Line indented incorrectly; expected at least 20 spaces, found 5
(#7599) Spaces must be used for alignment; tabs are not allowed
(#7599) Tab found within whitespace
(#7599) Line indented incorrectly; expected 20 spaces, found 5
(#7600) Spaces must be used for alignment; tabs are not allowed
(#7600) Tab found within whitespace
(#7600) Line indented incorrectly; expected at least 24 spaces, found 6
(#7601) Spaces must be used for alignment; tabs are not allowed
(#7601) Tab found within whitespace
(#7601) Line indented incorrectly; expected 20 spaces, found 5
(#7602) Spaces must be used for alignment; tabs are not allowed
(#7602) Tab found within whitespace
(#7602) Line indented incorrectly; expected 16 spaces, found 4
(#7603) Spaces must be used for alignment; tabs are not allowed
(#7603) Tab found within whitespace
(#7603) Line indented incorrectly; expected at least 16 spaces, found 4
(#7604) Spaces must be used for alignment; tabs are not allowed
(#7604) Tab found within whitespace
(#7604) Line indented incorrectly; expected at least 16 spaces, found 4
(#7605) Spaces must be used for alignment; tabs are not allowed
(#7605) Tab found within whitespace
(#7605) Line indented incorrectly; expected 16 spaces, found 4
(#7605) Expected "if (...) {\n"; found "if(...){\n"
(#7606) Spaces must be used for alignment; tabs are not allowed
(#7606) Tab found within whitespace
(#7606) Line indented incorrectly; expected at least 20 spaces, found 5
(#7606) Commas (,) must be followed by white space.
(#7606) Commas (,) must be followed by white space.
(#7606) Commas (,) must be followed by white space.
(#7607) Spaces must be used for alignment; tabs are not allowed
(#7607) Tab found within whitespace
(#7607) Line indented incorrectly; expected 16 spaces, found 4
(#7608) Expected "if (...) {\n"; found "if(...) {\n"
(#7609) Spaces must be used for alignment; tabs are not allowed
(#7609) Tab found within whitespace
(#7609) Line indented incorrectly; expected at least 20 spaces, found 5
(#7610) Spaces must be used for alignment; tabs are not allowed
(#7610) Tab found within whitespace
(#7610) Line indented incorrectly; expected 16 spaces, found 4
(#7610) Closing brace indented incorrectly; expected 16 spaces, found 4
(#7611) Spaces must be used for alignment; tabs are not allowed
(#7611) Tab found within whitespace
(#7611) Line indented incorrectly; expected 16 spaces, found 4
(#7611) Expected "if (...) {\n"; found "if(...){\n"
(#7612) Spaces must be used for alignment; tabs are not allowed
(#7612) Tab found within whitespace
(#7612) Line indented incorrectly; expected at least 20 spaces, found 5
(#7613) Spaces must be used for alignment; tabs are not allowed
(#7613) Tab found within whitespace
(#7613) Line indented incorrectly; expected 16 spaces, found 4
(#7614) Spaces must be used for alignment; tabs are not allowed
(#7614) Tab found within whitespace
(#7614) Line indented incorrectly; expected at least 16 spaces, found 4
(#7615) Spaces must be used for alignment; tabs are not allowed
(#7615) Tab found within whitespace
(#7615) Line indented incorrectly; expected 16 spaces, found 4
(#7615) Expected "if (...) {\n"; found "if(...){\n"
(#7615) Commas (,) must be followed by white space.
(#7616) Spaces must be used for alignment; tabs are not allowed
(#7616) Tab found within whitespace
(#7616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7616) Inline comments must end in full-stops, exclamation marks, or question marks
(#7616) This comment is 84% valid code; is this commented out code?
(#7616) Line indented incorrectly; expected at least 20 spaces, found 4
(#7616) No space found before comment text; expected "// if(strpos($this->endpoint,'http:')){" but found "//if(strpos($this->endpoint,'http:')){"
(#7617) Spaces must be used for alignment; tabs are not allowed
(#7617) Tab found within whitespace
(#7617) Line indented incorrectly; expected at least 20 spaces, found 5
(#7617) Commas (,) must be followed by white space.
(#7617) Commas (,) must be followed by white space.
(#7617) Variable "response_timeout" must not contain underscores.
(#7617) Commas (,) must be followed by white space.
(#7618) Spaces must be used for alignment; tabs are not allowed
(#7618) Tab found within whitespace
(#7618) Line indented incorrectly; expected 16 spaces, found 4
(#7618) Usage of ELSEIF not allowed; use ELSE IF instead
(#7618) Commas (,) must be followed by white space.
(#7619) Spaces must be used for alignment; tabs are not allowed
(#7619) Tab found within whitespace
(#7619) This comment is 79% valid code; is this commented out code?
(#7619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7619) Line indented incorrectly; expected at least 20 spaces, found 4
(#7619) No space found before comment text; expected "// } elseif(strpos($this->endpoint,'https:')){" but found "//} elseif(strpos($this->endpoint,'https:')){"
(#7620) Spaces must be used for alignment; tabs are not allowed
(#7620) Tab found within whitespace
(#7620) This comment is 64% valid code; is this commented out code?
(#7620) Line indented incorrectly; expected at least 20 spaces, found 5
(#7620) No space found before comment text; expected "// if(phpversion() == '4.3.0-dev'){" but found "//if(phpversion() == '4.3.0-dev'){"
(#7621) Spaces must be used for alignment; tabs are not allowed
(#7621) Tab found within whitespace
(#7621) This comment is 74% valid code; is this commented out code?
(#7621) Line indented incorrectly; expected at least 20 spaces, found 6
(#7621) No space found before comment text; expected "// $response = $http->send($msg,$timeout,$response_timeout);" but found "//$response = $http->send($msg,$timeout,$response_timeout);"
(#7622) Spaces must be used for alignment; tabs are not allowed
(#7622) Tab found within whitespace
(#7622) This comment is 50% valid code; is this commented out code?
(#7622) No space found before comment text; expected "// $this->request = $http->outgoing_payload;" but found "//$this->request = $http->outgoing_payload;"
(#7623) Spaces must be used for alignment; tabs are not allowed
(#7623) Tab found within whitespace
(#7623) This comment is 50% valid code; is this commented out code?
(#7623) Line indented incorrectly; expected at least 20 spaces, found 6
(#7623) No space found before comment text; expected "// $this->response = $http->incoming_payload;" but found "//$this->response = $http->incoming_payload;"
(#7624) Spaces must be used for alignment; tabs are not allowed
(#7624) Tab found within whitespace
(#7624) Inline comments must end in full-stops, exclamation marks, or question marks
(#7624) This comment is 67% valid code; is this commented out code?
(#7624) Line indented incorrectly; expected at least 20 spaces, found 5
(#7624) No space found before comment text; expected "// } else" but found "//} else"
(#7625) Spaces must be used for alignment; tabs are not allowed
(#7625) Tab found within whitespace
(#7625) Line indented incorrectly; expected at least 20 spaces, found 5
(#7625) Commas (,) must be followed by white space.
(#7625) Commas (,) must be followed by white space.
(#7625) Variable "response_timeout" must not contain underscores.
(#7625) Commas (,) must be followed by white space.
(#7626) Spaces must be used for alignment; tabs are not allowed
(#7626) Tab found within whitespace
(#7626) Line indented incorrectly; expected 16 spaces, found 4
(#7627) Spaces must be used for alignment; tabs are not allowed
(#7627) Tab found within whitespace
(#7627) Line indented incorrectly; expected at least 20 spaces, found 5
(#7628) Spaces must be used for alignment; tabs are not allowed
(#7628) Tab found within whitespace
(#7628) Line indented incorrectly; expected 16 spaces, found 4
(#7629) Spaces must be used for alignment; tabs are not allowed
(#7629) Tab found within whitespace
(#7629) Line indented incorrectly; expected at least 16 spaces, found 4
(#7630) Spaces must be used for alignment; tabs are not allowed
(#7630) Tab found within whitespace
(#7630) Line indented incorrectly; expected at least 16 spaces, found 4
(#7631) Spaces must be used for alignment; tabs are not allowed
(#7631) Tab found within whitespace
(#7631) Line indented incorrectly; expected at least 16 spaces, found 4
(#7632) Spaces must be used for alignment; tabs are not allowed
(#7632) Tab found within whitespace
(#7632) Line indented incorrectly; expected at least 16 spaces, found 4
(#7634) Spaces must be used for alignment; tabs are not allowed
(#7634) Tab found within whitespace
(#7634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7634) Inline comments must end in full-stops, exclamation marks, or question marks
(#7634) Line indented incorrectly; expected at least 16 spaces, found 4
(#7635) Spaces must be used for alignment; tabs are not allowed
(#7635) Tab found within whitespace
(#7635) Line indented incorrectly; expected 16 spaces, found 4
(#7636) Spaces must be used for alignment; tabs are not allowed
(#7636) Tab found within whitespace
(#7636) Line indented incorrectly; expected at least 20 spaces, found 5
(#7637) Spaces must be used for alignment; tabs are not allowed
(#7637) Tab found within whitespace
(#7637) Line indented incorrectly; expected 20 spaces, found 5
(#7638) Spaces must be used for alignment; tabs are not allowed
(#7638) Tab found within whitespace
(#7638) Line indented incorrectly; expected at least 24 spaces, found 6
(#7639) Spaces must be used for alignment; tabs are not allowed
(#7639) Tab found within whitespace
(#7639) Line indented incorrectly; expected 20 spaces, found 5
(#7640) Spaces must be used for alignment; tabs are not allowed
(#7640) Tab found within whitespace
(#7640) Line indented incorrectly; expected 16 spaces, found 4
(#7641) Spaces must be used for alignment; tabs are not allowed
(#7641) Tab found within whitespace
(#7641) Whitespace found at end of line
(#7642) Spaces must be used for alignment; tabs are not allowed
(#7642) Tab found within whitespace
(#7642) Line indented incorrectly; expected 16 spaces, found 4
(#7642) Expected "if (...) {\n"; found "if(...){\n"
(#7643) Spaces must be used for alignment; tabs are not allowed
(#7643) Tab found within whitespace
(#7643) Line indented incorrectly; expected at least 20 spaces, found 5
(#7644) Spaces must be used for alignment; tabs are not allowed
(#7644) Tab found within whitespace
(#7644) Line indented incorrectly; expected at least 20 spaces, found 5
(#7645) Spaces must be used for alignment; tabs are not allowed
(#7645) Tab found within whitespace
(#7645) Line indented incorrectly; expected 16 spaces, found 4
(#7645) Usage of ELSEIF not allowed; use ELSE IF instead
(#7646) Spaces must be used for alignment; tabs are not allowed
(#7646) Tab found within whitespace
(#7646) Line indented incorrectly; expected at least 20 spaces, found 5
(#7647) Spaces must be used for alignment; tabs are not allowed
(#7647) Tab found within whitespace
(#7647) Line indented incorrectly; expected 16 spaces, found 4
(#7648) Spaces must be used for alignment; tabs are not allowed
(#7648) Tab found within whitespace
(#7648) Line indented incorrectly; expected at least 20 spaces, found 5
(#7649) Spaces must be used for alignment; tabs are not allowed
(#7649) Tab found within whitespace
(#7649) Line indented incorrectly; expected at least 20 spaces, found 5
(#7650) Spaces must be used for alignment; tabs are not allowed
(#7650) Tab found within whitespace
(#7650) Line indented incorrectly; expected 16 spaces, found 4
(#7651) Spaces must be used for alignment; tabs are not allowed
(#7651) Tab found within whitespace
(#7652) Spaces must be used for alignment; tabs are not allowed
(#7652) Tab found within whitespace
(#7652) Line indented incorrectly; expected 12 spaces, found 3
(#7653) Spaces must be used for alignment; tabs are not allowed
(#7653) Tab found within whitespace
(#7653) Line indented incorrectly; expected at least 16 spaces, found 4
(#7654) Spaces must be used for alignment; tabs are not allowed
(#7654) Tab found within whitespace
(#7655) Spaces must be used for alignment; tabs are not allowed
(#7655) Tab found within whitespace
(#7655) Line indented incorrectly; expected at least 12 spaces, found 3
(#7656) Spaces must be used for alignment; tabs are not allowed
(#7656) Tab found within whitespace
(#7656) Line indented incorrectly; expected 8 spaces, found 2
(#7657) Spaces must be used for alignment; tabs are not allowed
(#7657) Tab found within whitespace
(#7657) Line indented incorrectly; expected 4 spaces, found 1
(#7659) Spaces must be used for alignment; tabs are not allowed
(#7659) Tab found within whitespace
(#7659) Line indented incorrectly; expected at least 4 spaces, found 1
(#7660) Spaces must be used for alignment; tabs are not allowed
(#7660) Expected 2 space(s) before asterisk; 1 found
(#7661) Spaces must be used for alignment; tabs are not allowed
(#7661) Expected 2 space(s) before asterisk; 1 found
(#7662) Spaces must be used for alignment; tabs are not allowed
(#7662) Expected 2 space(s) before asterisk; 1 found
(#7662) Spaces must be used for alignment; tabs are not allowed
(#7662) Spaces must be used for alignment; tabs are not allowed
(#7663) Spaces must be used for alignment; tabs are not allowed
(#7663) Expected 2 space(s) before asterisk; 1 found
(#7663) Spaces must be used for alignment; tabs are not allowed
(#7663) Spaces must be used for alignment; tabs are not allowed
(#7664) Spaces must be used for alignment; tabs are not allowed
(#7664) Expected 2 space(s) before asterisk; 1 found
(#7664) Spaces must be used for alignment; tabs are not allowed
(#7664) Spaces must be used for alignment; tabs are not allowed
(#7665) Spaces must be used for alignment; tabs are not allowed
(#7665) Expected 2 space(s) before asterisk; 1 found
(#7666) Spaces must be used for alignment; tabs are not allowed
(#7666) Expected 2 space(s) before asterisk; 1 found
(#7667) method name "nusoap_client::parseResponse" must be in lower-case letters only
(#7667) Visibility must be declared on method "parseResponse"
(#7668) Spaces must be used for alignment; tabs are not allowed
(#7668) Tab found within whitespace
(#7668) Line indented incorrectly; expected at least 8 spaces, found 2
(#7669) Spaces must be used for alignment; tabs are not allowed
(#7669) Tab found within whitespace
(#7669) Line indented incorrectly; expected at least 8 spaces, found 2
(#7670) Spaces must be used for alignment; tabs are not allowed
(#7670) Tab found within whitespace
(#7670) Line indented incorrectly; expected 8 spaces, found 5
(#7671) Spaces must be used for alignment; tabs are not allowed
(#7671) Tab found within whitespace
(#7671) Line indented incorrectly; expected at least 12 spaces, found 3
(#7672) Spaces must be used for alignment; tabs are not allowed
(#7672) Tab found within whitespace
(#7672) Line indented incorrectly; expected at least 12 spaces, found 3
(#7673) Spaces must be used for alignment; tabs are not allowed
(#7673) Tab found within whitespace
(#7673) Line indented incorrectly; expected 8 spaces, found 5
(#7674) Spaces must be used for alignment; tabs are not allowed
(#7674) Tab found within whitespace
(#7674) Line indented incorrectly; expected 8 spaces, found 2
(#7675) Spaces must be used for alignment; tabs are not allowed
(#7675) Tab found within whitespace
(#7675) Line indented incorrectly; expected at least 12 spaces, found 3
(#7676) Spaces must be used for alignment; tabs are not allowed
(#7676) Tab found within whitespace
(#7676) Line indented incorrectly; expected at least 12 spaces, found 3
(#7677) Spaces must be used for alignment; tabs are not allowed
(#7677) Tab found within whitespace
(#7677) Line indented incorrectly; expected 8 spaces, found 2
(#7678) Spaces must be used for alignment; tabs are not allowed
(#7678) Tab found within whitespace
(#7678) Line indented incorrectly; expected 8 spaces, found 2
(#7679) Spaces must be used for alignment; tabs are not allowed
(#7679) Tab found within whitespace
(#7679) Line indented incorrectly; expected at least 12 spaces, found 3
(#7680) Spaces must be used for alignment; tabs are not allowed
(#7680) Tab found within whitespace
(#7680) Line indented incorrectly; expected at least 12 spaces, found 3
(#7681) Spaces must be used for alignment; tabs are not allowed
(#7681) Tab found within whitespace
(#7681) Line indented incorrectly; expected 12 spaces, found 3
(#7681) Expected "if (...) {\n"; found "if(...){\n"
(#7681) Commas (,) must be followed by white space.
(#7682) Spaces must be used for alignment; tabs are not allowed
(#7682) Tab found within whitespace
(#7682) Line indented incorrectly; expected at least 16 spaces, found 4
(#7683) Spaces must be used for alignment; tabs are not allowed
(#7683) Tab found within whitespace
(#7683) Line indented incorrectly; expected 12 spaces, found 3
(#7684) Spaces must be used for alignment; tabs are not allowed
(#7684) Tab found within whitespace
(#7684) Line indented incorrectly; expected at least 16 spaces, found 4
(#7685) Spaces must be used for alignment; tabs are not allowed
(#7685) Tab found within whitespace
(#7685) Line indented incorrectly; expected 12 spaces, found 3
(#7686) Spaces must be used for alignment; tabs are not allowed
(#7686) Tab found within whitespace
(#7686) Line indented incorrectly; expected 8 spaces, found 2
(#7687) Spaces must be used for alignment; tabs are not allowed
(#7687) Tab found within whitespace
(#7687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7687) Inline comments must end in full-stops, exclamation marks, or question marks
(#7687) Line indented incorrectly; expected at least 12 spaces, found 3
(#7688) Spaces must be used for alignment; tabs are not allowed
(#7688) Tab found within whitespace
(#7688) Line indented incorrectly; expected at least 12 spaces, found 3
(#7689) Spaces must be used for alignment; tabs are not allowed
(#7689) Tab found within whitespace
(#7689) Line indented incorrectly; expected 8 spaces, found 2
(#7690) Spaces must be used for alignment; tabs are not allowed
(#7690) Tab found within whitespace
(#7690) Line indented incorrectly; expected at least 8 spaces, found 2
(#7691) Spaces must be used for alignment; tabs are not allowed
(#7691) Tab found within whitespace
(#7691) Line indented incorrectly; expected at least 8 spaces, found 2
(#7691) Commas (,) must be followed by white space.
(#7691) Commas (,) must be followed by white space.
(#7691) Commas (,) must be followed by white space.
(#7692) Spaces must be used for alignment; tabs are not allowed
(#7692) Tab found within whitespace
(#7692) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7692) Inline comments must end in full-stops, exclamation marks, or question marks
(#7692) Line indented incorrectly; expected at least 8 spaces, found 2
(#7693) Spaces must be used for alignment; tabs are not allowed
(#7693) Tab found within whitespace
(#7693) Line indented incorrectly; expected at least 8 spaces, found 2
(#7694) Spaces must be used for alignment; tabs are not allowed
(#7694) Tab found within whitespace
(#7694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7694) Inline comments must end in full-stops, exclamation marks, or question marks
(#7694) Line indented incorrectly; expected at least 8 spaces, found 2
(#7695) Spaces must be used for alignment; tabs are not allowed
(#7695) Tab found within whitespace
(#7695) Line indented incorrectly; expected 8 spaces, found 2
(#7695) Expected "if (...) {\n"; found "if(...){\n"
(#7696) Spaces must be used for alignment; tabs are not allowed
(#7696) Tab found within whitespace
(#7696) Line indented incorrectly; expected at least 12 spaces, found 3
(#7697) Spaces must be used for alignment; tabs are not allowed
(#7697) Tab found within whitespace
(#7697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7697) Inline comments must end in full-stops, exclamation marks, or question marks
(#7697) Line indented incorrectly; expected at least 12 spaces, found 3
(#7698) Spaces must be used for alignment; tabs are not allowed
(#7698) Tab found within whitespace
(#7698) Line indented incorrectly; expected at least 12 spaces, found 3
(#7699) Spaces must be used for alignment; tabs are not allowed
(#7699) Tab found within whitespace
(#7699) Line indented incorrectly; expected at least 12 spaces, found 3
(#7700) Spaces must be used for alignment; tabs are not allowed
(#7700) Tab found within whitespace
(#7700) Line indented incorrectly; expected 8 spaces, found 2
(#7701) Spaces must be used for alignment; tabs are not allowed
(#7701) Tab found within whitespace
(#7701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7701) Inline comments must end in full-stops, exclamation marks, or question marks
(#7701) Line indented incorrectly; expected at least 12 spaces, found 3
(#7702) Spaces must be used for alignment; tabs are not allowed
(#7702) Tab found within whitespace
(#7702) Line indented incorrectly; expected at least 12 spaces, found 3
(#7703) Spaces must be used for alignment; tabs are not allowed
(#7703) Tab found within whitespace
(#7703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7703) Inline comments must end in full-stops, exclamation marks, or question marks
(#7703) Line indented incorrectly; expected at least 12 spaces, found 3
(#7704) Spaces must be used for alignment; tabs are not allowed
(#7704) Tab found within whitespace
(#7704) Line indented incorrectly; expected at least 12 spaces, found 3
(#7705) Spaces must be used for alignment; tabs are not allowed
(#7705) Tab found within whitespace
(#7705) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7705) Inline comments must end in full-stops, exclamation marks, or question marks
(#7705) Line indented incorrectly; expected at least 12 spaces, found 3
(#7706) Spaces must be used for alignment; tabs are not allowed
(#7706) Tab found within whitespace
(#7706) Line indented incorrectly; expected at least 12 spaces, found 3
(#7707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7707) Inline comments must end in full-stops, exclamation marks, or question marks
(#7709) Spaces must be used for alignment; tabs are not allowed
(#7709) Tab found within whitespace
(#7709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7709) Inline comments must end in full-stops, exclamation marks, or question marks
(#7709) Line indented incorrectly; expected at least 12 spaces, found 3
(#7710) Spaces must be used for alignment; tabs are not allowed
(#7710) Tab found within whitespace
(#7710) Line indented incorrectly; expected at least 12 spaces, found 3
(#7711) Spaces must be used for alignment; tabs are not allowed
(#7711) Tab found within whitespace
(#7711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7711) Inline comments must end in full-stops, exclamation marks, or question marks
(#7711) Line indented incorrectly; expected at least 12 spaces, found 3
(#7712) Spaces must be used for alignment; tabs are not allowed
(#7712) Tab found within whitespace
(#7712) Line indented incorrectly; expected at least 12 spaces, found 3
(#7713) Spaces must be used for alignment; tabs are not allowed
(#7713) Tab found within whitespace
(#7713) Line indented incorrectly; expected 8 spaces, found 2
(#7714) Spaces must be used for alignment; tabs are not allowed
(#7714) Tab found within whitespace
(#7714) Line indented incorrectly; expected 4 spaces, found 2
(#7714) Closing brace indented incorrectly; expected 4 spaces, found 2
(#7716) Spaces must be used for alignment; tabs are not allowed
(#7716) Tab found within whitespace
(#7716) Line indented incorrectly; expected at least 4 spaces, found 1
(#7717) Spaces must be used for alignment; tabs are not allowed
(#7717) Expected 2 space(s) before asterisk; 1 found
(#7718) Spaces must be used for alignment; tabs are not allowed
(#7718) Expected 2 space(s) before asterisk; 1 found
(#7719) Spaces must be used for alignment; tabs are not allowed
(#7719) Expected 2 space(s) before asterisk; 1 found
(#7719) Spaces must be used for alignment; tabs are not allowed
(#7720) Spaces must be used for alignment; tabs are not allowed
(#7720) Expected 2 space(s) before asterisk; 1 found
(#7720) Spaces must be used for alignment; tabs are not allowed
(#7721) Spaces must be used for alignment; tabs are not allowed
(#7721) Expected 2 space(s) before asterisk; 1 found
(#7722) Spaces must be used for alignment; tabs are not allowed
(#7722) Expected 2 space(s) before asterisk; 1 found
(#7723) Spaces must be used for alignment; tabs are not allowed
(#7723) Tab found within whitespace
(#7723) Line indented incorrectly; expected 4 spaces, found 1
(#7723) method name "nusoap_client::setCurlOption" must be in lower-case letters only
(#7723) Visibility must be declared on method "setCurlOption"
(#7724) Spaces must be used for alignment; tabs are not allowed
(#7724) Tab found within whitespace
(#7724) Line indented incorrectly; expected at least 8 spaces, found 2
(#7725) Spaces must be used for alignment; tabs are not allowed
(#7725) Tab found within whitespace
(#7725) Line indented incorrectly; expected at least 8 spaces, found 2
(#7726) Spaces must be used for alignment; tabs are not allowed
(#7726) Tab found within whitespace
(#7726) Line indented incorrectly; expected at least 8 spaces, found 2
(#7727) Spaces must be used for alignment; tabs are not allowed
(#7727) Tab found within whitespace
(#7727) Line indented incorrectly; expected 4 spaces, found 1
(#7729) Spaces must be used for alignment; tabs are not allowed
(#7729) Tab found within whitespace
(#7729) Line indented incorrectly; expected at least 4 spaces, found 1
(#7730) Spaces must be used for alignment; tabs are not allowed
(#7730) Expected 2 space(s) before asterisk; 1 found
(#7731) Spaces must be used for alignment; tabs are not allowed
(#7731) Expected 2 space(s) before asterisk; 1 found
(#7732) Spaces must be used for alignment; tabs are not allowed
(#7732) Expected 2 space(s) before asterisk; 1 found
(#7732) Spaces must be used for alignment; tabs are not allowed
(#7733) Spaces must be used for alignment; tabs are not allowed
(#7733) Expected 2 space(s) before asterisk; 1 found
(#7734) Spaces must be used for alignment; tabs are not allowed
(#7734) Expected 2 space(s) before asterisk; 1 found
(#7735) Spaces must be used for alignment; tabs are not allowed
(#7735) Tab found within whitespace
(#7735) Line indented incorrectly; expected 4 spaces, found 1
(#7735) method name "nusoap_client::setEndpoint" must be in lower-case letters only
(#7735) Visibility must be declared on method "setEndpoint"
(#7736) Spaces must be used for alignment; tabs are not allowed
(#7736) Tab found within whitespace
(#7736) Line indented incorrectly; expected at least 8 spaces, found 2
(#7737) Spaces must be used for alignment; tabs are not allowed
(#7737) Tab found within whitespace
(#7737) Line indented incorrectly; expected at least 8 spaces, found 2
(#7738) Spaces must be used for alignment; tabs are not allowed
(#7738) Tab found within whitespace
(#7738) Line indented incorrectly; expected 4 spaces, found 1
(#7740) Spaces must be used for alignment; tabs are not allowed
(#7740) Tab found within whitespace
(#7740) Line indented incorrectly; expected at least 4 spaces, found 1
(#7741) Spaces must be used for alignment; tabs are not allowed
(#7741) Expected 2 space(s) before asterisk; 1 found
(#7742) Spaces must be used for alignment; tabs are not allowed
(#7742) Expected 2 space(s) before asterisk; 1 found
(#7743) Spaces must be used for alignment; tabs are not allowed
(#7743) Expected 2 space(s) before asterisk; 1 found
(#7743) Spaces must be used for alignment; tabs are not allowed
(#7744) Spaces must be used for alignment; tabs are not allowed
(#7744) Expected 2 space(s) before asterisk; 1 found
(#7745) Spaces must be used for alignment; tabs are not allowed
(#7745) Expected 2 space(s) before asterisk; 1 found
(#7746) Spaces must be used for alignment; tabs are not allowed
(#7746) Tab found within whitespace
(#7746) Line indented incorrectly; expected 4 spaces, found 1
(#7746) method name "nusoap_client::setHeaders" must be in lower-case letters only
(#7746) Visibility must be declared on method "setHeaders"
(#7746) Expected 1 space after closing parenthesis; found 0
(#7747) Spaces must be used for alignment; tabs are not allowed
(#7747) Tab found within whitespace
(#7747) Line indented incorrectly; expected at least 8 spaces, found 2
(#7748) Spaces must be used for alignment; tabs are not allowed
(#7748) Tab found within whitespace
(#7748) Line indented incorrectly; expected at least 8 spaces, found 2
(#7749) Spaces must be used for alignment; tabs are not allowed
(#7749) Tab found within whitespace
(#7749) Line indented incorrectly; expected at least 8 spaces, found 2
(#7750) Spaces must be used for alignment; tabs are not allowed
(#7750) Tab found within whitespace
(#7750) Line indented incorrectly; expected 4 spaces, found 1
(#7752) Spaces must be used for alignment; tabs are not allowed
(#7752) Tab found within whitespace
(#7752) Line indented incorrectly; expected at least 4 spaces, found 1
(#7753) Spaces must be used for alignment; tabs are not allowed
(#7753) Expected 2 space(s) before asterisk; 1 found
(#7754) Spaces must be used for alignment; tabs are not allowed
(#7754) Expected 2 space(s) before asterisk; 1 found
(#7755) Spaces must be used for alignment; tabs are not allowed
(#7755) Expected 2 space(s) before asterisk; 1 found
(#7755) Spaces must be used for alignment; tabs are not allowed
(#7756) Spaces must be used for alignment; tabs are not allowed
(#7756) Expected 2 space(s) before asterisk; 1 found
(#7757) Spaces must be used for alignment; tabs are not allowed
(#7757) Expected 2 space(s) before asterisk; 1 found
(#7758) Spaces must be used for alignment; tabs are not allowed
(#7758) Tab found within whitespace
(#7758) Line indented incorrectly; expected 4 spaces, found 1
(#7758) method name "nusoap_client::getHeaders" must be in lower-case letters only
(#7758) Visibility must be declared on method "getHeaders"
(#7758) Expected 1 space after closing parenthesis; found 0
(#7759) Spaces must be used for alignment; tabs are not allowed
(#7759) Tab found within whitespace
(#7759) Line indented incorrectly; expected at least 8 spaces, found 2
(#7760) Spaces must be used for alignment; tabs are not allowed
(#7760) Tab found within whitespace
(#7760) Line indented incorrectly; expected 4 spaces, found 1
(#7762) Spaces must be used for alignment; tabs are not allowed
(#7762) Tab found within whitespace
(#7762) Line indented incorrectly; expected at least 4 spaces, found 1
(#7763) Spaces must be used for alignment; tabs are not allowed
(#7763) Expected 2 space(s) before asterisk; 1 found
(#7764) Spaces must be used for alignment; tabs are not allowed
(#7764) Expected 2 space(s) before asterisk; 1 found
(#7765) Spaces must be used for alignment; tabs are not allowed
(#7765) Expected 2 space(s) before asterisk; 1 found
(#7765) Spaces must be used for alignment; tabs are not allowed
(#7766) Spaces must be used for alignment; tabs are not allowed
(#7766) Expected 2 space(s) before asterisk; 1 found
(#7767) Spaces must be used for alignment; tabs are not allowed
(#7767) Expected 2 space(s) before asterisk; 1 found
(#7768) Spaces must be used for alignment; tabs are not allowed
(#7768) Tab found within whitespace
(#7768) Line indented incorrectly; expected 4 spaces, found 1
(#7768) method name "nusoap_client::getHeader" must be in lower-case letters only
(#7768) Visibility must be declared on method "getHeader"
(#7768) Expected 1 space after closing parenthesis; found 0
(#7769) Spaces must be used for alignment; tabs are not allowed
(#7769) Tab found within whitespace
(#7769) Line indented incorrectly; expected at least 8 spaces, found 2
(#7770) Spaces must be used for alignment; tabs are not allowed
(#7770) Tab found within whitespace
(#7770) Line indented incorrectly; expected 4 spaces, found 1
(#7772) Spaces must be used for alignment; tabs are not allowed
(#7772) Tab found within whitespace
(#7772) Line indented incorrectly; expected at least 4 spaces, found 1
(#7773) Spaces must be used for alignment; tabs are not allowed
(#7773) Expected 2 space(s) before asterisk; 1 found
(#7774) Spaces must be used for alignment; tabs are not allowed
(#7774) Expected 2 space(s) before asterisk; 1 found
(#7775) Spaces must be used for alignment; tabs are not allowed
(#7775) Expected 2 space(s) before asterisk; 1 found
(#7776) Spaces must be used for alignment; tabs are not allowed
(#7776) Expected 2 space(s) before asterisk; 1 found
(#7777) Spaces must be used for alignment; tabs are not allowed
(#7777) Expected 2 space(s) before asterisk; 1 found
(#7777) Spaces must be used for alignment; tabs are not allowed
(#7778) Spaces must be used for alignment; tabs are not allowed
(#7778) Expected 2 space(s) before asterisk; 1 found
(#7778) Spaces must be used for alignment; tabs are not allowed
(#7779) Spaces must be used for alignment; tabs are not allowed
(#7779) Expected 2 space(s) before asterisk; 1 found
(#7780) Spaces must be used for alignment; tabs are not allowed
(#7780) Expected 2 space(s) before asterisk; 1 found
(#7781) Spaces must be used for alignment; tabs are not allowed
(#7781) Tab found within whitespace
(#7781) Line indented incorrectly; expected 4 spaces, found 1
(#7781) method name "nusoap_client::setHTTPProxy" must be in lower-case letters only
(#7781) Visibility must be declared on method "setHTTPProxy"
(#7782) Spaces must be used for alignment; tabs are not allowed
(#7782) Tab found within whitespace
(#7782) Line indented incorrectly; expected at least 8 spaces, found 2
(#7783) Spaces must be used for alignment; tabs are not allowed
(#7783) Tab found within whitespace
(#7783) Line indented incorrectly; expected at least 8 spaces, found 2
(#7784) Spaces must be used for alignment; tabs are not allowed
(#7784) Tab found within whitespace
(#7784) Line indented incorrectly; expected at least 8 spaces, found 2
(#7785) Spaces must be used for alignment; tabs are not allowed
(#7785) Tab found within whitespace
(#7785) Line indented incorrectly; expected at least 8 spaces, found 2
(#7786) Spaces must be used for alignment; tabs are not allowed
(#7786) Tab found within whitespace
(#7786) Line indented incorrectly; expected 4 spaces, found 1
(#7788) Spaces must be used for alignment; tabs are not allowed
(#7788) Tab found within whitespace
(#7788) Line indented incorrectly; expected at least 4 spaces, found 1
(#7789) Spaces must be used for alignment; tabs are not allowed
(#7789) Expected 2 space(s) before asterisk; 1 found
(#7790) Spaces must be used for alignment; tabs are not allowed
(#7790) Expected 2 space(s) before asterisk; 1 found
(#7791) Spaces must be used for alignment; tabs are not allowed
(#7791) Expected 2 space(s) before asterisk; 1 found
(#7792) Spaces must be used for alignment; tabs are not allowed
(#7792) Expected 2 space(s) before asterisk; 1 found
(#7793) Spaces must be used for alignment; tabs are not allowed
(#7793) Expected 2 space(s) before asterisk; 1 found
(#7793) Spaces must be used for alignment; tabs are not allowed
(#7794) Spaces must be used for alignment; tabs are not allowed
(#7794) Expected 2 space(s) before asterisk; 1 found
(#7794) Spaces must be used for alignment; tabs are not allowed
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7794) Line exceeds maximum limit of 180 characters; contains 188 characters
(#7795) Spaces must be used for alignment; tabs are not allowed
(#7795) Expected 2 space(s) before asterisk; 1 found
(#7796) Spaces must be used for alignment; tabs are not allowed
(#7796) Expected 2 space(s) before asterisk; 1 found
(#7797) Spaces must be used for alignment; tabs are not allowed
(#7797) Tab found within whitespace
(#7797) Line indented incorrectly; expected 4 spaces, found 1
(#7797) method name "nusoap_client::setCredentials" must be in lower-case letters only
(#7797) Visibility must be declared on method "setCredentials"
(#7797) Variable "certRequest" must be all lower-case
(#7798) Spaces must be used for alignment; tabs are not allowed
(#7798) Tab found within whitespace
(#7798) Line indented incorrectly; expected at least 8 spaces, found 2
(#7799) Spaces must be used for alignment; tabs are not allowed
(#7799) Tab found within whitespace
(#7799) Line indented incorrectly; expected at least 8 spaces, found 2
(#7799) Variable "certRequest" must be all lower-case
(#7800) Spaces must be used for alignment; tabs are not allowed
(#7800) Tab found within whitespace
(#7800) Line indented incorrectly; expected at least 8 spaces, found 2
(#7801) Spaces must be used for alignment; tabs are not allowed
(#7801) Tab found within whitespace
(#7801) Line indented incorrectly; expected at least 8 spaces, found 2
(#7802) Spaces must be used for alignment; tabs are not allowed
(#7802) Tab found within whitespace
(#7802) Line indented incorrectly; expected at least 8 spaces, found 2
(#7803) Spaces must be used for alignment; tabs are not allowed
(#7803) Tab found within whitespace
(#7803) Line indented incorrectly; expected at least 8 spaces, found 2
(#7803) Variable "certRequest" must be all lower-case
(#7804) Spaces must be used for alignment; tabs are not allowed
(#7804) Tab found within whitespace
(#7804) Line indented incorrectly; expected 4 spaces, found 1
(#7805) Spaces must be used for alignment; tabs are not allowed
(#7805) Tab found within whitespace
(#7805) Whitespace found at end of line
(#7806) Spaces must be used for alignment; tabs are not allowed
(#7806) Tab found within whitespace
(#7806) Line indented incorrectly; expected at least 4 spaces, found 1
(#7807) Spaces must be used for alignment; tabs are not allowed
(#7807) Expected 2 space(s) before asterisk; 1 found
(#7808) Spaces must be used for alignment; tabs are not allowed
(#7808) Expected 2 space(s) before asterisk; 1 found
(#7809) Spaces must be used for alignment; tabs are not allowed
(#7809) Expected 2 space(s) before asterisk; 1 found
(#7810) Spaces must be used for alignment; tabs are not allowed
(#7810) Expected 2 space(s) before asterisk; 1 found
(#7811) Spaces must be used for alignment; tabs are not allowed
(#7811) Expected 2 space(s) before asterisk; 1 found
(#7812) Spaces must be used for alignment; tabs are not allowed
(#7812) Tab found within whitespace
(#7812) Line indented incorrectly; expected 4 spaces, found 1
(#7812) method name "nusoap_client::setHTTPEncoding" must be in lower-case letters only
(#7812) Visibility must be declared on method "setHTTPEncoding"
(#7812) Expected 1 space after closing parenthesis; found 0
(#7813) Spaces must be used for alignment; tabs are not allowed
(#7813) Tab found within whitespace
(#7813) Line indented incorrectly; expected at least 8 spaces, found 2
(#7814) Spaces must be used for alignment; tabs are not allowed
(#7814) Tab found within whitespace
(#7814) Line indented incorrectly; expected at least 8 spaces, found 2
(#7815) Spaces must be used for alignment; tabs are not allowed
(#7815) Tab found within whitespace
(#7815) Line indented incorrectly; expected 4 spaces, found 1
(#7816) Spaces must be used for alignment; tabs are not allowed
(#7816) Tab found within whitespace
(#7816) Whitespace found at end of line
(#7817) Spaces must be used for alignment; tabs are not allowed
(#7817) Tab found within whitespace
(#7817) Line indented incorrectly; expected at least 4 spaces, found 1
(#7818) Spaces must be used for alignment; tabs are not allowed
(#7818) Expected 2 space(s) before asterisk; 1 found
(#7819) Spaces must be used for alignment; tabs are not allowed
(#7819) Expected 2 space(s) before asterisk; 1 found
(#7820) Spaces must be used for alignment; tabs are not allowed
(#7820) Expected 2 space(s) before asterisk; 1 found
(#7820) Spaces must be used for alignment; tabs are not allowed
(#7821) Spaces must be used for alignment; tabs are not allowed
(#7821) Expected 2 space(s) before asterisk; 1 found
(#7822) Spaces must be used for alignment; tabs are not allowed
(#7822) Expected 2 space(s) before asterisk; 1 found
(#7823) Spaces must be used for alignment; tabs are not allowed
(#7823) Tab found within whitespace
(#7823) Line indented incorrectly; expected 4 spaces, found 1
(#7823) method name "nusoap_client::setUseCURL" must be in lower-case letters only
(#7823) Visibility must be declared on method "setUseCURL"
(#7824) Spaces must be used for alignment; tabs are not allowed
(#7824) Tab found within whitespace
(#7824) Line indented incorrectly; expected at least 8 spaces, found 2
(#7825) Spaces must be used for alignment; tabs are not allowed
(#7825) Tab found within whitespace
(#7825) Line indented incorrectly; expected at least 8 spaces, found 2
(#7826) Spaces must be used for alignment; tabs are not allowed
(#7826) Tab found within whitespace
(#7826) Line indented incorrectly; expected 4 spaces, found 1
(#7828) Spaces must be used for alignment; tabs are not allowed
(#7828) Tab found within whitespace
(#7828) Line indented incorrectly; expected at least 4 spaces, found 1
(#7829) Spaces must be used for alignment; tabs are not allowed
(#7829) Expected 2 space(s) before asterisk; 1 found
(#7830) Spaces must be used for alignment; tabs are not allowed
(#7830) Expected 2 space(s) before asterisk; 1 found
(#7831) Spaces must be used for alignment; tabs are not allowed
(#7831) Expected 2 space(s) before asterisk; 1 found
(#7832) Spaces must be used for alignment; tabs are not allowed
(#7832) Expected 2 space(s) before asterisk; 1 found
(#7833) Spaces must be used for alignment; tabs are not allowed
(#7833) Tab found within whitespace
(#7833) Line indented incorrectly; expected 4 spaces, found 1
(#7833) method name "nusoap_client::useHTTPPersistentConnection" must be in lower-case letters only
(#7833) Visibility must be declared on method "useHTTPPersistentConnection"
(#7833) Expected 1 space after closing parenthesis; found 0
(#7834) Spaces must be used for alignment; tabs are not allowed
(#7834) Tab found within whitespace
(#7834) Line indented incorrectly; expected at least 8 spaces, found 2
(#7835) Spaces must be used for alignment; tabs are not allowed
(#7835) Tab found within whitespace
(#7835) Line indented incorrectly; expected at least 8 spaces, found 2
(#7836) Spaces must be used for alignment; tabs are not allowed
(#7836) Tab found within whitespace
(#7836) Line indented incorrectly; expected 4 spaces, found 1
(#7837) Spaces must be used for alignment; tabs are not allowed
(#7837) Tab found within whitespace
(#7837) Whitespace found at end of line
(#7838) Spaces must be used for alignment; tabs are not allowed
(#7838) Tab found within whitespace
(#7838) Line indented incorrectly; expected at least 4 spaces, found 1
(#7839) Spaces must be used for alignment; tabs are not allowed
(#7839) Expected 2 space(s) before asterisk; 1 found
(#7840) Spaces must be used for alignment; tabs are not allowed
(#7840) Expected 2 space(s) before asterisk; 1 found
(#7841) Spaces must be used for alignment; tabs are not allowed
(#7841) Expected 2 space(s) before asterisk; 1 found
(#7842) Spaces must be used for alignment; tabs are not allowed
(#7842) Expected 2 space(s) before asterisk; 1 found
(#7843) Spaces must be used for alignment; tabs are not allowed
(#7843) Expected 2 space(s) before asterisk; 1 found
(#7844) Spaces must be used for alignment; tabs are not allowed
(#7844) Expected 2 space(s) before asterisk; 1 found
(#7845) Spaces must be used for alignment; tabs are not allowed
(#7845) Expected 2 space(s) before asterisk; 1 found
(#7846) Spaces must be used for alignment; tabs are not allowed
(#7846) Expected 2 space(s) before asterisk; 1 found
(#7847) Spaces must be used for alignment; tabs are not allowed
(#7847) Expected 2 space(s) before asterisk; 1 found
(#7848) Spaces must be used for alignment; tabs are not allowed
(#7848) Expected 2 space(s) before asterisk; 1 found
(#7849) Spaces must be used for alignment; tabs are not allowed
(#7849) Tab found within whitespace
(#7849) Line indented incorrectly; expected 4 spaces, found 1
(#7849) method name "nusoap_client::getDefaultRpcParams" must be in lower-case letters only
(#7849) Visibility must be declared on method "getDefaultRpcParams"
(#7850) Spaces must be used for alignment; tabs are not allowed
(#7850) Tab found within whitespace
(#7850) Line indented incorrectly; expected at least 8 spaces, found 2
(#7851) Spaces must be used for alignment; tabs are not allowed
(#7851) Tab found within whitespace
(#7851) Line indented incorrectly; expected 4 spaces, found 1
(#7853) Spaces must be used for alignment; tabs are not allowed
(#7853) Tab found within whitespace
(#7853) Line indented incorrectly; expected at least 4 spaces, found 1
(#7854) Spaces must be used for alignment; tabs are not allowed
(#7854) Expected 2 space(s) before asterisk; 1 found
(#7855) Spaces must be used for alignment; tabs are not allowed
(#7855) Expected 2 space(s) before asterisk; 1 found
(#7856) Spaces must be used for alignment; tabs are not allowed
(#7856) Expected 2 space(s) before asterisk; 1 found
(#7857) Spaces must be used for alignment; tabs are not allowed
(#7857) Expected 2 space(s) before asterisk; 1 found
(#7858) Spaces must be used for alignment; tabs are not allowed
(#7858) Expected 2 space(s) before asterisk; 1 found
(#7859) Spaces must be used for alignment; tabs are not allowed
(#7859) Expected 2 space(s) before asterisk; 1 found
(#7860) Spaces must be used for alignment; tabs are not allowed
(#7860) Expected 2 space(s) before asterisk; 1 found
(#7861) Spaces must be used for alignment; tabs are not allowed
(#7861) Expected 2 space(s) before asterisk; 1 found
(#7862) Spaces must be used for alignment; tabs are not allowed
(#7862) Expected 2 space(s) before asterisk; 1 found
(#7863) Spaces must be used for alignment; tabs are not allowed
(#7863) Expected 2 space(s) before asterisk; 1 found
(#7864) Spaces must be used for alignment; tabs are not allowed
(#7864) Tab found within whitespace
(#7864) Line indented incorrectly; expected 4 spaces, found 1
(#7864) method name "nusoap_client::setDefaultRpcParams" must be in lower-case letters only
(#7864) Visibility must be declared on method "setDefaultRpcParams"
(#7864) Variable "rpcParams" must be all lower-case
(#7865) Spaces must be used for alignment; tabs are not allowed
(#7865) Tab found within whitespace
(#7865) Line indented incorrectly; expected at least 8 spaces, found 2
(#7865) Variable "rpcParams" must be all lower-case
(#7866) Spaces must be used for alignment; tabs are not allowed
(#7866) Tab found within whitespace
(#7866) Line indented incorrectly; expected 4 spaces, found 1
(#7867) Spaces must be used for alignment; tabs are not allowed
(#7867) Tab found within whitespace
(#7867) Whitespace found at end of line
(#7868) Spaces must be used for alignment; tabs are not allowed
(#7868) Tab found within whitespace
(#7868) Line indented incorrectly; expected at least 4 spaces, found 1
(#7869) Spaces must be used for alignment; tabs are not allowed
(#7869) Expected 2 space(s) before asterisk; 1 found
(#7870) Spaces must be used for alignment; tabs are not allowed
(#7870) Expected 2 space(s) before asterisk; 1 found
(#7871) Spaces must be used for alignment; tabs are not allowed
(#7871) Expected 2 space(s) before asterisk; 1 found
(#7872) Spaces must be used for alignment; tabs are not allowed
(#7872) Expected 2 space(s) before asterisk; 1 found
(#7873) Spaces must be used for alignment; tabs are not allowed
(#7873) Expected 2 space(s) before asterisk; 1 found
(#7874) Spaces must be used for alignment; tabs are not allowed
(#7874) Expected 2 space(s) before asterisk; 1 found
(#7875) Spaces must be used for alignment; tabs are not allowed
(#7875) Tab found within whitespace
(#7875) Line indented incorrectly; expected 4 spaces, found 1
(#7875) method name "nusoap_client::getProxy" must be in lower-case letters only
(#7875) Visibility must be declared on method "getProxy"
(#7876) Spaces must be used for alignment; tabs are not allowed
(#7876) Tab found within whitespace
(#7876) Line indented incorrectly; expected at least 8 spaces, found 2
(#7877) Spaces must be used for alignment; tabs are not allowed
(#7877) Tab found within whitespace
(#7877) Line indented incorrectly; expected at least 8 spaces, found 2
(#7877) Variable "evalStr" must be all lower-case
(#7878) Spaces must be used for alignment; tabs are not allowed
(#7878) Tab found within whitespace
(#7878) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7878) Inline comments must end in full-stops, exclamation marks, or question marks
(#7878) This comment is 86% valid code; is this commented out code?
(#7878) Line indented incorrectly; expected at least 8 spaces, found 2
(#7878) No space found before comment text; expected "// $this->debug("proxy class: $evalStr");" but found "//$this->debug("proxy class: $evalStr");"
(#7879) Spaces must be used for alignment; tabs are not allowed
(#7879) Tab found within whitespace
(#7879) Line indented incorrectly; expected 8 spaces, found 2
(#7880) Spaces must be used for alignment; tabs are not allowed
(#7880) Tab found within whitespace
(#7880) Line indented incorrectly; expected at least 12 spaces, found 3
(#7881) Spaces must be used for alignment; tabs are not allowed
(#7881) Tab found within whitespace
(#7881) Line indented incorrectly; expected at least 12 spaces, found 3
(#7882) Spaces must be used for alignment; tabs are not allowed
(#7882) Tab found within whitespace
(#7882) Line indented incorrectly; expected 8 spaces, found 2
(#7883) Spaces must be used for alignment; tabs are not allowed
(#7883) Tab found within whitespace
(#7883) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7883) Inline comments must end in full-stops, exclamation marks, or question marks
(#7883) Line indented incorrectly; expected at least 8 spaces, found 2
(#7884) Spaces must be used for alignment; tabs are not allowed
(#7884) Tab found within whitespace
(#7884) Line indented incorrectly; expected at least 8 spaces, found 2
(#7884) The use of function eval() is forbidden
(#7884) Variable "evalStr" must be all lower-case
(#7885) Spaces must be used for alignment; tabs are not allowed
(#7885) Tab found within whitespace
(#7885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7885) Inline comments must end in full-stops, exclamation marks, or question marks
(#7885) Line indented incorrectly; expected at least 8 spaces, found 2
(#7886) Spaces must be used for alignment; tabs are not allowed
(#7886) Tab found within whitespace
(#7886) Line indented incorrectly; expected at least 8 spaces, found 2
(#7886) The use of function eval() is forbidden
(#7887) Spaces must be used for alignment; tabs are not allowed
(#7887) Tab found within whitespace
(#7887) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7887) Inline comments must end in full-stops, exclamation marks, or question marks
(#7887) Line indented incorrectly; expected at least 8 spaces, found 2
(#7888) Spaces must be used for alignment; tabs are not allowed
(#7888) Tab found within whitespace
(#7888) Line indented incorrectly; expected at least 8 spaces, found 2
(#7889) Spaces must be used for alignment; tabs are not allowed
(#7889) Tab found within whitespace
(#7889) Line indented incorrectly; expected at least 8 spaces, found 2
(#7890) Spaces must be used for alignment; tabs are not allowed
(#7890) Tab found within whitespace
(#7890) Line indented incorrectly; expected at least 8 spaces, found 2
(#7891) Spaces must be used for alignment; tabs are not allowed
(#7891) Tab found within whitespace
(#7891) Line indented incorrectly; expected at least 8 spaces, found 2
(#7892) Spaces must be used for alignment; tabs are not allowed
(#7892) Tab found within whitespace
(#7892) Line indented incorrectly; expected at least 8 spaces, found 2
(#7893) Spaces must be used for alignment; tabs are not allowed
(#7893) Tab found within whitespace
(#7893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7893) Inline comments must end in full-stops, exclamation marks, or question marks
(#7893) Line indented incorrectly; expected at least 8 spaces, found 2
(#7894) Spaces must be used for alignment; tabs are not allowed
(#7894) Tab found within whitespace
(#7894) Line indented incorrectly; expected at least 8 spaces, found 2
(#7895) Spaces must be used for alignment; tabs are not allowed
(#7895) Tab found within whitespace
(#7895) Line indented incorrectly; expected at least 8 spaces, found 2
(#7896) Spaces must be used for alignment; tabs are not allowed
(#7896) Tab found within whitespace
(#7896) Line indented incorrectly; expected at least 8 spaces, found 2
(#7897) Spaces must be used for alignment; tabs are not allowed
(#7897) Tab found within whitespace
(#7897) Line indented incorrectly; expected at least 8 spaces, found 2
(#7898) Spaces must be used for alignment; tabs are not allowed
(#7898) Tab found within whitespace
(#7898) Line indented incorrectly; expected at least 8 spaces, found 2
(#7899) Spaces must be used for alignment; tabs are not allowed
(#7899) Tab found within whitespace
(#7899) Line indented incorrectly; expected at least 8 spaces, found 2
(#7900) Spaces must be used for alignment; tabs are not allowed
(#7900) Tab found within whitespace
(#7900) Line indented incorrectly; expected at least 8 spaces, found 2
(#7901) Spaces must be used for alignment; tabs are not allowed
(#7901) Tab found within whitespace
(#7901) Line indented incorrectly; expected at least 8 spaces, found 2
(#7902) Spaces must be used for alignment; tabs are not allowed
(#7902) Tab found within whitespace
(#7902) Line indented incorrectly; expected at least 8 spaces, found 2
(#7903) Spaces must be used for alignment; tabs are not allowed
(#7903) Tab found within whitespace
(#7903) Line indented incorrectly; expected at least 8 spaces, found 2
(#7904) Spaces must be used for alignment; tabs are not allowed
(#7904) Tab found within whitespace
(#7904) Line indented incorrectly; expected at least 8 spaces, found 2
(#7905) Spaces must be used for alignment; tabs are not allowed
(#7905) Tab found within whitespace
(#7905) Line indented incorrectly; expected at least 8 spaces, found 2
(#7906) Spaces must be used for alignment; tabs are not allowed
(#7906) Tab found within whitespace
(#7906) Line indented incorrectly; expected at least 8 spaces, found 2
(#7907) Spaces must be used for alignment; tabs are not allowed
(#7907) Tab found within whitespace
(#7907) Line indented incorrectly; expected at least 8 spaces, found 2
(#7908) Spaces must be used for alignment; tabs are not allowed
(#7908) Tab found within whitespace
(#7908) Line indented incorrectly; expected at least 8 spaces, found 2
(#7909) Spaces must be used for alignment; tabs are not allowed
(#7909) Tab found within whitespace
(#7909) Line indented incorrectly; expected at least 8 spaces, found 2
(#7910) Spaces must be used for alignment; tabs are not allowed
(#7910) Tab found within whitespace
(#7910) Line indented incorrectly; expected at least 8 spaces, found 2
(#7911) Spaces must be used for alignment; tabs are not allowed
(#7911) Tab found within whitespace
(#7911) Line indented incorrectly; expected at least 8 spaces, found 2
(#7912) Spaces must be used for alignment; tabs are not allowed
(#7912) Tab found within whitespace
(#7912) Line indented incorrectly; expected at least 8 spaces, found 2
(#7913) Spaces must be used for alignment; tabs are not allowed
(#7913) Tab found within whitespace
(#7913) Line indented incorrectly; expected at least 8 spaces, found 2
(#7914) Spaces must be used for alignment; tabs are not allowed
(#7914) Tab found within whitespace
(#7914) Line indented incorrectly; expected at least 8 spaces, found 2
(#7915) Spaces must be used for alignment; tabs are not allowed
(#7915) Tab found within whitespace
(#7915) Line indented incorrectly; expected 4 spaces, found 1
(#7917) Spaces must be used for alignment; tabs are not allowed
(#7917) Tab found within whitespace
(#7917) Line indented incorrectly; expected at least 4 spaces, found 1
(#7918) Spaces must be used for alignment; tabs are not allowed
(#7918) Expected 2 space(s) before asterisk; 1 found
(#7919) Spaces must be used for alignment; tabs are not allowed
(#7919) Expected 2 space(s) before asterisk; 1 found
(#7920) Spaces must be used for alignment; tabs are not allowed
(#7920) Expected 2 space(s) before asterisk; 1 found
(#7921) Spaces must be used for alignment; tabs are not allowed
(#7921) Expected 2 space(s) before asterisk; 1 found
(#7922) Spaces must be used for alignment; tabs are not allowed
(#7922) Expected 2 space(s) before asterisk; 1 found
(#7923) Spaces must be used for alignment; tabs are not allowed
(#7923) Tab found within whitespace
(#7923) Line indented incorrectly; expected 4 spaces, found 1
(#7923) method name "nusoap_client::_getProxyClassCode" must be in lower-case letters only
(#7923) Visibility must be declared on method "_getProxyClassCode"
(#7924) Spaces must be used for alignment; tabs are not allowed
(#7924) Tab found within whitespace
(#7924) Line indented incorrectly; expected at least 8 spaces, found 2
(#7925) Spaces must be used for alignment; tabs are not allowed
(#7925) Tab found within whitespace
(#7925) Line indented incorrectly; expected at least 8 spaces, found 2
(#7926) Spaces must be used for alignment; tabs are not allowed
(#7926) Tab found within whitespace
(#7926) Line indented incorrectly; expected 8 spaces, found 2
(#7927) Spaces must be used for alignment; tabs are not allowed
(#7927) Tab found within whitespace
(#7927) Line indented incorrectly; expected at least 12 spaces, found 3
(#7927) Variable "evalStr" must be all lower-case
(#7928) Spaces must be used for alignment; tabs are not allowed
(#7928) Tab found within whitespace
(#7928) Line indented incorrectly; expected at least 12 spaces, found 3
(#7928) Variable "evalStr" must be all lower-case
(#7929) Spaces must be used for alignment; tabs are not allowed
(#7929) Tab found within whitespace
(#7929) Line indented incorrectly; expected at least 12 spaces, found 3
(#7929) Variable "evalStr" must be all lower-case
(#7929) Variable "evalStr" must be all lower-case
(#7930) Spaces must be used for alignment; tabs are not allowed
(#7930) Tab found within whitespace
(#7930) Line indented incorrectly; expected at least 12 spaces, found 3
(#7930) Variable "evalStr" must be all lower-case
(#7931) Spaces must be used for alignment; tabs are not allowed
(#7931) Tab found within whitespace
(#7931) Line indented incorrectly; expected 8 spaces, found 2
(#7932) Spaces must be used for alignment; tabs are not allowed
(#7932) Tab found within whitespace
(#7932) Line indented incorrectly; expected 8 spaces, found 2
(#7933) Spaces must be used for alignment; tabs are not allowed
(#7933) Tab found within whitespace
(#7933) Line indented incorrectly; expected at least 12 spaces, found 3
(#7934) Spaces must be used for alignment; tabs are not allowed
(#7934) Tab found within whitespace
(#7934) Line indented incorrectly; expected 12 spaces, found 3
(#7935) Spaces must be used for alignment; tabs are not allowed
(#7935) Tab found within whitespace
(#7935) Line indented incorrectly; expected at least 16 spaces, found 4
(#7936) Spaces must be used for alignment; tabs are not allowed
(#7936) Tab found within whitespace
(#7936) Line indented incorrectly; expected 12 spaces, found 3
(#7937) Spaces must be used for alignment; tabs are not allowed
(#7937) Tab found within whitespace
(#7937) Line indented incorrectly; expected 8 spaces, found 2
(#7938) Spaces must be used for alignment; tabs are not allowed
(#7938) Tab found within whitespace
(#7938) Line indented incorrectly; expected at least 8 spaces, found 2
(#7938) Variable "evalStr" must be all lower-case
(#7939) Spaces must be used for alignment; tabs are not allowed
(#7939) Tab found within whitespace
(#7939) Line indented incorrectly; expected 8 spaces, found 2
(#7939) Variable "opData" must be all lower-case
(#7940) Spaces must be used for alignment; tabs are not allowed
(#7940) Tab found within whitespace
(#7940) Line indented incorrectly; expected 12 spaces, found 3
(#7941) Spaces must be used for alignment; tabs are not allowed
(#7941) Tab found within whitespace
(#7941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7941) Inline comments must end in full-stops, exclamation marks, or question marks
(#7941) Line indented incorrectly; expected at least 16 spaces, found 4
(#7942) Spaces must be used for alignment; tabs are not allowed
(#7942) Tab found within whitespace
(#7942) Line indented incorrectly; expected 16 spaces, found 4
(#7942) The use of function sizeof() is forbidden; use count() instead
(#7942) Variable "opData" must be all lower-case
(#7943) Spaces must be used for alignment; tabs are not allowed
(#7943) Tab found within whitespace
(#7943) Line indented incorrectly; expected at least 20 spaces, found 5
(#7943) Variable "paramStr" must be all lower-case
(#7944) Spaces must be used for alignment; tabs are not allowed
(#7944) Tab found within whitespace
(#7944) Line indented incorrectly; expected at least 20 spaces, found 5
(#7944) Variable "paramArrayStr" must be all lower-case
(#7945) Spaces must be used for alignment; tabs are not allowed
(#7945) Tab found within whitespace
(#7945) Line indented incorrectly; expected at least 20 spaces, found 5
(#7945) Variable "paramCommentStr" must be all lower-case
(#7946) Spaces must be used for alignment; tabs are not allowed
(#7946) Tab found within whitespace
(#7946) Line indented incorrectly; expected 20 spaces, found 5
(#7946) Variable "opData" must be all lower-case
(#7947) Spaces must be used for alignment; tabs are not allowed
(#7947) Tab found within whitespace
(#7947) Line indented incorrectly; expected at least 24 spaces, found 6
(#7947) Variable "paramStr" must be all lower-case
(#7948) Spaces must be used for alignment; tabs are not allowed
(#7948) Tab found within whitespace
(#7948) Line indented incorrectly; expected at least 24 spaces, found 6
(#7948) Variable "paramArrayStr" must be all lower-case
(#7949) Spaces must be used for alignment; tabs are not allowed
(#7949) Tab found within whitespace
(#7949) Line indented incorrectly; expected at least 24 spaces, found 6
(#7949) Variable "paramCommentStr" must be all lower-case
(#7950) Spaces must be used for alignment; tabs are not allowed
(#7950) Tab found within whitespace
(#7950) Line indented incorrectly; expected 20 spaces, found 5
(#7951) Spaces must be used for alignment; tabs are not allowed
(#7951) Tab found within whitespace
(#7951) Line indented incorrectly; expected at least 20 spaces, found 5
(#7951) Variable "paramStr" must be all lower-case
(#7951) Variable "paramStr" must be all lower-case
(#7951) Variable "paramStr" must be all lower-case
(#7951) Expected 1 space before "-"; 0 found
(#7951) Expected 1 space after "-"; 0 found
(#7952) Spaces must be used for alignment; tabs are not allowed
(#7952) Tab found within whitespace
(#7952) Line indented incorrectly; expected at least 20 spaces, found 5
(#7952) Variable "paramArrayStr" must be all lower-case
(#7952) Variable "paramArrayStr" must be all lower-case
(#7952) Variable "paramArrayStr" must be all lower-case
(#7952) Expected 1 space before "-"; 0 found
(#7952) Expected 1 space after "-"; 0 found
(#7953) Spaces must be used for alignment; tabs are not allowed
(#7953) Tab found within whitespace
(#7953) Line indented incorrectly; expected at least 20 spaces, found 5
(#7953) Variable "paramCommentStr" must be all lower-case
(#7953) Variable "paramCommentStr" must be all lower-case
(#7953) Variable "paramCommentStr" must be all lower-case
(#7953) Expected 1 space before "-"; 0 found
(#7953) Expected 1 space after "-"; 0 found
(#7954) Spaces must be used for alignment; tabs are not allowed
(#7954) Tab found within whitespace
(#7954) Line indented incorrectly; expected 16 spaces, found 4
(#7955) Spaces must be used for alignment; tabs are not allowed
(#7955) Tab found within whitespace
(#7955) Line indented incorrectly; expected at least 20 spaces, found 5
(#7955) Variable "paramStr" must be all lower-case
(#7956) Spaces must be used for alignment; tabs are not allowed
(#7956) Tab found within whitespace
(#7956) Line indented incorrectly; expected at least 20 spaces, found 5
(#7956) Variable "paramArrayStr" must be all lower-case
(#7957) Spaces must be used for alignment; tabs are not allowed
(#7957) Tab found within whitespace
(#7957) Line indented incorrectly; expected at least 20 spaces, found 5
(#7957) Variable "paramCommentStr" must be all lower-case
(#7958) Spaces must be used for alignment; tabs are not allowed
(#7958) Tab found within whitespace
(#7958) Line indented incorrectly; expected 16 spaces, found 4
(#7959) Spaces must be used for alignment; tabs are not allowed
(#7959) Tab found within whitespace
(#7959) Line indented incorrectly; expected at least 16 spaces, found 4
(#7959) Variable "opData" must be all lower-case
(#7959) Variable "opData" must be all lower-case
(#7959) Variable "opData" must be all lower-case
(#7960) Spaces must be used for alignment; tabs are not allowed
(#7960) Tab found within whitespace
(#7960) Line indented incorrectly; expected at least 16 spaces, found 4
(#7960) Variable "evalStr" must be all lower-case
(#7960) Whitespace found at end of line within string
(#7960) Variable "paramCommentStr" must be all lower-case
(#7961) Whitespace found at end of line within string
(#7961) Variable "paramStr" must be all lower-case
(#7962) Whitespace found at end of line within string
(#7963) Variable "opData" must be all lower-case
(#7963) Variable "opData" must be all lower-case
(#7963) Variable "opData" must be all lower-case
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Line exceeds 132 characters; contains 141 characters
(#7963) Whitespace found at end of line within string
(#7964) Whitespace found at end of line within string
(#7966) Spaces must be used for alignment; tabs are not allowed
(#7966) Tab found within whitespace
(#7966) Line indented incorrectly; expected at least 16 spaces, found 4
(#7966) Variable "paramStr" must be all lower-case
(#7967) Spaces must be used for alignment; tabs are not allowed
(#7967) Tab found within whitespace
(#7967) Line indented incorrectly; expected at least 16 spaces, found 4
(#7967) Variable "paramCommentStr" must be all lower-case
(#7968) Spaces must be used for alignment; tabs are not allowed
(#7968) Tab found within whitespace
(#7968) Line indented incorrectly; expected 12 spaces, found 3
(#7969) Spaces must be used for alignment; tabs are not allowed
(#7969) Tab found within whitespace
(#7969) Line indented incorrectly; expected 8 spaces, found 2
(#7970) Spaces must be used for alignment; tabs are not allowed
(#7970) Tab found within whitespace
(#7970) Line indented incorrectly; expected at least 8 spaces, found 2
(#7970) Variable "evalStr" must be all lower-case
(#7970) Whitespace found at end of line within string
(#7971) Variable "evalStr" must be all lower-case
(#7971) Whitespace found at end of line within string
(#7973) Spaces must be used for alignment; tabs are not allowed
(#7973) Tab found within whitespace
(#7973) Line indented incorrectly; expected at least 8 spaces, found 2
(#7973) Variable "evalStr" must be all lower-case
(#7974) Spaces must be used for alignment; tabs are not allowed
(#7974) Tab found within whitespace
(#7974) Line indented incorrectly; expected 4 spaces, found 1
(#7976) Spaces must be used for alignment; tabs are not allowed
(#7976) Tab found within whitespace
(#7976) Line indented incorrectly; expected at least 4 spaces, found 1
(#7977) Spaces must be used for alignment; tabs are not allowed
(#7977) Expected 2 space(s) before asterisk; 1 found
(#7978) Spaces must be used for alignment; tabs are not allowed
(#7978) Expected 2 space(s) before asterisk; 1 found
(#7979) Spaces must be used for alignment; tabs are not allowed
(#7979) Expected 2 space(s) before asterisk; 1 found
(#7980) Spaces must be used for alignment; tabs are not allowed
(#7980) Expected 2 space(s) before asterisk; 1 found
(#7981) Spaces must be used for alignment; tabs are not allowed
(#7981) Expected 2 space(s) before asterisk; 1 found
(#7982) Spaces must be used for alignment; tabs are not allowed
(#7982) Tab found within whitespace
(#7982) Line indented incorrectly; expected 4 spaces, found 1
(#7982) method name "nusoap_client::getProxyClassCode" must be in lower-case letters only
(#7982) Visibility must be declared on method "getProxyClassCode"
(#7983) Spaces must be used for alignment; tabs are not allowed
(#7983) Tab found within whitespace
(#7983) Line indented incorrectly; expected at least 8 spaces, found 2
(#7984) Spaces must be used for alignment; tabs are not allowed
(#7984) Tab found within whitespace
(#7984) Line indented incorrectly; expected at least 8 spaces, found 2
(#7985) Spaces must be used for alignment; tabs are not allowed
(#7985) Tab found within whitespace
(#7985) Line indented incorrectly; expected 4 spaces, found 1
(#7987) Spaces must be used for alignment; tabs are not allowed
(#7987) Tab found within whitespace
(#7987) Line indented incorrectly; expected at least 4 spaces, found 1
(#7988) Spaces must be used for alignment; tabs are not allowed
(#7988) Expected 2 space(s) before asterisk; 1 found
(#7989) Spaces must be used for alignment; tabs are not allowed
(#7989) Expected 2 space(s) before asterisk; 1 found
(#7990) Spaces must be used for alignment; tabs are not allowed
(#7990) Expected 2 space(s) before asterisk; 1 found
(#7991) Spaces must be used for alignment; tabs are not allowed
(#7991) Expected 2 space(s) before asterisk; 1 found
(#7992) Spaces must be used for alignment; tabs are not allowed
(#7992) Expected 2 space(s) before asterisk; 1 found
(#7993) Spaces must be used for alignment; tabs are not allowed
(#7993) Expected 2 space(s) before asterisk; 1 found
(#7994) Spaces must be used for alignment; tabs are not allowed
(#7994) Tab found within whitespace
(#7994) Line indented incorrectly; expected 4 spaces, found 1
(#7994) method name "nusoap_client::getHTTPBody" must be in lower-case letters only
(#7994) Visibility must be declared on method "getHTTPBody"
(#7995) Spaces must be used for alignment; tabs are not allowed
(#7995) Tab found within whitespace
(#7995) Line indented incorrectly; expected at least 8 spaces, found 2
(#7996) Spaces must be used for alignment; tabs are not allowed
(#7996) Tab found within whitespace
(#7996) Line indented incorrectly; expected 4 spaces, found 1
(#7997) Spaces must be used for alignment; tabs are not allowed
(#7997) Tab found within whitespace
(#7997) Whitespace found at end of line
(#7998) Spaces must be used for alignment; tabs are not allowed
(#7998) Tab found within whitespace
(#7998) Line indented incorrectly; expected at least 4 spaces, found 1
(#7999) Spaces must be used for alignment; tabs are not allowed
(#7999) Expected 2 space(s) before asterisk; 1 found
(#8000) Spaces must be used for alignment; tabs are not allowed
(#8000) Expected 2 space(s) before asterisk; 1 found
(#8001) Spaces must be used for alignment; tabs are not allowed
(#8001) Expected 2 space(s) before asterisk; 1 found
(#8002) Spaces must be used for alignment; tabs are not allowed
(#8002) Expected 2 space(s) before asterisk; 1 found
(#8003) Spaces must be used for alignment; tabs are not allowed
(#8003) Expected 2 space(s) before asterisk; 1 found
(#8004) Spaces must be used for alignment; tabs are not allowed
(#8004) Expected 2 space(s) before asterisk; 1 found
(#8005) Spaces must be used for alignment; tabs are not allowed
(#8005) Expected 2 space(s) before asterisk; 1 found
(#8006) Spaces must be used for alignment; tabs are not allowed
(#8006) Tab found within whitespace
(#8006) Line indented incorrectly; expected 4 spaces, found 1
(#8006) method name "nusoap_client::getHTTPContentType" must be in lower-case letters only
(#8006) Visibility must be declared on method "getHTTPContentType"
(#8007) Spaces must be used for alignment; tabs are not allowed
(#8007) Tab found within whitespace
(#8007) Line indented incorrectly; expected at least 8 spaces, found 2
(#8008) Spaces must be used for alignment; tabs are not allowed
(#8008) Tab found within whitespace
(#8008) Line indented incorrectly; expected 4 spaces, found 1
(#8009) Spaces must be used for alignment; tabs are not allowed
(#8009) Tab found within whitespace
(#8009) Whitespace found at end of line
(#8010) Spaces must be used for alignment; tabs are not allowed
(#8010) Tab found within whitespace
(#8010) Line indented incorrectly; expected at least 4 spaces, found 1
(#8011) Spaces must be used for alignment; tabs are not allowed
(#8011) Expected 2 space(s) before asterisk; 1 found
(#8012) Spaces must be used for alignment; tabs are not allowed
(#8012) Expected 2 space(s) before asterisk; 1 found
(#8013) Spaces must be used for alignment; tabs are not allowed
(#8013) Expected 2 space(s) before asterisk; 1 found
(#8014) Spaces must be used for alignment; tabs are not allowed
(#8014) Expected 2 space(s) before asterisk; 1 found
(#8015) Spaces must be used for alignment; tabs are not allowed
(#8015) Expected 2 space(s) before asterisk; 1 found
(#8016) Spaces must be used for alignment; tabs are not allowed
(#8016) Expected 2 space(s) before asterisk; 1 found
(#8017) Spaces must be used for alignment; tabs are not allowed
(#8017) Expected 2 space(s) before asterisk; 1 found
(#8018) Spaces must be used for alignment; tabs are not allowed
(#8018) Expected 2 space(s) before asterisk; 1 found
(#8019) Spaces must be used for alignment; tabs are not allowed
(#8019) Tab found within whitespace
(#8019) Line indented incorrectly; expected 4 spaces, found 1
(#8019) method name "nusoap_client::getHTTPContentTypeCharset" must be in lower-case letters only
(#8019) Visibility must be declared on method "getHTTPContentTypeCharset"
(#8020) Spaces must be used for alignment; tabs are not allowed
(#8020) Tab found within whitespace
(#8020) Line indented incorrectly; expected at least 8 spaces, found 2
(#8021) Spaces must be used for alignment; tabs are not allowed
(#8021) Tab found within whitespace
(#8021) Line indented incorrectly; expected 4 spaces, found 1
(#8023) Spaces must be used for alignment; tabs are not allowed
(#8023) Tab found within whitespace
(#8023) Line indented incorrectly; expected at least 4 spaces, found 1
(#8024) Line indented incorrectly; expected at least 4 spaces, found 1
(#8029) method name "nusoap_client::decodeUTF8" must be in lower-case letters only
(#8029) Visibility must be declared on method "decodeUTF8"
(#8029) Expected 1 space after closing parenthesis; found 0
(#8030) Spaces must be used for alignment; tabs are not allowed
(#8030) Tab found within whitespace
(#8030) Line indented incorrectly; expected at least 8 spaces, found 2
(#8031) Spaces must be used for alignment; tabs are not allowed
(#8031) Tab found within whitespace
(#8031) Line indented incorrectly; expected at least 8 spaces, found 2
(#8034) Spaces must be used for alignment; tabs are not allowed
(#8034) Tab found within whitespace
(#8034) Line indented incorrectly; expected at least 4 spaces, found 1
(#8035) Spaces must be used for alignment; tabs are not allowed
(#8036) Spaces must be used for alignment; tabs are not allowed
(#8037) Spaces must be used for alignment; tabs are not allowed
(#8037) Spaces must be used for alignment; tabs are not allowed
(#8038) Spaces must be used for alignment; tabs are not allowed
(#8038) Spaces must be used for alignment; tabs are not allowed
(#8039) Spaces must be used for alignment; tabs are not allowed
(#8039) Spaces must be used for alignment; tabs are not allowed
(#8040) Spaces must be used for alignment; tabs are not allowed
(#8040) Spaces must be used for alignment; tabs are not allowed
(#8041) Spaces must be used for alignment; tabs are not allowed
(#8042) Spaces must be used for alignment; tabs are not allowed
(#8042) Tab found within whitespace
(#8042) Line indented incorrectly; expected 4 spaces, found 1
(#8042) method name "nusoap_client::setCookie" must be in lower-case letters only
(#8042) Visibility must be declared on method "setCookie"
(#8043) Spaces must be used for alignment; tabs are not allowed
(#8043) Tab found within whitespace
(#8043) Line indented incorrectly; expected 8 spaces, found 2
(#8044) Spaces must be used for alignment; tabs are not allowed
(#8044) Tab found within whitespace
(#8044) Line indented incorrectly; expected at least 12 spaces, found 3
(#8045) Spaces must be used for alignment; tabs are not allowed
(#8045) Tab found within whitespace
(#8045) Line indented incorrectly; expected 8 spaces, found 2
(#8046) Spaces must be used for alignment; tabs are not allowed
(#8046) Tab found within whitespace
(#8046) Line indented incorrectly; expected at least 8 spaces, found 2
(#8047) Spaces must be used for alignment; tabs are not allowed
(#8047) Tab found within whitespace
(#8047) Line indented incorrectly; expected at least 8 spaces, found 2
(#8048) Spaces must be used for alignment; tabs are not allowed
(#8048) Tab found within whitespace
(#8048) Line indented incorrectly; expected 4 spaces, found 1
(#8050) Spaces must be used for alignment; tabs are not allowed
(#8050) Tab found within whitespace
(#8050) Line indented incorrectly; expected at least 4 spaces, found 1
(#8051) Spaces must be used for alignment; tabs are not allowed
(#8052) Spaces must be used for alignment; tabs are not allowed
(#8053) Spaces must be used for alignment; tabs are not allowed
(#8054) Spaces must be used for alignment; tabs are not allowed
(#8055) Spaces must be used for alignment; tabs are not allowed
(#8056) Spaces must be used for alignment; tabs are not allowed
(#8056) Tab found within whitespace
(#8056) Line indented incorrectly; expected 4 spaces, found 1
(#8056) method name "nusoap_client::getCookies" must be in lower-case letters only
(#8056) Visibility must be declared on method "getCookies"
(#8057) Spaces must be used for alignment; tabs are not allowed
(#8057) Tab found within whitespace
(#8057) Line indented incorrectly; expected at least 8 spaces, found 2
(#8058) Spaces must be used for alignment; tabs are not allowed
(#8058) Tab found within whitespace
(#8058) Line indented incorrectly; expected 4 spaces, found 1
(#8060) Spaces must be used for alignment; tabs are not allowed
(#8060) Tab found within whitespace
(#8060) Line indented incorrectly; expected at least 4 spaces, found 1
(#8061) Spaces must be used for alignment; tabs are not allowed
(#8062) Spaces must be used for alignment; tabs are not allowed
(#8063) Spaces must be used for alignment; tabs are not allowed
(#8064) Spaces must be used for alignment; tabs are not allowed
(#8065) Spaces must be used for alignment; tabs are not allowed
(#8066) Spaces must be used for alignment; tabs are not allowed
(#8066) Tab found within whitespace
(#8066) Line indented incorrectly; expected 4 spaces, found 1
(#8066) method name "nusoap_client::checkCookies" must be in lower-case letters only
(#8066) Visibility must be declared on method "checkCookies"
(#8067) Spaces must be used for alignment; tabs are not allowed
(#8067) Tab found within whitespace
(#8067) Line indented incorrectly; expected 8 spaces, found 2
(#8067) The use of function sizeof() is forbidden; use count() instead
(#8068) Spaces must be used for alignment; tabs are not allowed
(#8068) Tab found within whitespace
(#8068) Line indented incorrectly; expected at least 12 spaces, found 3
(#8069) Spaces must be used for alignment; tabs are not allowed
(#8069) Tab found within whitespace
(#8069) Line indented incorrectly; expected 8 spaces, found 2
(#8070) Spaces must be used for alignment; tabs are not allowed
(#8070) Tab found within whitespace
(#8070) Line indented incorrectly; expected at least 8 spaces, found 2
(#8070) The use of function sizeof() is forbidden; use count() instead
(#8071) Spaces must be used for alignment; tabs are not allowed
(#8071) Tab found within whitespace
(#8071) Line indented incorrectly; expected at least 8 spaces, found 2
(#8071) Variable "curr_cookies" must not contain underscores.
(#8072) Spaces must be used for alignment; tabs are not allowed
(#8072) Tab found within whitespace
(#8072) Line indented incorrectly; expected at least 8 spaces, found 2
(#8073) Spaces must be used for alignment; tabs are not allowed
(#8073) Tab found within whitespace
(#8073) Line indented incorrectly; expected 8 spaces, found 2
(#8073) Variable "curr_cookies" must not contain underscores.
(#8074) Spaces must be used for alignment; tabs are not allowed
(#8074) Tab found within whitespace
(#8074) Line indented incorrectly; expected 12 spaces, found 3
(#8075) Spaces must be used for alignment; tabs are not allowed
(#8075) Tab found within whitespace
(#8075) Line indented incorrectly; expected at least 16 spaces, found 4
(#8076) Spaces must be used for alignment; tabs are not allowed
(#8076) Tab found within whitespace
(#8076) Line indented incorrectly; expected at least 16 spaces, found 4
(#8077) Spaces must be used for alignment; tabs are not allowed
(#8077) Tab found within whitespace
(#8077) Line indented incorrectly; expected 12 spaces, found 3
(#8078) Spaces must be used for alignment; tabs are not allowed
(#8078) Tab found within whitespace
(#8078) Line indented incorrectly; expected 12 spaces, found 3
(#8079) Spaces must be used for alignment; tabs are not allowed
(#8079) Tab found within whitespace
(#8079) Line indented incorrectly; expected 16 spaces, found 4
(#8080) Spaces must be used for alignment; tabs are not allowed
(#8080) Tab found within whitespace
(#8080) Line indented incorrectly; expected at least 20 spaces, found 5
(#8081) Spaces must be used for alignment; tabs are not allowed
(#8081) Tab found within whitespace
(#8081) Line indented incorrectly; expected 16 spaces, found 4
(#8082) Spaces must be used for alignment; tabs are not allowed
(#8082) Tab found within whitespace
(#8082) Line indented incorrectly; expected at least 20 spaces, found 5
(#8083) Spaces must be used for alignment; tabs are not allowed
(#8083) Tab found within whitespace
(#8083) Line indented incorrectly; expected 16 spaces, found 4
(#8084) Spaces must be used for alignment; tabs are not allowed
(#8084) Tab found within whitespace
(#8084) Line indented incorrectly; expected 12 spaces, found 3
(#8085) Spaces must be used for alignment; tabs are not allowed
(#8085) Tab found within whitespace
(#8085) Line indented incorrectly; expected at least 16 spaces, found 4
(#8086) Spaces must be used for alignment; tabs are not allowed
(#8086) Tab found within whitespace
(#8086) Line indented incorrectly; expected 12 spaces, found 3
(#8087) Spaces must be used for alignment; tabs are not allowed
(#8087) Tab found within whitespace
(#8087) Line indented incorrectly; expected 8 spaces, found 2
(#8088) Spaces must be used for alignment; tabs are not allowed
(#8088) Tab found within whitespace
(#8088) Line indented incorrectly; expected at least 8 spaces, found 2
(#8088) The use of function sizeof() is forbidden; use count() instead
(#8089) Spaces must be used for alignment; tabs are not allowed
(#8089) Tab found within whitespace
(#8089) Line indented incorrectly; expected at least 8 spaces, found 2
(#8090) Spaces must be used for alignment; tabs are not allowed
(#8090) Tab found within whitespace
(#8090) Line indented incorrectly; expected 4 spaces, found 1
(#8092) Spaces must be used for alignment; tabs are not allowed
(#8092) Tab found within whitespace
(#8092) Line indented incorrectly; expected at least 4 spaces, found 1
(#8093) Spaces must be used for alignment; tabs are not allowed
(#8094) Spaces must be used for alignment; tabs are not allowed
(#8095) Spaces must be used for alignment; tabs are not allowed
(#8095) Spaces must be used for alignment; tabs are not allowed
(#8096) Spaces must be used for alignment; tabs are not allowed
(#8096) Spaces must be used for alignment; tabs are not allowed
(#8097) Spaces must be used for alignment; tabs are not allowed
(#8097) Spaces must be used for alignment; tabs are not allowed
(#8098) Spaces must be used for alignment; tabs are not allowed
(#8099) Spaces must be used for alignment; tabs are not allowed
(#8099) Tab found within whitespace
(#8099) Line indented incorrectly; expected 4 spaces, found 1
(#8099) method name "nusoap_client::UpdateCookies" must be in lower-case letters only
(#8099) Visibility must be declared on method "UpdateCookies"
(#8100) Spaces must be used for alignment; tabs are not allowed
(#8100) Tab found within whitespace
(#8100) Line indented incorrectly; expected 8 spaces, found 2
(#8100) The use of function sizeof() is forbidden; use count() instead
(#8101) Spaces must be used for alignment; tabs are not allowed
(#8101) Tab found within whitespace
(#8101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8101) Inline comments must end in full-stops, exclamation marks, or question marks
(#8101) Line indented incorrectly; expected at least 12 spaces, found 3
(#8102) Spaces must be used for alignment; tabs are not allowed
(#8102) Tab found within whitespace
(#8102) Line indented incorrectly; expected 12 spaces, found 3
(#8102) The use of function sizeof() is forbidden; use count() instead
(#8103) Spaces must be used for alignment; tabs are not allowed
(#8103) Tab found within whitespace
(#8103) Line indented incorrectly; expected at least 16 spaces, found 4
(#8104) Spaces must be used for alignment; tabs are not allowed
(#8104) Tab found within whitespace
(#8104) Line indented incorrectly; expected at least 16 spaces, found 4
(#8105) Spaces must be used for alignment; tabs are not allowed
(#8105) Tab found within whitespace
(#8105) Line indented incorrectly; expected 12 spaces, found 3
(#8106) Spaces must be used for alignment; tabs are not allowed
(#8106) Tab found within whitespace
(#8106) Line indented incorrectly; expected at least 12 spaces, found 3
(#8107) Spaces must be used for alignment; tabs are not allowed
(#8107) Tab found within whitespace
(#8107) Line indented incorrectly; expected 8 spaces, found 2
(#8108) Spaces must be used for alignment; tabs are not allowed
(#8108) Tab found within whitespace
(#8108) Line indented incorrectly; expected 8 spaces, found 2
(#8108) The use of function sizeof() is forbidden; use count() instead
(#8109) Spaces must be used for alignment; tabs are not allowed
(#8109) Tab found within whitespace
(#8109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8109) Inline comments must end in full-stops, exclamation marks, or question marks
(#8109) Line indented incorrectly; expected at least 12 spaces, found 3
(#8110) Spaces must be used for alignment; tabs are not allowed
(#8110) Tab found within whitespace
(#8110) Line indented incorrectly; expected at least 12 spaces, found 3
(#8111) Spaces must be used for alignment; tabs are not allowed
(#8111) Tab found within whitespace
(#8111) Line indented incorrectly; expected 8 spaces, found 2
(#8112) Spaces must be used for alignment; tabs are not allowed
(#8112) Tab found within whitespace
(#8112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8112) Inline comments must end in full-stops, exclamation marks, or question marks
(#8112) Line indented incorrectly; expected at least 8 spaces, found 2
(#8113) Spaces must be used for alignment; tabs are not allowed
(#8113) Tab found within whitespace
(#8113) Line indented incorrectly; expected 8 spaces, found 2
(#8113) Variable "newCookie" must be all lower-case
(#8114) Spaces must be used for alignment; tabs are not allowed
(#8114) Tab found within whitespace
(#8114) Line indented incorrectly; expected 12 spaces, found 3
(#8114) Variable "newCookie" must be all lower-case
(#8115) Spaces must be used for alignment; tabs are not allowed
(#8115) Tab found within whitespace
(#8115) Line indented incorrectly; expected at least 16 spaces, found 4
(#8116) Spaces must be used for alignment; tabs are not allowed
(#8116) Tab found within whitespace
(#8116) Line indented incorrectly; expected 12 spaces, found 3
(#8117) Spaces must be used for alignment; tabs are not allowed
(#8117) Tab found within whitespace
(#8117) Line indented incorrectly; expected 12 spaces, found 3
(#8117) Variable "newCookie" must be all lower-case
(#8117) Variable "newCookie" must be all lower-case
(#8118) Spaces must be used for alignment; tabs are not allowed
(#8118) Tab found within whitespace
(#8118) Line indented incorrectly; expected at least 16 spaces, found 4
(#8119) Spaces must be used for alignment; tabs are not allowed
(#8119) Tab found within whitespace
(#8119) Line indented incorrectly; expected 12 spaces, found 3
(#8120) Spaces must be used for alignment; tabs are not allowed
(#8120) Tab found within whitespace
(#8120) Line indented incorrectly; expected at least 12 spaces, found 3
(#8120) Variable "newName" must be all lower-case
(#8120) Variable "newCookie" must be all lower-case
(#8122) Spaces must be used for alignment; tabs are not allowed
(#8122) Tab found within whitespace
(#8122) Line indented incorrectly; expected at least 12 spaces, found 3
(#8123) Spaces must be used for alignment; tabs are not allowed
(#8123) Tab found within whitespace
(#8123) Line indented incorrectly; expected 12 spaces, found 3
(#8124) Spaces must be used for alignment; tabs are not allowed
(#8124) Tab found within whitespace
(#8124) Line indented incorrectly; expected at least 16 spaces, found 4
(#8125) Spaces must be used for alignment; tabs are not allowed
(#8125) Tab found within whitespace
(#8125) Line indented incorrectly; expected 16 spaces, found 4
(#8126) Spaces must be used for alignment; tabs are not allowed
(#8126) Tab found within whitespace
(#8126) Line indented incorrectly; expected at least 20 spaces, found 5
(#8127) Spaces must be used for alignment; tabs are not allowed
(#8127) Tab found within whitespace
(#8127) Line indented incorrectly; expected 16 spaces, found 4
(#8128) Spaces must be used for alignment; tabs are not allowed
(#8128) Tab found within whitespace
(#8128) Line indented incorrectly; expected 16 spaces, found 4
(#8129) Spaces must be used for alignment; tabs are not allowed
(#8129) Tab found within whitespace
(#8129) Line indented incorrectly; expected at least 20 spaces, found 5
(#8130) Spaces must be used for alignment; tabs are not allowed
(#8130) Tab found within whitespace
(#8130) Line indented incorrectly; expected 16 spaces, found 4
(#8131) Spaces must be used for alignment; tabs are not allowed
(#8131) Tab found within whitespace
(#8131) Line indented incorrectly; expected 16 spaces, found 4
(#8131) Variable "newName" must be all lower-case
(#8132) Spaces must be used for alignment; tabs are not allowed
(#8132) Tab found within whitespace
(#8132) Line indented incorrectly; expected at least 20 spaces, found 5
(#8133) Spaces must be used for alignment; tabs are not allowed
(#8133) Tab found within whitespace
(#8133) Line indented incorrectly; expected 16 spaces, found 4
(#8134) Spaces must be used for alignment; tabs are not allowed
(#8134) Tab found within whitespace
(#8134) Line indented incorrectly; expected at least 16 spaces, found 4
(#8134) Variable "newDomain" must be all lower-case
(#8134) Variable "newCookie" must be all lower-case
(#8134) Variable "newCookie" must be all lower-case
(#8135) Spaces must be used for alignment; tabs are not allowed
(#8135) Tab found within whitespace
(#8135) Line indented incorrectly; expected at least 16 spaces, found 4
(#8136) Spaces must be used for alignment; tabs are not allowed
(#8136) Tab found within whitespace
(#8136) Line indented incorrectly; expected 16 spaces, found 4
(#8136) Variable "newDomain" must be all lower-case
(#8137) Spaces must be used for alignment; tabs are not allowed
(#8137) Tab found within whitespace
(#8137) Line indented incorrectly; expected at least 20 spaces, found 5
(#8138) Spaces must be used for alignment; tabs are not allowed
(#8138) Tab found within whitespace
(#8138) Line indented incorrectly; expected 16 spaces, found 4
(#8139) Spaces must be used for alignment; tabs are not allowed
(#8139) Tab found within whitespace
(#8139) Line indented incorrectly; expected at least 16 spaces, found 4
(#8139) Variable "newPath" must be all lower-case
(#8139) Variable "newCookie" must be all lower-case
(#8139) Variable "newCookie" must be all lower-case
(#8140) Spaces must be used for alignment; tabs are not allowed
(#8140) Tab found within whitespace
(#8140) Line indented incorrectly; expected at least 16 spaces, found 4
(#8141) Spaces must be used for alignment; tabs are not allowed
(#8141) Tab found within whitespace
(#8141) Line indented incorrectly; expected 16 spaces, found 4
(#8141) Variable "newPath" must be all lower-case
(#8142) Spaces must be used for alignment; tabs are not allowed
(#8142) Tab found within whitespace
(#8142) Line indented incorrectly; expected at least 20 spaces, found 5
(#8143) Spaces must be used for alignment; tabs are not allowed
(#8143) Tab found within whitespace
(#8143) Line indented incorrectly; expected 16 spaces, found 4
(#8144) Spaces must be used for alignment; tabs are not allowed
(#8144) Tab found within whitespace
(#8144) Line indented incorrectly; expected at least 16 spaces, found 4
(#8144) Variable "newCookie" must be all lower-case
(#8145) Spaces must be used for alignment; tabs are not allowed
(#8145) Tab found within whitespace
(#8145) Line indented incorrectly; expected at least 16 spaces, found 4
(#8146) Spaces must be used for alignment; tabs are not allowed
(#8146) Tab found within whitespace
(#8146) Line indented incorrectly; expected at least 16 spaces, found 4
(#8146) Variable "newName" must be all lower-case
(#8146) Variable "newCookie" must be all lower-case
(#8147) Spaces must be used for alignment; tabs are not allowed
(#8147) Tab found within whitespace
(#8147) Line indented incorrectly; expected at least 16 spaces, found 4
(#8148) Spaces must be used for alignment; tabs are not allowed
(#8148) Tab found within whitespace
(#8148) Line indented incorrectly; expected 12 spaces, found 3
(#8149) Spaces must be used for alignment; tabs are not allowed
(#8149) Tab found within whitespace
(#8149) Line indented incorrectly; expected 12 spaces, found 3
(#8150) Spaces must be used for alignment; tabs are not allowed
(#8150) Tab found within whitespace
(#8150) Line indented incorrectly; expected at least 16 spaces, found 4
(#8150) Variable "newName" must be all lower-case
(#8150) Variable "newCookie" must be all lower-case
(#8151) Spaces must be used for alignment; tabs are not allowed
(#8151) Tab found within whitespace
(#8151) Line indented incorrectly; expected at least 16 spaces, found 4
(#8151) Variable "newCookie" must be all lower-case
(#8152) Spaces must be used for alignment; tabs are not allowed
(#8152) Tab found within whitespace
(#8152) Line indented incorrectly; expected 12 spaces, found 3
(#8153) Spaces must be used for alignment; tabs are not allowed
(#8153) Tab found within whitespace
(#8153) Line indented incorrectly; expected 8 spaces, found 2
(#8154) Spaces must be used for alignment; tabs are not allowed
(#8154) Tab found within whitespace
(#8154) Line indented incorrectly; expected at least 8 spaces, found 2
(#8155) Spaces must be used for alignment; tabs are not allowed
(#8155) Tab found within whitespace
(#8155) Line indented incorrectly; expected 4 spaces, found 1
(#8159) Spaces must be used for alignment; tabs are not allowed
(#8159) Tab found within whitespace
(#8159) Line indented incorrectly; expected at least 4 spaces, found 1
(#8160) Spaces must be used for alignment; tabs are not allowed
(#8160) Spaces must be used for alignment; tabs are not allowed
(#8161) Spaces must be used for alignment; tabs are not allowed
(#8162) Spaces must be used for alignment; tabs are not allowed
(#8162) Tab found within whitespace
(#8162) Duplicate class name "soapclient" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/pageone/lib/class.soapclient.php on line 988
(#8162) Line indented incorrectly; expected 4 spaces, found 1
(#8163) Spaces must be used for alignment; tabs are not allowed
(#8163) Tab found within whitespace
(#8163) Line indented incorrectly; expected 4 spaces, found 1
(#8165) A closing tag is not permitted at the end of a PHP file
blocks/pageone/lib/nusoapmime.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#40) This comment is 100% valid code; is this commented out code?
(#42) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Expected 1 space(s) before asterisk; 0 found
(#47) Expected 1 space(s) before asterisk; 0 found
(#48) Expected 1 space(s) before asterisk; 0 found
(#49) Expected 1 space(s) before asterisk; 0 found
(#50) Expected 1 space(s) before asterisk; 0 found
(#50) Spaces must be used for alignment; tabs are not allowed
(#51) Expected 1 space(s) before asterisk; 0 found
(#52) Expected 1 space(s) before asterisk; 0 found
(#53) Expected 1 space(s) before asterisk; 0 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Spaces must be used for alignment; tabs are not allowed
(#57) Spaces must be used for alignment; tabs are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#59) Spaces must be used for alignment; tabs are not allowed
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Member variable "requestAttachments" must be all lower-case
(#60) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#60) Scope modifier not specified for member variable "$requestAttachments"
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Inline doc block comments are not allowed; use "// Comment." instead
(#62) Spaces must be used for alignment; tabs are not allowed
(#63) Spaces must be used for alignment; tabs are not allowed
(#64) Spaces must be used for alignment; tabs are not allowed
(#65) Spaces must be used for alignment; tabs are not allowed
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Member variable "responseAttachments" must be all lower-case
(#66) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#66) Scope modifier not specified for member variable "$responseAttachments"
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Inline doc block comments are not allowed; use "// Comment." instead
(#68) Spaces must be used for alignment; tabs are not allowed
(#69) Spaces must be used for alignment; tabs are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Member variable "mimeContentType" must be all lower-case
(#71) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#71) Scope modifier not specified for member variable "$mimeContentType"
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Expected 2 space(s) before asterisk; 1 found
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Expected 2 space(s) before asterisk; 1 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Expected 2 space(s) before asterisk; 1 found
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Expected 2 space(s) before asterisk; 1 found
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Expected 2 space(s) before asterisk; 1 found
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Expected 2 space(s) before asterisk; 1 found
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Expected 2 space(s) before asterisk; 1 found
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Expected 2 space(s) before asterisk; 1 found
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Expected 2 space(s) before asterisk; 1 found
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Expected 2 space(s) before asterisk; 1 found
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Expected 2 space(s) before asterisk; 1 found
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Expected 2 space(s) before asterisk; 1 found
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Expected 2 space(s) before asterisk; 1 found
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Expected 2 space(s) before asterisk; 1 found
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) method name "nusoap_client_mime::addAttachment" must be in lower-case letters only
(#88) Visibility must be declared on method "addAttachment"
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Expected 2 space(s) before asterisk; 1 found
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Expected 2 space(s) before asterisk; 1 found
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Expected 2 space(s) before asterisk; 1 found
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Expected 2 space(s) before asterisk; 1 found
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
(#108) method name "nusoap_client_mime::clearAttachments" must be in lower-case letters only
(#108) Visibility must be declared on method "clearAttachments"
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Expected 2 space(s) before asterisk; 1 found
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Expected 2 space(s) before asterisk; 1 found
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Expected 2 space(s) before asterisk; 1 found
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Expected 2 space(s) before asterisk; 1 found
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Expected 2 space(s) before asterisk; 1 found
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Expected 2 space(s) before asterisk; 1 found
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Expected 2 space(s) before asterisk; 1 found
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Expected 2 space(s) before asterisk; 1 found
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Expected 2 space(s) before asterisk; 1 found
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#122) method name "nusoap_client_mime::getAttachments" must be in lower-case letters only
(#122) Visibility must be declared on method "getAttachments"
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Expected 2 space(s) before asterisk; 1 found
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Expected 2 space(s) before asterisk; 1 found
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Expected 2 space(s) before asterisk; 1 found
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Expected 2 space(s) before asterisk; 1 found
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Expected 2 space(s) before asterisk; 1 found
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Expected 2 space(s) before asterisk; 1 found
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#133) method name "nusoap_client_mime::getHTTPBody" must be in lower-case letters only
(#133) Visibility must be declared on method "getHTTPBody"
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Variable "mimeMessage" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Variable "mimeMessage" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 12 spaces, found 3
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 16 spaces, found 4
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 16 spaces, found 4
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 16 spaces, found 4
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 20 spaces, found 5
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 24 spaces, found 6
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 24 spaces, found 6
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 20 spaces, found 5
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 24 spaces, found 6
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 20 spaces, found 5
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 20 spaces, found 5
(#160) Variable "mimeMessage" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 16 spaces, found 4
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Variable "mimeMessage" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 16 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 12 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Variable "mimeMessage" must be all lower-case
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Variable "mimeHeaders" must be all lower-case
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Whitespace found at end of line
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 12 spaces, found 3
(#169) Variable "mimeHeaders" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 16 spaces, found 4
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 16 spaces, found 4
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 20 spaces, found 5
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Line indented incorrectly; expected at least 20 spaces, found 5
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 20 spaces, found 5
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 16 spaces, found 4
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 12 spaces, found 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Expected 2 space(s) before asterisk; 1 found
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Expected 2 space(s) before asterisk; 1 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Expected 2 space(s) before asterisk; 1 found
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Expected 2 space(s) before asterisk; 1 found
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Expected 2 space(s) before asterisk; 1 found
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Expected 2 space(s) before asterisk; 1 found
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Expected 2 space(s) before asterisk; 1 found
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#192) method name "nusoap_client_mime::getHTTPContentType" must be in lower-case letters only
(#192) Visibility must be declared on method "getHTTPContentType"
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 4 spaces, found 1
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Expected 2 space(s) before asterisk; 1 found
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Expected 2 space(s) before asterisk; 1 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Expected 2 space(s) before asterisk; 1 found
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Expected 2 space(s) before asterisk; 1 found
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Expected 2 space(s) before asterisk; 1 found
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Expected 2 space(s) before asterisk; 1 found
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Expected 2 space(s) before asterisk; 1 found
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Expected 2 space(s) before asterisk; 1 found
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#208) method name "nusoap_client_mime::getHTTPContentTypeCharset" must be in lower-case letters only
(#208) Visibility must be declared on method "getHTTPContentTypeCharset"
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 8 spaces, found 2
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Expected 2 space(s) before asterisk; 1 found
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Expected 2 space(s) before asterisk; 1 found
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Expected 2 space(s) before asterisk; 1 found
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Spaces must be used for alignment; tabs are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Expected 2 space(s) before asterisk; 1 found
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Expected 2 space(s) before asterisk; 1 found
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Expected 2 space(s) before asterisk; 1 found
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Expected 2 space(s) before asterisk; 1 found
(#223) method name "nusoap_client_mime::parseResponse" must be in lower-case letters only
(#223) Visibility must be declared on method "parseResponse"
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 8 spaces, found 2
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 12 spaces, found 3
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 16 spaces, found 4
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 12 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 12 spaces, found 3
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 16 spaces, found 4
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 20 spaces, found 5
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 20 spaces, found 5
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 20 spaces, found 5
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 16 spaces, found 4
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 20 spaces, found 5
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 20 spaces, found 5
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 20 spaces, found 5
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 20 spaces, found 5
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 20 spaces, found 5
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 20 spaces, found 5
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 16 spaces, found 4
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 12 spaces, found 3
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 12 spaces, found 3
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 16 spaces, found 4
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 16 spaces, found 4
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 12 spaces, found 3
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 3
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 12 spaces, found 3
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 8 spaces, found 2
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#264) Closing brace indented incorrectly; expected 4 spaces, found 1
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 4 spaces, found 1
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 4 spaces, found 1
(#276) Expected 1 space(s) before asterisk; 0 found
(#277) Expected 1 space(s) before asterisk; 0 found
(#278) Expected 1 space(s) before asterisk; 0 found
(#279) Expected 1 space(s) before asterisk; 0 found
(#280) Expected 1 space(s) before asterisk; 0 found
(#280) Spaces must be used for alignment; tabs are not allowed
(#281) Expected 1 space(s) before asterisk; 0 found
(#282) Expected 1 space(s) before asterisk; 0 found
(#283) Expected 1 space(s) before asterisk; 0 found
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 4 spaces, found 1
(#285) Inline doc block comments are not allowed; use "// Comment." instead
(#286) Spaces must be used for alignment; tabs are not allowed
(#287) Spaces must be used for alignment; tabs are not allowed
(#288) Spaces must be used for alignment; tabs are not allowed
(#289) Spaces must be used for alignment; tabs are not allowed
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 4 spaces, found 1
(#290) Member variable "requestAttachments" must be all lower-case
(#290) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#290) Scope modifier not specified for member variable "$requestAttachments"
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Inline doc block comments are not allowed; use "// Comment." instead
(#292) Spaces must be used for alignment; tabs are not allowed
(#293) Spaces must be used for alignment; tabs are not allowed
(#294) Spaces must be used for alignment; tabs are not allowed
(#295) Spaces must be used for alignment; tabs are not allowed
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Member variable "responseAttachments" must be all lower-case
(#296) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#296) Scope modifier not specified for member variable "$responseAttachments"
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Inline doc block comments are not allowed; use "// Comment." instead
(#298) Spaces must be used for alignment; tabs are not allowed
(#299) Spaces must be used for alignment; tabs are not allowed
(#300) Spaces must be used for alignment; tabs are not allowed
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 1
(#301) Member variable "mimeContentType" must be all lower-case
(#301) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#301) Scope modifier not specified for member variable "$mimeContentType"
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 4 spaces, found 1
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Expected 2 space(s) before asterisk; 1 found
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Expected 2 space(s) before asterisk; 1 found
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Expected 2 space(s) before asterisk; 1 found
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Expected 2 space(s) before asterisk; 1 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Expected 2 space(s) before asterisk; 1 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Expected 2 space(s) before asterisk; 1 found
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Expected 2 space(s) before asterisk; 1 found
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Expected 2 space(s) before asterisk; 1 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Expected 2 space(s) before asterisk; 1 found
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Expected 2 space(s) before asterisk; 1 found
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Expected 2 space(s) before asterisk; 1 found
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Expected 2 space(s) before asterisk; 1 found
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Expected 2 space(s) before asterisk; 1 found
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Expected 2 space(s) before asterisk; 1 found
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 4 spaces, found 1
(#318) method name "nusoap_server_mime::addAttachment" must be in lower-case letters only
(#318) Visibility must be declared on method "addAttachment"
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 8 spaces, found 2
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 12 spaces, found 3
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 8 spaces, found 2
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 4 spaces, found 1
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 4 spaces, found 1
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Expected 2 space(s) before asterisk; 1 found
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Expected 2 space(s) before asterisk; 1 found
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Expected 2 space(s) before asterisk; 1 found
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Expected 2 space(s) before asterisk; 1 found
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#338) method name "nusoap_server_mime::clearAttachments" must be in lower-case letters only
(#338) Visibility must be declared on method "clearAttachments"
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 4 spaces, found 1
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Expected 2 space(s) before asterisk; 1 found
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Expected 2 space(s) before asterisk; 1 found
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Expected 2 space(s) before asterisk; 1 found
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Expected 2 space(s) before asterisk; 1 found
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Expected 2 space(s) before asterisk; 1 found
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Expected 2 space(s) before asterisk; 1 found
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Expected 2 space(s) before asterisk; 1 found
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Expected 2 space(s) before asterisk; 1 found
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Expected 2 space(s) before asterisk; 1 found
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 4 spaces, found 1
(#352) method name "nusoap_server_mime::getAttachments" must be in lower-case letters only
(#352) Visibility must be declared on method "getAttachments"
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 4 spaces, found 1
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 1
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Expected 2 space(s) before asterisk; 1 found
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Expected 2 space(s) before asterisk; 1 found
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Expected 2 space(s) before asterisk; 1 found
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Expected 2 space(s) before asterisk; 1 found
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Expected 2 space(s) before asterisk; 1 found
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Expected 2 space(s) before asterisk; 1 found
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 4 spaces, found 1
(#363) method name "nusoap_server_mime::getHTTPBody" must be in lower-case letters only
(#363) Visibility must be declared on method "getHTTPBody"
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 8 spaces, found 2
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 12 spaces, found 3
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 12 spaces, found 3
(#366) Variable "mimeMessage" must be all lower-case
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 12 spaces, found 3
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected at least 12 spaces, found 3
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 12 spaces, found 3
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 12 spaces, found 3
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 12 spaces, found 3
(#372) Variable "mimeMessage" must be all lower-case
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Whitespace found at end of line
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected 12 spaces, found 3
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 16 spaces, found 4
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 16 spaces, found 4
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 16 spaces, found 4
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 16 spaces, found 4
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 16 spaces, found 4
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 16 spaces, found 4
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 16 spaces, found 4
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected 20 spaces, found 5
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 24 spaces, found 6
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 24 spaces, found 6
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 20 spaces, found 5
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 24 spaces, found 6
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 20 spaces, found 5
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 20 spaces, found 5
(#390) Variable "mimeMessage" must be all lower-case
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 16 spaces, found 4
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 20 spaces, found 5
(#392) Variable "mimeMessage" must be all lower-case
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 16 spaces, found 4
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 12 spaces, found 3
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 12 spaces, found 3
(#396) Variable "mimeMessage" must be all lower-case
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 3
(#397) Variable "mimeHeaders" must be all lower-case
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 12 spaces, found 3
(#399) Variable "mimeHeaders" must be all lower-case
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 16 spaces, found 4
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 16 spaces, found 4
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 20 spaces, found 5
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Line indented incorrectly; expected at least 20 spaces, found 5
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 20 spaces, found 5
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 16 spaces, found 4
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 12 spaces, found 3
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Whitespace found at end of line
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 12 spaces, found 3
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 8 spaces, found 2
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 8 spaces, found 2
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 4 spaces, found 1
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Whitespace found at end of line
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 4 spaces, found 1
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Expected 2 space(s) before asterisk; 1 found
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Expected 2 space(s) before asterisk; 1 found
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Expected 2 space(s) before asterisk; 1 found
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Expected 2 space(s) before asterisk; 1 found
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Expected 2 space(s) before asterisk; 1 found
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Expected 2 space(s) before asterisk; 1 found
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Expected 2 space(s) before asterisk; 1 found
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected 4 spaces, found 1
(#422) method name "nusoap_server_mime::getHTTPContentType" must be in lower-case letters only
(#422) Visibility must be declared on method "getHTTPContentType"
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 8 spaces, found 2
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 12 spaces, found 3
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 2
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 4 spaces, found 1
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Whitespace found at end of line
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 4 spaces, found 1
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Expected 2 space(s) before asterisk; 1 found
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Expected 2 space(s) before asterisk; 1 found
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Expected 2 space(s) before asterisk; 1 found
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Expected 2 space(s) before asterisk; 1 found
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Expected 2 space(s) before asterisk; 1 found
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Expected 2 space(s) before asterisk; 1 found
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Expected 2 space(s) before asterisk; 1 found
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Expected 2 space(s) before asterisk; 1 found
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 4 spaces, found 1
(#438) method name "nusoap_server_mime::getHTTPContentTypeCharset" must be in lower-case letters only
(#438) Visibility must be declared on method "getHTTPContentTypeCharset"
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 8 spaces, found 2
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 4 spaces, found 1
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 4 spaces, found 1
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Expected 2 space(s) before asterisk; 1 found
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Expected 2 space(s) before asterisk; 1 found
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Spaces must be used for alignment; tabs are not allowed
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Expected 2 space(s) before asterisk; 1 found
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Spaces must be used for alignment; tabs are not allowed
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Expected 2 space(s) before asterisk; 1 found
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Spaces must be used for alignment; tabs are not allowed
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Expected 2 space(s) before asterisk; 1 found
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Expected 2 space(s) before asterisk; 1 found
(#453) method name "nusoap_server_mime::parseRequest" must be in lower-case letters only
(#453) Visibility must be declared on method "parseRequest"
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 8 spaces, found 2
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 8 spaces, found 2
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 8 spaces, found 2
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 12 spaces, found 3
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 12 spaces, found 3
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 12 spaces, found 3
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 16 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 12 spaces, found 3
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 12 spaces, found 3
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 12 spaces, found 3
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 12 spaces, found 3
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 12 spaces, found 3
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Whitespace found at end of line
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 12 spaces, found 3
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 12 spaces, found 3
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 16 spaces, found 4
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 20 spaces, found 5
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 20 spaces, found 5
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 16 spaces, found 4
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 20 spaces, found 5
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 20 spaces, found 5
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 20 spaces, found 5
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 20 spaces, found 5
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 20 spaces, found 5
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 20 spaces, found 5
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 16 spaces, found 4
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 12 spaces, found 3
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Whitespace found at end of line
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 12 spaces, found 3
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 16 spaces, found 4
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected 12 spaces, found 3
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Whitespace found at end of line
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 12 spaces, found 3
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 12 spaces, found 3
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 8 spaces, found 2
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 8 spaces, found 2
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 8 spaces, found 2
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 4 spaces, found 1
(#492) Closing brace indented incorrectly; expected 4 spaces, found 1
(#501) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/always_first.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Whitespace found at end of line
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Opening brace should be on the same line as the declaration
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Opening brace should be on the same line as the declaration
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Line indented incorrectly; expected 4 spaces, found 1
(#24) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/always_second.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Whitespace found at end of line
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Opening brace should be on the same line as the declaration
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Opening brace should be on the same line as the declaration
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Line indented incorrectly; expected 4 spaces, found 1
(#23) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/first_valid.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Whitespace found at end of line
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Opening brace should be on the same line as the declaration
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Opening brace should be on the same line as the declaration
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Inline control structures are not allowed
(#21) Expected 1 space before ">"; 0 found
(#21) Expected 1 space after ">"; 0 found
(#22) Line indented incorrectly; expected at least 8 spaces, found 3
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Inline control structures are not allowed
(#24) Expected 1 space before ">"; 0 found
(#24) Expected 1 space after ">"; 0 found
(#25) Line indented incorrectly; expected at least 8 spaces, found 3
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#32) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/generic.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Opening brace should be on the same line as the declaration
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Opening brace should be on the same line as the declaration
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Opening brace should be on the same line as the declaration
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Inline control structures are not allowed
(#28) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#28) Function ereg() has been deprecated
(#29) Line indented incorrectly; expected at least 8 spaces, found 3
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/second_valid.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Whitespace found at end of line
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Opening brace should be on the same line as the declaration
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Opening brace should be on the same line as the declaration
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Inline control structures are not allowed
(#21) Expected 1 space before ">"; 0 found
(#21) Expected 1 space after ">"; 0 found
(#22) Line indented incorrectly; expected at least 8 spaces, found 3
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Inline control structures are not allowed
(#24) Expected 1 space before ">"; 0 found
(#24) Expected 1 space after ">"; 0 found
(#25) Line indented incorrectly; expected at least 8 spaces, found 3
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#31) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/starts_m.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Whitespace found at end of line
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Opening brace should be on the same line as the declaration
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Opening brace should be on the same line as the declaration
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Inline control structures are not allowed
(#21) Line indented incorrectly; expected at least 8 spaces, found 3
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Inline control structures are not allowed
(#24) Line indented incorrectly; expected at least 8 spaces, found 3
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Opening brace should be on the same line as the declaration
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#31) Expected "if (...) {\n"; found "if (...)\n {\n"
(#31) Expected 1 space before ">"; 0 found
(#31) Expected 1 space after ">"; 0 found
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Inline control structures are not allowed
(#34) Expected 1 space before "=="; 0 found
(#34) Expected 1 space after "=="; 0 found
(#34) Expected 1 space before "=="; 0 found
(#34) Expected 1 space after "=="; 0 found
(#35) Line indented incorrectly; expected at least 12 spaces, found 4
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#42) A closing tag is not permitted at the end of a PHP file
blocks/pageone/locales/uk.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Whitespace found at end of line
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Opening brace should be on the same line as the declaration
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Opening brace should be on the same line as the declaration
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Inline control structures are not allowed
(#22) Line indented incorrectly; expected at least 8 spaces, found 3
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Inline control structures are not allowed
(#25) Line indented incorrectly; expected at least 8 spaces, found 3
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) No space found before comment text; expected "// Do some processing to remove spaces/hyphens and make life simpler" but found "//Do some processing to remove spaces/hyphens and make life simpler"
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) No space found before comment text; expected "// Regular expression to match all of the possible starting sequences for a UK mobile number" but found "//Regular expression to match all of the possible starting sequences for a UK mobile number"
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#36) Function ereg() has been deprecated
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Opening brace should be on the same line as the declaration
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#43) Function ereg() has been deprecated
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Inline control structures are not allowed
(#46) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#46) Function ereg() has been deprecated
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Inline control structures are not allowed
(#49) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#49) Function ereg() has been deprecated
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Inline control structures are not allowed
(#52) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#52) Function ereg() has been deprecated
(#53) Line indented incorrectly; expected at least 8 spaces, found 3
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Inline control structures are not allowed
(#55) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#55) Function ereg() has been deprecated
(#56) Line indented incorrectly; expected at least 8 spaces, found 3
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Inline control structures are not allowed
(#58) The use of function ereg is discouraged from PHP version 5.3; use preg_match instead
(#58) Function ereg() has been deprecated
(#59) Line indented incorrectly; expected at least 8 spaces, found 3
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#66) A closing tag is not permitted at the end of a PHP file
blocks/pageone/mdl21_abstract.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Expected 1 space before "="; 0 found
(#9) Expected 1 space after "="; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Opening brace should be on the same line as the declaration
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) The use of function eval() is forbidden
(#20) Line indented incorrectly; expected 4 spaces, found 1
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Opening brace should be on the same line as the declaration
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) The use of function eval() is forbidden
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Opening brace should be on the same line as the declaration
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Opening brace should be on the same line as the declaration
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Opening brace should be on the same line as the declaration
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) The use of function eval() is forbidden
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Opening brace should be on the same line as the declaration
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Opening brace should be on the same line as the declaration
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) The use of function eval() is forbidden
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Opening brace should be on the same line as the declaration
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "new_recs" must not contain underscores.
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Inline control structures are not allowed
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Variable "new_recs" must not contain underscores.
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Variable "new_recs" must not contain underscores.
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Opening brace should be on the same line as the declaration
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Inline control structures are not allowed
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Expected 1 space before ".="; 0 found
(#71) Expected 1 space after ".="; 0 found
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#78) Inline doc block comments are not allowed; use "// Comment." instead
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#85) Scope modifier not specified for member variable "$navbar"
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Visibility must be declared on method "__construct"
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Opening brace should be on the same line as the declaration
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Opening brace should be on the same line as the declaration
(#94) Closing brace must be on a line by itself
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Opening brace should be on the same line as the declaration
(#97) Closing brace must be on a line by itself
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Opening brace should be on the same line as the declaration
(#100) Closing brace must be on a line by itself
(#102) Line indented incorrectly; expected 4 spaces, found 1
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Opening brace should be on the same line as the declaration
(#103) Closing brace must be on a line by itself
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Opening brace should be on the same line as the declaration
(#106) Closing brace must be on a line by itself
(#110) Expected 1 space(s) before asterisk; 0 found
(#111) Expected 1 space(s) before asterisk; 0 found
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Opening brace should be on the same line as the declaration
(#116) Closing brace must be on a line by itself
(#120) Expected 1 space(s) before asterisk; 0 found
(#121) Expected 1 space(s) before asterisk; 0 found
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Opening brace should be on the same line as the declaration
(#126) Closing brace must be on a line by itself
(#129) Inline doc block comments are not allowed; use "// Comment." instead
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Opening brace should be on the same line as the declaration
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Opening brace should be on the same line as the declaration
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Opening brace should be on the same line as the declaration
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#155) Opening brace should be on the same line as the declaration
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#161) Line indented incorrectly; expected at least 4 spaces, found 1
(#161) Opening brace should be on the same line as the declaration
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Commas (,) must be followed by white space.
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#167) Expected 1 space(s) before asterisk; 0 found
(#168) Expected 1 space(s) before asterisk; 0 found
(#171) Opening brace should be on the same line as the declaration
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) The use of function eval() is forbidden
(#177) Opening brace should be on the same line as the declaration
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#179) Line indented incorrectly; expected at least 4 spaces, found 1
(#179) The use of function eval() is forbidden
(#183) Expected 1 space(s) before asterisk; 0 found
(#184) Expected 1 space(s) before asterisk; 0 found
(#184) Whitespace found at end of line
(#185) Expected 1 space(s) before asterisk; 0 found
(#186) Expected 1 space(s) before asterisk; 0 found
(#189) Opening brace should be on the same line as the declaration
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#193) function name "mdl21_get_DB" must be lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) A closing tag is not permitted at the end of a PHP file
blocks/pageone/mdl2_generic.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Usage of ELSEIF not allowed; use ELSE IF instead
(#15) Opening brace should be on the same line as the declaration
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#17) Expected "if (...) {\n"; found "if (...)\n {\n"
(#17) The use of function eval() is forbidden
(#17) Expected 1 space before "=="; 0 found
(#17) Expected 1 space after "=="; 0 found
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) The use of function eval() is forbidden
(#21) Line indented incorrectly; expected 4 spaces, found 1
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Expected 1 space(s) before asterisk; 0 found
(#28) Expected 1 space(s) before asterisk; 0 found
(#28) Whitespace found at end of line
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#33) Opening brace should be on the same line as the declaration
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) function name "mdl21_get_DB" must be lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) A closing tag is not permitted at the end of a PHP file
blocks/pageone/pageonelib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Whitespace found at end of line
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) Inline control structures are not allowed
(#15) Expected 1 space before ">="; 0 found
(#15) Expected 1 space after ">="; 0 found
(#17) Inline control structures are not allowed
(#34) Commas (,) must be followed by white space.
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 67% valid code; is this commented out code?
(#45) No space found before comment text; expected "// define ("SOAP_NS", "http://schemas.oventus.com");" but found "//define ("SOAP_NS", "http://schemas.oventus.com");"
(#50) This comment is 64% valid code; is this commented out code?
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) No space found before comment text; expected "// define ("SOAP_SERVER", "https://soap.oventus.com");" but found "//define ("SOAP_SERVER", "https://soap.oventus.com");"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// define ("SOAP_SERVER", "https://sandbox.oventus.com");" but found "//define ("SOAP_SERVER", "https://sandbox.oventus.com");"
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 67% valid code; is this commented out code?
(#53) No space found before comment text; expected "// define ("SOAP_WEBSERVICES_URL", "/webservices/soap");" but found "//define ("SOAP_WEBSERVICES_URL", "/webservices/soap");"
(#93) No space found before comment text; expected "// The Moodle nusoap library has broken proxy support, so include our alternative version here" but found "//The Moodle nusoap library has broken proxy support, so include our alternative version here"
(#94) No space found before comment text; expected "// However, moodle includes it's version of nusoap and this lib on some admin pages and that causes a fatal error" but found "//However, moodle includes it's version of nusoap and this lib on some admin pages and that causes a fatal error"
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// so we must test for nusoap classes to ensure this doesn't happen" but found "//so we must test for nusoap classes to ensure this doesn't happen"
(#97) Inline control structures are not allowed
(#109) Expected 1 space(s) before asterisk; 0 found
(#110) Expected 1 space(s) before asterisk; 0 found
(#111) Expected 1 space(s) before asterisk; 0 found
(#112) Expected 1 space(s) before asterisk; 0 found
(#113) Expected 1 space(s) before asterisk; 0 found
(#114) Expected 1 space(s) before asterisk; 0 found
(#115) Expected 1 space(s) before asterisk; 0 found
(#118) Opening brace should be on the same line as the declaration
(#121) Inline control structures are not allowed
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#125) Expected "if (...) {\n"; found "if (...)\n {\n"
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Inline control structures are not allowed
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Expected "if (...) {\n"; found "if (...)\n {\n"
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#138) Inline control structures are not allowed
(#144) Inline control structures are not allowed
(#147) Expected "if (...) {\n"; found "if (...)\n {\n"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 1
(#152) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#156) Expected "if (...) {\n"; found "if (...)\n {\n"
(#162) Expected "if (...) {\n"; found "if (...)\n {\n"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 1
(#167) Expected "} else {\n"; found "}\n else\n {\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 1
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 1
(#170) Expected "if (...) {\n"; found "if (...)\n {\n"
(#172) Line exceeds 132 characters; contains 159 characters
(#174) Closing brace indented incorrectly; expected 1 spaces, found 8
(#181) Expected 1 space(s) before asterisk; 0 found
(#182) Expected 1 space(s) before asterisk; 0 found
(#183) Expected 1 space(s) before asterisk; 0 found
(#184) Expected 1 space(s) before asterisk; 0 found
(#187) Opening brace should be on the same line as the declaration
(#189) Inline control structures are not allowed
(#189) Expected 1 space before ">"; 0 found
(#189) Expected 1 space after ">"; 0 found
(#196) Expected 1 space(s) before asterisk; 0 found
(#197) Expected 1 space(s) before asterisk; 0 found
(#198) Expected 1 space(s) before asterisk; 0 found
(#201) Opening brace should be on the same line as the declaration
(#202) Inline control structures are not allowed
(#202) Expected 1 space before ">"; 0 found
(#202) Expected 1 space after ">"; 0 found
(#203) Expected 1 space before ">"; 0 found
(#203) Expected 1 space after ">"; 0 found
(#210) Expected 1 space(s) before asterisk; 0 found
(#211) Expected 1 space(s) before asterisk; 0 found
(#212) Expected 1 space(s) before asterisk; 0 found
(#215) Opening brace should be on the same line as the declaration
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Inline control structures are not allowed
(#217) Expected 1 space before "=="; 0 found
(#217) Expected 1 space after "=="; 0 found
(#224) Expected 1 space(s) before asterisk; 0 found
(#225) Expected 1 space(s) before asterisk; 0 found
(#226) Expected 1 space(s) before asterisk; 0 found
(#227) Expected 1 space(s) before asterisk; 0 found
(#228) Expected 1 space(s) before asterisk; 0 found
(#229) Expected 1 space(s) before asterisk; 0 found
(#230) Expected 1 space(s) before asterisk; 0 found
(#231) Expected 1 space(s) before asterisk; 0 found
(#234) Opening brace should be on the same line as the declaration
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#236) Inline control structures are not allowed
(#236) Expected 1 space before "=="; 0 found
(#236) Expected 1 space after "=="; 0 found
(#239) Variable "messageText" must be all lower-case
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#242) Variable "user_map" must not contain underscores.
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#244) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#247) Expected "if (...) {\n"; found "if (...)\n {\n"
(#247) Expected 1 space before ">"; 0 found
(#247) Expected 1 space after ">"; 0 found
(#249) Inline control structures are not allowed
(#252) Variable "user_map" must not contain underscores.
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#256) Expected 1 space before "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#256) Variable "messageText" must be all lower-case
(#256) Variable "user_map" must not contain underscores.
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#258) Variable "user_map" must not contain underscores.
(#264) Expected 1 space(s) before asterisk; 0 found
(#265) Expected 1 space(s) before asterisk; 0 found
(#266) Expected 1 space(s) before asterisk; 0 found
(#267) Expected 1 space(s) before asterisk; 0 found
(#268) Expected 1 space(s) before asterisk; 0 found
(#269) Expected 1 space(s) before asterisk; 0 found
(#270) Expected 1 space(s) before asterisk; 0 found
(#273) Opening brace should be on the same line as the declaration
(#274) Variable "messageText" must be all lower-case
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Inline control structures are not allowed
(#275) Expected 1 space before ">"; 0 found
(#275) Expected 1 space after ">"; 0 found
(#276) Variable "messageText" must be all lower-case
(#276) Expected 1 space before ".="; 0 found
(#276) Expected 1 space after ".="; 0 found
(#278) Variable "messageText" must be all lower-case
(#278) Expected 1 space before ".="; 0 found
(#278) Expected 1 space after ".="; 0 found
(#279) Inline control structures are not allowed
(#280) Variable "messageText" must be all lower-case
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#280) Variable "messageText" must be all lower-case
(#282) Variable "messageText" must be all lower-case
(#286) Expected 1 space(s) before asterisk; 0 found
(#287) Expected 1 space(s) before asterisk; 0 found
(#288) Expected 1 space(s) before asterisk; 0 found
(#289) Expected 1 space(s) before asterisk; 0 found
(#290) Expected 1 space(s) before asterisk; 0 found
(#291) Expected 1 space(s) before asterisk; 0 found
(#292) Expected 1 space(s) before asterisk; 0 found
(#295) Opening brace should be on the same line as the declaration
(#296) Variable "messageText" must be all lower-case
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Inline control structures are not allowed
(#297) Variable "messageText" must be all lower-case
(#297) Expected 1 space before ">"; 0 found
(#297) Expected 1 space after ">"; 0 found
(#299) Inline control structures are not allowed
(#304) Expected 1 space(s) before asterisk; 0 found
(#305) Expected 1 space(s) before asterisk; 0 found
(#306) Expected 1 space(s) before asterisk; 0 found
(#307) Expected 1 space(s) before asterisk; 0 found
(#308) Expected 1 space(s) before asterisk; 0 found
(#311) Opening brace should be on the same line as the declaration
(#312) Expected 1 space before "="; 0 found
(#312) Expected 1 space after "="; 0 found
(#313) Inline control structures are not allowed
(#313) Expected 1 space before "=="; 0 found
(#313) Expected 1 space after "=="; 0 found
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#319) Expected 1 space before "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#325) Variable "mm_include_user" must not contain underscores.
(#326) Opening brace should be on the same line as the declaration
(#327) Line indented incorrectly; expected 4 spaces, found 5
(#327) Expected "if (...) {\n"; found "if (...)\n {\n"
(#327) Variable "mm_include_user" must not contain underscores.
(#329) Line indented incorrectly; expected at least 8 spaces, found 6
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#329) Variable "mm_include_user" must not contain underscores.
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "-"; 0 found
(#330) Expected 1 space after "-"; 0 found
(#331) Line indented incorrectly; expected 4 spaces, found 5
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#333) Variable "mm_include_user" must not contain underscores.
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#339) Inline control structures are not allowed
(#339) Expected 1 space before "=="; 0 found
(#339) Expected 1 space after "=="; 0 found
(#340) Expected 1 space before "="; 0 found
(#340) Expected 1 space after "="; 0 found
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#352) Line indented incorrectly; expected 4 spaces, found 5
(#352) Expected "if (...) {\n"; found "if (...)\n {\n"
(#352) Expected 1 space before "=="; 0 found
(#352) Expected 1 space after "=="; 0 found
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#355) Expected 1 space before "="; 0 found
(#355) Expected 1 space after "="; 0 found
(#356) Line indented incorrectly; expected 4 spaces, found 5
(#357) Line indented incorrectly; expected 4 spaces, found 5
(#357) Expected "} else {\n"; found "}\n else\n {\n"
(#359) Expected 1 space before "="; 0 found
(#359) Expected 1 space after "="; 0 found
(#360) Expected 1 space before "="; 0 found
(#360) Expected 1 space after "="; 0 found
(#361) Line indented incorrectly; expected 4 spaces, found 5
(#364) Line indented incorrectly; expected 4 spaces, found 5
(#364) Expected "if (...) {\n"; found "if (...)\n {\n"
(#367) Line indented incorrectly; expected 4 spaces, found 5
(#374) Expected 1 space(s) before asterisk; 0 found
(#375) Expected 1 space(s) before asterisk; 0 found
(#376) Expected 1 space(s) before asterisk; 0 found
(#377) Expected 1 space(s) before asterisk; 0 found
(#380) Opening brace should be on the same line as the declaration
(#381) Inline control structures are not allowed
(#381) Expected 1 space before ">"; 0 found
(#381) Expected 1 space after ">"; 0 found
(#388) Expected 1 space(s) before asterisk; 0 found
(#389) Expected 1 space(s) before asterisk; 0 found
(#392) Opening brace should be on the same line as the declaration
(#393) Expected 1 space before "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#394) Inline control structures are not allowed
(#395) Expected 1 space before "="; 0 found
(#395) Expected 1 space after "="; 0 found
(#398) The use of function eval() is forbidden
(#402) Expected 1 space(s) before asterisk; 0 found
(#403) Expected 1 space(s) before asterisk; 0 found
(#404) Expected 1 space(s) before asterisk; 0 found
(#405) Expected 1 space(s) before asterisk; 0 found
(#406) Expected 1 space(s) before asterisk; 0 found
(#409) Opening brace should be on the same line as the declaration
(#410) Expected 1 space before "="; 0 found
(#410) Expected 1 space after "="; 0 found
(#411) Expected 1 space before "="; 0 found
(#411) Expected 1 space after "="; 0 found
(#412) Inline control structures are not allowed
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#419) Expected 1 space(s) before asterisk; 0 found
(#420) Expected 1 space(s) before asterisk; 0 found
(#421) Expected 1 space(s) before asterisk; 0 found
(#424) Opening brace should be on the same line as the declaration
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#427) Expected 1 space before "="; 0 found
(#427) Expected 1 space after "="; 0 found
(#429) Inline control structures are not allowed
(#430) Inline control structures are not allowed
(#430) Expected 1 space before "!="; 0 found
(#430) Expected 1 space after "!="; 0 found
(#430) Expected 1 space before "!="; 0 found
(#430) Expected 1 space after "!="; 0 found
(#430) Expected 1 space before "!="; 0 found
(#430) Expected 1 space after "!="; 0 found
(#431) Expected 1 space before "-"; 0 found
(#431) Expected 1 space after "-"; 0 found
(#439) Expected 1 space(s) before asterisk; 0 found
(#440) Expected 1 space(s) before asterisk; 0 found
(#441) Expected 1 space(s) before asterisk; 0 found
(#442) Expected 1 space(s) before asterisk; 0 found
(#445) Opening brace should be on the same line as the declaration
(#447) Expected 1 space before "="; 0 found
(#447) Expected 1 space after "="; 0 found
(#447) The use of function eval() is forbidden
(#454) Expected 1 space(s) before asterisk; 0 found
(#455) Expected 1 space(s) before asterisk; 0 found
(#456) Expected 1 space(s) before asterisk; 0 found
(#457) Expected 1 space(s) before asterisk; 0 found
(#458) Expected 1 space(s) before asterisk; 0 found
(#461) Opening brace should be on the same line as the declaration
(#463) Inline control structures are not allowed
(#467) Expected 1 space before "="; 0 found
(#467) Expected 1 space after "="; 0 found
(#468) Expected 1 space before "="; 0 found
(#468) Expected 1 space after "="; 0 found
(#469) Expected 1 space before "="; 0 found
(#469) Expected 1 space after "="; 0 found
(#476) Expected 1 space(s) before asterisk; 0 found
(#477) Expected 1 space(s) before asterisk; 0 found
(#478) Expected 1 space(s) before asterisk; 0 found
(#479) Expected 1 space(s) before asterisk; 0 found
(#482) Opening brace should be on the same line as the declaration
(#484) Expected 1 space before "="; 0 found
(#484) Expected 1 space after "="; 0 found
(#485) Expected 1 space before "="; 0 found
(#485) Expected 1 space after "="; 0 found
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#491) Expected 1 space(s) before asterisk; 0 found
(#492) Expected 1 space(s) before asterisk; 0 found
(#493) Expected 1 space(s) before asterisk; 0 found
(#494) Expected 1 space(s) before asterisk; 0 found
(#497) Opening brace should be on the same line as the declaration
(#499) Expected 1 space before "="; 0 found
(#499) Expected 1 space after "="; 0 found
(#499) Expected 1 space before "=>"; 0 found
(#499) Expected 1 space after "=>"; 0 found
(#504) Expected 1 space(s) before asterisk; 0 found
(#505) Expected 1 space(s) before asterisk; 0 found
(#506) Expected 1 space(s) before asterisk; 0 found
(#507) Expected 1 space(s) before asterisk; 0 found
(#510) Opening brace should be on the same line as the declaration
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#512) Expected 1 space before "=>"; 0 found
(#512) Expected 1 space after "=>"; 0 found
(#513) Expected "if (...) {\n"; found "if (...)\n {\n"
(#517) Inline control structures are not allowed
(#522) Expected 1 space(s) before asterisk; 0 found
(#523) Expected 1 space(s) before asterisk; 0 found
(#524) Expected 1 space(s) before asterisk; 0 found
(#527) Opening brace should be on the same line as the declaration
(#529) Expected 1 space before "=>"; 0 found
(#529) Expected 1 space after "=>"; 0 found
(#533) Expected 1 space(s) before asterisk; 0 found
(#534) Expected 1 space(s) before asterisk; 0 found
(#535) Expected 1 space(s) before asterisk; 0 found
(#536) Expected 1 space(s) before asterisk; 0 found
(#537) Expected 1 space(s) before asterisk; 0 found
(#538) Expected 1 space(s) before asterisk; 0 found
(#539) Expected 1 space(s) before asterisk; 0 found
(#542) Opening brace should be on the same line as the declaration
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) No space found before comment text; expected "// *****If the module isn't configured, return the current value*****" but found "//*****If the module isn't configured, return the current value*****"
(#544) Inline control structures are not allowed
(#545) Line exceeds 132 characters; contains 137 characters
(#547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) No space found before comment text; expected "// *****Pick up the alphatags. If the list is blank, send back a text box*****" but found "//*****Pick up the alphatags. If the list is blank, send back a text box*****"
(#548) Expected 1 space before "="; 0 found
(#548) Expected 1 space after "="; 0 found
(#549) Inline control structures are not allowed
(#549) Expected 1 space before "=="; 0 found
(#549) Expected 1 space after "=="; 0 found
(#549) Expected 1 space before "=="; 0 found
(#549) Expected 1 space after "=="; 0 found
(#550) Line exceeds 132 characters; contains 137 characters
(#552) Expected 1 space before "="; 0 found
(#552) Expected 1 space after "="; 0 found
(#553) Inline control structures are not allowed
(#553) Expected 1 space before "=="; 0 found
(#553) Expected 1 space after "=="; 0 found
(#554) Expected 1 space before ".="; 0 found
(#554) Expected 1 space after ".="; 0 found
(#556) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#559) Inline control structures are not allowed
(#559) Expected 1 space before ">"; 0 found
(#559) Expected 1 space after ">"; 0 found
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#561) Inline control structures are not allowed
(#561) Expected 1 space before "=="; 0 found
(#561) Expected 1 space after "=="; 0 found
(#562) Expected 1 space before "="; 0 found
(#562) Expected 1 space after "="; 0 found
(#564) Inline control structures are not allowed
(#564) Expected 1 space before "=="; 0 found
(#564) Expected 1 space after "=="; 0 found
(#566) Inline control structures are not allowed
(#574) Expected 1 space(s) before asterisk; 0 found
(#575) Expected 1 space(s) before asterisk; 0 found
(#578) Opening brace should be on the same line as the declaration
(#579) Line indented incorrectly; expected at least 4 spaces, found 1
(#579) Inline control structures are not allowed
(#580) Line indented incorrectly; expected at least 4 spaces, found 2
(#582) Line indented incorrectly; expected at least 4 spaces, found 1
(#582) Expected 1 space before "="; 0 found
(#582) Expected 1 space after "="; 0 found
(#583) Line indented incorrectly; expected at least 4 spaces, found 1
(#583) Inline control structures are not allowed
(#583) Expected 1 space before "=="; 0 found
(#583) Expected 1 space after "=="; 0 found
(#583) Expected 1 space before "=="; 0 found
(#583) Expected 1 space after "=="; 0 found
(#584) Line indented incorrectly; expected at least 4 spaces, found 2
(#586) Line indented incorrectly; expected at least 4 spaces, found 1
(#586) Expected 1 space before "="; 0 found
(#586) Expected 1 space after "="; 0 found
(#587) Line indented incorrectly; expected at least 4 spaces, found 1
(#587) Expected 1 space before "="; 0 found
(#587) Expected 1 space after "="; 0 found
(#588) Line indented incorrectly; expected 4 spaces, found 1
(#588) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#589) Line indented incorrectly; expected at least 4 spaces, found 1
(#590) Line indented incorrectly; expected at least 8 spaces, found 2
(#590) Expected 1 space before "="; 0 found
(#590) Expected 1 space after "="; 0 found
(#591) Line indented incorrectly; expected at least 8 spaces, found 2
(#591) Inline control structures are not allowed
(#591) Expected 1 space before ">"; 0 found
(#591) Expected 1 space after ">"; 0 found
(#592) Line indented incorrectly; expected at least 8 spaces, found 3
(#592) Expected 1 space before "="; 0 found
(#592) Expected 1 space after "="; 0 found
(#593) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Inline control structures are not allowed
(#593) Expected 1 space before "=="; 0 found
(#593) Expected 1 space after "=="; 0 found
(#594) Line indented incorrectly; expected at least 8 spaces, found 3
(#594) Expected 1 space before "="; 0 found
(#594) Expected 1 space after "="; 0 found
(#596) Line indented incorrectly; expected at least 8 spaces, found 2
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#597) Line indented incorrectly; expected 4 spaces, found 1
(#599) Line indented incorrectly; expected at least 4 spaces, found 1
(#603) Opening brace should be on the same line as the declaration
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) This comment is 75% valid code; is this commented out code?
(#604) No space found before comment text; expected "// global $DB;" but found "//global $DB;"
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#606) Inline control structures are not allowed
(#615) Opening brace should be on the same line as the declaration
(#616) Line indented incorrectly; expected at least 4 spaces, found 1
(#616) Inline control structures are not allowed
(#617) Line indented incorrectly; expected at least 4 spaces, found 2
(#617) Variable "callbacks_ok" must not contain underscores.
(#617) Expected 1 space before "="; 0 found
(#617) Expected 1 space after "="; 0 found
(#618) Line indented incorrectly; expected at least 4 spaces, found 1
(#618) Inline control structures are not allowed
(#619) Line indented incorrectly; expected at least 4 spaces, found 2
(#619) Variable "callbacks_ok" must not contain underscores.
(#619) Expected 1 space before "="; 0 found
(#619) Expected 1 space after "="; 0 found
(#621) Line indented incorrectly; expected at least 4 spaces, found 1
(#621) Expected 1 space before "="; 0 found
(#621) Expected 1 space after "="; 0 found
(#622) Line indented incorrectly; expected at least 4 spaces, found 2
(#623) Line indented incorrectly; expected at least 4 spaces, found 2
(#624) Line indented incorrectly; expected at least 4 spaces, found 2
(#625) Line indented incorrectly; expected at least 4 spaces, found 2
(#625) Variable "callbacks_ok" must not contain underscores.
(#626) Line indented incorrectly; expected at least 4 spaces, found 2
(#627) Line indented incorrectly; expected at least 4 spaces, found 2
(#628) Line indented incorrectly; expected at least 4 spaces, found 2
(#630) Line indented incorrectly; expected at least 4 spaces, found 2
(#630) Inline control structures are not allowed
(#631) Line indented incorrectly; expected at least 4 spaces, found 3
(#631) Expected 1 space before ".="; 0 found
(#631) Expected 1 space after ".="; 0 found
(#631) Variable "callbacks_ok" must not contain underscores.
(#633) Line indented incorrectly; expected at least 4 spaces, found 1
(#636) Variable "callbacks_ok" must not contain underscores.
(#637) Opening brace should be on the same line as the declaration
(#638) Line indented incorrectly; expected at least 4 spaces, found 1
(#638) Expected 1 space before "="; 0 found
(#638) Expected 1 space after "="; 0 found
(#642) Line indented incorrectly; expected at least 4 spaces, found 1
(#642) Inline control structures are not allowed
(#642) Expected 1 space before "=="; 0 found
(#642) Expected 1 space after "=="; 0 found
(#643) Line indented incorrectly; expected at least 4 spaces, found 2
(#643) Expected 1 space before ".="; 0 found
(#643) Expected 1 space after ".="; 0 found
(#644) Line indented incorrectly; expected at least 4 spaces, found 1
(#644) Inline control structures are not allowed
(#645) Line indented incorrectly; expected at least 4 spaces, found 2
(#645) Expected 1 space before ".="; 0 found
(#645) Expected 1 space after ".="; 0 found
(#647) Line indented incorrectly; expected at least 4 spaces, found 1
(#647) Expected 1 space before ".="; 0 found
(#647) Expected 1 space after ".="; 0 found
(#649) Line indented incorrectly; expected 4 spaces, found 1
(#649) Expected "if (...) {\n"; found "if (...)\n {\n"
(#650) Line indented incorrectly; expected at least 4 spaces, found 1
(#651) Line indented incorrectly; expected at least 8 spaces, found 2
(#651) Expected 1 space before ".="; 0 found
(#651) Expected 1 space after ".="; 0 found
(#656) Line indented incorrectly; expected at least 8 spaces, found 2
(#656) Inline control structures are not allowed
(#656) Variable "callbacks_ok" must not contain underscores.
(#657) Line indented incorrectly; expected at least 8 spaces, found 3
(#657) Expected 1 space before ".="; 0 found
(#657) Expected 1 space after ".="; 0 found
(#658) Line indented incorrectly; expected 8 spaces, found 2
(#659) Line indented incorrectly; expected at least 8 spaces, found 2
(#660) Line indented incorrectly; expected at least 12 spaces, found 3
(#660) Variable "callbacks_ok" must not contain underscores.
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#661) Line indented incorrectly; expected at least 12 spaces, found 3
(#661) Inline control structures are not allowed
(#661) Variable "callbacks_ok" must not contain underscores.
(#662) Line indented incorrectly; expected at least 12 spaces, found 4
(#662) Expected 1 space before ".="; 0 found
(#662) Expected 1 space after ".="; 0 found
(#663) Line indented incorrectly; expected at least 12 spaces, found 3
(#663) Inline control structures are not allowed
(#664) Line indented incorrectly; expected at least 12 spaces, found 4
(#664) Expected 1 space before ".="; 0 found
(#664) Expected 1 space after ".="; 0 found
(#665) Line indented incorrectly; expected 8 spaces, found 2
(#667) Line indented incorrectly; expected at least 8 spaces, found 1
(#667) Expected 1 space before ".="; 0 found
(#667) Expected 1 space after ".="; 0 found
(#669) Line indented incorrectly; expected 4 spaces, found 1
(#671) Line indented incorrectly; expected at least 4 spaces, found 1
(#671) Expected 1 space before ".="; 0 found
(#671) Expected 1 space after ".="; 0 found
(#676) Line indented incorrectly; expected at least 4 spaces, found 1
(#680) Opening brace should be on the same line as the declaration
(#681) Line indented incorrectly; expected at least 4 spaces, found 1
(#682) Line indented incorrectly; expected at least 4 spaces, found 1
(#682) Variable "callbackURL" must be all lower-case
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#682) Variable "CALLBACK_URL" must be all lower-case
(#682) Variable "CALLBACK_URL" must not contain underscores.
(#684) Line indented incorrectly; expected at least 4 spaces, found 1
(#685) Line indented incorrectly; expected at least 4 spaces, found 2
(#686) Line indented incorrectly; expected at least 4 spaces, found 2
(#686) Variable "callbackURL" must be all lower-case
(#689) Variable "callbacks_ok" must not contain underscores.
(#690) Opening brace should be on the same line as the declaration
(#691) Line indented incorrectly; expected at least 4 spaces, found 1
(#692) Line indented incorrectly; expected at least 4 spaces, found 1
(#692) Inline control structures are not allowed
(#692) Variable "callbacks_ok" must not contain underscores.
(#692) Expected 1 space before "=="; 0 found
(#692) Expected 1 space after "=="; 0 found
(#693) Line indented incorrectly; expected at least 4 spaces, found 2
(#694) Line indented incorrectly; expected at least 4 spaces, found 3
(#695) Line indented incorrectly; expected at least 4 spaces, found 3
(#696) Line indented incorrectly; expected at least 4 spaces, found 3
(#697) Line indented incorrectly; expected at least 4 spaces, found 3
(#698) Line indented incorrectly; expected at least 4 spaces, found 3
(#699) Line indented incorrectly; expected at least 4 spaces, found 3
(#700) Line indented incorrectly; expected at least 4 spaces, found 3
(#701) Line indented incorrectly; expected at least 4 spaces, found 3
(#702) Line indented incorrectly; expected at least 4 spaces, found 1
(#702) Inline control structures are not allowed
(#703) Line indented incorrectly; expected at least 4 spaces, found 2
(#708) Opening brace should be on the same line as the declaration
(#709) Line indented incorrectly; expected at least 4 spaces, found 1
(#710) Line indented incorrectly; expected at least 4 spaces, found 1
(#710) Expected 1 space before "="; 0 found
(#710) Expected 1 space after "="; 0 found
(#712) Line exceeds 132 characters; contains 138 characters
(#713) Line exceeds 132 characters; contains 159 characters
(#714) Line indented incorrectly; expected at least 4 spaces, found 1
(#714) Inline control structures are not allowed
(#715) Line indented incorrectly; expected at least 4 spaces, found 2
(#715) Expected 1 space before ".="; 0 found
(#715) Expected 1 space after ".="; 0 found
(#715) Line exceeds 132 characters; contains 140 characters
(#717) Line indented incorrectly; expected at least 4 spaces, found 1
(#717) Expected 1 space before ".="; 0 found
(#717) Expected 1 space after ".="; 0 found
(#719) Line indented incorrectly; expected at least 4 spaces, found 1
(#725) Expected 1 space(s) before asterisk; 0 found
(#726) Expected 1 space(s) before asterisk; 0 found
(#727) Expected 1 space(s) before asterisk; 0 found
(#728) Expected 1 space(s) before asterisk; 0 found
(#731) Opening brace should be on the same line as the declaration
(#733) Inline control structures are not allowed
(#733) Expected 1 space before "=="; 0 found
(#733) Expected 1 space after "=="; 0 found
(#734) Expected 1 space before "="; 0 found
(#734) Expected 1 space after "="; 0 found
(#736) Expected 1 space before "="; 0 found
(#736) Expected 1 space after "="; 0 found
(#737) Inline control structures are not allowed
(#737) Expected 1 space before "=="; 0 found
(#737) Expected 1 space after "=="; 0 found
(#746) Expected 1 space(s) before asterisk; 0 found
(#747) Expected 1 space(s) before asterisk; 0 found
(#748) Expected 1 space(s) before asterisk; 0 found
(#749) Expected 1 space(s) before asterisk; 0 found
(#750) Expected 1 space(s) before asterisk; 0 found
(#753) Opening brace should be on the same line as the declaration
(#754) Inline control structures are not allowed
(#757) Expected "if (...) {\n"; found "if (...)\n {\n"
(#757) Expected 1 space before "=="; 0 found
(#757) Expected 1 space after "=="; 0 found
(#757) Expected 1 space before "=="; 0 found
(#757) Expected 1 space after "=="; 0 found
(#759) Expected 1 space before "="; 0 found
(#759) Expected 1 space after "="; 0 found
(#760) Inline control structures are not allowed
(#760) Expected 1 space before "!="; 0 found
(#760) Expected 1 space after "!="; 0 found
(#764) Expected "if (...) {\n"; found "if (...)\n {\n"
(#764) Expected 1 space before "=="; 0 found
(#764) Expected 1 space after "=="; 0 found
(#764) Expected 1 space before "=="; 0 found
(#764) Expected 1 space after "=="; 0 found
(#766) Expected 1 space before "="; 0 found
(#766) Expected 1 space after "="; 0 found
(#767) Inline control structures are not allowed
(#767) Expected 1 space before "!="; 0 found
(#767) Expected 1 space after "!="; 0 found
(#773) Expected 1 space(s) before asterisk; 0 found
(#774) Expected 1 space(s) before asterisk; 0 found
(#777) Opening brace should be on the same line as the declaration
(#778) Expected 1 space before "="; 0 found
(#778) Expected 1 space after "="; 0 found
(#779) Inline control structures are not allowed
(#779) Expected 1 space before "=="; 0 found
(#779) Expected 1 space after "=="; 0 found
(#782) Expected 1 space before "="; 0 found
(#782) Expected 1 space after "="; 0 found
(#783) Inline control structures are not allowed
(#790) Expected 1 space(s) before asterisk; 0 found
(#791) Expected 1 space(s) before asterisk; 0 found
(#792) Expected 1 space(s) before asterisk; 0 found
(#794) Variable "entryID" must be all lower-case
(#795) Opening brace should be on the same line as the declaration
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#797) Inline control structures are not allowed
(#797) Expected 1 space before "=="; 0 found
(#797) Expected 1 space after "=="; 0 found
(#800) Variable "entryID" must be all lower-case
(#806) Expected 1 space(s) before asterisk; 0 found
(#807) Expected 1 space(s) before asterisk; 0 found
(#808) Expected 1 space(s) before asterisk; 0 found
(#809) Expected 1 space(s) before asterisk; 0 found
(#810) Expected 1 space(s) before asterisk; 0 found
(#813) Opening brace should be on the same line as the declaration
(#814) Expected 1 space before "="; 0 found
(#814) Expected 1 space after "="; 0 found
(#815) Inline control structures are not allowed
(#815) Expected 1 space before "=="; 0 found
(#815) Expected 1 space after "=="; 0 found
(#818) Expected 1 space before "="; 0 found
(#818) Expected 1 space after "="; 0 found
(#825) Expected 1 space(s) before asterisk; 0 found
(#826) Expected 1 space(s) before asterisk; 0 found
(#827) Expected 1 space(s) before asterisk; 0 found
(#830) Opening brace should be on the same line as the declaration
(#831) Expected 1 space before "="; 0 found
(#831) Expected 1 space after "="; 0 found
(#832) Inline control structures are not allowed
(#832) Expected 1 space before "=="; 0 found
(#832) Expected 1 space after "=="; 0 found
(#835) Expected 1 space before "="; 0 found
(#835) Expected 1 space after "="; 0 found
(#836) Expected 1 space before "="; 0 found
(#836) Expected 1 space after "="; 0 found
(#837) Expected 1 space before "="; 0 found
(#837) Expected 1 space after "="; 0 found
(#839) Variable "callbackURL" must be all lower-case
(#839) Expected 1 space before "="; 0 found
(#839) Expected 1 space after "="; 0 found
(#839) Variable "CALLBACK_URL" must be all lower-case
(#839) Variable "CALLBACK_URL" must not contain underscores.
(#840) Whitespace found at end of line
(#841) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#843) Expected "if (...) {\n"; found "if (...) \n {\n"
(#843) Expected 1 space before "=="; 0 found
(#843) Expected 1 space after "=="; 0 found
(#843) Variable "callbackURL" must be all lower-case
(#843) Whitespace found at end of line
(#845) Inline control structures are not allowed
(#845) Expected 1 space before "=="; 0 found
(#845) Expected 1 space after "=="; 0 found
(#846) Expected 1 space before "="; 0 found
(#846) Expected 1 space after "="; 0 found
(#848) Inline control structures are not allowed
(#848) Expected 1 space before "=="; 0 found
(#848) Expected 1 space after "=="; 0 found
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#854) Inline control structures are not allowed
(#856) Inline control structures are not allowed
(#861) Expected 1 space(s) before asterisk; 0 found
(#862) Expected 1 space(s) before asterisk; 0 found
(#865) Opening brace should be on the same line as the declaration
(#866) Line indented incorrectly; expected at least 4 spaces, found 1
(#866) Expected 1 space before "="; 0 found
(#866) Expected 1 space after "="; 0 found
(#868) Line indented incorrectly; expected at least 4 spaces, found 1
(#868) Inline control structures are not allowed
(#868) Expected 1 space before ">"; 0 found
(#868) Expected 1 space after ">"; 0 found
(#869) Line indented incorrectly; expected at least 4 spaces, found 2
(#871) Line indented incorrectly; expected at least 4 spaces, found 1
(#872) Line indented incorrectly; expected at least 4 spaces, found 1
(#878) Expected 1 space(s) before asterisk; 0 found
(#879) Expected 1 space(s) before asterisk; 0 found
(#880) Expected 1 space(s) before asterisk; 0 found
(#880) Whitespace found at end of line
(#881) Expected 1 space(s) before asterisk; 0 found
(#884) Opening brace should be on the same line as the declaration
(#885) Line indented incorrectly; expected at least 4 spaces, found 3
(#885) Inline control structures are not allowed
(#888) Line indented incorrectly; expected at least 4 spaces, found 3
(#891) Line indented incorrectly; expected 4 spaces, found 3
(#891) Expected "if (...) {\n"; found "if (...)\n {\n"
(#892) Line indented incorrectly; expected at least 4 spaces, found 3
(#893) Line indented incorrectly; expected at least 8 spaces, found 7
(#894) Line indented incorrectly; expected at least 8 spaces, found 7
(#894) The use of function print_r() is forbidden
(#895) Line indented incorrectly; expected at least 8 spaces, found 7
(#896) Line indented incorrectly; expected 4 spaces, found 3
(#897) Line indented incorrectly; expected at least 4 spaces, found 3
(#897) Inline control structures are not allowed
(#900) Line indented incorrectly; expected at least 4 spaces, found 3
(#904) Expected 1 space(s) before asterisk; 0 found
(#905) Expected 1 space(s) before asterisk; 0 found
(#906) Expected 1 space(s) before asterisk; 0 found
(#907) Expected 1 space(s) before asterisk; 0 found
(#910) Opening brace should be on the same line as the declaration
(#912) Expected "if (...) {\n"; found "if (...)\n {\n"
(#923) Expected 1 space(s) before asterisk; 0 found
(#924) Expected 1 space(s) before asterisk; 0 found
(#925) Expected 1 space(s) before asterisk; 0 found
(#926) Expected 1 space(s) before asterisk; 0 found
(#929) Opening brace should be on the same line as the declaration
(#930) Expected 1 space before "="; 0 found
(#930) Expected 1 space after "="; 0 found
(#931) Inline control structures are not allowed
(#931) Expected 1 space before "=="; 0 found
(#931) Expected 1 space after "=="; 0 found
(#932) Inline control structures are not allowed
(#932) Expected 1 space before "=="; 0 found
(#932) Expected 1 space after "=="; 0 found
(#934) Inline control structures are not allowed
(#937) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#940) Inline control structures are not allowed
(#947) Opening brace should be on the same line as the declaration
(#949) Expected 1 space before "="; 0 found
(#949) Expected 1 space after "="; 0 found
(#949) Expected 1 space before "=>"; 0 found
(#949) Expected 1 space after "=>"; 0 found
(#951) Expected "if (...) {\n"; found "if (...)\n {\n"
(#953) Expected 1 space before "="; 0 found
(#953) Expected 1 space after "="; 0 found
(#954) Expected 1 space before "="; 0 found
(#954) Expected 1 space after "="; 0 found
(#955) Expected 1 space before "="; 0 found
(#955) Expected 1 space after "="; 0 found
(#956) Expected 1 space before "="; 0 found
(#956) Expected 1 space after "="; 0 found
(#957) Expected 1 space before "="; 0 found
(#957) Expected 1 space after "="; 0 found
(#963) A closing tag is not permitted at the end of a PHP file
blocks/pageone/pageonelib_5.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Whitespace found at end of line
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#19) Opening brace should be on the same line as the declaration
(#20) Inline control structures are not allowed
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#26) Variable "loginRequest" must be all lower-case
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) Variable "loginRequest" must be all lower-case
(#29) Variable "user_id" must not contain underscores.
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Variable "loginRequest" must be all lower-case
(#30) Variable "user_id" must not contain underscores.
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
(#33) Variable "loginRequest" must be all lower-case
(#35) Variable "loginRequest" must be all lower-case
(#36) Inline control structures are not allowed
(#36) Expected 1 space before "=="; 0 found
(#36) Expected 1 space after "=="; 0 found
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected "if (...) {\n"; found "if (...)\n {\n"
(#41) Expected 1 space before "=="; 0 found
(#41) Expected 1 space after "=="; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Inline control structures are not allowed
(#48) Inline control structures are not allowed
(#59) Opening brace should be on the same line as the declaration
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#63) Variable "logoffRequest" must be all lower-case
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Variable "logoffRequest" must be all lower-case
(#66) Variable "logoffRequest" must be all lower-case
(#67) Inline control structures are not allowed
(#67) Expected 1 space before "=="; 0 found
(#67) Expected 1 space after "=="; 0 found
(#71) Expected 1 space before "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#72) Inline control structures are not allowed
(#72) Expected 1 space before "=="; 0 found
(#72) Expected 1 space after "=="; 0 found
(#74) Inline control structures are not allowed
(#80) Expected 1 space(s) before asterisk; 0 found
(#81) Expected 1 space(s) before asterisk; 0 found
(#82) Expected 1 space(s) before asterisk; 0 found
(#83) Expected 1 space(s) before asterisk; 0 found
(#84) Expected 1 space(s) before asterisk; 0 found
(#85) Expected 1 space(s) before asterisk; 0 found
(#86) Expected 1 space(s) before asterisk; 0 found
(#88) Variable "messageText" must be all lower-case
(#88) Variable "user_map" must not contain underscores.
(#89) Opening brace should be on the same line as the declaration
(#90) Expected "if (...) {\n"; found "if (...)\n {\n"
(#90) Expected 1 space before "<"; 0 found
(#90) Expected 1 space after "<"; 0 found
(#92) Variable "messageText" must be all lower-case
(#92) Variable "user_map" must not contain underscores.
(#93) Whitespace found at end of line
(#94) Expected "} else {\n"; found "} \n else\n {\n"
(#96) Variable "consolidated_response" must not contain underscores.
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#97) Variable "consolidated_response" must not contain underscores.
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Variable "consolidated_response" must not contain underscores.
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#100) Expected "for (...) {\n"; found "for (...)\n {\n"
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "<"; 0 found
(#100) Expected 1 space after "<"; 0 found
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "+"; 0 found
(#100) Expected 1 space after "+"; 0 found
(#102) Variable "split_nums" must not contain underscores.
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#103) Variable "split_nums" must not contain underscores.
(#103) Variable "messageText" must be all lower-case
(#103) Variable "user_map" must not contain underscores.
(#104) Inline control structures are not allowed
(#105) Variable "consolidated_response" must not contain underscores.
(#105) Expected 1 space before ".="; 0 found
(#105) Expected 1 space after ".="; 0 found
(#106) Inline control structures are not allowed
(#107) Variable "consolidated_response" must not contain underscores.
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#109) Variable "consolidated_response" must not contain underscores.
(#113) Variable "messageText" must be all lower-case
(#113) Variable "user_map" must not contain underscores.
(#114) Opening brace should be on the same line as the declaration
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#118) Variable "sendMessageRequest" must be all lower-case
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Variable "sendMessageRequest" must be all lower-case
(#119) Whitespace found at end of line
(#121) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#124) Variable "sendMessageRequest" must be all lower-case
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Variable "sendMessageRequest" must be all lower-case
(#129) Variable "messageText" must be all lower-case
(#129) Whitespace found at end of line
(#131) Expected "if (...) {\n"; found "if (...)\n {\n"
(#131) Expected 1 space before ">"; 0 found
(#131) Expected 1 space after ">"; 0 found
(#133) Variable "sendMessageRequest" must be all lower-case
(#135) Expected "} else {\n"; found "}\n else\n {\n"
(#137) Expected "if (...) {\n"; found "if (...)\n {\n"
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before ">"; 0 found
(#137) Expected 1 space after ">"; 0 found
(#139) Variable "sendMessageRequest" must be all lower-case
(#143) This comment is 63% valid code; is this commented out code?
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) No space found before comment text; expected "// $expireDay = mktime(date("H"), date("i"), date("s"), date("m") , date("d")+2, date("Y"));" but found "//$expireDay = mktime(date("H"), date("i"), date("s"), date("m") , date("d")+2, date("Y"));"
(#144) This comment is 67% valid code; is this commented out code?
(#144) No space found before comment text; expected "// $expireAt=new DOMElement("expireAt", date("Y-m-d\TH:i:s\Z", $expireDay));" but found "//$expireAt=new DOMElement("expireAt", date("Y-m-d\TH:i:s\Z", $expireDay));"
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) This comment is 86% valid code; is this commented out code?
(#145) No space found before comment text; expected "// $sendMessageRequest->appendChild($expireAt);" but found "//$sendMessageRequest->appendChild($expireAt);"
(#147) This comment is 67% valid code; is this commented out code?
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) No space found before comment text; expected "// $deliverAt=new DOMElement("deliverAt", date("Y-m-d\TH:i:s\Z"));" but found "//$deliverAt=new DOMElement("deliverAt", date("Y-m-d\TH:i:s\Z"));"
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) This comment is 86% valid code; is this commented out code?
(#148) No space found before comment text; expected "// $sendMessageRequest->appendChild($deliverAt);" but found "//$sendMessageRequest->appendChild($deliverAt);"
(#150) Variable "sendMessageRequest" must be all lower-case
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#153) Inline control structures are not allowed
(#153) Expected 1 space before "=="; 0 found
(#153) Expected 1 space after "=="; 0 found
(#157) This comment is 58% valid code; is this commented out code?
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) This comment is 73% valid code; is this commented out code?
(#171) No space found before comment text; expected "// $response->id=$result->getElementsByTagName("id")->item(0)->nodeValue;" but found "//$response->id=$result->getElementsByTagName("id")->item(0)->nodeValue;"
(#173) Variable "status_list" must not contain underscores.
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// If anything has a status higher than 399, then something went wrong" but found "//If anything has a status higher than 399, then something went wrong"
(#176) Expected "for (...) {\n"; found "for(...)\n {\n"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#176) Expected 1 space before "<"; 0 found
(#176) Expected 1 space after "<"; 0 found
(#176) Variable "status_list" must not contain underscores.
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#178) Variable "status_list" must not contain underscores.
(#179) Expected "if (...) {\n"; found "if (...)\n {\n"
(#179) Expected 1 space before ">"; 0 found
(#179) Expected 1 space after ">"; 0 found
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#182) Expected 1 space before ".="; 0 found
(#182) Expected 1 space after ".="; 0 found
(#182) Variable "user_map" must not contain underscores.
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#192) Expected 1 space(s) before asterisk; 0 found
(#193) Expected 1 space(s) before asterisk; 0 found
(#194) Expected 1 space(s) before asterisk; 0 found
(#195) Expected 1 space(s) before asterisk; 0 found
(#198) Opening brace should be on the same line as the declaration
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#202) Variable "p1Header" must be all lower-case
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#203) Variable "p1Header" must be all lower-case
(#205) Variable "session_id" must not contain underscores.
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#206) Variable "p1Header" must be all lower-case
(#206) Variable "session_id" must not contain underscores.
(#206) Whitespace found at end of line
(#208) Variable "p1Header" must be all lower-case
(#212) Expected 1 space(s) before asterisk; 0 found
(#213) Expected 1 space(s) before asterisk; 0 found
(#214) Expected 1 space(s) before asterisk; 0 found
(#217) Opening brace should be on the same line as the declaration
(#218) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#219) Inline control structures are not allowed
(#219) Expected 1 space before "=="; 0 found
(#219) Expected 1 space after "=="; 0 found
(#222) Expected 1 space before "="; 0 found
(#222) Expected 1 space after "="; 0 found
(#225) Variable "getCreditsRequest" must be all lower-case
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#226) Variable "getCreditsRequest" must be all lower-case
(#228) Expected 1 space before "="; 0 found
(#228) Expected 1 space after "="; 0 found
(#228) Variable "getCreditsRequest" must be all lower-case
(#231) Inline control structures are not allowed
(#231) Expected 1 space before "=="; 0 found
(#231) Expected 1 space after "=="; 0 found
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#241) Expected 1 space(s) before asterisk; 0 found
(#242) Expected 1 space(s) before asterisk; 0 found
(#243) Expected 1 space(s) before asterisk; 0 found
(#246) Opening brace should be on the same line as the declaration
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Inline control structures are not allowed
(#248) Expected 1 space before "=="; 0 found
(#248) Expected 1 space after "=="; 0 found
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#254) Variable "msisdnRequest" must be all lower-case
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#255) Variable "msisdnRequest" must be all lower-case
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#257) Variable "msisdnRequest" must be all lower-case
(#260) Inline control structures are not allowed
(#260) Expected 1 space before "=="; 0 found
(#260) Expected 1 space after "=="; 0 found
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#265) Expected 1 space before "="; 0 found
(#265) Expected 1 space after "="; 0 found
(#266) Inline control structures are not allowed
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#274) Expected 1 space(s) before asterisk; 0 found
(#275) Expected 1 space(s) before asterisk; 0 found
(#276) Expected 1 space(s) before asterisk; 0 found
(#277) Expected 1 space(s) before asterisk; 0 found
(#280) Opening brace should be on the same line as the declaration
(#281) Expected 1 space before "="; 0 found
(#281) Expected 1 space after "="; 0 found
(#290) Expected 1 space(s) before asterisk; 0 found
(#291) Expected 1 space(s) before asterisk; 0 found
(#292) Expected 1 space(s) before asterisk; 0 found
(#293) Expected 1 space(s) before asterisk; 0 found
(#296) Opening brace should be on the same line as the declaration
(#297) Expected 1 space before "="; 0 found
(#297) Expected 1 space after "="; 0 found
(#300) Variable "pageoneHeader" must be all lower-case
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#301) Variable "pageoneHeader" must be all lower-case
(#303) Variable "session_id" must not contain underscores.
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#304) Variable "pageoneHeader" must be all lower-case
(#304) Variable "session_id" must not contain underscores.
(#304) Whitespace found at end of line
(#306) Variable "pageoneHeader" must be all lower-case
(#310) Expected 1 space(s) before asterisk; 0 found
(#311) Expected 1 space(s) before asterisk; 0 found
(#312) Expected 1 space(s) before asterisk; 0 found
(#313) Expected 1 space(s) before asterisk; 0 found
(#314) Expected 1 space(s) before asterisk; 0 found
(#315) Expected 1 space(s) before asterisk; 0 found
(#316) Expected 1 space(s) before asterisk; 0 found
(#317) Expected 1 space(s) before asterisk; 0 found
(#320) Opening brace should be on the same line as the declaration
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#324) Variable "addCallBackRequest" must be all lower-case
(#324) Expected 1 space before "="; 0 found
(#324) Expected 1 space after "="; 0 found
(#325) Variable "addCallBackRequest" must be all lower-case
(#327) Variable "wsdlUrl" must be all lower-case
(#327) Expected 1 space before "="; 0 found
(#327) Expected 1 space after "="; 0 found
(#327) Whitespace found at end of line
(#328) Variable "addCallBackRequest" must be all lower-case
(#328) Variable "wsdlUrl" must be all lower-case
(#330) Variable "addCallBackRequest" must be all lower-case
(#330) Line exceeds 132 characters; contains 161 characters
(#336) Expected 1 space(s) before asterisk; 0 found
(#337) Expected 1 space(s) before asterisk; 0 found
(#338) Expected 1 space(s) before asterisk; 0 found
(#339) Expected 1 space(s) before asterisk; 0 found
(#340) Expected 1 space(s) before asterisk; 0 found
(#342) Variable "entryID" must be all lower-case
(#343) Opening brace should be on the same line as the declaration
(#344) Inline control structures are not allowed
(#345) Variable "entryID" must be all lower-case
(#347) Expected 1 space before "="; 0 found
(#347) Expected 1 space after "="; 0 found
(#350) Variable "removeCallBackRequest" must be all lower-case
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#351) Variable "removeCallBackRequest" must be all lower-case
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#353) Variable "entryID" must be all lower-case
(#353) Whitespace found at end of line
(#354) Variable "removeCallBackRequest" must be all lower-case
(#356) Variable "removeCallBackRequest" must be all lower-case
(#356) Line exceeds 132 characters; contains 177 characters
(#362) Expected 1 space(s) before asterisk; 0 found
(#363) Expected 1 space(s) before asterisk; 0 found
(#364) Expected 1 space(s) before asterisk; 0 found
(#365) Expected 1 space(s) before asterisk; 0 found
(#366) Expected 1 space(s) before asterisk; 0 found
(#369) Opening brace should be on the same line as the declaration
(#370) Expected "if (...) {\n"; found "if (...)\n {\n"
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#372) Expected 1 space before "="; 0 found
(#372) Expected 1 space after "="; 0 found
(#373) Expected 1 space before "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#376) Expected "} else {\n"; found "}\n else\n {\n"
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#386) Expected 1 space(s) before asterisk; 0 found
(#387) Expected 1 space(s) before asterisk; 0 found
(#388) Expected 1 space(s) before asterisk; 0 found
(#389) Expected 1 space(s) before asterisk; 0 found
(#390) Expected 1 space(s) before asterisk; 0 found
(#391) Expected 1 space(s) before asterisk; 0 found
(#394) Opening brace should be on the same line as the declaration
(#395) Inline control structures are not allowed
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#401) Variable "listRequest" must be all lower-case
(#401) Expected 1 space before "="; 0 found
(#401) Expected 1 space after "="; 0 found
(#402) Variable "listRequest" must be all lower-case
(#405) Variable "listRequest" must be all lower-case
(#407) Inline control structures are not allowed
(#407) Expected 1 space before "=="; 0 found
(#407) Expected 1 space after "=="; 0 found
(#411) Expected 1 space before "="; 0 found
(#411) Expected 1 space after "="; 0 found
(#412) Expected 1 space before "="; 0 found
(#412) Expected 1 space after "="; 0 found
(#413) Expected "for (...) {\n"; found "for (...)\n {\n"
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#413) Expected 1 space before "<"; 0 found
(#415) Expected 1 space before "="; 0 found
(#415) Expected 1 space after "="; 0 found
(#416) Expected 1 space before "="; 0 found
(#416) Expected 1 space after "="; 0 found
(#417) Inline control structures are not allowed
(#417) Expected 1 space before "=="; 0 found
(#417) Expected 1 space after "=="; 0 found
(#418) Expected 1 space before "="; 0 found
(#418) Expected 1 space after "="; 0 found
(#420) Inline control structures are not allowed
(#420) Expected 1 space before "=="; 0 found
(#420) Expected 1 space after "=="; 0 found
(#421) Expected 1 space before "="; 0 found
(#421) Expected 1 space after "="; 0 found
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#431) A closing tag is not permitted at the end of a PHP file
blocks/pageone/services/callback_url.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Expected 1 space(s) before asterisk; 0 found
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Expected 1 space(s) before asterisk; 0 found
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Expected 1 space(s) before asterisk; 0 found
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Variable "CALLBACK_URL" must be all lower-case
(#9) Variable "CALLBACK_URL" must not contain underscores.
(#9) Expected 1 space before "="; 0 found
(#9) Expected 1 space after "="; 0 found
(#10) A closing tag is not permitted at the end of a PHP file
blocks/pageone/services/liquidCallback.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Line exceeds maximum limit of 180 characters; contains 249 characters
(#8) Line exceeds maximum limit of 180 characters; contains 249 characters
(#10) Line exceeds maximum limit of 180 characters; contains 556 characters
(#10) Line exceeds maximum limit of 180 characters; contains 556 characters
(#149) Inline control structures are not allowed
(#149) Expected 1 space before "=="; 0 found
(#149) Expected 1 space after "=="; 0 found
(#149) Variable "CALLBACK_URL" must be all lower-case
(#149) Variable "CALLBACK_URL" must not contain underscores.
(#149) Expected 1 space before ">"; 0 found
(#149) Expected 1 space after ">"; 0 found
(#150) Variable "CALLBACK_URL" must be all lower-case
(#150) Variable "CALLBACK_URL" must not contain underscores.
(#151) Inline control structures are not allowed
(#152) Variable "CALLBACK_URL" must be all lower-case
(#152) Variable "CALLBACK_URL" must not contain underscores.
blocks/pageone/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) This comment is 64% valid code; is this commented out code?
(#10) No space found before comment text; expected "// require_once($CFG->dirroot . '/blocks/pageone/settingslib.php');" but found "//require_once($CFG->dirroot . '/blocks/pageone/settingslib.php');"
(#17) Line exceeds 132 characters; contains 135 characters
(#21) Variable "full_locales" must not contain underscores.
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#24) Inline control structures are not allowed
(#24) Expected 1 space before "="; 0 found
(#24) Expected 1 space after "="; 0 found
(#24) Expected 1 space before "<"; 0 found
(#24) Expected 1 space after "<"; 0 found
(#25) Variable "full_locales" must not contain underscores.
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#28) Variable "full_locales" must not contain underscores.
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#39) Variable "mtype_message" must not contain underscores.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Inline control structures are not allowed
(#40) Expected 1 space before "=="; 0 found
(#40) Expected 1 space after "=="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Inline control structures are not allowed
(#43) Variable "mtype_message" must not contain underscores.
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#46) Variable "mtype_message" must not contain underscores.
(#49) Variable "receive_opts" must not contain underscores.
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Inline control structures are not allowed
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "<"; 0 found
(#50) Expected 1 space after "<"; 0 found
(#51) Variable "receive_opts" must not contain underscores.
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#54) Variable "receive_opts" must not contain underscores.
(#62) Variable "msisdn_opts" must not contain underscores.
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Inline control structures are not allowed
(#63) Variable "msisdn_opts" must not contain underscores.
(#65) Variable "msisdn_opts" must not contain underscores.
(#66) Inline control structures are not allowed
(#73) Whitespace found at end of line
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
blocks/pageone/settingslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#9) Expected "if (...) {\n"; found "if (...)\n{\n"
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) 3 slashes comments are not allowed; use "// Comment." instead
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Opening brace should be on the same line as the declaration
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Opening brace should be on the same line as the declaration
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Inline control structures are not allowed
(#29) Line indented incorrectly; expected at least 8 spaces, found 3
(#29) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Opening brace should be on the same line as the declaration
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Inline control structures are not allowed
(#37) Line indented incorrectly; expected at least 8 spaces, found 3
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Whitespace found at end of line
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Opening brace should be on the same line as the declaration
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Inline control structures are not allowed
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Inline control structures are not allowed
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "msisdn_opts" must not contain underscores.
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#55) Expected "if (...) {\n"; found "if (...)\n {\n"
(#55) Variable "msisdn_opts" must not contain underscores.
(#55) Expected 1 space before ">"; 0 found
(#55) Expected 1 space after ">"; 0 found
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Expected 1 space before ".="; 0 found
(#57) Expected 1 space after ".="; 0 found
(#58) Line indented incorrectly; expected 12 spaces, found 3
(#58) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Variable "msisdn_opts" must not contain underscores.
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Inline control structures are not allowed
(#60) Expected 1 space before "=="; 0 found
(#60) Expected 1 space after "=="; 0 found
(#61) Line indented incorrectly; expected at least 16 spaces, found 5
(#61) Expected 1 space before ".="; 0 found
(#61) Expected 1 space after ".="; 0 found
(#62) Line indented incorrectly; expected at least 16 spaces, found 4
(#62) Inline control structures are not allowed
(#63) Line indented incorrectly; expected at least 16 spaces, found 5
(#63) Expected 1 space before ".="; 0 found
(#63) Expected 1 space after ".="; 0 found
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Expected 1 space before ".="; 0 found
(#65) Expected 1 space after ".="; 0 found
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Expected 1 space before ".="; 0 found
(#66) Expected 1 space after ".="; 0 found
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "} else {\n"; found "}\n else\n {\n"
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Expected 1 space before ".="; 0 found
(#71) Expected 1 space after ".="; 0 found
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Line indented incorrectly; expected at least 12 spaces, found 4
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#76) Line indented incorrectly; expected 4 spaces, found 1
(#78) A closing tag is not permitted at the end of a PHP file
blocks/pageone/styles.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) File is being unconditionally included; use "require" instead
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Reached the end of the file before finding all of the opening comment.
(#4) A closing tag is not permitted at the end of a PHP file
blocks/pageone/tabs.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Line indented incorrectly; expected 0 spaces, found 4
(#11) Line indented incorrectly; expected 0 spaces, found 4
(#12) Line indented incorrectly; expected 0 spaces, found 4
(#14) Line indented incorrectly; expected 0 spaces, found 4
(#15) Line indented incorrectly; expected 0 spaces, found 4
(#17) Line indented incorrectly; expected 0 spaces, found 4
(#22) Line exceeds 132 characters; contains 168 characters
(#23) Line exceeds 132 characters; contains 171 characters
(#24) Line exceeds maximum limit of 180 characters; contains 184 characters
(#25) Inline control structures are not allowed
(#25) Expected 1 space before "=="; 0 found
(#25) Expected 1 space after "=="; 0 found
(#30) A closing tag is not permitted at the end of a PHP file
blocks/pageone/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/pageone/viewin.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Line indented incorrectly; expected 0 spaces, found 4
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#25) Line indented incorrectly; expected 0 spaces, found 4
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Inline control structures are not allowed
(#31) Expected 1 space before "="; 0 found
(#31) Expected 1 space after "="; 0 found
(#33) Variable "course_context" must not contain underscores.
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#34) Inline control structures are not allowed
(#34) Expected 1 space before "=="; 0 found
(#34) Expected 1 space after "=="; 0 found
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#35) Variable "course_context" must not contain underscores.
(#36) Inline control structures are not allowed
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#52) Whitespace found at end of line
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#54) Line indented incorrectly; expected 0 spaces, found 4
(#56) Line indented incorrectly; expected 4 spaces, found 8
(#56) Variable "course_context" must not contain underscores.
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#60) Line indented incorrectly; expected 4 spaces, found 8
(#61) Line indented incorrectly; expected 0 spaces, found 4
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected 0 spaces, found 4
(#66) Whitespace found at end of line
(#67) Line indented incorrectly; expected 0 spaces, found 4
(#69) Line indented incorrectly; expected 0 spaces, found 4
(#71) Expected 1 space before "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#73) Line indented incorrectly; expected 0 spaces, found 4
(#73) Expected "if (...) {\n"; found "if (...)\n { \n"
(#73) Expected 1 space before "!="; 0 found
(#73) Expected 1 space after "!="; 0 found
(#74) Whitespace found at end of line
(#75) Inline control structures are not allowed
(#77) Line indented incorrectly; expected 0 spaces, found 4
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) 3 slashes comments are not allowed; use "// Comment." instead
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) File is being unconditionally included; use "require" instead
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#110) A closing tag is not permitted at the end of a PHP file

Javascript coding style problems

(0 errors, 403 warnings)

This section shows the coding style problems detected in the code by jshint [More info]

blocks/pageone/script/fieldCounter.js
(#2) Missing semicolon.
(#46) Missing semicolon.
(#74) Expected '{' and instead saw 'cChars'.
(#84) Empty block.
(#92) Expected '===' and instead saw '=='.
(#103) Expected '{' and instead saw 'charWarn'.
(#107) Expected '{' and instead saw 'return'.
(#126) Expected '!==' and instead saw '!='.
(#134) This character may get silently deleted by one or more browsers.
(#135) This character may get silently deleted by one or more browsers.
(#136) This character may get silently deleted by one or more browsers.
(#137) This character may get silently deleted by one or more browsers.
(#138) This character may get silently deleted by one or more browsers.
(#140) Expected '===' and instead saw '=='.
(#140) Expected '===' and instead saw '=='.
(#140) Expected '===' and instead saw '=='.
(#140) Expected '===' and instead saw '=='.
(#140) Expected '===' and instead saw '=='.
(#141) Expected '===' and instead saw '=='.
(#141) Expected '===' and instead saw '=='.
(#141) Expected '===' and instead saw '=='.
(#141) Expected '===' and instead saw '=='.
(#141) Expected '===' and instead saw '=='.
(#142) Expected '===' and instead saw '=='.
(#142) Expected '===' and instead saw '=='.
(#142) Expected '===' and instead saw '=='.
(#142) Expected '===' and instead saw '=='.
(#142) Expected '===' and instead saw '=='.
(#143) Expected '===' and instead saw '=='.
(#143) Expected '===' and instead saw '=='.
(#143) Expected '===' and instead saw '=='.
(#143) Expected '===' and instead saw '=='.
(#143) Expected '===' and instead saw '=='.
(#144) Expected '===' and instead saw '=='.
(#144) Expected '===' and instead saw '=='.
(#144) Expected '===' and instead saw '=='.
(#144) Expected '===' and instead saw '=='.
(#144) Expected '===' and instead saw '=='.
(#145) Expected '===' and instead saw '=='.
(#145) Expected '===' and instead saw '=='.
(#145) Expected '===' and instead saw '=='.
(#145) Expected '===' and instead saw '=='.
(#145) Expected '===' and instead saw '=='.
(#146) Expected '===' and instead saw '=='.
(#146) Expected '===' and instead saw '=='.
(#146) Expected '===' and instead saw '=='.
(#146) Expected '===' and instead saw '=='.
(#146) Expected '===' and instead saw '=='.
(#147) Expected '===' and instead saw '=='.
(#147) Expected '===' and instead saw '=='.
(#148) Empty block.
(#153) Expected '{' and instead saw 'extChars'.
(#155) Expected '{' and instead saw 'extChars'.
blocks/pageone/script/prototype.js
(#17) Missing semicolon.
(#18) Missing semicolon.
(#24) Missing semicolon.
(#26) Missing semicolon.
(#28) The object literal notation {} is preferable.
(#35) Missing semicolon.
(#40) Expected '{' and instead saw 'return'.
(#41) Expected '{' and instead saw 'return'.
(#44) Expected '{' and instead saw 'return'.
(#52) Expected '{' and instead saw 'keys'.
(#59) Expected '{' and instead saw 'values'.
(#72) Missing semicolon.
(#73) Missing semicolon.
(#76) 'object' is already defined.
(#79) Missing semicolon.
(#80) Missing semicolon.
(#85) Expected '{' and instead saw 'return'.
(#113) Missing semicolon.
(#132) Expected '{' and instead saw 'return'.
(#147) Missing semicolon.
(#151) Avoid arguments.callee.
(#154) Expected a conditional expression and instead saw an assignment.
(#159) Expected an assignment or function call and instead saw an expression.
(#170) Expected '{' and instead saw 'return'.
(#208) eval can be harmful.
(#208) Missing semicolon.
(#226) Expected '{' and instead saw 'return'.
(#242) Expected '===' and instead saw '=='.
(#242) Expected '{' and instead saw 'return'.
(#244) Expected '===' and instead saw '=='.
(#259) Expected '{' and instead saw 'return'.
(#261) Expected '{' and instead saw 'return'.
(#266) Expected '===' and instead saw '=='.
(#266) Expected '{' and instead saw 'return'.
(#268) Missing semicolon.
(#269) Missing semicolon.
(#273) 'Template' was used before it was defined.
(#284) Expected '===' and instead saw '=='.
(#284) Expected '{' and instead saw 'return'.
(#288) Missing semicolon.
(#290) The object literal notation {} is preferable.
(#291) The object literal notation {} is preferable.
(#301) Expected '!==' and instead saw '!='.
(#301) Expected '{' and instead saw 'throw'.
(#305) Expected '!==' and instead saw '!='.
(#305) Expected '{' and instead saw 'throw'.
(#313) Expected '{' and instead saw 'slices'.
(#321) Expected '{' and instead saw 'throw'.
(#329) Expected a conditional expression and instead saw an assignment.
(#330) Expected '{' and instead saw 'throw'.
(#358) Expected '{' and instead saw 'results'.
(#368) Expected '{' and instead saw 'results'.
(#369) Missing semicolon.
(#376) Expected '===' and instead saw '=='.
(#387) Expected '{' and instead saw '('.
(#388) Missing semicolon.
(#411) Expected '===' and instead saw '=='.
(#412) Expected '{' and instead saw 'result'.
(#421) Expected '===' and instead saw '=='.
(#422) Expected '{' and instead saw 'result'.
(#448) Expected '{' and instead saw 'results'.
(#468) Expected '===' and instead saw '=='.
(#469) Expected '{' and instead saw 'iterator'.
(#480) Missing semicolon.
(#489) '$A' was used before it was defined.
(#490) Expected '{' and instead saw 'return'.
(#496) Expected '{' and instead saw 'results'.
(#499) Missing semicolon.
(#504) Expected '{' and instead saw 'Array'.
(#509) Expected '{' and instead saw 'iterator'.
(#527) Expected '!==' and instead saw '!='.
(#527) Expected '!==' and instead saw '!='.
(#533) Expected '===' and instead saw '=='.
(#547) Expected '{' and instead saw 'if'.
(#547) Expected '===' and instead saw '=='.
(#547) Expected '{' and instead saw 'return'.
(#579) Expected '===' and instead saw '=='.
(#579) Expected '{' and instead saw 'continue'.
(#605) Expected '{' and instead saw 'pair'.
(#606) Expected '{' and instead saw 'return'.
(#616) Missing semicolon.
(#618) '$H' was used before it was defined.
(#643) Expected '{' and instead saw 'return'.
(#645) Expected '{' and instead saw 'return'.
(#650) '$R' was used before it was defined.
(#652) Missing semicolon.
(#657) Missing semicolon.
(#658) Missing semicolon.
(#659) Missing semicolon.
(#664) Missing semicolon.
(#675) Expected '{' and instead saw 'this'.
(#684) Expected '===' and instead saw '=='.
(#713) Missing semicolon.
(#717) Expected '===' and instead saw '=='.
(#720) Missing semicolon.
(#735) Expected '{' and instead saw 'params'.
(#735) ['_'] is better written in dot notation.
(#739) ['_method'] is better written in dot notation.
(#746) Expected '===' and instead saw '=='.
(#747) Expected '{' and instead saw 'this'.
(#758) Expected '{' and instead saw 'setTimeout'.
(#758) Missing semicolon.
(#763) Expected '===' and instead saw '=='.
(#770) Expected '{' and instead saw 'this'.
(#780) Expected '{' and instead saw 'this'.
(#790) Expected '===' and instead saw '=='.
(#800) Expected '{' and instead saw 'headers'.
(#800) ['Connection'] is better written in dot notation.
(#804) Expected '===' and instead saw '=='.
(#807) Expected '===' and instead saw '=='.
(#808) Expected '{' and instead saw 'for'.
(#809) Expected '{' and instead saw 'headers'.
(#811) Expected '{' and instead saw '$H'.
(#811) Missing semicolon.
(#815) Expected '{' and instead saw 'this'.
(#827) Expected '===' and instead saw '=='.
(#844) Expected '===' and instead saw '=='.
(#847) Expected '{' and instead saw 'this'.
(#857) Missing semicolon.
(#863) eval can be harmful.
(#864) Missing semicolon.
(#869) eval can be harmful.
(#888) Missing semicolon.
(#906) Expected '{' and instead saw 'response'.
(#908) Expected a conditional expression and instead saw an assignment.
(#910) Expected '{' and instead saw 'new'.
(#912) Expected '{' and instead saw 'receiver'.
(#917) Expected '{' and instead saw 'setTimeout'.
(#951) Expected '===' and instead saw '=='.
(#964) '$' was used before it was defined.
(#967) Expected '{' and instead saw 'elements'.
(#970) Expected '===' and instead saw '=='.
(#971) Expected '{' and instead saw 'element'.
(#981) Expected '{' and instead saw 'results'.
(#983) Missing semicolon.
(#996) Expected '{' and instead saw 'elements'.
(#1000) Missing semicolon.
(#1005) Expected '{' and instead saw 'var'.
(#1005) Redefinition of 'Element'.
(#1005) The object literal notation {} is preferable.
(#1008) Expected '{' and instead saw 'return'.
(#1009) Expected '===' and instead saw '=='.
(#1009) Expected '{' and instead saw 'return'.
(#1011) Expected '!==' and instead saw '!='.
(#1014) Expected '===' and instead saw '=='.
(#1015) Expected '{' and instead saw 'Object'.
(#1017) Expected '{' and instead saw 'Object'.
(#1021) Expected '===' and instead saw '=='.
(#1022) Expected '{' and instead saw 'element'.
(#1025) 'methods' is already defined.
(#1025) 'cache' is already defined.
(#1026) 'property' is already defined.
(#1027) 'value' is already defined.
(#1028) Expected '===' and instead saw '=='.
(#1029) Expected '{' and instead saw 'element'.
(#1035) Missing semicolon.
(#1039) Did you mean to return a conditional instead of an assignment?
(#1041) Missing semicolon.
(#1043) Missing semicolon.
(#1047) Expected '!==' and instead saw '!='.
(#1073) Expected '===' and instead saw '=='.
(#1075) Missing semicolon.
(#1089) Missing semicolon.
(#1099) Expected '{' and instead saw 'result'.
(#1107) Expected a conditional expression and instead saw an assignment.
(#1108) Expected '{' and instead saw 'if'.
(#1108) Expected '===' and instead saw '=='.
(#1109) Expected '{' and instead saw 'elements'.
(#1137) Expected '===' and instead saw '=='.
(#1138) Expected '{' and instead saw 'selector'.
(#1178) Expected '{' and instead saw 'return'.
(#1180) Expected '===' and instead saw '=='.
(#1180) Expected '{' and instead saw 'return'.
(#1181) Expected '===' and instead saw '=='.
(#1183) Expected '{' and instead saw 'return'.
(#1188) Expected '{' and instead saw 'return'.
(#1194) Expected '{' and instead saw 'return'.
(#1215) Expected '===' and instead saw '=='.
(#1216) Expected '{' and instead saw 'element'.
(#1227) Expected an assignment or function call and instead saw an expression.
(#1228) Expected a conditional expression and instead saw an assignment.
(#1229) Expected '{' and instead saw 'if'.
(#1229) Expected '===' and instead saw '=='.
(#1229) Expected '{' and instead saw 'return'.
(#1254) Expected '{' and instead saw 'if'.
(#1254) Expected '===' and instead saw '=='.
(#1254) Expected '{' and instead saw 'value'.
(#1256) Expected '===' and instead saw '=='.
(#1262) Expected '{' and instead saw 'element'.
(#1268) Expected '!==' and instead saw '!='.
(#1269) Expected '{' and instead saw 'return'.
(#1290) Expected '===' and instead saw '=='.
(#1318) Expected '{' and instead saw 'return'.
(#1320) Expected '!==' and instead saw '!='.
(#1321) Expected '{' and instead saw 'element'.
(#1327) Expected '{' and instead saw 'return'.
(#1328) Expected '===' and instead saw '=='.
(#1332) Missing semicolon.
(#1338) Missing semicolon.
(#1344) Expected '===' and instead saw '=='.
(#1363) Missing semicolon.
(#1365) Missing semicolon.
(#1368) Missing semicolon.
(#1372) Missing semicolon.
(#1374) Missing semicolon.
(#1379) '_nativeExtensions' was used before it was defined.
(#1382) Expected '{' and instead saw '['.
(#1384) Expected '{' and instead saw 'return'.
(#1386) The '__proto__' property is deprecated.
(#1398) Expected '{' and instead saw 'destination'.
(#1402) Expected '!==' and instead saw '!='.
(#1411) Missing semicolon.
(#1413) The object literal notation {} is preferable.
(#1420) Missing semicolon.
(#1432) Expected '===' and instead saw '=='.
(#1432) Expected '===' and instead saw '=='.
(#1440) Expected '{' and instead saw 'this'.
(#1444) Missing semicolon.
(#1452) Missing semicolon.
(#1454) The object literal notation {} is preferable.
(#1530) Expected '{' and instead saw 'return'.
(#1535) Expected '{' and instead saw 'return'.
(#1542) Missing semicolon.
(#1545) 'Selector' was used before it was defined.
(#1557) Expected '===' and instead saw '=='.
(#1557) Expected '{' and instead saw 'abort'.
(#1560) Expected a conditional expression and instead saw an assignment.
(#1566) Expected '===' and instead saw '=='.
(#1566) Expected '{' and instead saw 'return'.
(#1566) Did you mean to return a conditional instead of an assignment?
(#1568) Expected a conditional expression and instead saw an assignment.
(#1569) Expected an assignment or function call and instead saw an expression.
(#1580) Expected '{' and instead saw 'abort'.
(#1587) Expected '{' and instead saw 'conditions'.
(#1588) Expected a conditional expression and instead saw an assignment.
(#1589) Expected '{' and instead saw 'conditions'.
(#1590) Expected a conditional expression and instead saw an assignment.
(#1591) Expected '{' and instead saw 'conditions'.
(#1593) Expected '{' and instead saw 'for'.
(#1594) Expected '{' and instead saw 'conditions'.
(#1595) Expected a conditional expression and instead saw an assignment.
(#1600) Missing semicolon.
(#1620) The Function constructor is a form of eval.
(#1620) Bad escaping of EOL. Use option multistr if needed.
(#1627) Expected a conditional expression and instead saw an assignment.
(#1628) Expected '{' and instead saw 'if'.
(#1629) Expected '{' and instead saw 'if'.
(#1630) Expected '{' and instead saw 'return'.
(#1636) Expected '{' and instead saw 'if'.
(#1637) Expected '{' and instead saw 'results'.
(#1645) Missing semicolon.
(#1654) Expected '===' and instead saw '=='.
(#1654) Expected '{' and instead saw 'index'.
(#1654) Expected an assignment or function call and instead saw an expression.
(#1673) 'Form' was used before it was defined.
(#1682) Expected '{' and instead saw 'queryComponents'.
(#1697) Expected '{' and instead saw 'elements'.
(#1708) Expected '{' and instead saw 'return'.
(#1710) The array literal notation [] is preferable.
(#1713) Expected '!==' and instead saw '!='.
(#1714) Expected '!==' and instead saw '!='.
(#1715) Expected '{' and instead saw 'continue'.
(#1741) Expected '!==' and instead saw '!='.
(#1751) Missing semicolon.
(#1767) Missing semicolon.
(#1772) Expected '{' and instead saw 'return'.
(#1778) Expected '===' and instead saw '=='.
(#1778) Expected '{' and instead saw 'return'.
(#1780) Expected '!==' and instead saw '!='.
(#1781) Expected '{' and instead saw 'parameter'.
(#1795) Expected '{' and instead saw 'return'.
(#1804) Expected '!==' and instead saw '!='.
(#1811) Expected '{' and instead saw 'element'.
(#1827) Missing semicolon.
(#1848) Expected '{' and instead saw 'return'.
(#1856) Expected '===' and instead saw '=='.
(#1876) Expected '{' and instead saw 'value'.
(#1880) Missing semicolon.
(#1888) Missing semicolon.
(#1905) Expected '!==' and instead saw '!='.
(#1910) Missing semicolon.
(#1928) Missing semicolon.
(#1935) Expected '===' and instead saw '=='.
(#1936) Expected '{' and instead saw 'this'.
(#1938) Expected '{' and instead saw 'this'.
(#1943) Expected '!==' and instead saw '!='.
(#1966) Missing semicolon.
(#1982) Redefinition of 'Event'.
(#1982) The object literal notation {} is preferable.
(#2005) Expected '===' and instead saw '=='.
(#2006) Expected '===' and instead saw '=='.
(#2034) Expected '!==' and instead saw '!='.
(#2035) Expected '{' and instead saw 'element'.
(#2042) Expected '{' and instead saw 'this'.
(#2053) Expected '{' and instead saw 'return'.
(#2065) Expected '===' and instead saw '=='.
(#2068) Expected '{' and instead saw 'name'.
(#2077) Expected '===' and instead saw '=='.
(#2080) Expected '{' and instead saw 'name'.
(#2094) Expected '{' and instead saw 'Event'.
(#2141) Expected '===' and instead saw '=='.
(#2141) Expected '{' and instead saw 'break'.
(#2143) Expected '===' and instead saw '=='.
(#2143) Expected '===' and instead saw '=='.
(#2143) Expected '{' and instead saw 'break'.
(#2150) Expected '{' and instead saw 'return'.
(#2151) Expected '===' and instead saw '=='.
(#2151) Expected '{' and instead saw 'return'.
(#2153) Expected '!==' and instead saw '!='.
(#2154) Expected '{' and instead saw 'if'.
(#2154) Expected '!==' and instead saw '!='.
(#2155) Expected '{' and instead saw 'return'.
(#2163) Expected '{' and instead saw 'return'.
(#2189) Expected '{' and instead saw 'return'.
(#2190) Expected '===' and instead saw '=='.
(#2191) Expected '{' and instead saw 'return'.
(#2193) Expected '===' and instead saw '=='.
(#2194) Expected '{' and instead saw 'return'.
(#2207) Expected '===' and instead saw '=='.
(#2208) Expected '{' and instead saw 'if'.
(#2208) Expected '===' and instead saw '=='.
(#2208) Expected '{' and instead saw 'break'.
(#2210) Expected a conditional expression and instead saw an assignment.
(#2214) Expected '===' and instead saw '=='.
(#2218) Expected a conditional expression and instead saw an assignment.
(#2231) Missing semicolon.
(#2243) Expected '===' and instead saw '=='.
(#2249) Expected '===' and instead saw '=='.
(#2255) Expected '{' and instead saw 'target'.
(#2256) Expected '{' and instead saw 'target'.
(#2257) Expected '{' and instead saw 'target'.
(#2258) Expected '{' and instead saw 'target'.
(#2263) Expected '===' and instead saw '=='.
(#2263) Expected '{' and instead saw 'return'.
(#2278) Unnecessary semicolon.
(#2279) Unnecessary semicolon.
(#2280) Unnecessary semicolon.
(#2281) Unnecessary semicolon.
(#2286) Expected '===' and instead saw '=='.
(#2286) Expected '{' and instead saw 'return'.
(#2298) Missing semicolon.
(#2309) Expected '===' and instead saw '=='.
(#2310) Expected '{' and instead saw 'if'.
(#2310) Expected '===' and instead saw '=='.
(#2310) Expected '{' and instead saw 'break'.
(#2316) Missing semicolon.
(#1670) '$$' is defined but never used.
(#1830) 'Field' is defined but never used.
(#1884) '$F' is defined but never used.
(#438) 'index' is defined but never used.

CSS problems

(0 errors, 1 warnings)

This section shows CSS problems detected by csslint [More info]

blocks/pageone/styles.css
(#78) Rule is empty.

PHPDocs style problems

(767 errors, 510 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

blocks/pageone/block_pageone.php
(#28) Class block_pageone is not documented
(#42) Function block_pageone::applicable_formats is not documented
(#46) Function block_pageone::instance_allow_multiple is not documented
(#146) Function block_pageone::has_config is not documented
(#74) Found comment starting with three or more slashes
(#80) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#10) Package pageone is not valid
(#24) Package pageone is not valid
blocks/pageone/callback.php
(#2) Empty line found after PHP open tag
(#38) Function onDeliveryReport is not documented
(#118) Function onMessageReceived is not documented
(#288) Function onPagerMessageReceived is not documented
(#298) Function getMailer is not documented
(#338) Function getUserByPhoneNumber is not documented
(#375) Function logData is not documented
(#405) Function printArray is not documented
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#7) Package pageone is not valid
blocks/pageone/callback_edit.php
(#2) Empty line found after PHP open tag
(#73) Found comment starting with three or more slashes
(#78) Found comment starting with three or more slashes
(#84) Found comment starting with three or more slashes
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/callback_ips.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
blocks/pageone/callback_test.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#63) Function get_time is not documented
(#75) Function check_result is not documented
(#99) Function check_error is not documented
(#118) Function get_report_body is not documented
(#136) Function get_message_body is not documented
(#153) Function send_callback is not documented
(#63) Package is not specified for function get_time. It is also not specified in file-level phpdocs
(#75) Package is not specified for function check_result. It is also not specified in file-level phpdocs
(#99) Package is not specified for function check_error. It is also not specified in file-level phpdocs
(#118) Package is not specified for function get_report_body. It is also not specified in file-level phpdocs
(#136) Package is not specified for function get_message_body. It is also not specified in file-level phpdocs
(#153) Package is not specified for function send_callback. It is also not specified in file-level phpdocs
(#11) Package pageone is not valid
blocks/pageone/db/access.php
(#) File-level phpdocs block is not found
blocks/pageone/db/upgrade.php
(#2) Empty line found after PHP open tag
(#19) File-level phpdocs block is not found
(#19) Function xmldb_block_pageone_upgrade is not documented
(#19) Package is not specified for function xmldb_block_pageone_upgrade. It is also not specified in file-level phpdocs
blocks/pageone/edit_form.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
blocks/pageone/editalpha.php
(#2) Empty line found after PHP open tag
(#199) Function pageone_get_users_for_in_list is not documented
(#224) Function pageone_merge_user_arrays is not documented
(#76) Found comment starting with three or more slashes
(#81) Found comment starting with three or more slashes
(#87) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#5) Package pageone is not valid
blocks/pageone/email.php
(#277) Function pageone_send_all_messages is not documented
(#454) Function pageone_test_contacts is not documented
(#508) Function pageone_get_failed_numbers is not documented
(#61) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#217) Found comment starting with three or more slashes
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#8) Not recommended phpdocs tag @version used
(#9) Package pageone is not valid
blocks/pageone/email_form.php
(#9) Class pageone_email_form is not documented
(#14) Function pageone_email_form::__construct is not documented
(#26) Function pageone_email_form::definition is not documented
(#12) Variable pageone_email_form::$userlist is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#4) Not recommended phpdocs tag @version used
(#5) Package pageone is not valid
blocks/pageone/email_javascript.php
(#2) File-level phpdocs block is not found
blocks/pageone/emaillog.php
(#179) Function pageone_get_log_table is not documented
(#269) Function pageone_get_log_headers is not documented
(#302) Function pageone_get_log_columns is not documented
(#332) Function pageone_get_log_table_row is not documented
(#387) Function pageone_getstatus is not documented
(#404) Function pageone_get_mailto_user_list is not documented
(#441) Function print_message_option is not documented
(#61) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#99) Found comment starting with three or more slashes
(#118) Found comment starting with three or more slashes
(#130) Found comment starting with three or more slashes
(#184) Found comment starting with three or more slashes
(#189) Found comment starting with three or more slashes
(#195) Found comment starting with three or more slashes
(#199) Found comment starting with three or more slashes
(#208) Found comment starting with three or more slashes
(#247) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#9) Package pageone is not valid
blocks/pageone/lang/en/block_pageone.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/lang/en_utf8/block_pageone.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/lib-mdl1.php
(#2) Empty line found after PHP open tag
(#19) Function pageone_get_email_spacer is not documented
(#24) Function pageone_subject_params is not documented
(#29) Function pageone_get_block_instance is not documented
(#47) Function pageone_get_all_instances is not documented
(#56) Function get_enrolled_users is not documented
(#72) Function pageone_add_file_upload is not documented
(#80) Function pageone_print_header is not documented
(#86) Function pageone_get_attachment is not documented
(#125) Function pageone_get_js_field is not documented
(#131) Function pageone_get_receive_users is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/lib-mdl2.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function pageone_get_email_spacer is not documented
(#17) Function pageone_subject_params is not documented
(#22) Function pageone_get_block_instance is not documented
(#43) Function pageone_get_all_instances is not documented
(#49) Function pageone_add_file_upload is not documented
(#59) Function pageone_print_header is not documented
(#66) Function pageone_get_attachment is not documented
(#85) Function pageone_get_receive_users is not documented
(#91) Function pageone_get_js_field is not documented
(#12) Package is not specified for function pageone_get_email_spacer. It is also not specified in file-level phpdocs
(#17) Package is not specified for function pageone_subject_params. It is also not specified in file-level phpdocs
(#22) Package is not specified for function pageone_get_block_instance. It is also not specified in file-level phpdocs
(#43) Package is not specified for function pageone_get_all_instances. It is also not specified in file-level phpdocs
(#49) Package is not specified for function pageone_add_file_upload. It is also not specified in file-level phpdocs
(#59) Package is not specified for function pageone_print_header. It is also not specified in file-level phpdocs
(#66) Package is not specified for function pageone_get_attachment. It is also not specified in file-level phpdocs
(#85) Package is not specified for function pageone_get_receive_users. It is also not specified in file-level phpdocs
(#91) Package is not specified for function pageone_get_js_field. It is also not specified in file-level phpdocs
(#9) Package pageone is not valid
blocks/pageone/lib/class.nusoap_base.php
(#2) Empty line found after PHP open tag
(#74) File-level phpdocs block is not found
(#365) Phpdocs for function nusoap_base::setError has incomplete parameters list
(#76) Class nusoap_base does not have @copyright tag
(#76) Class nusoap_base does not have @license tag
(#82) Not recommended phpdocs tag @version used
(#83) Not recommended phpdocs tag @access used
(#90) Not recommended phpdocs tag @access used
(#97) Not recommended phpdocs tag @access used
(#104) Not recommended phpdocs tag @access used
(#111) Not recommended phpdocs tag @access used
(#118) Not recommended phpdocs tag @access used
(#126) Not recommended phpdocs tag @access used
(#133) Not recommended phpdocs tag @access used
(#141) Not recommended phpdocs tag @access used
(#149) Not recommended phpdocs tag @access used
(#160) Not recommended phpdocs tag @access used
(#173) Not recommended phpdocs tag @access used
(#182) Not recommended phpdocs tag @access used
(#213) Not recommended phpdocs tag @access used
(#223) Not recommended phpdocs tag @access used
(#233) Not recommended phpdocs tag @access used
(#243) Not recommended phpdocs tag @access used
(#253) Not recommended phpdocs tag @access used
(#263) Not recommended phpdocs tag @access used
(#273) Not recommended phpdocs tag @access used
(#285) Not recommended phpdocs tag @access used
(#298) Not recommended phpdocs tag @access used
(#310) Not recommended phpdocs tag @access used
(#323) Not recommended phpdocs tag @access used
(#339) Not recommended phpdocs tag @access used
(#356) Not recommended phpdocs tag @access used
(#369) Not recommended phpdocs tag @access used
(#380) Not recommended phpdocs tag @access used
(#405) Not recommended phpdocs tag @access used
(#671) Not recommended phpdocs tag @access used
(#725) Not recommended phpdocs tag @access used
(#738) Not recommended phpdocs tag @access used
(#763) Not recommended phpdocs tag @access used
(#788) Not recommended phpdocs tag @access used
(#805) Not recommended phpdocs tag @access used
(#820) Not recommended phpdocs tag @access used
(#836) Not recommended phpdocs tag @access used
(#852) Not recommended phpdocs tag @access used
(#871) Not recommended phpdocs tag @access used
(#885) Not recommended phpdocs tag @access used
(#902) Not recommended phpdocs tag @access used
(#941) Not recommended phpdocs tag @access used
(#979) Not recommended phpdocs tag @access used
(#76) Package is not specified for class nusoap_base. It is also not specified in file-level phpdocs
(#896) Package is not specified for function timestamp_to_iso8601. It is also not specified in file-level phpdocs
(#936) Package is not specified for function iso8601_to_timestamp. It is also not specified in file-level phpdocs
(#975) Package is not specified for function usleepWindows. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soap_fault.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#6) No one-line description found in phpdocs for class nusoap_fault
(#6) Class nusoap_fault does not have @copyright tag
(#83) Class soap_fault does not have @copyright tag
(#6) Class nusoap_fault does not have @license tag
(#83) Class soap_fault does not have @license tag
(#11) Not recommended phpdocs tag @version used
(#12) Not recommended phpdocs tag @access used
(#18) Not recommended phpdocs tag @access used
(#24) Not recommended phpdocs tag @access used
(#30) Not recommended phpdocs tag @access used
(#36) Not recommended phpdocs tag @access used
(#60) Not recommended phpdocs tag @access used
(#6) Package is not specified for class nusoap_fault. It is also not specified in file-level phpdocs
(#83) Package is not specified for class soap_fault. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soap_parser.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#17) Variable nusoap_parser::$xml is not documented
(#18) Variable nusoap_parser::$xml_encoding is not documented
(#19) Variable nusoap_parser::$method is not documented
(#20) Variable nusoap_parser::$root_struct is not documented
(#21) Variable nusoap_parser::$root_struct_name is not documented
(#22) Variable nusoap_parser::$root_struct_namespace is not documented
(#23) Variable nusoap_parser::$root_header is not documented
(#24) Variable nusoap_parser::$document is not documented
(#26) Variable nusoap_parser::$status is not documented
(#27) Variable nusoap_parser::$position is not documented
(#28) Variable nusoap_parser::$depth is not documented
(#29) Variable nusoap_parser::$default_namespace is not documented
(#30) Variable nusoap_parser::$namespaces is not documented
(#31) Variable nusoap_parser::$message is not documented
(#32) Variable nusoap_parser::$parent is not documented
(#33) Variable nusoap_parser::$fault is not documented
(#34) Variable nusoap_parser::$fault_code is not documented
(#35) Variable nusoap_parser::$fault_str is not documented
(#36) Variable nusoap_parser::$fault_detail is not documented
(#37) Variable nusoap_parser::$depth_array is not documented
(#38) Variable nusoap_parser::$debug_flag is not documented
(#39) Variable nusoap_parser::$soapresponse is not documented
(#40) Variable nusoap_parser::$soapheader is not documented
(#41) Variable nusoap_parser::$responseHeaders is not documented
(#42) Variable nusoap_parser::$body_position is not documented
(#45) Variable nusoap_parser::$ids is not documented
(#47) Variable nusoap_parser::$multirefs is not documented
(#49) Variable nusoap_parser::$decode_utf8 is not documented
(#6) Class nusoap_parser does not have @copyright tag
(#636) Class soap_parser does not have @copyright tag
(#6) Class nusoap_parser does not have @license tag
(#636) Class soap_parser does not have @license tag
(#12) Not recommended phpdocs tag @version used
(#13) Not recommended phpdocs tag @access used
(#58) Not recommended phpdocs tag @access used
(#152) Not recommended phpdocs tag @access used
(#307) Not recommended phpdocs tag @access used
(#413) Not recommended phpdocs tag @access used
(#438) Not recommended phpdocs tag @access used
(#449) Not recommended phpdocs tag @access used
(#459) Not recommended phpdocs tag @access used
(#469) Not recommended phpdocs tag @access used
(#482) Not recommended phpdocs tag @access used
(#526) Not recommended phpdocs tag @access used
(#6) Package is not specified for class nusoap_parser. It is also not specified in file-level phpdocs
(#636) Package is not specified for class soap_parser. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soap_server.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#6) No one-line description found in phpdocs for class nusoap_server
(#1041) Phpdocs for function nusoap_server::configureWSDL has incomplete parameters list
(#6) Class nusoap_server does not have @copyright tag
(#1120) Class soap_server does not have @copyright tag
(#6) Class nusoap_server does not have @license tag
(#1120) Class soap_server does not have @license tag
(#13) Not recommended phpdocs tag @version used
(#14) Not recommended phpdocs tag @access used
(#20) Not recommended phpdocs tag @access used
(#26) Not recommended phpdocs tag @access used
(#32) Not recommended phpdocs tag @access used
(#38) Not recommended phpdocs tag @access used
(#44) Not recommended phpdocs tag @access used
(#50) Not recommended phpdocs tag @access used
(#56) Not recommended phpdocs tag @access used
(#62) Not recommended phpdocs tag @access used
(#68) Not recommended phpdocs tag @access used
(#74) Not recommended phpdocs tag @access used
(#80) Not recommended phpdocs tag @access used
(#86) Not recommended phpdocs tag @access used
(#93) Not recommended phpdocs tag @access used
(#99) Not recommended phpdocs tag @access used
(#105) Not recommended phpdocs tag @access used
(#111) Not recommended phpdocs tag @access used
(#117) Not recommended phpdocs tag @access used
(#123) Not recommended phpdocs tag @access used
(#129) Not recommended phpdocs tag @access used
(#135) Not recommended phpdocs tag @access used
(#143) Not recommended phpdocs tag @access used
(#149) Not recommended phpdocs tag @access used
(#155) Not recommended phpdocs tag @access used
(#161) Not recommended phpdocs tag @access used
(#171) Not recommended phpdocs tag @access used
(#234) Not recommended phpdocs tag @access used
(#318) Not recommended phpdocs tag @access used
(#444) Not recommended phpdocs tag @access used
(#491) Not recommended phpdocs tag @access used
(#648) Not recommended phpdocs tag @access used
(#748) Not recommended phpdocs tag @access used
(#827) Not recommended phpdocs tag @access used
(#846) Not recommended phpdocs tag @access used
(#902) Not recommended phpdocs tag @access used
(#914) Not recommended phpdocs tag @access used
(#927) Not recommended phpdocs tag @access used
(#939) Not recommended phpdocs tag @access used
(#958) Not recommended phpdocs tag @access used
(#1027) Not recommended phpdocs tag @access used
(#6) Package is not specified for class nusoap_server. It is also not specified in file-level phpdocs
(#1120) Package is not specified for class soap_server. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soap_transport_http.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#1202) Function soap_transport_http::parseCookie is not documented
(#17) Variable soap_transport_http::$url is not documented
(#18) Variable soap_transport_http::$uri is not documented
(#19) Variable soap_transport_http::$digest_uri is not documented
(#20) Variable soap_transport_http::$scheme is not documented
(#21) Variable soap_transport_http::$host is not documented
(#22) Variable soap_transport_http::$port is not documented
(#23) Variable soap_transport_http::$path is not documented
(#24) Variable soap_transport_http::$request_method is not documented
(#25) Variable soap_transport_http::$protocol_version is not documented
(#26) Variable soap_transport_http::$encoding is not documented
(#27) Variable soap_transport_http::$outgoing_headers is not documented
(#28) Variable soap_transport_http::$incoming_headers is not documented
(#29) Variable soap_transport_http::$incoming_cookies is not documented
(#30) Variable soap_transport_http::$outgoing_payload is not documented
(#31) Variable soap_transport_http::$incoming_payload is not documented
(#32) Variable soap_transport_http::$response_status_line is not documented
(#33) Variable soap_transport_http::$useSOAPAction is not documented
(#34) Variable soap_transport_http::$persistentConnection is not documented
(#35) Variable soap_transport_http::$ch is not documented
(#36) Variable soap_transport_http::$ch_options is not documented
(#37) Variable soap_transport_http::$use_curl is not documented
(#38) Variable soap_transport_http::$proxy is not documented
(#39) Variable soap_transport_http::$username is not documented
(#40) Variable soap_transport_http::$password is not documented
(#41) Variable soap_transport_http::$authtype is not documented
(#42) Variable soap_transport_http::$digestRequest is not documented
(#43) Variable soap_transport_http::$certRequest is not documented
(#6) No one-line description found in phpdocs for class soap_transport_http
(#172) Phpdocs for function soap_transport_http::connect has incomplete parameters list
(#6) Class soap_transport_http does not have @copyright tag
(#6) Class soap_transport_http does not have @license tag
(#601) Invalid phpdocs tag @returns used
(#627) Invalid phpdocs tag @returns used
(#12) Not recommended phpdocs tag @version used
(#13) Not recommended phpdocs tag @access used
(#58) Not recommended phpdocs tag @access used
(#78) Not recommended phpdocs tag @access used
(#91) Not recommended phpdocs tag @access used
(#102) Not recommended phpdocs tag @access used
(#115) Not recommended phpdocs tag @access used
(#159) Not recommended phpdocs tag @access used
(#175) Not recommended phpdocs tag @access used
(#411) Not recommended phpdocs tag @access used
(#451) Not recommended phpdocs tag @access used
(#466) Not recommended phpdocs tag @access used
(#540) Not recommended phpdocs tag @access used
(#550) Not recommended phpdocs tag @access used
(#574) Not recommended phpdocs tag @access used
(#602) Not recommended phpdocs tag @access used
(#628) Not recommended phpdocs tag @access used
(#686) Not recommended phpdocs tag @access used
(#735) Not recommended phpdocs tag @access used
(#792) Not recommended phpdocs tag @access used
(#1170) Not recommended phpdocs tag @access used
(#1180) Not recommended phpdocs tag @access used
(#1197) Not recommended phpdocs tag @access used
(#1264) Not recommended phpdocs tag @access used
(#6) Package is not specified for class soap_transport_http. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soap_val.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#6) No one-line description found in phpdocs for class soapval
(#6) Class soapval does not have @copyright tag
(#6) Class soapval does not have @license tag
(#14) Not recommended phpdocs tag @version used
(#15) Not recommended phpdocs tag @access used
(#22) Not recommended phpdocs tag @access used
(#29) Not recommended phpdocs tag @access used
(#36) Not recommended phpdocs tag @access used
(#43) Not recommended phpdocs tag @access used
(#50) Not recommended phpdocs tag @access used
(#57) Not recommended phpdocs tag @access used
(#70) Not recommended phpdocs tag @access used
(#87) Not recommended phpdocs tag @access used
(#97) Not recommended phpdocs tag @access used
(#6) Package is not specified for class soapval. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.soapclient.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#855) Function nusoap_client::decodeUTF8 is not documented
(#28) Variable nusoap_client::$username is not documented
(#29) Variable nusoap_client::$password is not documented
(#30) Variable nusoap_client::$authtype is not documented
(#31) Variable nusoap_client::$certRequest is not documented
(#32) Variable nusoap_client::$requestHeaders is not documented
(#33) Variable nusoap_client::$responseHeaders is not documented
(#34) Variable nusoap_client::$responseHeader is not documented
(#35) Variable nusoap_client::$document is not documented
(#36) Variable nusoap_client::$endpoint is not documented
(#37) Variable nusoap_client::$forceEndpoint is not documented
(#38) Variable nusoap_client::$proxyhost is not documented
(#39) Variable nusoap_client::$proxyport is not documented
(#40) Variable nusoap_client::$proxyusername is not documented
(#41) Variable nusoap_client::$proxypassword is not documented
(#42) Variable nusoap_client::$portName is not documented
(#43) Variable nusoap_client::$xml_encoding is not documented
(#44) Variable nusoap_client::$http_encoding is not documented
(#45) Variable nusoap_client::$timeout is not documented
(#46) Variable nusoap_client::$response_timeout is not documented
(#47) Variable nusoap_client::$endpointType is not documented
(#48) Variable nusoap_client::$persistentConnection is not documented
(#49) Variable nusoap_client::$defaultRpcParams is not documented
(#50) Variable nusoap_client::$request is not documented
(#51) Variable nusoap_client::$response is not documented
(#52) Variable nusoap_client::$responseData is not documented
(#53) Variable nusoap_client::$cookies is not documented
(#54) Variable nusoap_client::$decode_utf8 is not documented
(#55) Variable nusoap_client::$operations is not documented
(#56) Variable nusoap_client::$curl_options is not documented
(#57) Variable nusoap_client::$bindingType is not documented
(#58) Variable nusoap_client::$use_curl is not documented
(#743) Phpdocs for function nusoap_client::_getProxyClassCode has incomplete parameters list
(#6) Class nusoap_client does not have @copyright tag
(#985) Class soapclient does not have @copyright tag
(#6) Class nusoap_client does not have @license tag
(#985) Class soapclient does not have @license tag
(#23) Not recommended phpdocs tag @version used
(#24) Not recommended phpdocs tag @access used
(#65) Not recommended phpdocs tag @access used
(#70) Not recommended phpdocs tag @access used
(#75) Not recommended phpdocs tag @access used
(#80) Not recommended phpdocs tag @access used
(#96) Not recommended phpdocs tag @access used
(#155) Not recommended phpdocs tag @access used
(#337) Not recommended phpdocs tag @access used
(#371) Not recommended phpdocs tag @access used
(#386) Not recommended phpdocs tag @access used
(#412) Not recommended phpdocs tag @access used
(#491) Not recommended phpdocs tag @access used
(#547) Not recommended phpdocs tag @access used
(#559) Not recommended phpdocs tag @access used
(#570) Not recommended phpdocs tag @access used
(#582) Not recommended phpdocs tag @access used
(#592) Not recommended phpdocs tag @access used
(#605) Not recommended phpdocs tag @access used
(#621) Not recommended phpdocs tag @access used
(#636) Not recommended phpdocs tag @access used
(#647) Not recommended phpdocs tag @access used
(#657) Not recommended phpdocs tag @access used
(#672) Not recommended phpdocs tag @access used
(#687) Not recommended phpdocs tag @access used
(#699) Not recommended phpdocs tag @access used
(#747) Not recommended phpdocs tag @access used
(#806) Not recommended phpdocs tag @access used
(#818) Not recommended phpdocs tag @access used
(#830) Not recommended phpdocs tag @access used
(#843) Not recommended phpdocs tag @access used
(#853) Not recommended phpdocs tag @access used
(#866) Not recommended phpdocs tag @access used
(#880) Not recommended phpdocs tag @access used
(#890) Not recommended phpdocs tag @access used
(#923) Not recommended phpdocs tag @access used
(#6) Package is not specified for class nusoap_client. It is also not specified in file-level phpdocs
(#985) Package is not specified for class soapclient. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.wsdl.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#571) Function wsdl::getBindingData is not documented
(#17) Variable wsdl::$wsdl is not documented
(#19) Variable wsdl::$schemas is not documented
(#20) Variable wsdl::$currentSchema is not documented
(#21) Variable wsdl::$message is not documented
(#22) Variable wsdl::$complexTypes is not documented
(#23) Variable wsdl::$messages is not documented
(#24) Variable wsdl::$currentMessage is not documented
(#25) Variable wsdl::$currentOperation is not documented
(#26) Variable wsdl::$portTypes is not documented
(#27) Variable wsdl::$currentPortType is not documented
(#28) Variable wsdl::$bindings is not documented
(#29) Variable wsdl::$currentBinding is not documented
(#30) Variable wsdl::$ports is not documented
(#31) Variable wsdl::$currentPort is not documented
(#32) Variable wsdl::$opData is not documented
(#33) Variable wsdl::$status is not documented
(#34) Variable wsdl::$documentation is not documented
(#35) Variable wsdl::$endpoint is not documented
(#37) Variable wsdl::$import is not documented
(#39) Variable wsdl::$parser is not documented
(#40) Variable wsdl::$position is not documented
(#41) Variable wsdl::$depth is not documented
(#42) Variable wsdl::$depth_array is not documented
(#44) Variable wsdl::$proxyhost is not documented
(#45) Variable wsdl::$proxyport is not documented
(#46) Variable wsdl::$proxyusername is not documented
(#47) Variable wsdl::$proxypassword is not documented
(#48) Variable wsdl::$timeout is not documented
(#49) Variable wsdl::$response_timeout is not documented
(#50) Variable wsdl::$curl_options is not documented
(#51) Variable wsdl::$use_curl is not documented
(#53) Variable wsdl::$username is not documented
(#54) Variable wsdl::$password is not documented
(#55) Variable wsdl::$authtype is not documented
(#56) Variable wsdl::$certRequest is not documented
(#6) No one-line description found in phpdocs for class wsdl
(#87) Phpdocs for function wsdl::fetchWSDL has incomplete parameters list
(#6) Class wsdl does not have @copyright tag
(#6) Class wsdl does not have @license tag
(#12) Not recommended phpdocs tag @version used
(#13) Not recommended phpdocs tag @access used
(#70) Not recommended phpdocs tag @access used
(#90) Not recommended phpdocs tag @access used
(#193) Not recommended phpdocs tag @access used
(#297) Not recommended phpdocs tag @access used
(#510) Not recommended phpdocs tag @access used
(#540) Not recommended phpdocs tag @access used
(#560) Not recommended phpdocs tag @access used
(#584) Not recommended phpdocs tag @access used
(#624) Not recommended phpdocs tag @access used
(#656) Not recommended phpdocs tag @access used
(#693) Not recommended phpdocs tag @access used
(#754) Not recommended phpdocs tag @access used
(#888) Not recommended phpdocs tag @access used
(#1027) Not recommended phpdocs tag @access used
(#1110) Not recommended phpdocs tag @access used
(#1210) Not recommended phpdocs tag @access used
(#1290) Not recommended phpdocs tag @access used
(#1609) Not recommended phpdocs tag @access used
(#1672) Not recommended phpdocs tag @access used
(#1780) Not recommended phpdocs tag @access used
(#1827) Not recommended phpdocs tag @access used
(#1841) Not recommended phpdocs tag @access used
(#1860) Not recommended phpdocs tag @access used
(#6) Package is not specified for class wsdl. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.wsdlcache.php
(#10) File-level phpdocs block is not found
(#140) Phpdocs for function nusoap_wsdlcache::put has incomplete parameters list
(#10) Class nusoap_wsdlcache does not have @copyright tag
(#204) Class wsdlcache does not have @copyright tag
(#10) Class nusoap_wsdlcache does not have @license tag
(#204) Class wsdlcache does not have @license tag
(#15) Not recommended phpdocs tag @version used
(#16) Not recommended phpdocs tag @access used
(#21) Not recommended phpdocs tag @access used
(#26) Not recommended phpdocs tag @access used
(#31) Not recommended phpdocs tag @access used
(#36) Not recommended phpdocs tag @access used
(#45) Not recommended phpdocs tag @access used
(#58) Not recommended phpdocs tag @access used
(#68) Not recommended phpdocs tag @access used
(#79) Not recommended phpdocs tag @access used
(#122) Not recommended phpdocs tag @access used
(#142) Not recommended phpdocs tag @access used
(#170) Not recommended phpdocs tag @access used
(#187) Not recommended phpdocs tag @access used
(#10) Package is not specified for class nusoap_wsdlcache. It is also not specified in file-level phpdocs
(#204) Package is not specified for class wsdlcache. It is also not specified in file-level phpdocs
blocks/pageone/lib/class.xmlschema.php
(#2) Empty line found after PHP open tag
(#6) File-level phpdocs block is not found
(#18) Variable nusoap_xmlschema::$schema is not documented
(#19) Variable nusoap_xmlschema::$xml is not documented
(#21) Variable nusoap_xmlschema::$enclosingNamespaces is not documented
(#23) Variable nusoap_xmlschema::$schemaInfo is not documented
(#24) Variable nusoap_xmlschema::$schemaTargetNamespace is not documented
(#26) Variable nusoap_xmlschema::$attributes is not documented
(#27) Variable nusoap_xmlschema::$complexTypes is not documented
(#28) Variable nusoap_xmlschema::$complexTypeStack is not documented
(#29) Variable nusoap_xmlschema::$currentComplexType is not documented
(#30) Variable nusoap_xmlschema::$elements is not documented
(#31) Variable nusoap_xmlschema::$elementStack is not documented
(#32) Variable nusoap_xmlschema::$currentElement is not documented
(#33) Variable nusoap_xmlschema::$simpleTypes is not documented
(#34) Variable nusoap_xmlschema::$simpleTypeStack is not documented
(#35) Variable nusoap_xmlschema::$currentSimpleType is not documented
(#37) Variable nusoap_xmlschema::$imports is not documented
(#39) Variable nusoap_xmlschema::$parser is not documented
(#40) Variable nusoap_xmlschema::$position is not documented
(#41) Variable nusoap_xmlschema::$depth is not documented
(#42) Variable nusoap_xmlschema::$depth_array is not documented
(#43) Variable nusoap_xmlschema::$message is not documented
(#44) Variable nusoap_xmlschema::$defaultNamespace is not documented
(#6) No one-line description found in phpdocs for class nusoap_xmlschema
(#156) Phpdocs for function nusoap_xmlschema::CreateTypeName has incomplete parameters list
(#890) Phpdocs for function nusoap_xmlschema::addComplexType has incomplete parameters list
(#6) Class nusoap_xmlschema does not have @copyright tag
(#966) Class XMLSchema does not have @copyright tag
(#6) Class nusoap_xmlschema does not have @license tag
(#966) Class XMLSchema does not have @license tag
(#12) Not recommended phpdocs tag @version used
(#13) Not recommended phpdocs tag @access used
(#52) Not recommended phpdocs tag @access used
(#85) Not recommended phpdocs tag @access used
(#111) Not recommended phpdocs tag @access used
(#158) Not recommended phpdocs tag @access used
(#174) Not recommended phpdocs tag @access used
(#501) Not recommended phpdocs tag @access used
(#540) Not recommended phpdocs tag @access used
(#550) Not recommended phpdocs tag @access used
(#668) Not recommended phpdocs tag @access used
(#683) Not recommended phpdocs tag @access used
(#714) Not recommended phpdocs tag @access used
(#795) Not recommended phpdocs tag @access used
(#831) Not recommended phpdocs tag @access used
(#903) Not recommended phpdocs tag @access used
(#930) Not recommended phpdocs tag @access used
(#952) Not recommended phpdocs tag @access used
(#6) Package is not specified for class nusoap_xmlschema. It is also not specified in file-level phpdocs
(#966) Package is not specified for class XMLSchema. It is also not specified in file-level phpdocs
blocks/pageone/lib/nusoap.php
(#2) Empty line found after PHP open tag
(#74) File-level phpdocs block is not found
(#3356) Function soap_transport_http::parseCookie is not documented
(#5162) Function wsdl::getBindingData is not documented
(#8029) Function nusoap_client::decodeUTF8 is not documented
(#1098) Variable nusoap_xmlschema::$schema is not documented
(#1099) Variable nusoap_xmlschema::$xml is not documented
(#1101) Variable nusoap_xmlschema::$enclosingNamespaces is not documented
(#1103) Variable nusoap_xmlschema::$schemaInfo is not documented
(#1104) Variable nusoap_xmlschema::$schemaTargetNamespace is not documented
(#1106) Variable nusoap_xmlschema::$attributes is not documented
(#1107) Variable nusoap_xmlschema::$complexTypes is not documented
(#1108) Variable nusoap_xmlschema::$complexTypeStack is not documented
(#1109) Variable nusoap_xmlschema::$currentComplexType is not documented
(#1110) Variable nusoap_xmlschema::$elements is not documented
(#1111) Variable nusoap_xmlschema::$elementStack is not documented
(#1112) Variable nusoap_xmlschema::$currentElement is not documented
(#1113) Variable nusoap_xmlschema::$simpleTypes is not documented
(#1114) Variable nusoap_xmlschema::$simpleTypeStack is not documented
(#1115) Variable nusoap_xmlschema::$currentSimpleType is not documented
(#1117) Variable nusoap_xmlschema::$imports is not documented
(#1119) Variable nusoap_xmlschema::$parser is not documented
(#1120) Variable nusoap_xmlschema::$position is not documented
(#1121) Variable nusoap_xmlschema::$depth is not documented
(#1122) Variable nusoap_xmlschema::$depth_array is not documented
(#1123) Variable nusoap_xmlschema::$message is not documented
(#1124) Variable nusoap_xmlschema::$defaultNamespace is not documented
(#2171) Variable soap_transport_http::$url is not documented
(#2172) Variable soap_transport_http::$uri is not documented
(#2173) Variable soap_transport_http::$digest_uri is not documented
(#2174) Variable soap_transport_http::$scheme is not documented
(#2175) Variable soap_transport_http::$host is not documented
(#2176) Variable soap_transport_http::$port is not documented
(#2177) Variable soap_transport_http::$path is not documented
(#2178) Variable soap_transport_http::$request_method is not documented
(#2179) Variable soap_transport_http::$protocol_version is not documented
(#2180) Variable soap_transport_http::$encoding is not documented
(#2181) Variable soap_transport_http::$outgoing_headers is not documented
(#2182) Variable soap_transport_http::$incoming_headers is not documented
(#2183) Variable soap_transport_http::$incoming_cookies is not documented
(#2184) Variable soap_transport_http::$outgoing_payload is not documented
(#2185) Variable soap_transport_http::$incoming_payload is not documented
(#2186) Variable soap_transport_http::$response_status_line is not documented
(#2187) Variable soap_transport_http::$useSOAPAction is not documented
(#2188) Variable soap_transport_http::$persistentConnection is not documented
(#2189) Variable soap_transport_http::$ch is not documented
(#2190) Variable soap_transport_http::$ch_options is not documented
(#2191) Variable soap_transport_http::$use_curl is not documented
(#2192) Variable soap_transport_http::$proxy is not documented
(#2193) Variable soap_transport_http::$username is not documented
(#2194) Variable soap_transport_http::$password is not documented
(#2195) Variable soap_transport_http::$authtype is not documented
(#2196) Variable soap_transport_http::$digestRequest is not documented
(#2197) Variable soap_transport_http::$certRequest is not documented
(#4603) Variable wsdl::$wsdl is not documented
(#4605) Variable wsdl::$schemas is not documented
(#4606) Variable wsdl::$currentSchema is not documented
(#4607) Variable wsdl::$message is not documented
(#4608) Variable wsdl::$complexTypes is not documented
(#4609) Variable wsdl::$messages is not documented
(#4610) Variable wsdl::$currentMessage is not documented
(#4611) Variable wsdl::$currentOperation is not documented
(#4612) Variable wsdl::$portTypes is not documented
(#4613) Variable wsdl::$currentPortType is not documented
(#4614) Variable wsdl::$bindings is not documented
(#4615) Variable wsdl::$currentBinding is not documented
(#4616) Variable wsdl::$ports is not documented
(#4617) Variable wsdl::$currentPort is not documented
(#4618) Variable wsdl::$opData is not documented
(#4619) Variable wsdl::$status is not documented
(#4620) Variable wsdl::$documentation is not documented
(#4621) Variable wsdl::$endpoint is not documented
(#4623) Variable wsdl::$import is not documented
(#4625) Variable wsdl::$parser is not documented
(#4626) Variable wsdl::$position is not documented
(#4627) Variable wsdl::$depth is not documented
(#4628) Variable wsdl::$depth_array is not documented
(#4630) Variable wsdl::$proxyhost is not documented
(#4631) Variable wsdl::$proxyport is not documented
(#4632) Variable wsdl::$proxyusername is not documented
(#4633) Variable wsdl::$proxypassword is not documented
(#4634) Variable wsdl::$timeout is not documented
(#4635) Variable wsdl::$response_timeout is not documented
(#4636) Variable wsdl::$curl_options is not documented
(#4637) Variable wsdl::$use_curl is not documented
(#4639) Variable wsdl::$username is not documented
(#4640) Variable wsdl::$password is not documented
(#4641) Variable wsdl::$authtype is not documented
(#4642) Variable wsdl::$certRequest is not documented
(#6546) Variable nusoap_parser::$xml is not documented
(#6547) Variable nusoap_parser::$xml_encoding is not documented
(#6548) Variable nusoap_parser::$method is not documented
(#6549) Variable nusoap_parser::$root_struct is not documented
(#6550) Variable nusoap_parser::$root_struct_name is not documented
(#6551) Variable nusoap_parser::$root_struct_namespace is not documented
(#6552) Variable nusoap_parser::$root_header is not documented
(#6553) Variable nusoap_parser::$document is not documented
(#6555) Variable nusoap_parser::$status is not documented
(#6556) Variable nusoap_parser::$position is not documented
(#6557) Variable nusoap_parser::$depth is not documented
(#6558) Variable nusoap_parser::$default_namespace is not documented
(#6559) Variable nusoap_parser::$namespaces is not documented
(#6560) Variable nusoap_parser::$message is not documented
(#6561) Variable nusoap_parser::$parent is not documented
(#6562) Variable nusoap_parser::$fault is not documented
(#6563) Variable nusoap_parser::$fault_code is not documented
(#6564) Variable nusoap_parser::$fault_str is not documented
(#6565) Variable nusoap_parser::$fault_detail is not documented
(#6566) Variable nusoap_parser::$depth_array is not documented
(#6567) Variable nusoap_parser::$debug_flag is not documented
(#6568) Variable nusoap_parser::$soapresponse is not documented
(#6569) Variable nusoap_parser::$soapheader is not documented
(#6570) Variable nusoap_parser::$responseHeaders is not documented
(#6571) Variable nusoap_parser::$body_position is not documented
(#6574) Variable nusoap_parser::$ids is not documented
(#6576) Variable nusoap_parser::$multirefs is not documented
(#6578) Variable nusoap_parser::$decode_utf8 is not documented
(#7197) Variable nusoap_client::$username is not documented
(#7198) Variable nusoap_client::$password is not documented
(#7199) Variable nusoap_client::$authtype is not documented
(#7200) Variable nusoap_client::$certRequest is not documented
(#7201) Variable nusoap_client::$requestHeaders is not documented
(#7202) Variable nusoap_client::$responseHeaders is not documented
(#7203) Variable nusoap_client::$responseHeader is not documented
(#7204) Variable nusoap_client::$document is not documented
(#7205) Variable nusoap_client::$endpoint is not documented
(#7206) Variable nusoap_client::$forceEndpoint is not documented
(#7207) Variable nusoap_client::$proxyhost is not documented
(#7208) Variable nusoap_client::$proxyport is not documented
(#7209) Variable nusoap_client::$proxyusername is not documented
(#7210) Variable nusoap_client::$proxypassword is not documented
(#7211) Variable nusoap_client::$portName is not documented
(#7212) Variable nusoap_client::$xml_encoding is not documented
(#7213) Variable nusoap_client::$http_encoding is not documented
(#7214) Variable nusoap_client::$timeout is not documented
(#7215) Variable nusoap_client::$response_timeout is not documented
(#7216) Variable nusoap_client::$endpointType is not documented
(#7217) Variable nusoap_client::$persistentConnection is not documented
(#7218) Variable nusoap_client::$defaultRpcParams is not documented
(#7219) Variable nusoap_client::$request is not documented
(#7220) Variable nusoap_client::$response is not documented
(#7221) Variable nusoap_client::$responseData is not documented
(#7222) Variable nusoap_client::$cookies is not documented
(#7223) Variable nusoap_client::$decode_utf8 is not documented
(#7224) Variable nusoap_client::$operations is not documented
(#7225) Variable nusoap_client::$curl_options is not documented
(#7226) Variable nusoap_client::$bindingType is not documented
(#7227) Variable nusoap_client::$use_curl is not documented
(#999) No one-line description found in phpdocs for class nusoap_fault
(#1086) No one-line description found in phpdocs for class nusoap_xmlschema
(#2056) No one-line description found in phpdocs for class soapval
(#2160) No one-line description found in phpdocs for class soap_transport_http
(#3464) No one-line description found in phpdocs for class nusoap_server
(#4592) No one-line description found in phpdocs for class wsdl
(#365) Phpdocs for function nusoap_base::setError has incomplete parameters list
(#1236) Phpdocs for function nusoap_xmlschema::CreateTypeName has incomplete parameters list
(#1970) Phpdocs for function nusoap_xmlschema::addComplexType has incomplete parameters list
(#2326) Phpdocs for function soap_transport_http::connect has incomplete parameters list
(#4503) Phpdocs for function nusoap_server::configureWSDL has incomplete parameters list
(#4673) Phpdocs for function wsdl::fetchWSDL has incomplete parameters list
(#7917) Phpdocs for function nusoap_client::_getProxyClassCode has incomplete parameters list
(#7229) Phpdocs for variable nusoap_client::$operation does not contain @var or incorrect
(#76) Class nusoap_base does not have @copyright tag
(#999) Class nusoap_fault does not have @copyright tag
(#1076) Class soap_fault does not have @copyright tag
(#1086) Class nusoap_xmlschema does not have @copyright tag
(#2046) Class XMLSchema does not have @copyright tag
(#2056) Class soapval does not have @copyright tag
(#2160) Class soap_transport_http does not have @copyright tag
(#3464) Class nusoap_server does not have @copyright tag
(#4582) Class soap_server does not have @copyright tag
(#4592) Class wsdl does not have @copyright tag
(#6535) Class nusoap_parser does not have @copyright tag
(#7165) Class soap_parser does not have @copyright tag
(#7175) Class nusoap_client does not have @copyright tag
(#8159) Class soapclient does not have @copyright tag
(#76) Class nusoap_base does not have @license tag
(#999) Class nusoap_fault does not have @license tag
(#1076) Class soap_fault does not have @license tag
(#1086) Class nusoap_xmlschema does not have @license tag
(#2046) Class XMLSchema does not have @license tag
(#2056) Class soapval does not have @license tag
(#2160) Class soap_transport_http does not have @license tag
(#3464) Class nusoap_server does not have @license tag
(#4582) Class soap_server does not have @license tag
(#4592) Class wsdl does not have @license tag
(#6535) Class nusoap_parser does not have @license tag
(#7165) Class soap_parser does not have @license tag
(#7175) Class nusoap_client does not have @license tag
(#8159) Class soapclient does not have @license tag
(#2755) Invalid phpdocs tag @returns used
(#2781) Invalid phpdocs tag @returns used
(#82) Not recommended phpdocs tag @version used
(#83) Not recommended phpdocs tag @access used
(#90) Not recommended phpdocs tag @access used
(#97) Not recommended phpdocs tag @access used
(#104) Not recommended phpdocs tag @access used
(#111) Not recommended phpdocs tag @access used
(#118) Not recommended phpdocs tag @access used
(#126) Not recommended phpdocs tag @access used
(#133) Not recommended phpdocs tag @access used
(#141) Not recommended phpdocs tag @access used
(#149) Not recommended phpdocs tag @access used
(#160) Not recommended phpdocs tag @access used
(#173) Not recommended phpdocs tag @access used
(#182) Not recommended phpdocs tag @access used
(#213) Not recommended phpdocs tag @access used
(#223) Not recommended phpdocs tag @access used
(#233) Not recommended phpdocs tag @access used
(#243) Not recommended phpdocs tag @access used
(#253) Not recommended phpdocs tag @access used
(#263) Not recommended phpdocs tag @access used
(#273) Not recommended phpdocs tag @access used
(#285) Not recommended phpdocs tag @access used
(#298) Not recommended phpdocs tag @access used
(#310) Not recommended phpdocs tag @access used
(#323) Not recommended phpdocs tag @access used
(#339) Not recommended phpdocs tag @access used
(#356) Not recommended phpdocs tag @access used
(#369) Not recommended phpdocs tag @access used
(#380) Not recommended phpdocs tag @access used
(#405) Not recommended phpdocs tag @access used
(#671) Not recommended phpdocs tag @access used
(#725) Not recommended phpdocs tag @access used
(#738) Not recommended phpdocs tag @access used
(#763) Not recommended phpdocs tag @access used
(#788) Not recommended phpdocs tag @access used
(#805) Not recommended phpdocs tag @access used
(#820) Not recommended phpdocs tag @access used
(#836) Not recommended phpdocs tag @access used
(#852) Not recommended phpdocs tag @access used
(#871) Not recommended phpdocs tag @access used
(#885) Not recommended phpdocs tag @access used
(#902) Not recommended phpdocs tag @access used
(#941) Not recommended phpdocs tag @access used
(#979) Not recommended phpdocs tag @access used
(#1004) Not recommended phpdocs tag @version used
(#1005) Not recommended phpdocs tag @access used
(#1011) Not recommended phpdocs tag @access used
(#1017) Not recommended phpdocs tag @access used
(#1023) Not recommended phpdocs tag @access used
(#1029) Not recommended phpdocs tag @access used
(#1053) Not recommended phpdocs tag @access used
(#1092) Not recommended phpdocs tag @version used
(#1093) Not recommended phpdocs tag @access used
(#1132) Not recommended phpdocs tag @access used
(#1165) Not recommended phpdocs tag @access used
(#1191) Not recommended phpdocs tag @access used
(#1238) Not recommended phpdocs tag @access used
(#1254) Not recommended phpdocs tag @access used
(#1581) Not recommended phpdocs tag @access used
(#1620) Not recommended phpdocs tag @access used
(#1630) Not recommended phpdocs tag @access used
(#1748) Not recommended phpdocs tag @access used
(#1763) Not recommended phpdocs tag @access used
(#1794) Not recommended phpdocs tag @access used
(#1875) Not recommended phpdocs tag @access used
(#1911) Not recommended phpdocs tag @access used
(#1983) Not recommended phpdocs tag @access used
(#2010) Not recommended phpdocs tag @access used
(#2032) Not recommended phpdocs tag @access used
(#2064) Not recommended phpdocs tag @version used
(#2065) Not recommended phpdocs tag @access used
(#2072) Not recommended phpdocs tag @access used
(#2079) Not recommended phpdocs tag @access used
(#2086) Not recommended phpdocs tag @access used
(#2093) Not recommended phpdocs tag @access used
(#2100) Not recommended phpdocs tag @access used
(#2107) Not recommended phpdocs tag @access used
(#2120) Not recommended phpdocs tag @access used
(#2137) Not recommended phpdocs tag @access used
(#2147) Not recommended phpdocs tag @access used
(#2166) Not recommended phpdocs tag @version used
(#2167) Not recommended phpdocs tag @access used
(#2212) Not recommended phpdocs tag @access used
(#2232) Not recommended phpdocs tag @access used
(#2245) Not recommended phpdocs tag @access used
(#2256) Not recommended phpdocs tag @access used
(#2269) Not recommended phpdocs tag @access used
(#2313) Not recommended phpdocs tag @access used
(#2329) Not recommended phpdocs tag @access used
(#2565) Not recommended phpdocs tag @access used
(#2605) Not recommended phpdocs tag @access used
(#2620) Not recommended phpdocs tag @access used
(#2694) Not recommended phpdocs tag @access used
(#2704) Not recommended phpdocs tag @access used
(#2728) Not recommended phpdocs tag @access used
(#2756) Not recommended phpdocs tag @access used
(#2782) Not recommended phpdocs tag @access used
(#2840) Not recommended phpdocs tag @access used
(#2889) Not recommended phpdocs tag @access used
(#2946) Not recommended phpdocs tag @access used
(#3324) Not recommended phpdocs tag @access used
(#3334) Not recommended phpdocs tag @access used
(#3351) Not recommended phpdocs tag @access used
(#3418) Not recommended phpdocs tag @access used
(#3471) Not recommended phpdocs tag @version used
(#3472) Not recommended phpdocs tag @access used
(#3478) Not recommended phpdocs tag @access used
(#3484) Not recommended phpdocs tag @access used
(#3490) Not recommended phpdocs tag @access used
(#3496) Not recommended phpdocs tag @access used
(#3502) Not recommended phpdocs tag @access used
(#3508) Not recommended phpdocs tag @access used
(#3514) Not recommended phpdocs tag @access used
(#3520) Not recommended phpdocs tag @access used
(#3526) Not recommended phpdocs tag @access used
(#3532) Not recommended phpdocs tag @access used
(#3538) Not recommended phpdocs tag @access used
(#3544) Not recommended phpdocs tag @access used
(#3551) Not recommended phpdocs tag @access used
(#3557) Not recommended phpdocs tag @access used
(#3563) Not recommended phpdocs tag @access used
(#3569) Not recommended phpdocs tag @access used
(#3575) Not recommended phpdocs tag @access used
(#3581) Not recommended phpdocs tag @access used
(#3587) Not recommended phpdocs tag @access used
(#3593) Not recommended phpdocs tag @access used
(#3601) Not recommended phpdocs tag @access used
(#3607) Not recommended phpdocs tag @access used
(#3613) Not recommended phpdocs tag @access used
(#3619) Not recommended phpdocs tag @access used
(#3629) Not recommended phpdocs tag @access used
(#3692) Not recommended phpdocs tag @access used
(#3776) Not recommended phpdocs tag @access used
(#3902) Not recommended phpdocs tag @access used
(#3949) Not recommended phpdocs tag @access used
(#4106) Not recommended phpdocs tag @access used
(#4210) Not recommended phpdocs tag @access used
(#4289) Not recommended phpdocs tag @access used
(#4308) Not recommended phpdocs tag @access used
(#4364) Not recommended phpdocs tag @access used
(#4376) Not recommended phpdocs tag @access used
(#4389) Not recommended phpdocs tag @access used
(#4401) Not recommended phpdocs tag @access used
(#4420) Not recommended phpdocs tag @access used
(#4489) Not recommended phpdocs tag @access used
(#4598) Not recommended phpdocs tag @version used
(#4599) Not recommended phpdocs tag @access used
(#4656) Not recommended phpdocs tag @access used
(#4676) Not recommended phpdocs tag @access used
(#4784) Not recommended phpdocs tag @access used
(#4888) Not recommended phpdocs tag @access used
(#5101) Not recommended phpdocs tag @access used
(#5131) Not recommended phpdocs tag @access used
(#5151) Not recommended phpdocs tag @access used
(#5175) Not recommended phpdocs tag @access used
(#5215) Not recommended phpdocs tag @access used
(#5247) Not recommended phpdocs tag @access used
(#5284) Not recommended phpdocs tag @access used
(#5345) Not recommended phpdocs tag @access used
(#5482) Not recommended phpdocs tag @access used
(#5621) Not recommended phpdocs tag @access used
(#5704) Not recommended phpdocs tag @access used
(#5804) Not recommended phpdocs tag @access used
(#5884) Not recommended phpdocs tag @access used
(#6203) Not recommended phpdocs tag @access used
(#6266) Not recommended phpdocs tag @access used
(#6374) Not recommended phpdocs tag @access used
(#6421) Not recommended phpdocs tag @access used
(#6435) Not recommended phpdocs tag @access used
(#6454) Not recommended phpdocs tag @access used
(#6541) Not recommended phpdocs tag @version used
(#6542) Not recommended phpdocs tag @access used
(#6587) Not recommended phpdocs tag @access used
(#6681) Not recommended phpdocs tag @access used
(#6836) Not recommended phpdocs tag @access used
(#6942) Not recommended phpdocs tag @access used
(#6967) Not recommended phpdocs tag @access used
(#6978) Not recommended phpdocs tag @access used
(#6988) Not recommended phpdocs tag @access used
(#6998) Not recommended phpdocs tag @access used
(#7011) Not recommended phpdocs tag @access used
(#7055) Not recommended phpdocs tag @access used
(#7192) Not recommended phpdocs tag @version used
(#7193) Not recommended phpdocs tag @access used
(#7239) Not recommended phpdocs tag @access used
(#7244) Not recommended phpdocs tag @access used
(#7249) Not recommended phpdocs tag @access used
(#7254) Not recommended phpdocs tag @access used
(#7270) Not recommended phpdocs tag @access used
(#7329) Not recommended phpdocs tag @access used
(#7511) Not recommended phpdocs tag @access used
(#7545) Not recommended phpdocs tag @access used
(#7560) Not recommended phpdocs tag @access used
(#7586) Not recommended phpdocs tag @access used
(#7665) Not recommended phpdocs tag @access used
(#7721) Not recommended phpdocs tag @access used
(#7733) Not recommended phpdocs tag @access used
(#7744) Not recommended phpdocs tag @access used
(#7756) Not recommended phpdocs tag @access used
(#7766) Not recommended phpdocs tag @access used
(#7779) Not recommended phpdocs tag @access used
(#7795) Not recommended phpdocs tag @access used
(#7810) Not recommended phpdocs tag @access used
(#7821) Not recommended phpdocs tag @access used
(#7831) Not recommended phpdocs tag @access used
(#7846) Not recommended phpdocs tag @access used
(#7861) Not recommended phpdocs tag @access used
(#7873) Not recommended phpdocs tag @access used
(#7921) Not recommended phpdocs tag @access used
(#7980) Not recommended phpdocs tag @access used
(#7992) Not recommended phpdocs tag @access used
(#8004) Not recommended phpdocs tag @access used
(#8017) Not recommended phpdocs tag @access used
(#8027) Not recommended phpdocs tag @access used
(#8040) Not recommended phpdocs tag @access used
(#8054) Not recommended phpdocs tag @access used
(#8064) Not recommended phpdocs tag @access used
(#8097) Not recommended phpdocs tag @access used
(#76) Package is not specified for class nusoap_base. It is also not specified in file-level phpdocs
(#999) Package is not specified for class nusoap_fault. It is also not specified in file-level phpdocs
(#1076) Package is not specified for class soap_fault. It is also not specified in file-level phpdocs
(#1086) Package is not specified for class nusoap_xmlschema. It is also not specified in file-level phpdocs
(#2046) Package is not specified for class XMLSchema. It is also not specified in file-level phpdocs
(#2056) Package is not specified for class soapval. It is also not specified in file-level phpdocs
(#2160) Package is not specified for class soap_transport_http. It is also not specified in file-level phpdocs
(#3464) Package is not specified for class nusoap_server. It is also not specified in file-level phpdocs
(#4582) Package is not specified for class soap_server. It is also not specified in file-level phpdocs
(#4592) Package is not specified for class wsdl. It is also not specified in file-level phpdocs
(#6535) Package is not specified for class nusoap_parser. It is also not specified in file-level phpdocs
(#7165) Package is not specified for class soap_parser. It is also not specified in file-level phpdocs
(#7175) Package is not specified for class nusoap_client. It is also not specified in file-level phpdocs
(#8159) Package is not specified for class soapclient. It is also not specified in file-level phpdocs
(#896) Package is not specified for function timestamp_to_iso8601. It is also not specified in file-level phpdocs
(#936) Package is not specified for function iso8601_to_timestamp. It is also not specified in file-level phpdocs
(#975) Package is not specified for function usleepWindows. It is also not specified in file-level phpdocs
blocks/pageone/lib/nusoapmime.php
(#42) File-level phpdocs block is not found
(#271) Class soapclientmime is not documented
(#498) Class nusoapservermime is not documented
(#45) No one-line description found in phpdocs for class nusoap_client_mime
(#275) No one-line description found in phpdocs for class nusoap_server_mime
(#45) Class nusoap_client_mime does not have @copyright tag
(#275) Class nusoap_server_mime does not have @copyright tag
(#45) Class nusoap_client_mime does not have @license tag
(#275) Class nusoap_server_mime does not have @license tag
(#51) Not recommended phpdocs tag @version used
(#52) Not recommended phpdocs tag @access used
(#58) Not recommended phpdocs tag @access used
(#64) Not recommended phpdocs tag @access used
(#69) Not recommended phpdocs tag @access used
(#86) Not recommended phpdocs tag @access used
(#106) Not recommended phpdocs tag @access used
(#120) Not recommended phpdocs tag @access used
(#131) Not recommended phpdocs tag @access used
(#190) Not recommended phpdocs tag @access used
(#206) Not recommended phpdocs tag @access used
(#221) Not recommended phpdocs tag @access used
(#281) Not recommended phpdocs tag @version used
(#282) Not recommended phpdocs tag @access used
(#288) Not recommended phpdocs tag @access used
(#294) Not recommended phpdocs tag @access used
(#299) Not recommended phpdocs tag @access used
(#316) Not recommended phpdocs tag @access used
(#336) Not recommended phpdocs tag @access used
(#350) Not recommended phpdocs tag @access used
(#361) Not recommended phpdocs tag @access used
(#420) Not recommended phpdocs tag @access used
(#436) Not recommended phpdocs tag @access used
(#451) Not recommended phpdocs tag @access used
(#45) Package is not specified for class nusoap_client_mime. It is also not specified in file-level phpdocs
(#271) Package is not specified for class soapclientmime. It is also not specified in file-level phpdocs
(#275) Package is not specified for class nusoap_server_mime. It is also not specified in file-level phpdocs
(#498) Package is not specified for class nusoapservermime. It is also not specified in file-level phpdocs
blocks/pageone/locales/always_first.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_always_first is not documented
(#13) Function block_pageone_locale_always_first::get_locale_name is not documented
(#18) Function block_pageone_locale_always_first::get_mobile_number is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_always_first. It is also not specified in file-level phpdocs
blocks/pageone/locales/always_second.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_always_second is not documented
(#13) Function block_pageone_locale_always_second::get_locale_name is not documented
(#18) Function block_pageone_locale_always_second::get_mobile_number is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_always_second. It is also not specified in file-level phpdocs
blocks/pageone/locales/first_valid.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_first_valid is not documented
(#14) Function block_pageone_locale_first_valid::get_locale_name is not documented
(#19) Function block_pageone_locale_first_valid::get_mobile_number is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_first_valid. It is also not specified in file-level phpdocs
blocks/pageone/locales/generic.php
(#2) File-level phpdocs block is not found
(#12) Class block_pageone_locale_generic is not documented
(#14) Function block_pageone_locale_generic::get_locale_name is not documented
(#19) Function block_pageone_locale_generic::get_mobile_number is not documented
(#24) Function block_pageone_locale_generic::process_mobile_number is not documented
(#9) Invalid phpdocs tag @licence used
(#12) Package is not specified for class block_pageone_locale_generic. It is also not specified in file-level phpdocs
blocks/pageone/locales/second_valid.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_second_valid is not documented
(#14) Function block_pageone_locale_second_valid::get_locale_name is not documented
(#19) Function block_pageone_locale_second_valid::get_mobile_number is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_second_valid. It is also not specified in file-level phpdocs
blocks/pageone/locales/starts_m.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_starts_m is not documented
(#13) Function block_pageone_locale_starts_m::get_locale_name is not documented
(#18) Function block_pageone_locale_starts_m::get_mobile_number is not documented
(#29) Function block_pageone_locale_starts_m::has_m is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_starts_m. It is also not specified in file-level phpdocs
blocks/pageone/locales/uk.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class block_pageone_locale_uk is not documented
(#14) Function block_pageone_locale_uk::get_locale_name is not documented
(#19) Function block_pageone_locale_uk::get_mobile_number is not documented
(#30) Function block_pageone_locale_uk::is_valid_mobile_number is not documented
(#39) Function block_pageone_locale_uk::process_mobile_number is not documented
(#8) Invalid phpdocs tag @licence used
(#11) Package is not specified for class block_pageone_locale_uk. It is also not specified in file-level phpdocs
blocks/pageone/mdl21_abstract.php
(#2) Empty line found after PHP open tag
(#15) Class mdl21_db_abstract is not documented
(#83) Class mdl21_page_abstract is not documented
(#113) Class mdl21_navbar_abstract is not documented
(#123) Class mdl21_blocks_abstract is not documented
(#135) Class mdl21_output_abstract is not documented
(#17) Function mdl21_db_abstract::get_record is not documented
(#22) Function mdl21_db_abstract::get_records is not documented
(#27) Function mdl21_db_abstract::get_records_sql is not documented
(#33) Function mdl21_db_abstract::insert_record is not documented
(#38) Function mdl21_db_abstract::delete_records is not documented
(#43) Function mdl21_db_abstract::delete_records_select is not documented
(#48) Function mdl21_db_abstract::update_record is not documented
(#53) Function mdl21_db_abstract::count_records is not documented
(#58) Function mdl21_db_abstract::fix_array_params is not documented
(#67) Function mdl21_db_abstract::process_params is not documented
(#87) Function mdl21_page_abstract::__construct is not documented
(#93) Function mdl21_page_abstract::set_url is not documented
(#96) Function mdl21_page_abstract::set_context is not documented
(#99) Function mdl21_page_abstract::set_course is not documented
(#102) Function mdl21_page_abstract::set_title is not documented
(#105) Function mdl21_page_abstract::set_heading is not documented
(#115) Function mdl21_navbar_abstract::add is not documented
(#125) Function mdl21_blocks_abstract::show_only_fake_blocks is not documented
(#138) Function mdl21_output_abstract::heading is not documented
(#143) Function mdl21_output_abstract::footer is not documented
(#148) Function mdl21_output_abstract::pix_icon is not documented
(#154) Function mdl21_output_abstract::pix_url is not documented
(#160) Function mdl21_output_abstract::help_icon is not documented
(#170) Function mdl21_getconfigparam is not documented
(#176) Function mdl21_configparamisset is not documented
(#188) Function mdl21_get_output is not documented
(#193) Function mdl21_get_DB is not documented
(#85) Variable mdl21_page_abstract::$navbar is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#6) Invalid phpdocs tag @licence used
(#15) Package is not specified for class mdl21_db_abstract. It is also not specified in file-level phpdocs
(#83) Package is not specified for class mdl21_page_abstract. It is also not specified in file-level phpdocs
(#113) Package is not specified for class mdl21_navbar_abstract. It is also not specified in file-level phpdocs
(#123) Package is not specified for class mdl21_blocks_abstract. It is also not specified in file-level phpdocs
(#135) Package is not specified for class mdl21_output_abstract. It is also not specified in file-level phpdocs
(#170) Package is not specified for function mdl21_getconfigparam. It is also not specified in file-level phpdocs
(#176) Package is not specified for function mdl21_configparamisset. It is also not specified in file-level phpdocs
(#188) Package is not specified for function mdl21_get_output. It is also not specified in file-level phpdocs
(#193) Package is not specified for function mdl21_get_DB. It is also not specified in file-level phpdocs
blocks/pageone/mdl2_generic.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function mdl21_getconfigparam is not documented
(#14) Function mdl21_configparamisset is not documented
(#32) Function mdl21_get_output is not documented
(#38) Function mdl21_get_DB is not documented
(#3) Package is not specified for function mdl21_getconfigparam. It is also not specified in file-level phpdocs
(#14) Package is not specified for function mdl21_configparamisset. It is also not specified in file-level phpdocs
(#32) Package is not specified for function mdl21_get_output. It is also not specified in file-level phpdocs
(#38) Package is not specified for function mdl21_get_DB. It is also not specified in file-level phpdocs
blocks/pageone/pageonelib.php
(#2) Empty line found after PHP open tag
(#117) Function pageone_send_soap is not documented
(#186) Function pageone_show_error is not documented
(#200) Function pageone_is_configured is not documented
(#214) Function pageone_test_account is not documented
(#233) Function pageone_send_text is not documented
(#272) Function pageone_get_message_text is not documented
(#294) Function pageone_char_limit_exceeded is not documented
(#310) Function pageone_send_text_to_number is not documented
(#325) Function pageone_send_mm_text is not documented
(#379) Function pageone_has_valid_mobile_number is not documented
(#391) Function pageone_get_number_locale is not documented
(#408) Function pageone_find_mobile_number is not documented
(#423) Function pageone_get_mobile_locales is not documented
(#444) Function pageone_get_locale_name is not documented
(#460) Function pageone_add_user_alphatag is not documented
(#481) Function pageone_update_user_alphatag is not documented
(#496) Function pageone_has_custom_alphatag is not documented
(#509) Function pageone_get_custom_alphatag is not documented
(#526) Function pageone_delete_user_alphatag is not documented
(#541) Function pageone_get_alphatagoptions is not documented
(#577) Function pageone_get_alphatag_list is not documented
(#602) Function pageone_alphatag_user is not documented
(#614) Function pageone_get_account_settings_html is not documented
(#636) Function pageone_get_server_check is not documented
(#679) Function pageone_get_callback_info is not documented
(#689) Function pageone_get_fix_callbacks_links is not documented
(#707) Function pageone_get_settings_links is not documented
(#730) Function pageone_set_callback is not documented
(#752) Function pageone_add_callback is not documented
(#776) Function pageone_remove_all_callbacks is not documented
(#794) Function pageone_remove_specific_callback is not documented
(#812) Function pageone_get_callback_list is not documented
(#829) Function pageone_check_callbacks is not documented
(#864) Function pageone_fix_callbacks is not documented
(#883) Function check_result is not documented
(#909) Function check_error is not documented
(#928) Function pageone_find_course is not documented
(#946) Function pageone_get_user is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#10) Package pageone is not valid
blocks/pageone/pageonelib_5.php
(#2) Empty line found after PHP open tag
(#18) Function pageone_soap_login is not documented
(#58) Function pageone_soap_logout is not documented
(#88) Function pageone_soap_send_message is not documented
(#113) Function pageone_soap_send_message_2 is not documented
(#197) Function pageone_get_session_header is not documented
(#216) Function pageone_available_credit is not documented
(#245) Function pageone_get_alphatags is not documented
(#279) Function pageone_get_xml_document is not documented
(#295) Function pageone_get_callback_session_header is not documented
(#319) Function pageone_add_callback_service is not documented
(#342) Function pageone_remove_callback is not documented
(#368) Function pageone_check_callback_response is not documented
(#393) Function pageone_list_callbacks is not documented
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#10) Package pageone is not valid
blocks/pageone/services/callback_url.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
blocks/pageone/services/liquidCallback.php
(#2) File-level phpdocs block is not found
blocks/pageone/settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/settingslib.php
(#2) Empty line found after PHP open tag
(#16) Class admin_setting_pageone_alphatag is not documented
(#18) Function admin_setting_pageone_alphatag::__construct is not documented
(#24) Function admin_setting_pageone_alphatag::get_setting is not documented
(#33) Function admin_setting_pageone_alphatag::write_setting is not documented
(#44) Function admin_setting_pageone_alphatag::output_html is not documented
(#11) Found comment starting with three or more slashes
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/styles.php
(#3) File-level phpdocs block is not found
blocks/pageone/tabs.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#6) Package pageone is not valid
blocks/pageone/version.php
(#2) Empty line found after PHP open tag
(#18) File-level phpdocs block is not found
blocks/pageone/viewin.php
(#52) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#79) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#7) Package pageone is not valid

Update savepoints problems

(5 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]

blocks/pageone/db/upgrade.php
Detected more 'if' blocks (4) than 'savepoint' calls (0)
version 2008050803 is missing corresponding savepoint call
version 2008082601 is missing corresponding savepoint call
version 2008082901 is missing corresponding savepoint call
version 2009011309 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]