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

(1197 errors, 125 warnings)

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

auth/wordpress/BasicOAuth.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#23) Line indented incorrectly; expected 4 spaces, found 2
(#23) Member variable "http_code" must not contain underscores.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Line indented incorrectly; expected 4 spaces, found 2
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#27) Line indented incorrectly; expected 4 spaces, found 2
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Line indented incorrectly; expected 4 spaces, found 2
(#31) Whitespace found at end of line
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#33) Member variable "ssl_verifypeer" must not contain underscores.
(#33) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Line indented incorrectly; expected 4 spaces, found 2
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#37) Member variable "decode_json" must not contain underscores.
(#37) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Member variable "http_info" must not contain underscores.
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Line indented incorrectly; expected 4 spaces, found 2
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) This comment is 50% valid code; is this commented out code?
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) No space found before comment text; expected "// public $retry = TRUE;" but found "//public $retry = TRUE;"
(#44) Line indented incorrectly; expected 4 spaces, found 2
(#44) Member variable "accessTokenURL" must be all lower-case
(#46) Line indented incorrectly; expected 4 spaces, found 2
(#46) Member variable "authenticateURL" must be all lower-case
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#48) Member variable "authorizeURL" must be all lower-case
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#50) Member variable "requestTokenURL" must be all lower-case
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#52) Member variable "callbackURL" must be all lower-case
(#54) Line indented incorrectly; expected 4 spaces, found 2
(#54) Member variable "sslCert" must be all lower-case
(#56) Line indented incorrectly; expected 4 spaces, found 2
(#56) Member variable "sslKey" must be all lower-case
(#59) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Line indented incorrectly; expected 4 spaces, found 2
(#62) Public method name "BasicOAuth::accessTokenURL" must be in lower-case letters only
(#62) Whitespace found at end of line
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#63) Opening brace should be on the same line as the declaration
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Whitespace found at end of line
(#65) Line indented incorrectly; expected 4 spaces, found 2
(#67) Line indented incorrectly; expected 4 spaces, found 2
(#67) Public method name "BasicOAuth::authenticateURL" must be in lower-case letters only
(#67) Whitespace found at end of line
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Opening brace should be on the same line as the declaration
(#68) Whitespace found at end of line
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Whitespace found at end of line
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#71) Whitespace found at end of line
(#72) Line indented incorrectly; expected 4 spaces, found 2
(#72) Public method name "BasicOAuth::authorizeURL" must be in lower-case letters only
(#72) Whitespace found at end of line
(#73) Line indented incorrectly; expected at least 4 spaces, found 2
(#73) Opening brace should be on the same line as the declaration
(#73) Whitespace found at end of line
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Whitespace found at end of line
(#75) Line indented incorrectly; expected 4 spaces, found 2
(#76) Whitespace found at end of line
(#77) Line indented incorrectly; expected 4 spaces, found 2
(#77) Public method name "BasicOAuth::requestTokenURL" must be in lower-case letters only
(#77) Whitespace found at end of line
(#78) Line indented incorrectly; expected at least 4 spaces, found 2
(#78) Opening brace should be on the same line as the declaration
(#78) Whitespace found at end of line
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Whitespace found at end of line
(#80) Line indented incorrectly; expected 4 spaces, found 2
(#82) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#85) method name "BasicOAuth::lastStatusCode" must be in lower-case letters only
(#85) Visibility must be declared on method "lastStatusCode"
(#85) Opening brace must be the last content on the line
(#85) Closing brace must be on a line by itself
(#86) Line indented incorrectly; expected 4 spaces, found 2
(#86) method name "BasicOAuth::lastAPICall" must be in lower-case letters only
(#86) Visibility must be declared on method "lastAPICall"
(#86) Opening brace must be the last content on the line
(#86) Closing brace must be on a line by itself
(#88) Line indented incorrectly; expected at least 4 spaces, found 2
(#91) Line indented incorrectly; expected 4 spaces, found 2
(#91) Visibility must be declared on method "__construct"
(#91) Variable "consumer_key" must not contain underscores.
(#91) Variable "consumer_secret" must not contain underscores.
(#91) Variable "oauth_token" must not contain underscores.
(#91) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#91) Variable "oauth_token_secret" must not contain underscores.
(#91) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#91) Variable "client_ssl_cert" must not contain underscores.
(#91) Variable "client_ssl_key" must not contain underscores.
(#91) Line exceeds 132 characters; contains 155 characters
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Variable "consumer_key" must not contain underscores.
(#93) Variable "consumer_secret" must not contain underscores.
(#94) Line indented incorrectly; expected 8 spaces, found 4
(#94) Variable "oauth_token" must not contain underscores.
(#94) Variable "oauth_token_secret" must not contain underscores.
(#95) Line indented incorrectly; expected at least 12 spaces, found 6
(#95) Variable "oauth_token" must not contain underscores.
(#95) Variable "oauth_token_secret" must not contain underscores.
(#96) Line indented incorrectly; expected 8 spaces, found 4
(#97) Line indented incorrectly; expected at least 12 spaces, found 6
(#97) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#98) Line indented incorrectly; expected 8 spaces, found 4
(#99) Line indented incorrectly; expected 8 spaces, found 4
(#99) Variable "client_ssl_cert" must not contain underscores.
(#100) Line indented incorrectly; expected at least 12 spaces, found 6
(#100) Variable "client_ssl_cert" must not contain underscores.
(#101) Line indented incorrectly; expected 8 spaces, found 4
(#103) Line indented incorrectly; expected 8 spaces, found 4
(#103) Variable "client_ssl_key" must not contain underscores.
(#104) Line indented incorrectly; expected at least 12 spaces, found 6
(#104) Variable "client_ssl_key" must not contain underscores.
(#105) Line indented incorrectly; expected 8 spaces, found 4
(#106) Line indented incorrectly; expected 4 spaces, found 2
(#109) Line indented incorrectly; expected at least 4 spaces, found 2
(#114) Line indented incorrectly; expected 4 spaces, found 2
(#114) method name "BasicOAuth::getRequestToken" must be in lower-case letters only
(#114) Visibility must be declared on method "getRequestToken"
(#114) Variable "oauth_callback" must not contain underscores.
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#116) Line indented incorrectly; expected at least 8 spaces, found 4
(#116) Variable "oauth_callback" must not contain underscores.
(#116) Whitespace found at end of line
(#117) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Variable "oauth_callback" must not contain underscores.
(#117) Whitespace found at end of line
(#118) Line indented incorrectly; expected at least 8 spaces, found 4
(#119) Line indented incorrectly; expected at least 8 spaces, found 4
(#120) Line indented incorrectly; expected at least 8 spaces, found 4
(#121) Line indented incorrectly; expected at least 8 spaces, found 4
(#122) Line indented incorrectly; expected 4 spaces, found 2
(#124) Line indented incorrectly; expected at least 4 spaces, found 2
(#129) Line indented incorrectly; expected 4 spaces, found 2
(#129) method name "BasicOAuth::getAuthorizeURL" must be in lower-case letters only
(#129) Visibility must be declared on method "getAuthorizeURL"
(#129) Variable "sign_in_with_twitter" must not contain underscores.
(#129) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#130) Line indented incorrectly; expected 8 spaces, found 4
(#131) Line indented incorrectly; expected at least 12 spaces, found 6
(#132) Line indented incorrectly; expected 8 spaces, found 4
(#133) Line indented incorrectly; expected 8 spaces, found 4
(#133) Variable "sign_in_with_twitter" must not contain underscores.
(#134) Line indented incorrectly; expected at least 12 spaces, found 6
(#135) Line indented incorrectly; expected 8 spaces, found 4
(#136) Line indented incorrectly; expected at least 12 spaces, found 6
(#137) Line indented incorrectly; expected 8 spaces, found 4
(#138) Line indented incorrectly; expected 4 spaces, found 2
(#140) Line indented incorrectly; expected at least 4 spaces, found 2
(#149) Line indented incorrectly; expected 4 spaces, found 2
(#149) method name "BasicOAuth::getAccessToken" must be in lower-case letters only
(#149) Visibility must be declared on method "getAccessToken"
(#149) Variable "oauth_verifier" must not contain underscores.
(#150) Line indented incorrectly; expected at least 8 spaces, found 4
(#151) Line indented incorrectly; expected at least 8 spaces, found 4
(#151) Variable "oauth_verifier" must not contain underscores.
(#152) Line indented incorrectly; expected at least 8 spaces, found 4
(#153) Line indented incorrectly; expected at least 8 spaces, found 4
(#154) Line indented incorrectly; expected at least 8 spaces, found 4
(#155) Line indented incorrectly; expected at least 8 spaces, found 4
(#156) Line indented incorrectly; expected 4 spaces, found 2
(#158) Line indented incorrectly; expected at least 4 spaces, found 2
(#166) Whitespace found at end of line
(#167) Line indented incorrectly; expected 4 spaces, found 2
(#167) method name "BasicOAuth::getXAuthToken" must be in lower-case letters only
(#167) Visibility must be declared on method "getXAuthToken"
(#168) Line indented incorrectly; expected at least 8 spaces, found 4
(#169) Line indented incorrectly; expected at least 8 spaces, found 4
(#170) Line indented incorrectly; expected at least 8 spaces, found 4
(#171) Line indented incorrectly; expected at least 8 spaces, found 4
(#172) Line indented incorrectly; expected at least 8 spaces, found 4
(#173) Line indented incorrectly; expected at least 8 spaces, found 4
(#174) Line indented incorrectly; expected at least 8 spaces, found 4
(#175) Line indented incorrectly; expected at least 8 spaces, found 4
(#176) Line indented incorrectly; expected 4 spaces, found 2
(#178) Line indented incorrectly; expected at least 4 spaces, found 2
(#181) Line indented incorrectly; expected 4 spaces, found 2
(#181) Visibility must be declared on method "get"
(#182) Line indented incorrectly; expected at least 8 spaces, found 4
(#183) Line indented incorrectly; expected 8 spaces, found 4
(#184) Line indented incorrectly; expected at least 12 spaces, found 6
(#185) Line indented incorrectly; expected 8 spaces, found 4
(#186) Line indented incorrectly; expected at least 8 spaces, found 4
(#187) Line indented incorrectly; expected 4 spaces, found 2
(#188) Whitespace found at end of line
(#189) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Line indented incorrectly; expected 4 spaces, found 2
(#192) Visibility must be declared on method "post"
(#193) Line indented incorrectly; expected at least 8 spaces, found 4
(#194) Line indented incorrectly; expected 8 spaces, found 4
(#195) Line indented incorrectly; expected at least 12 spaces, found 6
(#196) Line indented incorrectly; expected 8 spaces, found 4
(#197) Line indented incorrectly; expected at least 8 spaces, found 4
(#198) Line indented incorrectly; expected 4 spaces, found 2
(#200) Line indented incorrectly; expected at least 4 spaces, found 2
(#203) Line indented incorrectly; expected 4 spaces, found 2
(#203) Visibility must be declared on method "delete"
(#204) Line indented incorrectly; expected at least 8 spaces, found 4
(#205) Line indented incorrectly; expected 8 spaces, found 4
(#206) Line indented incorrectly; expected at least 12 spaces, found 6
(#207) Line indented incorrectly; expected 8 spaces, found 4
(#208) Line indented incorrectly; expected at least 8 spaces, found 4
(#209) Line indented incorrectly; expected 4 spaces, found 2
(#211) Line indented incorrectly; expected at least 4 spaces, found 2
(#214) Line indented incorrectly; expected 4 spaces, found 2
(#214) method name "BasicOAuth::oAuthRequest" must be in lower-case letters only
(#214) Visibility must be declared on method "oAuthRequest"
(#215) Line indented incorrectly; expected 8 spaces, found 4
(#216) Line indented incorrectly; expected at least 12 spaces, found 6
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) This comment is 43% valid code; is this commented out code?
(#217) Line indented incorrectly; expected at least 12 spaces, found 6
(#217) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#218) Line indented incorrectly; expected 8 spaces, found 4
(#219) Line indented incorrectly; expected at least 8 spaces, found 4
(#220) Line indented incorrectly; expected at least 8 spaces, found 4
(#221) Line indented incorrectly; expected 8 spaces, found 4
(#222) Line indented incorrectly; expected 12 spaces, found 4
(#224) Line indented incorrectly; expected 12 spaces, found 4
(#226) Line indented incorrectly; expected 8 spaces, found 4
(#227) Line indented incorrectly; expected 4 spaces, found 2
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#234) Line indented incorrectly; expected 4 spaces, found 2
(#234) Visibility must be declared on method "http"
(#234) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#235) Line indented incorrectly; expected at least 8 spaces, found 4
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#239) Line indented incorrectly; expected at least 8 spaces, found 4
(#240) Line indented incorrectly; expected at least 8 spaces, found 4
(#241) Line indented incorrectly; expected at least 8 spaces, found 4
(#241) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#243) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#247) Line indented incorrectly; expected 8 spaces, found 4
(#248) Line indented incorrectly; expected at least 12 spaces, found 6
(#249) Line indented incorrectly; expected 8 spaces, found 4
(#251) Line indented incorrectly; expected 8 spaces, found 4
(#252) Line indented incorrectly; expected at least 12 spaces, found 6
(#253) Line indented incorrectly; expected 8 spaces, found 4
(#255) Line indented incorrectly; expected 8 spaces, found 4
(#256) Line indented incorrectly; expected 12 spaces, found 6
(#257) Line indented incorrectly; expected at least 16 spaces, found 8
(#257) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#258) Line indented incorrectly; expected 16 spaces, found 8
(#259) Line indented incorrectly; expected at least 20 spaces, found 10
(#260) Line indented incorrectly; expected 16 spaces, found 8
(#262) Line indented incorrectly; expected 12 spaces, found 6
(#263) Line indented incorrectly; expected at least 16 spaces, found 8
(#264) Line indented incorrectly; expected 16 spaces, found 8
(#265) Line indented incorrectly; expected at least 20 spaces, found 10
(#266) Line indented incorrectly; expected 16 spaces, found 8
(#267) Line indented incorrectly; expected 8 spaces, found 4
(#269) Line indented incorrectly; expected at least 8 spaces, found 4
(#269) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Line indented incorrectly; expected at least 8 spaces, found 0
(#272) Whitespace found at end of line
(#273) This comment is 58% valid code; is this commented out code?
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Line indented incorrectly; expected at least 8 spaces, found 0
(#273) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#274) Line indented incorrectly; expected at least 8 spaces, found 0
(#274) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Line indented incorrectly; expected at least 8 spaces, found 0
(#275) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#277) Line indented incorrectly; expected at least 8 spaces, found 4
(#278) Line indented incorrectly; expected at least 8 spaces, found 4
(#279) Line indented incorrectly; expected at least 8 spaces, found 4
(#280) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Line indented incorrectly; expected at least 8 spaces, found 4
(#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
(#283) This comment is 67% valid code; is this commented out code?
(#283) Line indented incorrectly; expected at least 8 spaces, found 0
(#283) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#284) Line indented incorrectly; expected at least 8 spaces, found 4
(#285) Line indented incorrectly; expected 4 spaces, found 2
(#287) Line indented incorrectly; expected at least 4 spaces, found 2
(#290) Line indented incorrectly; expected 4 spaces, found 2
(#290) method name "BasicOAuth::getHeader" must be in lower-case letters only
(#290) Visibility must be declared on method "getHeader"
(#291) Line indented incorrectly; expected at least 8 spaces, found 4
(#292) Line indented incorrectly; expected 8 spaces, found 4
(#293) Line indented incorrectly; expected at least 12 spaces, found 6
(#294) Line indented incorrectly; expected at least 12 spaces, found 6
(#295) Line indented incorrectly; expected at least 12 spaces, found 6
(#296) Line indented incorrectly; expected 8 spaces, found 4
(#297) Line indented incorrectly; expected at least 8 spaces, found 4
(#298) Line indented incorrectly; expected 4 spaces, found 2
auth/wordpress/OAuth.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#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".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#5) Line 6 of the opening comment must start "// (at your option) any later version.".
(#5) Line 7 of the opening comment must start "//".
(#5) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#6) 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".
(#7) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#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) Line indented incorrectly; expected 4 spaces, found 2
(#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) Line indented incorrectly; expected at least 8 spaces, found 4
(#11) Line indented incorrectly; expected 4 spaces, found 2
(#15) Line indented incorrectly; expected 4 spaces, found 2
(#16) Line indented incorrectly; expected 4 spaces, found 2
(#18) Line indented incorrectly; expected 4 spaces, found 2
(#18) Visibility must be declared on method "__construct"
(#18) Variable "callback_url" must not contain underscores.
(#18) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#19) Line indented incorrectly; expected at least 8 spaces, found 4
(#20) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Line indented incorrectly; expected at least 8 spaces, found 4
(#21) Variable "callback_url" must not contain underscores.
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#24) Line indented incorrectly; expected 4 spaces, found 2
(#24) Visibility must be declared on method "__toString"
(#25) Line indented incorrectly; expected at least 8 spaces, found 4
(#26) Line indented incorrectly; expected 4 spaces, found 2
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Line indented incorrectly; expected 4 spaces, found 2
(#32) Line indented incorrectly; expected 4 spaces, found 2
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected 4 spaces, found 2
(#38) Visibility must be declared on method "__construct"
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#40) Line indented incorrectly; expected at least 8 spaces, found 4
(#41) Line indented incorrectly; expected 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#47) Visibility must be declared on method "to_string"
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#54) Line indented incorrectly; expected 4 spaces, found 2
(#54) Visibility must be declared on method "__toString"
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#56) Line indented incorrectly; expected 4 spaces, found 2
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Line indented incorrectly; expected 4 spaces, found 2
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#80) Line indented incorrectly; expected 4 spaces, found 2
(#82) Line indented incorrectly; expected at least 4 spaces, found 2
(#90) Line indented incorrectly; expected 4 spaces, found 2
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Line indented incorrectly; expected 4 spaces, found 2
(#97) Whitespace found at end of line
(#98) Whitespace found at end of line
(#99) Whitespace found at end of line
(#104) Line indented incorrectly; expected 4 spaces, found 2
(#104) Visibility must be declared on method "get_name"
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Line indented incorrectly; expected 4 spaces, found 2
(#108) Line indented incorrectly; expected 4 spaces, found 2
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Variable "base_string" must not contain underscores.
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#110) Variable "base_string" must not contain underscores.
(#112) Line indented incorrectly; expected at least 8 spaces, found 4
(#112) Variable "key_parts" must not contain underscores.
(#113) Line indented incorrectly; expected at least 8 spaces, found 6
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Variable "key_parts" must not contain underscores.
(#117) Variable "key_parts" must not contain underscores.
(#118) Line indented incorrectly; expected at least 8 spaces, found 4
(#118) Variable "key_parts" must not contain underscores.
(#120) Line indented incorrectly; expected at least 8 spaces, found 4
(#120) Variable "base_string" must not contain underscores.
(#121) Line indented incorrectly; expected 4 spaces, found 2
(#125) Whitespace found at end of line
(#130) Line indented incorrectly; expected 4 spaces, found 2
(#131) Line indented incorrectly; expected at least 8 spaces, found 4
(#132) Line indented incorrectly; expected 4 spaces, found 2
(#134) Line indented incorrectly; expected at least 4 spaces, found 2
(#135) Whitespace found at end of line
(#136) Whitespace found at end of line
(#143) Line indented incorrectly; expected 4 spaces, found 2
(#144) Line indented incorrectly; expected at least 8 spaces, found 4
(#144) Variable "key_parts" must not contain underscores.
(#145) Line indented incorrectly; expected at least 8 spaces, found 6
(#146) Line indented incorrectly; expected at least 8 spaces, found 6
(#147) Line indented incorrectly; expected at least 8 spaces, found 4
(#149) Line indented incorrectly; expected at least 8 spaces, found 4
(#149) Variable "key_parts" must not contain underscores.
(#149) Variable "key_parts" must not contain underscores.
(#150) Line indented incorrectly; expected at least 8 spaces, found 4
(#150) Variable "key_parts" must not contain underscores.
(#151) Line indented incorrectly; expected at least 8 spaces, found 4
(#153) Line indented incorrectly; expected at least 8 spaces, found 4
(#154) Line indented incorrectly; expected 4 spaces, found 2
(#158) Whitespace found at end of line
(#159) Whitespace found at end of line
(#160) Whitespace found at end of line
(#161) Whitespace found at end of line
(#166) Line indented incorrectly; expected 4 spaces, found 2
(#167) Line indented incorrectly; expected at least 8 spaces, found 4
(#168) Line indented incorrectly; expected 4 spaces, found 2
(#170) Line indented incorrectly; expected at least 4 spaces, found 2
(#171) Line indented incorrectly; expected at least 4 spaces, found 2
(#172) Line indented incorrectly; expected at least 4 spaces, found 2
(#173) Line indented incorrectly; expected at least 4 spaces, found 2
(#174) Line indented incorrectly; expected at least 4 spaces, found 2
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 4 spaces, found 2
(#176) Line indented incorrectly; expected 4 spaces, found 2
(#178) Line indented incorrectly; expected at least 4 spaces, found 2
(#179) Line indented incorrectly; expected at least 4 spaces, found 2
(#180) Line indented incorrectly; expected at least 4 spaces, found 2
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 4 spaces, found 2
(#182) Line indented incorrectly; expected 4 spaces, found 2
(#184) Line indented incorrectly; expected 4 spaces, found 2
(#185) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) Variable "base_string" must not contain underscores.
(#186) Line indented incorrectly; expected at least 8 spaces, found 4
(#186) Variable "base_string" must not contain underscores.
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Line indented incorrectly; expected at least 8 spaces, found 4
(#189) Line indented incorrectly; expected at least 8 spaces, found 4
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Line indented incorrectly; expected at least 8 spaces, found 4
(#192) Line indented incorrectly; expected at least 8 spaces, found 4
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 8 spaces, found 4
(#195) Line indented incorrectly; expected at least 8 spaces, found 4
(#195) Variable "base_string" must not contain underscores.
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Line indented incorrectly; expected at least 8 spaces, found 4
(#198) Line indented incorrectly; expected at least 8 spaces, found 4
(#200) Line indented incorrectly; expected at least 8 spaces, found 4
(#201) Line indented incorrectly; expected 4 spaces, found 2
(#203) Line indented incorrectly; expected 4 spaces, found 2
(#204) Line indented incorrectly; expected at least 8 spaces, found 4
(#204) Variable "decoded_sig" must not contain underscores.
(#206) Line indented incorrectly; expected at least 8 spaces, found 4
(#206) Variable "base_string" must not contain underscores.
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line indented incorrectly; expected at least 8 spaces, found 4
(#209) Line indented incorrectly; expected at least 8 spaces, found 4
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line indented incorrectly; expected at least 8 spaces, found 4
(#212) Line indented incorrectly; expected at least 8 spaces, found 4
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Line indented incorrectly; expected at least 8 spaces, found 4
(#215) Line indented incorrectly; expected at least 8 spaces, found 4
(#215) Variable "base_string" must not contain underscores.
(#215) Variable "decoded_sig" must not contain underscores.
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#220) Line indented incorrectly; expected at least 8 spaces, found 4
(#221) Line indented incorrectly; expected 4 spaces, found 2
(#225) Line indented incorrectly; expected 4 spaces, found 2
(#226) Line indented incorrectly; expected 4 spaces, found 2
(#226) Member variable "http_method" must not contain underscores.
(#227) Line indented incorrectly; expected 4 spaces, found 2
(#227) Member variable "http_url" must not contain underscores.
(#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 4 spaces, found 2
(#229) Line indented incorrectly; expected 4 spaces, found 2
(#229) Member variable "base_string" must not contain underscores.
(#230) Line indented incorrectly; expected 4 spaces, found 2
(#231) Line indented incorrectly; expected 4 spaces, found 2
(#231) Member variable "POST_INPUT" must be all lower-case
(#231) Member variable "POST_INPUT" must not contain underscores.
(#233) Line indented incorrectly; expected 4 spaces, found 2
(#233) Visibility must be declared on method "__construct"
(#233) Variable "http_method" must not contain underscores.
(#233) Variable "http_url" must not contain underscores.
(#233) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#234) Line indented incorrectly; expected at least 8 spaces, found 4
(#235) Line indented incorrectly; expected at least 8 spaces, found 4
(#235) Variable "http_url" must not contain underscores.
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Variable "http_method" must not contain underscores.
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#238) Variable "http_url" must not contain underscores.
(#239) Line indented incorrectly; expected 4 spaces, found 2
(#242) Line indented incorrectly; expected at least 4 spaces, found 2
(#245) Line indented incorrectly; expected 4 spaces, found 2
(#245) Variable "http_method" must not contain underscores.
(#245) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#245) Variable "http_url" must not contain underscores.
(#245) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#245) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#246) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Expected 1 space before "?"; newline found
(#248) Expected 1 space before ":"; newline found
(#249) Line indented incorrectly; expected at least 8 spaces, found 4
(#249) Variable "http_url" must not contain underscores.
(#249) Variable "http_url" must not contain underscores.
(#254) Line indented incorrectly; expected at least 8 spaces, found 4
(#254) Variable "http_method" must not contain underscores.
(#254) Variable "http_method" must not contain underscores.
(#256) Line indented incorrectly; expected at least 8 spaces, found 4
(#257) Line indented incorrectly; expected at least 8 spaces, found 4
(#258) Line indented incorrectly; expected at least 8 spaces, found 4
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 8 spaces, found 4
(#260) Line indented incorrectly; expected 8 spaces, found 4
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Line indented incorrectly; expected at least 12 spaces, found 6
(#262) Line indented incorrectly; expected at least 12 spaces, found 6
(#262) Variable "request_headers" must not contain underscores.
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Line indented incorrectly; expected at least 12 spaces, found 6
(#265) Line indented incorrectly; expected at least 12 spaces, found 6
(#267) Line indented incorrectly; expected at least 12 spaces, found 6
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Line indented incorrectly; expected at least 12 spaces, found 6
(#269) Line indented incorrectly; expected 12 spaces, found 6
(#269) Variable "http_method" must not contain underscores.
(#270) Line indented incorrectly; expected at least 12 spaces, found 10
(#270) Variable "request_headers" must not contain underscores.
(#272) Line indented incorrectly; expected at least 16 spaces, found 10
(#273) Line indented incorrectly; expected at least 20 spaces, found 8
(#273) Variable "post_data" must not contain underscores.
(#274) Line indented incorrectly; expected at least 20 spaces, found 10
(#274) Variable "POST_INPUT" must be all lower-case
(#274) Variable "POST_INPUT" must not contain underscores.
(#275) Line indented incorrectly; expected at least 26 spaces, found 8
(#276) Line indented incorrectly; expected at least 26 spaces, found 8
(#276) Variable "post_data" must not contain underscores.
(#277) Line indented incorrectly; expected 12 spaces, found 6
(#279) Line indented incorrectly; expected at least 12 spaces, found 6
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Line indented incorrectly; expected at least 12 spaces, found 6
(#281) Line indented incorrectly; expected 12 spaces, found 6
(#281) Variable "request_headers" must not contain underscores.
(#282) Line indented incorrectly; expected at least 16 spaces, found 8
(#282) Variable "header_parameters" must not contain underscores.
(#283) Line indented incorrectly; expected at least 16 spaces, found 10
(#283) Variable "request_headers" must not contain underscores.
(#284) Line indented incorrectly; expected at least 22 spaces, found 8
(#285) Line indented incorrectly; expected at least 22 spaces, found 8
(#285) Variable "header_parameters" must not contain underscores.
(#286) Line indented incorrectly; expected 12 spaces, found 6
(#288) Line indented incorrectly; expected 8 spaces, found 4
(#290) Line indented incorrectly; expected at least 8 spaces, found 4
(#290) Variable "http_method" must not contain underscores.
(#290) Variable "http_url" must not contain underscores.
(#291) Line indented incorrectly; expected 4 spaces, found 2
(#293) Line indented incorrectly; expected at least 4 spaces, found 2
(#296) Line indented incorrectly; expected 4 spaces, found 2
(#296) Variable "http_method" must not contain underscores.
(#296) Variable "http_url" must not contain underscores.
(#296) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#297) Line indented incorrectly; expected at least 8 spaces, found 4
(#298) Line indented incorrectly; expected at least 8 spaces, found 4
(#298) Must use "self::" for local static member reference
(#299) Must use "self::" for local static member reference
(#300) Must use "self::" for local static member reference
(#302) Line indented incorrectly; expected at least 8 spaces, found 4
(#302) Inline control structures are not allowed
(#303) Line indented incorrectly; expected at least 8 spaces, found 6
(#305) Line indented incorrectly; expected at least 8 spaces, found 4
(#307) Line indented incorrectly; expected at least 8 spaces, found 4
(#307) Variable "http_method" must not contain underscores.
(#307) Variable "http_url" must not contain underscores.
(#308) Line indented incorrectly; expected 4 spaces, found 2
(#310) Line indented incorrectly; expected 4 spaces, found 2
(#310) Variable "allow_duplicates" must not contain underscores.
(#311) Line indented incorrectly; expected 8 spaces, found 4
(#311) Variable "allow_duplicates" must not contain underscores.
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Line indented incorrectly; expected at least 12 spaces, found 6
(#313) Line indented incorrectly; expected 12 spaces, found 6
(#314) Line indented incorrectly; expected at least 16 spaces, found 8
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Line indented incorrectly; expected at least 16 spaces, found 8
(#316) Line indented incorrectly; expected at least 16 spaces, found 8
(#317) Line indented incorrectly; expected 12 spaces, found 6
(#319) Line indented incorrectly; expected at least 12 spaces, found 6
(#320) Line indented incorrectly; expected 8 spaces, found 4
(#321) Line indented incorrectly; expected at least 12 spaces, found 6
(#322) Line indented incorrectly; expected 8 spaces, found 4
(#323) Line indented incorrectly; expected 4 spaces, found 2
(#325) Line indented incorrectly; expected 4 spaces, found 2
(#326) Line indented incorrectly; expected at least 8 spaces, found 4
(#327) Line indented incorrectly; expected 4 spaces, found 2
(#329) Line indented incorrectly; expected 4 spaces, found 2
(#330) Line indented incorrectly; expected at least 8 spaces, found 4
(#331) Line indented incorrectly; expected 4 spaces, found 2
(#333) Line indented incorrectly; expected 4 spaces, found 2
(#334) Line indented incorrectly; expected at least 8 spaces, found 4
(#335) Line indented incorrectly; expected 4 spaces, found 2
(#337) Line indented incorrectly; expected at least 4 spaces, found 2
(#341) Line indented incorrectly; expected 4 spaces, found 2
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#342) Line indented incorrectly; expected at least 8 spaces, found 4
(#343) Line indented incorrectly; expected at least 8 spaces, found 4
(#345) Line indented incorrectly; expected at least 8 spaces, found 4
(#346) This comment is 46% valid code; is this commented out code?
(#346) Line indented incorrectly; expected at least 8 spaces, found 4
(#347) Line indented incorrectly; expected 8 spaces, found 4
(#348) Line indented incorrectly; expected at least 12 spaces, found 6
(#349) Line indented incorrectly; expected 8 spaces, found 4
(#351) Line indented incorrectly; expected at least 8 spaces, found 4
(#352) Line indented incorrectly; expected 4 spaces, found 2
(#354) Line indented incorrectly; expected at least 4 spaces, found 2
(#361) Line indented incorrectly; expected 4 spaces, found 2
(#362) Line indented incorrectly; expected at least 8 spaces, found 4
(#363) Line indented incorrectly; expected at least 8 spaces, found 6
(#364) Line indented incorrectly; expected at least 8 spaces, found 6
(#365) Line indented incorrectly; expected at least 8 spaces, found 6
(#366) Line indented incorrectly; expected at least 8 spaces, found 4
(#368) Line indented incorrectly; expected at least 8 spaces, found 4
(#370) Line indented incorrectly; expected at least 8 spaces, found 4
(#371) Line indented incorrectly; expected 4 spaces, found 2
(#373) Line indented incorrectly; expected at least 4 spaces, found 2
(#376) Line indented incorrectly; expected 4 spaces, found 2
(#377) Line indented incorrectly; expected at least 8 spaces, found 4
(#378) Line indented incorrectly; expected 4 spaces, found 2
(#380) Line indented incorrectly; expected at least 4 spaces, found 2
(#384) Line indented incorrectly; expected 4 spaces, found 2
(#385) Line indented incorrectly; expected at least 8 spaces, found 4
(#387) Line indented incorrectly; expected at least 8 spaces, found 4
(#388) Line indented incorrectly; expected at least 8 spaces, found 4
(#389) Line indented incorrectly; expected at least 8 spaces, found 4
(#390) Line indented incorrectly; expected at least 8 spaces, found 4
(#392) Line indented incorrectly; expected at least 8 spaces, found 4
(#394) Line indented incorrectly; expected 8 spaces, found 4
(#396) Line indented incorrectly; expected at least 12 spaces, found 6
(#397) Line indented incorrectly; expected 8 spaces, found 4
(#398) Line indented incorrectly; expected at least 8 spaces, found 4
(#399) Line indented incorrectly; expected 4 spaces, found 2
(#401) Line indented incorrectly; expected at least 4 spaces, found 2
(#404) Line indented incorrectly; expected 4 spaces, found 2
(#405) Line indented incorrectly; expected at least 8 spaces, found 4
(#405) Variable "post_data" must not contain underscores.
(#406) Line indented incorrectly; expected at least 8 spaces, found 4
(#407) Line indented incorrectly; expected 8 spaces, found 4
(#407) Variable "post_data" must not contain underscores.
(#408) Line indented incorrectly; expected at least 12 spaces, found 6
(#408) Variable "post_data" must not contain underscores.
(#409) Line indented incorrectly; expected 8 spaces, found 4
(#410) Line indented incorrectly; expected at least 8 spaces, found 4
(#411) Line indented incorrectly; expected 4 spaces, found 2
(#413) Line indented incorrectly; expected at least 4 spaces, found 2
(#416) Line indented incorrectly; expected 4 spaces, found 2
(#417) Line indented incorrectly; expected at least 8 spaces, found 4
(#418) Line indented incorrectly; expected 4 spaces, found 2
(#420) Line indented incorrectly; expected at least 4 spaces, found 2
(#423) Line indented incorrectly; expected 4 spaces, found 2
(#424) Line indented incorrectly; expected at least 8 spaces, found 4
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 1
(#425) Expected "if (...) {\n"; found "if(...) {\n"
(#426) Line indented incorrectly; expected at least 12 spaces, found 6
(#427) Line indented incorrectly; expected at least 12 spaces, found 6
(#428) Line indented incorrectly; expected 8 spaces, found 4
(#428) Closing brace indented incorrectly; expected 1 spaces, found 4
(#428) Inline control structures are not allowed
(#429) Line indented incorrectly; expected at least 8 spaces, found 6
(#431) Line indented incorrectly; expected at least 8 spaces, found 4
(#432) Line indented incorrectly; expected 8 spaces, found 4
(#433) Line indented incorrectly; expected at least 12 spaces, found 6
(#433) Inline control structures are not allowed
(#434) Line indented incorrectly; expected 12 spaces, found 6
(#435) Line indented incorrectly; expected at least 16 spaces, found 8
(#436) Line indented incorrectly; expected 12 spaces, found 6
(#437) Line indented incorrectly; expected at least 12 spaces, found 6
(#438) Line indented incorrectly; expected at least 12 spaces, found 6
(#442) Line indented incorrectly; expected at least 12 spaces, found 6
(#443) Line indented incorrectly; expected 8 spaces, found 4
(#444) Line indented incorrectly; expected at least 8 spaces, found 4
(#445) Line indented incorrectly; expected 4 spaces, found 2
(#447) Line indented incorrectly; expected 4 spaces, found 2
(#448) Line indented incorrectly; expected at least 8 spaces, found 4
(#449) Line indented incorrectly; expected 4 spaces, found 2
(#452) Line indented incorrectly; expected 4 spaces, found 2
(#452) Variable "signature_method" must not contain underscores.
(#453) Line indented incorrectly; expected at least 8 spaces, found 4
(#454) Line indented incorrectly; expected at least 8 spaces, found 6
(#455) Line indented incorrectly; expected at least 8 spaces, found 6
(#455) Variable "signature_method" must not contain underscores.
(#456) Line indented incorrectly; expected at least 8 spaces, found 6
(#457) Line indented incorrectly; expected at least 8 spaces, found 4
(#458) Line indented incorrectly; expected at least 8 spaces, found 4
(#458) Variable "signature_method" must not contain underscores.
(#459) Line indented incorrectly; expected at least 8 spaces, found 4
(#460) Line indented incorrectly; expected 4 spaces, found 2
(#462) Line indented incorrectly; expected 4 spaces, found 2
(#462) Variable "signature_method" must not contain underscores.
(#463) Line indented incorrectly; expected at least 8 spaces, found 4
(#463) Variable "signature_method" must not contain underscores.
(#464) Line indented incorrectly; expected at least 8 spaces, found 4
(#465) Line indented incorrectly; expected 4 spaces, found 2
(#467) Line indented incorrectly; expected at least 4 spaces, found 2
(#470) Line indented incorrectly; expected 4 spaces, found 2
(#471) Line indented incorrectly; expected at least 8 spaces, found 4
(#472) Line indented incorrectly; expected 4 spaces, found 2
(#474) Line indented incorrectly; expected at least 4 spaces, found 2
(#477) Line indented incorrectly; expected 4 spaces, found 2
(#478) Line indented incorrectly; expected at least 8 spaces, found 4
(#479) Line indented incorrectly; expected at least 8 spaces, found 4
(#481) Line indented incorrectly; expected at least 8 spaces, found 4
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) Line indented incorrectly; expected 4 spaces, found 2
(#486) Line indented incorrectly; expected 4 spaces, found 2
(#486) Member variable "timestamp_threshold" must not contain underscores.
(#486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Line indented incorrectly; expected 4 spaces, found 2
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Line indented incorrectly; expected 4 spaces, found 2
(#488) Member variable "signature_methods" must not contain underscores.
(#490) Line indented incorrectly; expected 4 spaces, found 2
(#490) Member variable "data_store" must not contain underscores.
(#492) Line indented incorrectly; expected 4 spaces, found 2
(#492) Visibility must be declared on method "__construct"
(#492) Variable "data_store" must not contain underscores.
(#493) Line indented incorrectly; expected at least 8 spaces, found 4
(#493) Variable "data_store" must not contain underscores.
(#494) Line indented incorrectly; expected 4 spaces, found 2
(#496) Line indented incorrectly; expected 4 spaces, found 2
(#496) Variable "signature_method" must not contain underscores.
(#497) Line indented incorrectly; expected at least 8 spaces, found 4
(#497) Variable "signature_method" must not contain underscores.
(#497) Expected 1 space after "="; newline found
(#498) Line indented incorrectly; expected at least 8 spaces, found 6
(#498) Variable "signature_method" must not contain underscores.
(#499) Line indented incorrectly; expected 4 spaces, found 2
(#501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) Line indented incorrectly; expected at least 4 spaces, found 2
(#503) Line indented incorrectly; expected at least 4 spaces, found 2
(#507) Line indented incorrectly; expected 4 spaces, found 2
(#508) Line indented incorrectly; expected at least 8 spaces, found 4
(#510) Line indented incorrectly; expected at least 8 spaces, found 4
(#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 4
(#513) Line indented incorrectly; expected at least 8 spaces, found 4
(#513) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#515) Line indented incorrectly; expected at least 8 spaces, found 4
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Line indented incorrectly; expected at least 8 spaces, found 4
(#518) Line indented incorrectly; expected at least 8 spaces, found 4
(#519) Line indented incorrectly; expected at least 8 spaces, found 4
(#519) Variable "new_token" must not contain underscores.
(#521) Line indented incorrectly; expected at least 8 spaces, found 4
(#521) Variable "new_token" must not contain underscores.
(#522) Line indented incorrectly; expected 4 spaces, found 2
(#524) Line indented incorrectly; expected at least 4 spaces, found 2
(#528) Line indented incorrectly; expected 4 spaces, found 2
(#529) Line indented incorrectly; expected at least 8 spaces, found 4
(#531) Line indented incorrectly; expected at least 8 spaces, found 4
(#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
(#533) Line indented incorrectly; expected at least 8 spaces, found 4
(#534) Line indented incorrectly; expected at least 8 spaces, found 4
(#536) Line indented incorrectly; expected at least 8 spaces, found 4
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Line indented incorrectly; expected at least 8 spaces, found 4
(#539) Line indented incorrectly; expected at least 8 spaces, found 4
(#540) Line indented incorrectly; expected at least 8 spaces, found 4
(#540) Variable "new_token" must not contain underscores.
(#542) Line indented incorrectly; expected at least 8 spaces, found 4
(#542) Variable "new_token" must not contain underscores.
(#543) Line indented incorrectly; expected 4 spaces, found 2
(#545) Line indented incorrectly; expected at least 4 spaces, found 2
(#548) Line indented incorrectly; expected 4 spaces, found 2
(#549) Line indented incorrectly; expected at least 8 spaces, found 4
(#550) Line indented incorrectly; expected at least 8 spaces, found 4
(#551) Line indented incorrectly; expected at least 8 spaces, found 4
(#552) Line indented incorrectly; expected at least 8 spaces, found 4
(#553) Line indented incorrectly; expected at least 8 spaces, found 4
(#554) Line indented incorrectly; expected 4 spaces, found 2
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) Line indented incorrectly; expected at least 4 spaces, found 2
(#557) Line indented incorrectly; expected at least 4 spaces, found 2
(#560) Line indented incorrectly; expected 4 spaces, found 2
(#561) Line indented incorrectly; expected at least 8 spaces, found 4
(#562) Line indented incorrectly; expected 8 spaces, found 4
(#563) Line indented incorrectly; expected at least 12 spaces, found 6
(#563) Whitespace found at end of line
(#564) Inline comments must end in full-stops, exclamation marks, or question marks
(#564) This comment is 50% valid code; is this commented out code?
(#564) Line indented incorrectly; expected at least 12 spaces, found 6
(#565) Line indented incorrectly; expected at least 12 spaces, found 6
(#566) Line indented incorrectly; expected 8 spaces, found 4
(#567) Line indented incorrectly; expected 8 spaces, found 4
(#568) Line indented incorrectly; expected at least 12 spaces, found 6
(#569) Line indented incorrectly; expected 8 spaces, found 4
(#570) Line indented incorrectly; expected at least 8 spaces, found 4
(#571) Line indented incorrectly; expected 4 spaces, found 2
(#573) Line indented incorrectly; expected at least 4 spaces, found 2
(#576) Line indented incorrectly; expected 4 spaces, found 2
(#577) Line indented incorrectly; expected at least 8 spaces, found 4
(#577) Variable "signature_method" must not contain underscores.
(#577) Expected 1 space after "="; newline found
(#580) Line indented incorrectly; expected 8 spaces, found 4
(#580) Variable "signature_method" must not contain underscores.
(#581) Line indented incorrectly; expected at least 12 spaces, found 6
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Line indented incorrectly; expected at least 12 spaces, found 6
(#583) Line indented incorrectly; expected at least 12 spaces, found 6
(#584) Line indented incorrectly; expected 8 spaces, found 4
(#586) Line indented incorrectly; expected 8 spaces, found 4
(#586) Variable "signature_method" must not contain underscores.
(#588) Line indented incorrectly; expected at least 12 spaces, found 6
(#589) Line indented incorrectly; expected at least 12 spaces, found 8
(#589) Variable "signature_method" must not contain underscores.
(#590) Line indented incorrectly; expected at least 12 spaces, found 8
(#591) Line indented incorrectly; expected at least 12 spaces, found 8
(#592) Line indented incorrectly; expected at least 16 spaces, found 6
(#593) Line indented incorrectly; expected 8 spaces, found 4
(#594) Line indented incorrectly; expected at least 8 spaces, found 4
(#594) Variable "signature_method" must not contain underscores.
(#595) Line indented incorrectly; expected 4 spaces, found 2
(#597) Line indented incorrectly; expected at least 4 spaces, found 2
(#600) Line indented incorrectly; expected 4 spaces, found 2
(#601) Line indented incorrectly; expected at least 8 spaces, found 4
(#601) Variable "consumer_key" must not contain underscores.
(#602) Line indented incorrectly; expected 8 spaces, found 4
(#602) Variable "consumer_key" must not contain underscores.
(#603) Line indented incorrectly; expected at least 12 spaces, found 6
(#604) Line indented incorrectly; expected 8 spaces, found 4
(#606) Line indented incorrectly; expected at least 8 spaces, found 4
(#606) Variable "consumer_key" must not contain underscores.
(#607) Line indented incorrectly; expected 8 spaces, found 4
(#608) Line indented incorrectly; expected at least 12 spaces, found 6
(#609) Line indented incorrectly; expected 8 spaces, found 4
(#611) Line indented incorrectly; expected at least 8 spaces, found 4
(#612) Line indented incorrectly; expected 4 spaces, found 2
(#614) Line indented incorrectly; expected at least 4 spaces, found 2
(#617) Line indented incorrectly; expected 4 spaces, found 2
(#617) Variable "token_type" must not contain underscores.
(#618) Line indented incorrectly; expected at least 8 spaces, found 4
(#618) Variable "token_field" must not contain underscores.
(#619) Line indented incorrectly; expected at least 8 spaces, found 4
(#620) Line indented incorrectly; expected at least 8 spaces, found 6
(#620) Variable "token_type" must not contain underscores.
(#620) Variable "token_field" must not contain underscores.
(#621) Line indented incorrectly; expected at least 8 spaces, found 4
(#622) Line indented incorrectly; expected 8 spaces, found 4
(#623) Line indented incorrectly; expected at least 12 spaces, found 6
(#623) Variable "token_type" must not contain underscores.
(#624) Line indented incorrectly; expected 8 spaces, found 4
(#625) Line indented incorrectly; expected at least 8 spaces, found 4
(#626) Line indented incorrectly; expected 4 spaces, found 2
(#628) Line indented incorrectly; expected at least 4 spaces, found 2
(#632) Line indented incorrectly; expected 4 spaces, found 2
(#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 4
(#634) Line indented incorrectly; expected at least 8 spaces, found 4
(#635) Line indented incorrectly; expected at least 8 spaces, found 4
(#637) Line indented incorrectly; expected at least 8 spaces, found 4
(#638) Line indented incorrectly; expected at least 8 spaces, found 4
(#640) Line indented incorrectly; expected at least 8 spaces, found 4
(#640) Variable "signature_method" must not contain underscores.
(#642) Line indented incorrectly; expected at least 8 spaces, found 4
(#643) Line indented incorrectly; expected at least 8 spaces, found 4
(#643) Variable "valid_sig" must not contain underscores.
(#643) Variable "signature_method" must not contain underscores.
(#644) Line indented incorrectly; expected at least 8 spaces, found 6
(#645) Line indented incorrectly; expected at least 8 spaces, found 6
(#646) Line indented incorrectly; expected at least 8 spaces, found 6
(#647) Line indented incorrectly; expected at least 8 spaces, found 6
(#648) Line indented incorrectly; expected at least 8 spaces, found 4
(#650) Line indented incorrectly; expected 8 spaces, found 4
(#650) Variable "valid_sig" must not contain underscores.
(#651) Line indented incorrectly; expected at least 12 spaces, found 6
(#652) Line indented incorrectly; expected 8 spaces, found 4
(#653) Line indented incorrectly; expected 4 spaces, found 2
(#655) Line indented incorrectly; expected at least 4 spaces, found 2
(#658) Line indented incorrectly; expected 4 spaces, found 2
(#659) Line indented incorrectly; expected at least 8 spaces, found 4
(#659) Inline control structures are not allowed
(#660) Line indented incorrectly; expected at least 8 spaces, found 6
(#662) Line indented incorrectly; expected at least 8 spaces, found 6
(#663) Whitespace found at end of line
(#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 4
(#665) Line indented incorrectly; expected at least 8 spaces, found 4
(#666) Line indented incorrectly; expected 8 spaces, found 4
(#667) Line indented incorrectly; expected at least 12 spaces, found 6
(#668) Line indented incorrectly; expected at least 12 spaces, found 8
(#669) Line indented incorrectly; expected at least 16 spaces, found 6
(#670) Line indented incorrectly; expected 8 spaces, found 4
(#671) Line indented incorrectly; expected 4 spaces, found 2
(#673) Line indented incorrectly; expected at least 4 spaces, found 2
(#676) Line indented incorrectly; expected 4 spaces, found 2
(#677) Line indented incorrectly; expected at least 8 spaces, found 4
(#677) Inline control structures are not allowed
(#678) Line indented incorrectly; expected at least 8 spaces, found 6
(#680) Line indented incorrectly; expected at least 8 spaces, found 6
(#682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#682) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) Line indented incorrectly; expected at least 8 spaces, found 4
(#683) Line indented incorrectly; expected at least 8 spaces, found 4
(#684) Line indented incorrectly; expected at least 8 spaces, found 6
(#685) Line indented incorrectly; expected at least 8 spaces, found 6
(#686) Line indented incorrectly; expected at least 8 spaces, found 6
(#687) Line indented incorrectly; expected at least 8 spaces, found 6
(#688) Line indented incorrectly; expected at least 8 spaces, found 4
(#689) Line indented incorrectly; expected 8 spaces, found 4
(#690) Line indented incorrectly; expected at least 12 spaces, found 6
(#691) Line indented incorrectly; expected 8 spaces, found 4
(#692) Line indented incorrectly; expected 4 spaces, found 2
(#697) Line indented incorrectly; expected 4 spaces, found 2
(#697) Visibility must be declared on method "lookup_consumer"
(#697) Variable "consumer_key" must not contain underscores.
(#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 4
(#699) Line indented incorrectly; expected 4 spaces, found 2
(#701) Line indented incorrectly; expected 4 spaces, found 2
(#701) Visibility must be declared on method "lookup_token"
(#701) Variable "token_type" must not contain underscores.
(#702) Inline comments must start with a capital letter, digit or 3-dots sequence
(#702) Inline comments must end in full-stops, exclamation marks, or question marks
(#702) Line indented incorrectly; expected at least 8 spaces, found 4
(#703) Line indented incorrectly; expected 4 spaces, found 2
(#705) Line indented incorrectly; expected 4 spaces, found 2
(#705) Visibility must be declared on method "lookup_nonce"
(#706) Inline comments must start with a capital letter, digit or 3-dots sequence
(#706) Inline comments must end in full-stops, exclamation marks, or question marks
(#706) Line indented incorrectly; expected at least 8 spaces, found 4
(#707) Line indented incorrectly; expected 4 spaces, found 2
(#709) Line indented incorrectly; expected 4 spaces, found 2
(#709) Visibility must be declared on method "new_request_token"
(#710) Inline comments must start with a capital letter, digit or 3-dots sequence
(#710) Inline comments must end in full-stops, exclamation marks, or question marks
(#710) Line indented incorrectly; expected at least 8 spaces, found 4
(#711) Line indented incorrectly; expected 4 spaces, found 2
(#713) Line indented incorrectly; expected 4 spaces, found 2
(#713) Visibility must be declared on method "new_access_token"
(#714) Inline comments must start with a capital letter, digit or 3-dots sequence
(#714) Line indented incorrectly; expected at least 8 spaces, found 4
(#715) Line indented incorrectly; expected at least 8 spaces, found 4
(#716) Line indented incorrectly; expected at least 8 spaces, found 4
(#717) Inline comments must end in full-stops, exclamation marks, or question marks
(#717) Line indented incorrectly; expected at least 8 spaces, found 4
(#718) Line indented incorrectly; expected 4 spaces, found 2
(#723) Line indented incorrectly; expected 4 spaces, found 2
(#724) Line indented incorrectly; expected 8 spaces, found 2
(#725) Line indented incorrectly; expected at least 12 spaces, found 4
(#726) Line indented incorrectly; expected 8 spaces, found 2
(#727) Line indented incorrectly; expected at least 12 spaces, found 4
(#728) Line indented incorrectly; expected at least 12 spaces, found 6
(#729) Line indented incorrectly; expected at least 12 spaces, found 6
(#730) Line indented incorrectly; expected at least 12 spaces, found 6
(#731) Line indented incorrectly; expected at least 12 spaces, found 4
(#732) Line indented incorrectly; expected 8 spaces, found 2
(#733) Line indented incorrectly; expected at least 12 spaces, found 4
(#734) Line indented incorrectly; expected 8 spaces, found 2
(#735) Line indented incorrectly; expected 4 spaces, found 0
(#735) Closing brace indented incorrectly; expected 2 spaces, found 0
(#738) Line indented incorrectly; expected at least 4 spaces, found 2
(#739) Line indented incorrectly; expected at least 4 spaces, found 2
(#740) Line indented incorrectly; expected at least 4 spaces, found 2
(#741) Line indented incorrectly; expected 4 spaces, found 2
(#742) Line indented incorrectly; expected at least 8 spaces, found 4
(#743) Line indented incorrectly; expected 4 spaces, found 2
(#745) Line indented incorrectly; expected at least 4 spaces, found 2
(#746) Line indented incorrectly; expected at least 4 spaces, found 2
(#747) Inline comments must end in full-stops, exclamation marks, or question marks
(#747) Line indented incorrectly; expected at least 4 spaces, found 2
(#748) Line indented incorrectly; expected 4 spaces, found 2
(#748) Variable "only_allow_oauth_parameters" must not contain underscores.
(#749) Line indented incorrectly; expected at least 8 spaces, found 4
(#750) Line indented incorrectly; expected at least 8 spaces, found 4
(#751) Line indented incorrectly; expected at least 8 spaces, found 4
(#752) Line indented incorrectly; expected 8 spaces, found 4
(#753) Line indented incorrectly; expected at least 12 spaces, found 6
(#754) Line indented incorrectly; expected at least 12 spaces, found 6
(#754) Variable "header_name" must not contain underscores.
(#755) Line indented incorrectly; expected at least 12 spaces, found 6
(#755) Variable "header_content" must not contain underscores.
(#756) Line indented incorrectly; expected 12 spaces, found 6
(#756) Variable "header_name" must not contain underscores.
(#756) Variable "only_allow_oauth_parameters" must not contain underscores.
(#757) Line indented incorrectly; expected at least 16 spaces, found 8
(#757) Variable "header_name" must not contain underscores.
(#757) Must use "self::" for local static member reference
(#757) Variable "header_content" must not contain underscores.
(#758) Line indented incorrectly; expected 12 spaces, found 6
(#759) Line indented incorrectly; expected at least 12 spaces, found 6
(#760) Line indented incorrectly; expected 8 spaces, found 4
(#762) Line indented incorrectly; expected 8 spaces, found 4
(#763) Line indented incorrectly; expected at least 12 spaces, found 6
(#764) Line indented incorrectly; expected 8 spaces, found 4
(#766) Line indented incorrectly; expected at least 8 spaces, found 4
(#767) Line indented incorrectly; expected 4 spaces, found 2
(#769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Line indented incorrectly; expected at least 4 spaces, found 2
(#770) Line indented incorrectly; expected 4 spaces, found 2
(#771) Line indented incorrectly; expected 8 spaces, found 4
(#772) Inline comments must start with a capital letter, digit or 3-dots sequence
(#772) Line indented incorrectly; expected at least 12 spaces, found 6
(#773) Inline comments must end in full-stops, exclamation marks, or question marks
(#773) Line indented incorrectly; expected at least 12 spaces, found 6
(#774) Line indented incorrectly; expected at least 12 spaces, found 6
(#776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#776) Line indented incorrectly; expected at least 12 spaces, found 6
(#777) Line indented incorrectly; expected at least 12 spaces, found 6
(#778) Line indented incorrectly; expected at least 12 spaces, found 6
(#779) Inline comments must end in full-stops, exclamation marks, or question marks
(#779) Line indented incorrectly; expected at least 12 spaces, found 6
(#780) Line indented incorrectly; expected at least 12 spaces, found 6
(#781) Line indented incorrectly; expected 12 spaces, found 6
(#781) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#781) Space found after opening bracket of FOREACH loop
(#781) Space found before closing bracket of FOREACH loop
(#781) AS keyword must be lowercase; expected "as" but found "AS"
(#782) Line indented incorrectly; expected at least 16 spaces, found 8
(#783) Line indented incorrectly; expected at least 16 spaces, found 12
(#784) Line indented incorrectly; expected at least 16 spaces, found 12
(#785) Line indented incorrectly; expected at least 16 spaces, found 12
(#786) Line indented incorrectly; expected at least 22 spaces, found 10
(#787) Line indented incorrectly; expected at least 22 spaces, found 8
(#788) Line indented incorrectly; expected 12 spaces, found 6
(#789) Line indented incorrectly; expected 8 spaces, found 4
(#790) Inline comments must start with a capital letter, digit or 3-dots sequence
(#790) Line indented incorrectly; expected at least 12 spaces, found 6
(#791) Inline comments must end in full-stops, exclamation marks, or question marks
(#791) Line indented incorrectly; expected at least 12 spaces, found 6
(#792) Line indented incorrectly; expected at least 12 spaces, found 6
(#793) Line indented incorrectly; expected at least 12 spaces, found 6
(#793) Inline control structures are not allowed
(#794) Line indented incorrectly; expected at least 12 spaces, found 8
(#795) Line indented incorrectly; expected at least 12 spaces, found 6
(#795) Inline control structures are not allowed
(#796) Line indented incorrectly; expected at least 12 spaces, found 8
(#798) Line indented incorrectly; expected 12 spaces, found 6
(#799) Line indented incorrectly; expected 16 spaces, found 8
(#800) Inline comments must start with a capital letter, digit or 3-dots sequence
(#800) Line indented incorrectly; expected at least 20 spaces, found 10
(#801) Line indented incorrectly; expected at least 20 spaces, found 10
(#802) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) Line indented incorrectly; expected at least 20 spaces, found 10
(#803) Line indented incorrectly; expected at least 20 spaces, found 10
(#804) Line indented incorrectly; expected at least 20 spaces, found 12
(#805) Line indented incorrectly; expected at least 20 spaces, found 12
(#806) Line indented incorrectly; expected at least 20 spaces, found 12
(#807) Line indented incorrectly; expected at least 28 spaces, found 10
(#808) Line indented incorrectly; expected at least 28 spaces, found 10
(#809) Line indented incorrectly; expected 16 spaces, found 8
(#810) Line indented incorrectly; expected 12 spaces, found 6
(#811) Line indented incorrectly; expected 8 spaces, found 4
(#812) Line indented incorrectly; expected at least 8 spaces, found 4
(#813) Line indented incorrectly; expected 4 spaces, found 2
(#815) Line indented incorrectly; expected at least 4 spaces, found 2
(#816) Line indented incorrectly; expected at least 4 spaces, found 2
(#817) Inline comments must end in full-stops, exclamation marks, or question marks
(#817) This comment is 67% valid code; is this commented out code?
(#817) Line indented incorrectly; expected at least 4 spaces, found 2
(#818) Line indented incorrectly; expected 4 spaces, found 2
(#819) Line indented incorrectly; expected at least 8 spaces, found 4
(#819) Inline control structures are not allowed
(#821) Line indented incorrectly; expected at least 8 spaces, found 4
(#823) Line indented incorrectly; expected at least 8 spaces, found 4
(#823) Variable "parsed_parameters" must not contain underscores.
(#824) Line indented incorrectly; expected 8 spaces, found 4
(#825) Line indented incorrectly; expected at least 12 spaces, found 6
(#826) Line indented incorrectly; expected at least 12 spaces, found 6
(#826) Must use "self::" for local static member reference
(#827) Line indented incorrectly; expected at least 12 spaces, found 6
(#827) Must use "self::" for local static member reference
(#829) Line indented incorrectly; expected 12 spaces, found 6
(#829) Variable "parsed_parameters" must not contain underscores.
(#830) Line indented incorrectly; expected at least 16 spaces, found 8
(#831) Inline comments must end in full-stops, exclamation marks, or question marks
(#831) Line indented incorrectly; expected at least 16 spaces, found 8
(#833) Line indented incorrectly; expected 16 spaces, found 8
(#833) Variable "parsed_parameters" must not contain underscores.
(#834) Line indented incorrectly; expected at least 20 spaces, found 10
(#835) Inline comments must end in full-stops, exclamation marks, or question marks
(#835) Line indented incorrectly; expected at least 20 spaces, found 10
(#836) Line indented incorrectly; expected at least 20 spaces, found 10
(#836) Variable "parsed_parameters" must not contain underscores.
(#836) Variable "parsed_parameters" must not contain underscores.
(#837) Line indented incorrectly; expected 16 spaces, found 8
(#839) Line indented incorrectly; expected at least 16 spaces, found 8
(#839) Variable "parsed_parameters" must not contain underscores.
(#840) Line indented incorrectly; expected 12 spaces, found 6
(#841) Line indented incorrectly; expected at least 16 spaces, found 8
(#841) Variable "parsed_parameters" must not contain underscores.
(#842) Line indented incorrectly; expected 12 spaces, found 6
(#843) Line indented incorrectly; expected 8 spaces, found 4
(#844) Line indented incorrectly; expected at least 8 spaces, found 4
(#844) Variable "parsed_parameters" must not contain underscores.
(#845) Line indented incorrectly; expected 4 spaces, found 2
(#847) Line indented incorrectly; expected 4 spaces, found 2
(#848) Line indented incorrectly; expected at least 8 spaces, found 4
(#848) Inline control structures are not allowed
(#850) Inline comments must end in full-stops, exclamation marks, or question marks
(#850) Line indented incorrectly; expected at least 8 spaces, found 4
(#851) Line indented incorrectly; expected at least 8 spaces, found 4
(#851) Must use "self::" for local static member reference
(#852) Line indented incorrectly; expected at least 8 spaces, found 4
(#852) Must use "self::" for local static member reference
(#853) Line indented incorrectly; expected at least 8 spaces, found 4
(#855) Line indented incorrectly; expected at least 8 spaces, found 4
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) This comment is 46% valid code; is this commented out code?
(#856) Line indented incorrectly; expected at least 8 spaces, found 4
(#857) Line indented incorrectly; expected at least 8 spaces, found 4
(#859) Line indented incorrectly; expected at least 8 spaces, found 4
(#860) Line indented incorrectly; expected 8 spaces, found 4
(#861) Line indented incorrectly; expected 12 spaces, found 6
(#862) Line indented incorrectly; expected at least 16 spaces, found 8
(#863) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) This comment is 46% valid code; is this commented out code?
(#863) Line indented incorrectly; expected at least 16 spaces, found 8
(#864) Line indented incorrectly; expected at least 16 spaces, found 8
(#865) Line indented incorrectly; expected 16 spaces, found 8
(#865) Variable "duplicate_value" must not contain underscores.
(#866) Line indented incorrectly; expected at least 20 spaces, found 10
(#866) Variable "duplicate_value" must not contain underscores.
(#867) Line indented incorrectly; expected 16 spaces, found 8
(#868) Line indented incorrectly; expected 12 spaces, found 6
(#869) Line indented incorrectly; expected at least 16 spaces, found 8
(#870) Line indented incorrectly; expected 12 spaces, found 6
(#871) Line indented incorrectly; expected 8 spaces, found 4
(#872) Line indented incorrectly; expected at least 8 spaces, found 4
(#873) Inline comments must end in full-stops, exclamation marks, or question marks
(#873) Line indented incorrectly; expected at least 8 spaces, found 4
(#874) Line indented incorrectly; expected at least 8 spaces, found 4
(#875) Line indented incorrectly; expected 4 spaces, found 2
auth/wordpress/auth.php
(#32) Whitespace found at end of line
(#64) Visibility must be declared on method "user_login"
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Line exceeds 132 characters; contains 136 characters
(#82) Visibility must be declared on method "user_update_password"
(#91) Whitespace found at end of line
(#93) Whitespace found at end of line
(#96) Whitespace found at end of line
(#99) Visibility must be declared on method "prevent_local_passwords"
(#108) Visibility must be declared on method "is_internal"
(#118) Visibility must be declared on method "can_change_password"
(#128) Visibility must be declared on method "change_password_url"
(#137) Visibility must be declared on method "can_reset_password"
(#146) Visibility must be declared on method "can_be_manually_set"
(#158) Visibility must be declared on method "config_form"
(#158) Variable "user_fields" must not contain underscores.
(#159) "include" must be immediately followed by an open parenthesis
(#164) Whitespace found at end of line
(#167) Visibility must be declared on method "process_config"
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Whitespace found at end of line
(#184) Whitespace found at end of line
(#186) Whitespace found at end of line
(#189) Visibility must be declared on method "loginpage_hook"
(#190) Whitespace found at end of line
(#191) Whitespace found at end of line
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Whitespace found at end of line
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#200) Whitespace found at end of line
(#201) Variable "client_key" must not contain underscores.
(#202) Variable "client_secret" must not contain underscores.
(#203) Variable "wordpress_host" must not contain underscores.
(#204) Whitespace found at end of line
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Variable "wordpress_host" must not contain underscores.
(#205) Variable "client_key" must not contain underscores.
(#205) Variable "client_secret" must not contain underscores.
(#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
(#207) Variable "client_key" must not contain underscores.
(#207) Variable "client_secret" must not contain underscores.
(#208) Whitespace found at end of line
(#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
(#210) Variable "wordpress_host" must not contain underscores.
(#210) Variable "wordpress_host" must not contain underscores.
(#211) Whitespace found at end of line
(#212) Variable "wordpress_host" must not contain underscores.
(#213) Variable "wordpress_host" must not contain underscores.
(#214) Whitespace found at end of line
(#216) Variable "tempCredentials" must be all lower-case
(#217) Whitespace found at end of line
(#218) Variable "tempCredentials" must be all lower-case
(#219) Variable "tempCredentials" must be all lower-case
(#220) Whitespace found at end of line
(#221) Variable "wordpress_host" must not contain underscores.
(#222) Whitespace found at end of line
(#223) Variable "redirect_url" must not contain underscores.
(#223) Variable "tempCredentials" must be all lower-case
(#224) Whitespace found at end of line
(#225) Variable "redirect_url" must not contain underscores.
(#227) This comment is 50% valid code; is this commented out code?
(#227) Whitespace found at end of line
(#229) Whitespace found at end of line
(#232) Whitespace found at end of line
(#233) Whitespace found at end of line
(#235) Visibility must be declared on method "callback_handler"
(#237) Whitespace found at end of line
(#238) Variable "client_key" must not contain underscores.
(#239) Variable "client_secret" must not contain underscores.
(#240) Variable "wordpress_host" must not contain underscores.
(#241) Whitespace found at end of line
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Variable "wordpress_host" must not contain underscores.
(#243) Variable "wordpress_host" must not contain underscores.
(#244) Whitespace found at end of line
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Variable "client_key" must not contain underscores.
(#246) Variable "client_secret" must not contain underscores.
(#247) Whitespace found at end of line
(#248) Variable "wordpress_host" must not contain underscores.
(#249) Whitespace found at end of line
(#250) Variable "wordpress_host" must not contain underscores.
(#251) Whitespace found at end of line
(#252) Variable "tokenCredentials" must be all lower-case
(#253) Whitespace found at end of line
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#254) Variable "tokenCredentials" must be all lower-case
(#254) Variable "tokenCredentials" must be all lower-case
(#255) Whitespace found at end of line
(#256) Variable "perm_connection" must not contain underscores.
(#256) Variable "client_key" must not contain underscores.
(#256) Variable "client_secret" must not contain underscores.
(#256) Variable "tokenCredentials" must be all lower-case
(#257) Variable "tokenCredentials" must be all lower-case
(#258) Whitespace found at end of line
(#259) Variable "perm_connection" must not contain underscores.
(#259) Variable "wordpress_host" must not contain underscores.
(#260) Whitespace found at end of line
(#261) Expected "if (...) {\n"; found "if(...) {\n"
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Expected "if (...) {\n"; found "if(...) {\n"
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#264) Expected "if (...) {\n"; found "if(...) {\n"
(#268) Whitespace found at end of line
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Whitespace found at end of line
(#270) Expected "if (...) {\n"; found "if(...) {\n"
(#272) Whitespace found at end of line
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Whitespace found at end of line
(#280) 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
(#283) Whitespace found at end of line
(#293) Whitespace found at end of line
(#295) Whitespace found at end of line
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#298) Whitespace found at end of line
(#300) Whitespace found at end of line
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) 3 slashes comments are not allowed; use "// Comment." instead
(#304) Whitespace found at end of line
(#306) 3 slashes comments are not allowed; use "// Comment." instead
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) 3 slashes comments are not allowed; use "// Comment." instead
(#309) Whitespace found at end of line
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) 3 slashes comments are not allowed; use "// Comment." instead
(#311) Commas (,) must be followed by white space.
(#311) Line exceeds 132 characters; contains 180 characters
(#316) Whitespace found at end of line
(#318) Whitespace found at end of line
auth/wordpress/callback.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#40) Whitespace found at end of line
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
auth/wordpress/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(142 errors, 1 warnings)

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

auth/wordpress/BasicOAuth.php
(#2) Empty line found after PHP open tag
(#10) File-level phpdocs block is not found
(#67) Function BasicOAuth::authenticateURL is not documented
(#72) Function BasicOAuth::authorizeURL is not documented
(#77) Function BasicOAuth::requestTokenURL is not documented
(#86) Function BasicOAuth::lastAPICall is not documented
(#23) Variable BasicOAuth::$http_code is not documented
(#25) Variable BasicOAuth::$url is not documented
(#27) Variable BasicOAuth::$host is not documented
(#29) Variable BasicOAuth::$timeout is not documented
(#31) Variable BasicOAuth::$connecttimeout is not documented
(#33) Variable BasicOAuth::$ssl_verifypeer is not documented
(#35) Variable BasicOAuth::$format is not documented
(#37) Variable BasicOAuth::$decode_json is not documented
(#39) Variable BasicOAuth::$http_info is not documented
(#41) Variable BasicOAuth::$useragent is not documented
(#44) Variable BasicOAuth::$accessTokenURL is not documented
(#46) Variable BasicOAuth::$authenticateURL is not documented
(#48) Variable BasicOAuth::$authorizeURL is not documented
(#50) Variable BasicOAuth::$requestTokenURL is not documented
(#52) Variable BasicOAuth::$callbackURL is not documented
(#54) Variable BasicOAuth::$sslCert is not documented
(#56) Variable BasicOAuth::$sslKey is not documented
(#88) Phpdocs for function BasicOAuth::__construct has incomplete parameters list
(#109) Phpdocs for function BasicOAuth::getRequestToken has incomplete parameters list
(#124) Phpdocs for function BasicOAuth::getAuthorizeURL has incomplete parameters list
(#140) Phpdocs for function BasicOAuth::getAccessToken has incomplete parameters list
(#158) Phpdocs for function BasicOAuth::getXAuthToken has incomplete parameters list
(#178) Phpdocs for function BasicOAuth::get has incomplete parameters list
(#189) Phpdocs for function BasicOAuth::post has incomplete parameters list
(#200) Phpdocs for function BasicOAuth::delete has incomplete parameters list
(#211) Phpdocs for function BasicOAuth::oAuthRequest has incomplete parameters list
(#229) Phpdocs for function BasicOAuth::http has incomplete parameters list
(#287) Phpdocs for function BasicOAuth::getHeader has incomplete parameters list
(#18) Class BasicOAuth does not have @copyright tag
(#18) Class BasicOAuth does not have @license tag
(#112) Invalid phpdocs tag @returns used
(#127) Invalid phpdocs tag @returns used
(#144) Invalid phpdocs tag @returns used
(#161) Invalid phpdocs tag @returns used
(#18) Package is not specified for class BasicOAuth. It is also not specified in file-level phpdocs
auth/wordpress/OAuth.php
(#5) File-level phpdocs block is not found
(#9) Class OAuthException is not documented
(#14) Class OAuthConsumer is not documented
(#29) Class OAuthToken is not documented
(#224) Class OAuthRequest is not documented
(#485) Class OAuthServer is not documented
(#696) Class OAuthDataStore is not documented
(#722) Class OAuthUtil is not documented
(#18) Function OAuthConsumer::__construct is not documented
(#24) Function OAuthConsumer::__toString is not documented
(#54) Function OAuthToken::__toString is not documented
(#104) Function OAuthSignatureMethod_HMAC_SHA1::get_name is not documented
(#108) Function OAuthSignatureMethod_HMAC_SHA1::build_signature is not documented
(#130) Function OAuthSignatureMethod_PLAINTEXT::get_name is not documented
(#166) Function OAuthSignatureMethod_RSA_SHA1::get_name is not documented
(#176) Function OAuthSignatureMethod_RSA_SHA1::fetch_public_cert is not documented
(#182) Function OAuthSignatureMethod_RSA_SHA1::fetch_private_cert is not documented
(#184) Function OAuthSignatureMethod_RSA_SHA1::build_signature is not documented
(#203) Function OAuthSignatureMethod_RSA_SHA1::check_signature is not documented
(#233) Function OAuthRequest::__construct is not documented
(#310) Function OAuthRequest::set_parameter is not documented
(#325) Function OAuthRequest::get_parameter is not documented
(#329) Function OAuthRequest::get_parameters is not documented
(#333) Function OAuthRequest::unset_parameter is not documented
(#447) Function OAuthRequest::__toString is not documented
(#452) Function OAuthRequest::sign_request is not documented
(#462) Function OAuthRequest::build_signature is not documented
(#492) Function OAuthServer::__construct is not documented
(#496) Function OAuthServer::add_signature_method is not documented
(#697) Function OAuthDataStore::lookup_consumer is not documented
(#701) Function OAuthDataStore::lookup_token is not documented
(#705) Function OAuthDataStore::lookup_nonce is not documented
(#709) Function OAuthDataStore::new_request_token is not documented
(#713) Function OAuthDataStore::new_access_token is not documented
(#723) Function OAuthUtil::urlencode_rfc3986 is not documented
(#741) Function OAuthUtil::urldecode_rfc3986 is not documented
(#748) Function OAuthUtil::split_header is not documented
(#770) Function OAuthUtil::get_headers is not documented
(#818) Function OAuthUtil::parse_parameters is not documented
(#847) Function OAuthUtil::build_http_query is not documented
(#15) Variable OAuthConsumer::$key is not documented
(#16) Variable OAuthConsumer::$secret is not documented
(#31) Variable OAuthToken::$key is not documented
(#32) Variable OAuthToken::$secret is not documented
(#225) Variable OAuthRequest::$parameters is not documented
(#226) Variable OAuthRequest::$http_method is not documented
(#227) Variable OAuthRequest::$http_url is not documented
(#229) Variable OAuthRequest::$base_string is not documented
(#230) Variable OAuthRequest::$version is not documented
(#231) Variable OAuthRequest::$POST_INPUT is not documented
(#486) Variable OAuthServer::$timestamp_threshold is not documented
(#487) Variable OAuthServer::$version is not documented
(#488) Variable OAuthServer::$signature_methods is not documented
(#490) Variable OAuthServer::$data_store is not documented
(#59) No one-line description found in phpdocs for class OAuthSignatureMethod
(#96) No one-line description found in phpdocs for class OAuthSignatureMethod_HMAC_SHA1
(#124) No one-line description found in phpdocs for class OAuthSignatureMethod_PLAINTEXT
(#157) No one-line description found in phpdocs for class OAuthSignatureMethod_RSA_SHA1
(#34) Phpdocs for function OAuthToken::__construct has incomplete parameters list
(#134) Phpdocs for function OAuthSignatureMethod_PLAINTEXT::build_signature has incomplete parameters list
(#242) Phpdocs for function OAuthRequest::from_request has incomplete parameters list
(#293) Phpdocs for function OAuthRequest::from_consumer_and_token has incomplete parameters list
(#420) Phpdocs for function OAuthRequest::to_header has incomplete parameters list
(#503) Phpdocs for function OAuthServer::fetch_request_token has incomplete parameters list
(#524) Phpdocs for function OAuthServer::fetch_access_token has incomplete parameters list
(#545) Phpdocs for function OAuthServer::verify_request has incomplete parameters list
(#557) Phpdocs for function OAuthServer::get_version has incomplete parameters list
(#573) Phpdocs for function OAuthServer::get_signature_method has incomplete parameters list
(#597) Phpdocs for function OAuthServer::get_consumer has incomplete parameters list
(#614) Phpdocs for function OAuthServer::get_token has incomplete parameters list
(#628) Phpdocs for function OAuthServer::check_signature has incomplete parameters list
(#655) Phpdocs for function OAuthServer::check_timestamp has incomplete parameters list
(#673) Phpdocs for function OAuthServer::check_nonce has incomplete parameters list
(#59) Class OAuthSignatureMethod does not have @copyright tag
(#96) Class OAuthSignatureMethod_HMAC_SHA1 does not have @copyright tag
(#124) Class OAuthSignatureMethod_PLAINTEXT does not have @copyright tag
(#157) Class OAuthSignatureMethod_RSA_SHA1 does not have @copyright tag
(#59) Class OAuthSignatureMethod does not have @license tag
(#96) Class OAuthSignatureMethod_HMAC_SHA1 does not have @license tag
(#124) Class OAuthSignatureMethod_PLAINTEXT does not have @license tag
(#157) Class OAuthSignatureMethod_RSA_SHA1 does not have @license tag
(#9) Package is not specified for class OAuthException. It is also not specified in file-level phpdocs
(#14) Package is not specified for class OAuthConsumer. It is also not specified in file-level phpdocs
(#29) Package is not specified for class OAuthToken. It is also not specified in file-level phpdocs
(#59) Package is not specified for class OAuthSignatureMethod. It is also not specified in file-level phpdocs
(#96) Package is not specified for class OAuthSignatureMethod_HMAC_SHA1. It is also not specified in file-level phpdocs
(#124) Package is not specified for class OAuthSignatureMethod_PLAINTEXT. It is also not specified in file-level phpdocs
(#157) Package is not specified for class OAuthSignatureMethod_RSA_SHA1. It is also not specified in file-level phpdocs
(#224) Package is not specified for class OAuthRequest. It is also not specified in file-level phpdocs
(#485) Package is not specified for class OAuthServer. It is also not specified in file-level phpdocs
(#696) Package is not specified for class OAuthDataStore. It is also not specified in file-level phpdocs
(#722) Package is not specified for class OAuthUtil. It is also not specified in file-level phpdocs
auth/wordpress/auth.php
(#302) Found comment starting with three or more slashes
(#306) Found comment starting with three or more slashes
(#307) Found comment starting with three or more slashes
(#310) Found comment starting with three or more slashes
(#156) Phpdocs for function auth_plugin_wordpress::config_form has incomplete parameters list
(#162) Phpdocs for function auth_plugin_wordpress::process_config has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#33) Class auth_plugin_wordpress does not have @copyright tag
(#33) Class auth_plugin_wordpress does not have @license tag
auth/wordpress/callback.php
(#17) File-level phpdocs block does not have @copyright tag

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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