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

(2414 errors, 458 warnings)

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

mod/bigbluebuttonbn/JWT.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "supported_algs" must not contain underscores.
(#44) Variable "allowed_algs" must not contain underscores.
(#45) Opening brace should be on the same line as the declaration
(#51) Must use "self::" for local static member reference
(#51) Must use "self::" for local static member reference
(#54) Must use "self::" for local static member reference
(#54) Must use "self::" for local static member reference
(#57) Must use "self::" for local static member reference
(#62) Variable "supported_algs" must not contain underscores.
(#65) Variable "allowed_algs" must not contain underscores.
(#65) Variable "allowed_algs" must not contain underscores.
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Must use "self::" for local static member reference
(#119) Variable "keyId" must be all lower-case
(#120) Opening brace should be on the same line as the declaration
(#122) Variable "keyId" must be all lower-case
(#123) Variable "keyId" must be all lower-case
(#126) Must use "self::" for local static member reference
(#126) Must use "self::" for local static member reference
(#127) Must use "self::" for local static member reference
(#127) Must use "self::" for local static member reference
(#128) Variable "signing_input" must not contain underscores.
(#130) Must use "self::" for local static member reference
(#130) Variable "signing_input" must not contain underscores.
(#131) Must use "self::" for local static member reference
(#148) Opening brace should be on the same line as the declaration
(#149) Variable "supported_algs" must not contain underscores.
(#152) Variable "supported_algs" must not contain underscores.
(#178) Opening brace should be on the same line as the declaration
(#179) Variable "supported_algs" must not contain underscores.
(#183) Variable "supported_algs" must not contain underscores.
(#218) Public method name "JWT::jsonDecode" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#221) Inline doc block comments are not allowed; use "// Comment." instead
(#227) Inline doc block comments are not allowed; use "// Comment." instead
(#231) Variable "max_int_length" must not contain underscores.
(#232) Variable "json_without_bigints" must not contain underscores.
(#232) Variable "max_int_length" must not contain underscores.
(#233) Variable "json_without_bigints" must not contain underscores.
(#237) Must use "self::" for local static member reference
(#238) Usage of ELSEIF not allowed; use ELSE IF instead
(#252) Public method name "JWT::jsonEncode" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#256) Must use "self::" for local static member reference
(#257) Usage of ELSEIF not allowed; use ELSE IF instead
(#270) Public method name "JWT::urlsafeB64Decode" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#287) Public method name "JWT::urlsafeB64Encode" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#299) Private method name "JWT::handleJsonError" must be in lower-case letters only
(#300) Opening brace should be on the same line as the declaration
(#308) Expected 1 space before "?"; newline found
(#309) Expected 1 space before ":"; newline found
(#319) Private method name "JWT::safeStrlen" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
mod/bigbluebuttonbn/backup/moodle2/backup_bigbluebuttonbn_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/backup/moodle2/backup_bigbluebuttonbn_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line exceeds maximum limit of 180 characters; contains 247 characters
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) This comment is 50% valid code; is this commented out code?
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 50% valid code; is this commented out code?
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/backup/moodle2/restore_bigbluebuttonbn_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Line exceeds 132 characters; contains 133 characters
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/backup/moodle2/restore_bigbluebuttonbn_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/bbb_broker.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#24) Variable "shared_secret" must not contain underscores.
(#28) Expected "if (...) {\n"; found "if(...) {\n"
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#65) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#68) Variable "meeting_info" must not contain underscores.
(#69) Variable "meeting_running" must not contain underscores.
(#69) Variable "meeting_info" must not contain underscores.
(#69) Whitespace found at end of line
(#71) Variable "status_can_end" must not contain underscores.
(#72) Variable "status_can_tag" must not contain underscores.
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Variable "meeting_running" must not contain underscores.
(#74) Variable "join_button_text" must not contain underscores.
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Variable "meeting_info" must not contain underscores.
(#76) Variable "initial_message" must not contain underscores.
(#77) Variable "can_join" must not contain underscores.
(#80) Variable "initial_message" must not contain underscores.
(#81) Variable "can_join" must not contain underscores.
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Variable "end_button_text" must not contain underscores.
(#86) Variable "can_end" must not contain underscores.
(#87) Variable "status_can_end" must not contain underscores.
(#87) Variable "end_button_text" must not contain underscores.
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "initial_message" must not contain underscores.
(#94) Variable "join_button_text" must not contain underscores.
(#95) Variable "can_join" must not contain underscores.
(#98) Variable "initial_message" must not contain underscores.
(#100) Variable "initial_message" must not contain underscores.
(#102) Variable "join_button_text" must not contain underscores.
(#103) Variable "can_join" must not contain underscores.
(#106) Expected "if (...) {\n"; found "if(...) {\n"
(#107) Variable "can_tag" must not contain underscores.
(#110) Variable "can_tag" must not contain underscores.
(#112) Variable "status_can_end" must not contain underscores.
(#112) Variable "can_tag" must not contain underscores.
(#112) Expected 1 space before "?"; 0 found
(#112) Expected 1 space before ":"; 0 found
(#115) Variable "meeting_running" must not contain underscores.
(#115) Expected 1 space before "?"; 0 found
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "meeting_info" must not contain underscores.
(#115) Variable "can_join" must not contain underscores.
(#115) Expected 1 space before "?"; 0 found
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#115) Variable "join_button_text" must not contain underscores.
(#115) Variable "status_can_end" must not contain underscores.
(#115) Variable "status_can_tag" must not contain underscores.
(#115) Variable "initial_message" must not contain underscores.
(#115) Line exceeds maximum limit of 180 characters; contains 356 characters
(#118) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// Execute the end command" but found "//Execute the end command"
(#120) Variable "meeting_info" must not contain underscores.
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline control structures are not allowed
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) 3 slashes comments are not allowed; use "// Comment." instead
(#125) Variable "meeting_info" must not contain underscores.
(#129) The use of function error_log() is forbidden
(#136) Variable "shared_secret" must not contain underscores.
(#137) Line exceeds 132 characters; contains 142 characters
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Expected "if (...) {\n"; found "if(...) {\n"
(#145) Variable "meeting_info" must not contain underscores.
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Expected "if (...) {\n"; found "if(...) {\n"
(#154) Expected "if (...) {\n"; found "if(...) {\n"
(#155) Variable "meeting_info" must not contain underscores.
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Expected "if (...) {\n"; found "if(...) {\n"
(#164) Expected "if (...) {\n"; found "if(...) {\n"
(#165) Variable "meeting_info" must not contain underscores.
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Expected "if (...) {\n"; found "if(...) {\n"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// Decodes the received JWT string" but found "//Decodes the received JWT string"
(#176) Variable "decoded_parameters" must not contain underscores.
(#176) Variable "shared_secret" must not contain underscores.
(#180) The use of function error_log() is forbidden
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Variable "meeting_id_elements" must not contain underscores.
(#187) Variable "decoded_parameters" must not contain underscores.
(#188) Variable "meeting_id_elements" must not contain underscores.
(#188) Variable "meeting_id_elements" must not contain underscores.
(#189) Variable "meeting_id_elements" must not contain underscores.
(#189) Line exceeds 132 characters; contains 135 characters
(#193) The use of function error_log() is forbidden
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) The use of function error_log() is forbidden
(#217) The use of function error_log() is forbidden
mod/bigbluebuttonbn/bbb_view.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Whitespace found at end of line
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Usage of ELSEIF not allowed; use ELSE IF instead
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Variable "meeting_info" must not contain underscores.
(#53) Line exceeds 132 characters; contains 144 characters
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// See if the session is in progress" but found "//See if the session is in progress"
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#65) Line exceeds 132 characters; contains 135 characters
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) 3 slashes comments are not allowed; use "// Comment." instead
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) 3 slashes comments are not allowed; use "// Comment." instead
(#79) Expected 1 space before "?"; 0 found
(#79) Expected 1 space before ":"; 0 found
(#80) Expected 1 space before "?"; 0 found
(#80) Expected 1 space before ":"; 0 found
(#80) Line exceeds 132 characters; contains 165 characters
(#81) Expected 1 space before "?"; 0 found
(#81) Expected 1 space before ":"; 0 found
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#91) Inline control structures are not allowed
(#92) Line exceeds 132 characters; contains 162 characters
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) 3 slashes comments are not allowed; use "// Comment." instead
(#106) Expected 1 space before "?"; 0 found
(#106) Expected 1 space before ":"; 0 found
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line exceeds 132 characters; contains 158 characters
(#119) Line exceeds 132 characters; contains 166 characters
(#121) Line exceeds 132 characters; contains 166 characters
(#124) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#124) Expected "if (...) {\n"; found "if(...) {\n"
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Variable "error_key" must not contain underscores.
(#127) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Variable "error_key" must not contain underscores.
(#130) Variable "error_key" must not contain underscores.
(#133) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#133) Expected "if (...) {\n"; found "if (...){\n"
(#136) 15 slashes comments are not allowed; use "// Comment." instead
(#136) No space found before comment text; expected "// Everything is ok /////////////////////" but found "///////////////Everything is ok /////////////////////"
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) 3 slashes comments are not allowed; use "// Comment." instead
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) 3 slashes comments are not allowed; use "// Comment." instead
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) 3 slashes comments are not allowed; use "// Comment." instead
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) 18 slashes comments are not allowed; use "// Comment." instead
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 4 slashes comments are not allowed; use "// Comment." instead
(#174) Variable "meeting_info" must not contain underscores.
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Variable "meeting_info" must not contain underscores.
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) 4 slashes comments are not allowed; use "// Comment." instead
(#177) Expected "if (...) {\n"; found "if(...) {\n"
(#182) Variable "join_url" must not contain underscores.
(#182) Line exceeds maximum limit of 180 characters; contains 187 characters
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) 4 slashes comments are not allowed; use "// Comment." instead
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) 3 slashes comments are not allowed; use "// Comment." instead
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) 4 slashes comments are not allowed; use "// Comment." instead
(#188) Line exceeds 132 characters; contains 141 characters
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) 4 slashes comments are not allowed; use "// Comment." instead
(#190) Variable "join_url" must not contain underscores.
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_activity_management_viewed.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#51) Line exceeds 132 characters; contains 141 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_activity_viewed.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#52) Line exceeds 132 characters; contains 137 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_created.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Line exceeds 132 characters; contains 156 characters
(#52) Line exceeds 132 characters; contains 137 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_ended.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#52) Line exceeds 132 characters; contains 135 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_joined.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Line exceeds 132 characters; contains 159 characters
(#52) Line exceeds 132 characters; contains 136 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_left.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Line exceeds 132 characters; contains 157 characters
(#52) Line exceeds 132 characters; contains 134 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_deleted.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Expected 1 space before "?"; 0 found
(#41) Expected 1 space before ":"; 0 found
(#53) Line exceeds 132 characters; contains 139 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_published.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Expected 1 space before "?"; 0 found
(#41) Expected 1 space before ":"; 0 found
(#53) Line exceeds 132 characters; contains 141 characters
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_unpublished.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Expected 1 space before "?"; 0 found
(#41) Expected 1 space before ":"; 0 found
(#53) Line exceeds 132 characters; contains 143 characters
mod/bigbluebuttonbn/config-dist.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) 75 slashes comments are not allowed; use "// Comment." instead
(#3) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#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) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#17) 75 slashes comments are not allowed; use "// Comment." instead
(#18) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) 75 slashes comments are not allowed; use "// Comment." instead
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#29) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#30) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#30) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#31) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#31) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#44) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#49) Whitespace found at end of line
(#51) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#51) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#52) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#52) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#58) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#59) Whitespace found at end of line
(#61) Whitespace found at end of line
(#66) Perl-style comments are not allowed; use "// Comment." instead
(#70) Perl-style comments are not allowed; use "// Comment." instead
(#74) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#74) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#80) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#85) Whitespace found at end of line
(#91) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#91) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#96) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#96) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#102) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#105) Whitespace found at end of line
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Perl-style comments are not allowed; use "// Comment." instead
(#116) Perl-style comments are not allowed; use "// Comment." instead
(#120) Whitespace found at end of line
(#122) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#122) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#129) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#129) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#135) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#136) Whitespace found at end of line
(#138) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#138) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#144) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#145) Whitespace found at end of line
(#146) Whitespace found at end of line
(#150) Whitespace found at end of line
(#151) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#151) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#155) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#159) Whitespace found at end of line
(#161) Perl-style comments are not allowed; use "// Comment." instead
(#166) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#166) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#170) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#172) Whitespace found at end of line
(#174) Whitespace found at end of line
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) This comment is 50% valid code; is this commented out code?
(#178) Perl-style comments are not allowed; use "// Comment." instead
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#182) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#186) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#186) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#191) 12 slashes comments are not allowed; use "// Comment." instead
(#191) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#192) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#194) No space found before comment text; expected "// =========================================================================" but found "//========================================================================="
(#196) Whitespace found at end of line
(#198) Perl-style comments are not allowed; use "// Comment." instead
mod/bigbluebuttonbn/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#18) Whitespace found at end of line
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) This comment is 50% valid code; is this commented out code?
(#23) No space found before comment text; expected "// 'coursecreator' => CAP_ALLOW," but found "//'coursecreator' => CAP_ALLOW,"
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) This comment is 50% valid code; is this commented out code?
(#36) No space found before comment text; expected "// 'coursecreator' => CAP_ALLOW," but found "//'coursecreator' => CAP_ALLOW,"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) This comment is 50% valid code; is this commented out code?
(#50) No space found before comment text; expected "// 'coursecreator' => CAP_ALLOW," but found "//'coursecreator' => CAP_ALLOW,"
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 50% valid code; is this commented out code?
(#63) No space found before comment text; expected "// 'coursecreator' => CAP_ALLOW," but found "//'coursecreator' => CAP_ALLOW,"
mod/bigbluebuttonbn/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) 3 slashes comments are not allowed; use "// Comment." instead
mod/bigbluebuttonbn/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
mod/bigbluebuttonbn/db/uninstall.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
mod/bigbluebuttonbn/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Whitespace found at end of line
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Commas (,) must be followed by white space.
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Whitespace found at end of line
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) 4 slashes comments are not allowed; use "// Comment." instead
(#122) Expected "if (...) {\n"; found "if(...) {\n"
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) 4 slashes comments are not allowed; use "// Comment." instead
(#127) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) 4 slashes comments are not allowed; use "// Comment." instead
(#133) Expected "if (...) {\n"; found "if(...) {\n"
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) 4 slashes comments are not allowed; use "// Comment." instead
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) 4 slashes comments are not allowed; use "// Comment." instead
(#145) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) 4 slashes comments are not allowed; use "// Comment." instead
(#151) Expected "if (...) {\n"; found "if(...) {\n"
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#152) Expected 1 space after "="; 0 found
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) 4 slashes comments are not allowed; use "// Comment." instead
(#157) Expected "if (...) {\n"; found "if(...) {\n"
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) 4 slashes comments are not allowed; use "// Comment." instead
(#163) Expected "if (...) {\n"; found "if(...) {\n"
(#164) Expected 1 space before "="; 0 found
(#164) Expected 1 space after "="; 0 found
(#164) Expected 1 space before "="; 0 found
(#164) Expected 1 space after "="; 0 found
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) 4 slashes comments are not allowed; use "// Comment." instead
(#169) Expected "if (...) {\n"; found "if(...) {\n"
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) 4 slashes comments are not allowed; use "// Comment." instead
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) 4 slashes comments are not allowed; use "// Comment." instead
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) 4 slashes comments are not allowed; use "// Comment." instead
(#190) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) 4 slashes comments are not allowed; use "// Comment." instead
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#197) Expected 1 space before "="; 0 found
(#197) Expected 1 space after "="; 0 found
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) 4 slashes comments are not allowed; use "// Comment." instead
(#201) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) 4 slashes comments are not allowed; use "// Comment." instead
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) 4 slashes comments are not allowed; use "// Comment." instead
(#225) Expected "if (...) {\n"; found "if(...) {\n"
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) 4 slashes comments are not allowed; use "// Comment." instead
(#231) Expected "if (...) {\n"; found "if(...) {\n"
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) 4 slashes comments are not allowed; use "// Comment." instead
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) This comment is 60% valid code; is this commented out code?
(#239) No space found before comment text; expected "// $field->set_attributes(XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, 0, 'bigbluebuttonbnid');" but found "//$field->set_attributes(XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, 0, 'bigbluebuttonbnid');"
(#241) Expected "if (...) {\n"; found "if(...) {\n"
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
mod/bigbluebuttonbn/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Whitespace found at end of line
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) 3 slashes comments are not allowed; use "// Comment." instead
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#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
(#35) This comment is 62% valid code; is this commented out code?
(#35) No space found before comment text; expected "// $navigation = build_navigation(array('name' => get_string('modulename', 'bigbluebuttonbn'), 'link' => '', 'type' => 'activity'));" but found "//$navigation = build_navigation(array('name' => get_string('modulename', 'bigbluebuttonbn'), 'link' => '', 'type' => 'activity'));"
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#47) Variable "heading_name" must not contain underscores.
(#48) Variable "heading_group" must not contain underscores.
(#49) Variable "heading_users" must not contain underscores.
(#50) Variable "heading_viewer" must not contain underscores.
(#51) Variable "heading_moderator" must not contain underscores.
(#52) Variable "heading_actions" must not contain underscores.
(#53) Variable "heading_recording" must not contain underscores.
(#57) Variable "heading_name" must not contain underscores.
(#57) Variable "heading_group" must not contain underscores.
(#57) Variable "heading_users" must not contain underscores.
(#57) Variable "heading_viewer" must not contain underscores.
(#57) Variable "heading_moderator" must not contain underscores.
(#57) Variable "heading_recording" must not contain underscores.
(#57) Variable "heading_actions" must not contain underscores.
(#57) Line exceeds 132 characters; contains 156 characters
(#61) Variable "shared_secret" must not contain underscores.
(#62) Variable "logoutURL" must be all lower-case
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) No space found before comment text; expected "// User roles" but found "//User roles"
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// The room that is being used comes from a previous version" but found "//The room that is being used comes from a previous version"
(#80) Line exceeds 132 characters; contains 136 characters
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Variable "meetingID" must be all lower-case
(#90) Variable "modPW" must be all lower-case
(#91) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Variable "getArray" must be all lower-case
(#92) Variable "meetingID" must be all lower-case
(#92) Variable "modPW" must be all lower-case
(#92) Variable "shared_secret" must not contain underscores.
(#92) Line exceeds 132 characters; contains 155 characters
(#94) Variable "getArray" must be all lower-case
(#94) Variable "meetingID" must be all lower-case
(#94) Variable "modPW" must be all lower-case
(#94) Variable "shared_secret" must not contain underscores.
(#94) Line exceeds 132 characters; contains 142 characters
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// User roles" but found "//User roles"
(#104) Expected "if (...) {\n"; found "if(...){\n"
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) No space found before comment text; expected "// The room that is being used comes from a previous version" but found "//The room that is being used comes from a previous version"
(#108) Line exceeds 132 characters; contains 136 characters
(#112) Expected "if (...) {\n"; found "if (...){\n"
(#113) Variable "shared_secret" must not contain underscores.
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Line exceeds maximum limit of 180 characters; contains 201 characters
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#116) Space found after opening bracket of FOREACH loop
(#117) Variable "shared_secret" must not contain underscores.
(#117) Line exceeds 132 characters; contains 153 characters
(#121) Variable "shared_secret" must not contain underscores.
(#121) Line exceeds 132 characters; contains 137 characters
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) 3 slashes comments are not allowed; use "// Comment." instead
(#133) function name "displayBigBlueButtonRooms" must be lower-case letters only
(#133) Variable "shared_secret" must not contain underscores.
(#133) Variable "groupObj" must be all lower-case
(#133) Expected 1 space after closing parenthesis; found 0
(#134) Variable "joinURL" must be all lower-case
(#139) Variable "viewerList" must be all lower-case
(#140) Variable "moderatorList" must be all lower-case
(#143) Empty IF statement detected
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Variable "modPW" must be all lower-case
(#147) Variable "attPW" must be all lower-case
(#149) Variable "meetingID" must be all lower-case
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#153) Variable "groupObj" must be all lower-case
(#154) Variable "meetingInfo" must be all lower-case
(#154) Variable "meetingID" must be all lower-case
(#154) Variable "modPW" must be all lower-case
(#154) Variable "shared_secret" must not contain underscores.
(#155) Variable "joinURL" must be all lower-case
(#157) Variable "meetingInfo" must be all lower-case
(#157) Variable "meetingID" must be all lower-case
(#157) Variable "groupObj" must be all lower-case
(#157) Variable "modPW" must be all lower-case
(#157) Variable "shared_secret" must not contain underscores.
(#157) Line exceeds 132 characters; contains 134 characters
(#158) Variable "joinURL" must be all lower-case
(#158) Variable "groupObj" must be all lower-case
(#158) Line exceeds 132 characters; contains 152 characters
(#159) Variable "groupObj" must be all lower-case
(#161) Whitespace found at end of line
(#162) Variable "meetingInfo" must be all lower-case
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Variable "meetingInfo" must be all lower-case
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Variable "meetingInfo" must be all lower-case
(#179) Empty IF statement detected
(#179) Variable "meetingInfo" must be all lower-case
(#179) Variable "meetingInfo" must be all lower-case
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Variable "meetingInfo" must be all lower-case
(#187) Variable "meetingInfo" must be all lower-case
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Variable "meetingInfo" must be all lower-case
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Variable "groupObj" must be all lower-case
(#196) Line exceeds maximum limit of 180 characters; contains 340 characters
(#198) Variable "groupObj" must be all lower-case
(#198) Line exceeds maximum limit of 180 characters; contains 396 characters
(#201) Expected "if (...) {\n"; found "if (...){ // if it has been set when meeting created, set the variable on/off\n"
(#201) Variable "meetingInfo" must be all lower-case
(#201) Variable "meetingInfo" must be all lower-case
(#201) Line exceeds 132 characters; contains 163 characters
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Whitespace found at end of line
(#205) Variable "meetingInfo" must be all lower-case
(#208) Variable "viewer_count" must not contain underscores.
(#209) Variable "moderator_count" must not contain underscores.
(#210) Space found after opening bracket of FOREACH loop
(#210) Space found before closing bracket of FOREACH loop
(#212) Variable "viewer_count" must not contain underscores.
(#213) Variable "moderatorList" must be all lower-case
(#215) Variable "moderatorList" must be all lower-case
(#217) Variable "moderatorList" must be all lower-case
(#219) Variable "moderator_count" must not contain underscores.
(#220) Variable "viewerList" must be all lower-case
(#222) Variable "viewerList" must be all lower-case
(#224) Variable "viewerList" must be all lower-case
(#231) Variable "joinURL" must be all lower-case
(#231) Variable "viewerList" must be all lower-case
(#231) Variable "moderatorList" must be all lower-case
mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#250) This comment is 64% valid code; is this commented out code?
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) No space found before comment text; expected "// $string['view_groups_selection_message'] = 'Select the group you want to participate.';" but found "//$string['view_groups_selection_message'] = 'Select the group you want to participate.';"
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) No space found before comment text; expected "// $string['view_groups_selection_button'] = 'Select';" but found "//$string['view_groups_selection_button'] = 'Select';"
mod/bigbluebuttonbn/lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Whitespace found at end of line
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#14) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#27) Expected "if (...) {\n"; found "if(...) {\n"
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#29) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#29) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#30) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#30) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#33) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#33) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#39) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#39) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#47) Closing brace must be on a line by itself
(#48) Closing brace must be on a line by itself
(#49) Closing brace must be on a line by itself
(#50) Closing brace must be on a line by itself
(#51) Closing brace must be on a line by itself
(#52) Closing brace must be on a line by itself
(#53) Closing brace must be on a line by itself
(#54) Closing brace must be on a line by itself
(#55) Closing brace must be on a line by itself
(#56) Closing brace must be on a line by itself
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Closing brace must be on a line by itself
(#75) Expected 1 space before "?"; 0 found
(#75) Expected 1 space before ":"; 0 found
(#81) Variable "bigbluebuttonbn_id" must not contain underscores.
(#82) Variable "bigbluebuttonbn_id" must not contain underscores.
(#84) Variable "bigbluebuttonbn_id" must not contain underscores.
(#88) Variable "bigbluebuttonbn_id" must not contain underscores.
(#103) Expected 1 space before "?"; 0 found
(#103) Expected 1 space before ":"; 0 found
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "meetingID" must be all lower-case
(#139) Whitespace found at end of line
(#140) Variable "modPW" must be all lower-case
(#142) Variable "shared_secret" must not contain underscores.
(#144) This comment is 67% valid code; is this commented out code?
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) No space found before comment text; expected "// if( bigbluebuttonbn_isMeetingRunning($meetingID, $url, $shared_secret) )" but found "//if( bigbluebuttonbn_isMeetingRunning($meetingID, $url, $shared_secret) )"
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) This comment is 53% valid code; is this commented out code?
(#145) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#247) 80 slashes comments are not allowed; use "// Comment." instead
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) 80 slashes comments are not allowed; use "// Comment." instead
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Line exceeds 132 characters; contains 147 characters
(#319) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) No space found before comment text; expected "// Assign password only if it is a new activity" but found "//Assign password only if it is a new activity"
(#347) Expected "if (...) {\n"; found "if(...) {\n"
(#356) Inline control structures are not allowed
(#358) Inline control structures are not allowed
(#360) Inline control structures are not allowed
(#362) Inline control structures are not allowed
(#379) Whitespace found at end of line
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Expected "if (...) {\n"; found "if(...) {\n"
(#382) Variable "bigbluebuttonbn_meetingid" must not contain underscores.
(#383) Variable "bigbluebuttonbn_meetingid" must not contain underscores.
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Expected "if (...) {\n"; found "if (...){\n"
(#401) Expected "if (...) {\n"; found "if (...){\n"
(#407) Expected 1 space before "=>"; 0 found
(#407) Expected 1 space after "=>"; 0 found
(#407) Expected 1 space before "=>"; 0 found
(#407) Expected 1 space after "=>"; 0 found
(#407) Line exceeds 132 characters; contains 133 characters
(#415) Expected 1 space before "=>"; 0 found
(#415) Expected 1 space after "=>"; 0 found
(#415) Expected 1 space before "=>"; 0 found
(#415) Expected 1 space after "=>"; 0 found
(#418) Expected "if (...) {\n"; found "if(...) {\n"
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) 3 slashes comments are not allowed; use "// Comment." instead
(#425) Inline control structures are not allowed
(#428) Variable "message_text" must not contain underscores.
(#428) Line exceeds maximum limit of 180 characters; contains 190 characters
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) 3 slashes comments are not allowed; use "// Comment." instead
(#433) Inline control structures are not allowed
(#437) Line exceeds 132 characters; contains 172 characters
(#441) Line exceeds 132 characters; contains 172 characters
(#445) Variable "message_text" must not contain underscores.
(#445) Line exceeds 132 characters; contains 140 characters
(#446) Variable "message_text" must not contain underscores.
(#447) Variable "message_text" must not contain underscores.
(#447) Line exceeds 132 characters; contains 158 characters
(#448) Variable "message_text" must not contain underscores.
(#449) Variable "message_text" must not contain underscores.
(#449) Line exceeds 132 characters; contains 164 characters
(#450) Variable "message_text" must not contain underscores.
(#451) Variable "message_text" must not contain underscores.
(#451) Line exceeds 132 characters; contains 163 characters
(#452) Variable "message_text" must not contain underscores.
(#453) Variable "message_text" must not contain underscores.
(#453) Line exceeds 132 characters; contains 161 characters
(#454) Variable "message_text" must not contain underscores.
(#455) Variable "message_text" must not contain underscores.
(#455) Line exceeds 132 characters; contains 172 characters
(#456) Variable "message_text" must not contain underscores.
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Variable "message_text" must not contain underscores.
(#472) Variable "bigbluebuttonbn_id" must not contain underscores.
(#486) Variable "bigbluebuttonbn_id" must not contain underscores.
(#489) Variable "bigbluebuttonbn_id" must not contain underscores.
(#519) Expected 1 space before "=>"; 0 found
(#519) Expected 1 space after "=>"; 0 found
(#523) Expected "if (...) {\n"; found "if(...) {\n"
(#523) The use of function sizeof() is forbidden; use count() instead
(#525) Variable "presentation_nonce_key" must not contain underscores.
(#526) Variable "presentation_nonce" must not contain underscores.
(#526) Variable "presentation_nonce_key" must not contain underscores.
(#527) Variable "presentation_nonce_value" must not contain underscores.
(#527) Variable "presentation_nonce" must not contain underscores.
(#528) Variable "presentation_nonce_counter" must not contain underscores.
(#528) Variable "presentation_nonce" must not contain underscores.
(#530) Expected "if (...) {\n"; found "if(...) {\n"
(#530) Variable "presentation_nonce_value" must not contain underscores.
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) No space found before comment text; expected "// The nonce value is actually used twice because BigBlueButton reads the file two times" but found "//The nonce value is actually used twice because BigBlueButton reads the file two times"
(#535) Variable "presentation_nonce_counter" must not contain underscores.
(#536) Expected "if (...) {\n"; found "if(...) {\n"
(#536) Variable "presentation_nonce_counter" must not contain underscores.
(#537) Variable "presentation_nonce_key" must not contain underscores.
(#537) Variable "presentation_nonce_value" must not contain underscores.
(#537) Variable "presentation_nonce_counter" must not contain underscores.
(#537) Line exceeds 132 characters; contains 138 characters
(#539) Variable "presentation_nonce_key" must not contain underscores.
(#565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline control structures are not allowed
(#594) Inline control structures are not allowed
(#611) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#613) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#618) Variable "users_array" must not contain underscores.
(#619) Expected "if (...) {\n"; found "if(...) {\n"
(#620) Variable "users_array" must not contain underscores.
(#623) Variable "users_array" must not contain underscores.
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) No space found before comment text; expected "// Complete message" but found "//Complete message"
(#639) Whitespace found at end of line
(#641) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#641) Space found after opening bracket of FOREACH loop
(#641) Space found before closing bracket of FOREACH loop
(#642) Expected "if (...) {\n"; found "if(...){\n"
(#643) The use of function error_log() is forbidden
(#646) The use of function error_log() is forbidden
(#648) The use of function error_log() is forbidden
(#657) Variable "version_major" must not contain underscores.
(#658) Variable "version_major" must not contain underscores.
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#659) No space found before comment text; expected "// This is valid before v2.6" but found "//This is valid before v2.6"
(#662) Inline comments must end in full-stops, exclamation marks, or question marks
(#662) No space found before comment text; expected "// This is valid after v2.6" but found "//This is valid after v2.6"
(#672) Variable "version_major" must not contain underscores.
(#673) Variable "version_major" must not contain underscores.
(#674) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) No space found before comment text; expected "// This is valid before v2.6" but found "//This is valid before v2.6"
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#677) No space found before comment text; expected "// This is valid after v2.6" but found "//This is valid after v2.6"
(#685) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#685) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#686) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#686) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#686) Expected 1 space before "?"; 0 found
(#686) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#686) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#686) Commas (,) must be followed by white space.
(#686) Expected 1 space before ":"; 0 found
(#686) Expected 1 space before "?"; 0 found
(#686) Commas (,) must be followed by white space.
(#686) Expected 1 space before ":"; 0 found
(#686) Line exceeds maximum limit of 180 characters; contains 296 characters
(#690) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#690) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#691) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#691) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#691) Expected 1 space before "?"; 0 found
(#691) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#691) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#691) Expected 1 space before ":"; 0 found
(#691) Expected 1 space before "?"; 0 found
(#691) Expected 1 space before ":"; 0 found
(#691) Line exceeds maximum limit of 180 characters; contains 256 characters
mod/bigbluebuttonbn/locallib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Whitespace found at end of line
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#15) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#43) Whitespace found at end of line
(#50) Inline control structures are not allowed
(#51) Expected 1 space before "?"; 0 found
(#51) Expected 1 space before ":"; 0 found
(#56) 28 slashes comments are not allowed; use "// Comment." instead
(#57) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) 28 slashes comments are not allowed; use "// Comment." instead
(#59) function name "bigbluebuttonbn_getJoinURL" must be lower-case letters only
(#59) Variable "meetingID" must be all lower-case
(#59) Variable "userName" must be all lower-case
(#59) Variable "PW" must be all lower-case
(#59) Variable "SALT" must be all lower-case
(#59) Variable "URL" must be all lower-case
(#60) Variable "url_join" must not contain underscores.
(#60) Variable "URL" must be all lower-case
(#61) Variable "meetingID" must be all lower-case
(#61) Variable "userName" must be all lower-case
(#61) Variable "PW" must be all lower-case
(#62) Variable "url_join" must not contain underscores.
(#62) Variable "SALT" must be all lower-case
(#65) function name "bigbluebuttonbn_getCreateMeetingURL" must be lower-case letters only
(#65) Variable "meetingID" must be all lower-case
(#65) Variable "attendeePW" must be all lower-case
(#65) Variable "moderatorPW" must be all lower-case
(#65) Variable "logoutURL" must be all lower-case
(#65) Variable "SALT" must be all lower-case
(#65) Variable "URL" must be all lower-case
(#65) Variable "voiceBridge" must be all lower-case
(#65) Line exceeds maximum limit of 180 characters; contains 197 characters
(#66) Variable "url_create" must not contain underscores.
(#66) Variable "URL" must be all lower-case
(#68) Variable "meetingID" must be all lower-case
(#68) Variable "attendeePW" must be all lower-case
(#68) Variable "moderatorPW" must be all lower-case
(#68) Variable "logoutURL" must be all lower-case
(#68) Line exceeds maximum limit of 180 characters; contains 208 characters
(#70) Variable "voiceBridge" must be all lower-case
(#70) Variable "voiceBridge" must be all lower-case
(#71) Inline control structures are not allowed
(#71) Variable "voiceBridge" must be all lower-case
(#71) Variable "voiceBridge" must be all lower-case
(#72) Variable "voiceBridge" must be all lower-case
(#75) Inline control structures are not allowed
(#78) Inline control structures are not allowed
(#85) Variable "url_create" must not contain underscores.
(#85) Variable "SALT" must be all lower-case
(#88) function name "bigbluebuttonbn_getIsMeetingRunningURL" must be lower-case letters only
(#88) Variable "meetingID" must be all lower-case
(#88) Variable "URL" must be all lower-case
(#88) Variable "SALT" must be all lower-case
(#89) Variable "base_url" must not contain underscores.
(#89) Variable "URL" must be all lower-case
(#90) Variable "meetingID" must be all lower-case
(#91) Variable "base_url" must not contain underscores.
(#91) Variable "SALT" must be all lower-case
(#94) function name "bigbluebuttonbn_getMeetingInfoURL" must be lower-case letters only
(#94) Variable "meetingID" must be all lower-case
(#94) Variable "modPW" must be all lower-case
(#94) Variable "URL" must be all lower-case
(#94) Variable "SALT" must be all lower-case
(#95) Variable "base_url" must not contain underscores.
(#95) Variable "URL" must be all lower-case
(#96) Variable "meetingID" must be all lower-case
(#96) Variable "modPW" must be all lower-case
(#97) Variable "base_url" must not contain underscores.
(#97) Variable "SALT" must be all lower-case
(#100) function name "bigbluebuttonbn_getMeetingsURL" must be lower-case letters only
(#100) Variable "URL" must be all lower-case
(#100) Variable "SALT" must be all lower-case
(#101) Variable "base_url" must not contain underscores.
(#101) Variable "URL" must be all lower-case
(#103) Variable "base_url" must not contain underscores.
(#103) Variable "SALT" must be all lower-case
(#106) function name "bigbluebuttonbn_getEndMeetingURL" must be lower-case letters only
(#106) Variable "meetingID" must be all lower-case
(#106) Variable "modPW" must be all lower-case
(#106) Variable "URL" must be all lower-case
(#106) Variable "SALT" must be all lower-case
(#107) Variable "base_url" must not contain underscores.
(#107) Variable "URL" must be all lower-case
(#108) Variable "meetingID" must be all lower-case
(#108) Variable "modPW" must be all lower-case
(#109) Variable "base_url" must not contain underscores.
(#109) Variable "SALT" must be all lower-case
(#112) function name "bigbluebuttonbn_getRecordingsURL" must be lower-case letters only
(#112) Variable "URL" must be all lower-case
(#112) Variable "SALT" must be all lower-case
(#112) Variable "meetingID" must be all lower-case
(#113) Variable "base_url_record" must not contain underscores.
(#113) Variable "URL" must be all lower-case
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#114) Variable "meetingID" must be all lower-case
(#117) Variable "meetingID" must be all lower-case
(#119) Variable "base_url_record" must not contain underscores.
(#119) Variable "SALT" must be all lower-case
(#122) function name "bigbluebuttonbn_getDeleteRecordingsURL" must be lower-case letters only
(#122) Variable "recordID" must be all lower-case
(#122) Variable "URL" must be all lower-case
(#122) Variable "SALT" must be all lower-case
(#123) Variable "url_delete" must not contain underscores.
(#123) Variable "URL" must be all lower-case
(#124) Variable "recordID" must be all lower-case
(#125) Variable "url_delete" must not contain underscores.
(#125) Variable "SALT" must be all lower-case
(#128) function name "bigbluebuttonbn_getPublishRecordingsURL" must be lower-case letters only
(#128) Variable "recordID" must be all lower-case
(#128) Variable "URL" must be all lower-case
(#128) Variable "SALT" must be all lower-case
(#129) Variable "url_publish" must not contain underscores.
(#129) Variable "URL" must be all lower-case
(#130) Variable "recordID" must be all lower-case
(#131) Variable "url_publish" must not contain underscores.
(#131) Variable "SALT" must be all lower-case
(#134) function name "bigbluebuttonbn_getCapabilitiesURL" must be lower-case letters only
(#134) Variable "URL" must be all lower-case
(#134) Variable "SALT" must be all lower-case
(#135) Variable "base_url" must not contain underscores.
(#135) Variable "URL" must be all lower-case
(#137) Variable "base_url" must not contain underscores.
(#137) Variable "SALT" must be all lower-case
(#140) function name "bigbluebuttonbn_getCreateMeetingArray" must be lower-case letters only
(#140) Variable "meetingID" must be all lower-case
(#140) Variable "welcomeString" must be all lower-case
(#140) Variable "mPW" must be all lower-case
(#140) Variable "aPW" must be all lower-case
(#140) Variable "SALT" must be all lower-case
(#140) Variable "URL" must be all lower-case
(#140) Variable "logoutURL" must be all lower-case
(#140) Variable "voiceBridge" must be all lower-case
(#140) Variable "presentation_name" must not contain underscores.
(#140) Variable "presentation_url" must not contain underscores.
(#140) Line exceeds maximum limit of 180 characters; contains 240 characters
(#141) Expected "if (...) {\n"; found "if(...) {\n"
(#141) Variable "presentation_name" must not contain underscores.
(#141) Variable "presentation_url" must not contain underscores.
(#142) Variable "meetingID" must be all lower-case
(#142) Variable "aPW" must be all lower-case
(#142) Variable "mPW" must be all lower-case
(#142) Variable "welcomeString" must be all lower-case
(#142) Variable "logoutURL" must be all lower-case
(#142) Variable "SALT" must be all lower-case
(#142) Variable "URL" must be all lower-case
(#142) Variable "voiceBridge" must be all lower-case
(#142) Line exceeds maximum limit of 180 characters; contains 208 characters
(#144) Variable "presentation_url" must not contain underscores.
(#144) Line exceeds 132 characters; contains 152 characters
(#147) Variable "meetingID" must be all lower-case
(#147) Variable "aPW" must be all lower-case
(#147) Variable "mPW" must be all lower-case
(#147) Variable "welcomeString" must be all lower-case
(#147) Variable "logoutURL" must be all lower-case
(#147) Variable "SALT" must be all lower-case
(#147) Variable "URL" must be all lower-case
(#147) Variable "voiceBridge" must be all lower-case
(#147) Line exceeds maximum limit of 180 characters; contains 210 characters
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#151) Inline control structures are not allowed
(#151) Line exceeds maximum limit of 180 characters; contains 294 characters
(#152) Inline control structures are not allowed
(#154) Expected "} else {\n"; found "}\n else {\n"
(#159) function name "bigbluebuttonbn_getMeetingsArray" must be lower-case letters only
(#159) Variable "URL" must be all lower-case
(#159) Variable "SALT" must be all lower-case
(#160) Variable "URL" must be all lower-case
(#160) Variable "SALT" must be all lower-case
(#162) Expected "if (...) {\n"; found "if(...) { //The meetings were returned\n"
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// The meetings were returned" but found "//The meetings were returned"
(#165) Expected "} else if (...) {\n"; found "} else if(...){ //If there were meetings already created\n"
(#165) Expected "if (...) {\n"; found "if(...){ //If there were meetings already created\n"
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) No space found before comment text; expected "// If there were meetings already created" but found "//If there were meetings already created"
(#167) Line exceeds maximum limit of 180 characters; contains 238 characters
(#171) Expected "} else if (...) {\n"; found "} else if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#171) Expected "if (...) {\n"; found "if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// If the xml packet returned failure it displays the message to the user" but found "//If the xml packet returned failure it displays the message to the user"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// If the server is unreachable, then prompts the user of the necessary action" but found "//If the server is unreachable, then prompts the user of the necessary action"
(#179) function name "bigbluebuttonbn_getMeetingInfo" must be lower-case letters only
(#179) Variable "meetingID" must be all lower-case
(#179) Variable "modPW" must be all lower-case
(#179) Variable "URL" must be all lower-case
(#179) Variable "SALT" must be all lower-case
(#180) Variable "meetingID" must be all lower-case
(#180) Variable "modPW" must be all lower-case
(#180) Variable "URL" must be all lower-case
(#180) Variable "SALT" must be all lower-case
(#184) function name "bigbluebuttonbn_getMeetingInfoArray" must be lower-case letters only
(#184) Variable "meetingID" must be all lower-case
(#184) Variable "modPW" must be all lower-case
(#184) Variable "URL" must be all lower-case
(#184) Variable "SALT" must be all lower-case
(#185) Variable "meetingID" must be all lower-case
(#185) Variable "modPW" must be all lower-case
(#185) Variable "URL" must be all lower-case
(#185) Variable "SALT" must be all lower-case
(#187) Expected "if (...) {\n"; found "if(...){//The meeting info was returned\n"
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// The meeting info was returned" but found "//The meeting info was returned"
(#190) Expected "} else if (...) {\n"; found "} else if(...){ //If there were meetings already created\n"
(#190) Expected "if (...) {\n"; found "if(...){ //If there were meetings already created\n"
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// If there were meetings already created" but found "//If there were meetings already created"
(#191) Line exceeds maximum limit of 180 characters; contains 482 characters
(#193) Expected "} else if (...) {\n"; found "} else if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#193) Expected "if (...) {\n"; found "if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#193) Line exceeds 132 characters; contains 137 characters
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) No space found before comment text; expected "// If the xml packet returned failure it displays the message to the user" but found "//If the xml packet returned failure it displays the message to the user"
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// If the server is unreachable, then prompts the user of the necessary action" but found "//If the server is unreachable, then prompts the user of the necessary action"
(#201) function name "bigbluebuttonbn_getRecordingsArray" must be lower-case letters only
(#201) Variable "meetingIDs" must be all lower-case
(#201) Variable "URL" must be all lower-case
(#201) Variable "SALT" must be all lower-case
(#204) Expected "if (...) {\n"; found "if(...) {\n"
(#204) Variable "meetingIDs" must be all lower-case
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Variable "URL" must be all lower-case
(#206) Variable "SALT" must be all lower-case
(#206) Variable "meetingIDs" must be all lower-case
(#206) Line exceeds 132 characters; contains 143 characters
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Variable "URL" must be all lower-case
(#209) Variable "SALT" must be all lower-case
(#209) Variable "meetingIDs" must be all lower-case
(#212) Expected "if (...) {\n"; found "if(...) {//The meetings were returned\n"
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// The meetings were returned" but found "//The meetings were returned"
(#213) Line exceeds 132 characters; contains 151 characters
(#215) Expected "} else if (...) {\n"; found "} else if(...){ //If there were meetings already created\n"
(#215) Expected "if (...) {\n"; found "if(...){ //If there were meetings already created\n"
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// If there were meetings already created" but found "//If there were meetings already created"
(#217) Variable "playbackArray" must be all lower-case
(#218) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#218) Space found after opening bracket of FOREACH loop
(#218) Space found before closing bracket of FOREACH loop
(#219) Variable "playbackArray" must be all lower-case
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) No space found before comment text; expected "// Add the metadata to the recordings array" but found "//Add the metadata to the recordings array"
(#223) Variable "metadataArray" must be all lower-case
(#226) Inline control structures are not allowed
(#227) Variable "metadataArray" must be all lower-case
(#230) Variable "playbackArray" must be all lower-case
(#230) Variable "metadataArray" must be all lower-case
(#230) Line exceeds maximum limit of 180 characters; contains 357 characters
(#235) Expected "} else if (...) {\n"; found "} else if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#235) Expected "if (...) {\n"; found "if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) No space found before comment text; expected "// If the xml packet returned failure it displays the message to the user" but found "//If the xml packet returned failure it displays the message to the user"
(#236) Line exceeds 132 characters; contains 151 characters
(#238) Empty ELSE statement detected
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) No space found before comment text; expected "// If the server is unreachable, then prompts the user of the necessary action" but found "//If the server is unreachable, then prompts the user of the necessary action"
(#244) function name "bigbluebuttonbn_getRecordingArray" must be lower-case letters only
(#244) Variable "recordingID" must be all lower-case
(#244) Variable "meetingID" must be all lower-case
(#244) Variable "URL" must be all lower-case
(#244) Variable "SALT" must be all lower-case
(#247) Variable "URL" must be all lower-case
(#247) Variable "SALT" must be all lower-case
(#247) Variable "meetingID" must be all lower-case
(#249) Expected "if (...) {\n"; found "if(...) {//The meetings were returned\n"
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// The meetings were returned" but found "//The meetings were returned"
(#250) Line exceeds 132 characters; contains 151 characters
(#252) Expected "} else if (...) {\n"; found "} else if(...){ //If there were meetings already created\n"
(#252) Expected "if (...) {\n"; found "if(...){ //If there were meetings already created\n"
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) No space found before comment text; expected "// If there were meetings already created" but found "//If there were meetings already created"
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#254) Variable "recordingID" must be all lower-case
(#255) Variable "playbackArray" must be all lower-case
(#256) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#256) Space found after opening bracket of FOREACH loop
(#256) Space found before closing bracket of FOREACH loop
(#257) Variable "playbackArray" must be all lower-case
(#257) Line exceeds 132 characters; contains 135 characters
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// Add the metadata to the recordings array" but found "//Add the metadata to the recordings array"
(#261) Variable "metadataArray" must be all lower-case
(#264) Inline control structures are not allowed
(#265) Variable "metadataArray" must be all lower-case
(#268) Variable "playbackArray" must be all lower-case
(#268) Variable "metadataArray" must be all lower-case
(#268) Line exceeds maximum limit of 180 characters; contains 358 characters
(#273) Expected "} else if (...) {\n"; found "} else if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#273) Expected "if (...) {\n"; found "if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) No space found before comment text; expected "// If the xml packet returned failure it displays the message to the user" but found "//If the xml packet returned failure it displays the message to the user"
(#274) Line exceeds 132 characters; contains 150 characters
(#276) Empty ELSE statement detected
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) No space found before comment text; expected "// If the server is unreachable, then prompts the user of the necessary action" but found "//If the server is unreachable, then prompts the user of the necessary action"
(#282) function name "bigbluebuttonbn_recordingBuildSorter" must be lower-case letters only
(#282) Expected 1 space after closing parenthesis; found 0
(#283) Inline control structures are not allowed
(#284) Inline control structures are not allowed
(#285) Inline control structures are not allowed
(#288) function name "bigbluebuttonbn_doDeleteRecordings" must be lower-case letters only
(#288) Variable "recordIDs" must be all lower-case
(#288) Variable "URL" must be all lower-case
(#288) Variable "SALT" must be all lower-case
(#289) Expected 1 space after "="; 2 found
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Variable "recordIDs" must be all lower-case
(#290) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#290) Space found after opening bracket of FOREACH loop
(#291) Variable "URL" must be all lower-case
(#291) Variable "SALT" must be all lower-case
(#292) Inline control structures are not allowed
(#298) function name "bigbluebuttonbn_doPublishRecordings" must be lower-case letters only
(#298) Variable "recordIDs" must be all lower-case
(#298) Variable "URL" must be all lower-case
(#298) Variable "SALT" must be all lower-case
(#299) Expected 1 space after "="; 2 found
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Variable "recordIDs" must be all lower-case
(#300) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#300) Space found after opening bracket of FOREACH loop
(#301) Variable "URL" must be all lower-case
(#301) Variable "SALT" must be all lower-case
(#302) Inline control structures are not allowed
(#308) function name "bigbluebuttonbn_doEndMeeting" must be lower-case letters only
(#308) Variable "meetingID" must be all lower-case
(#308) Variable "modPW" must be all lower-case
(#308) Variable "URL" must be all lower-case
(#308) Variable "SALT" must be all lower-case
(#309) Variable "meetingID" must be all lower-case
(#309) Variable "modPW" must be all lower-case
(#309) Variable "URL" must be all lower-case
(#309) Variable "SALT" must be all lower-case
(#311) Expected "if (...) {\n"; found "if(...) { //If the xml packet returned failure it displays the message to the user\n"
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) No space found before comment text; expected "// If the xml packet returned failure it displays the message to the user" but found "//If the xml packet returned failure it displays the message to the user"
(#314) Expected "} else {\n"; found "}\n else { //If the server is unreachable, then prompts the user of the necessary action\n"
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) No space found before comment text; expected "// If the server is unreachable, then prompts the user of the necessary action" but found "//If the server is unreachable, then prompts the user of the necessary action"
(#319) function name "bigbluebuttonbn_isMeetingRunning" must be lower-case letters only
(#319) Variable "meetingID" must be all lower-case
(#319) Variable "URL" must be all lower-case
(#319) Variable "SALT" must be all lower-case
(#320) Variable "meetingID" must be all lower-case
(#320) Variable "URL" must be all lower-case
(#320) Variable "SALT" must be all lower-case
(#329) function name "bigbluebuttonbn_getServerVersion" must be lower-case letters only
(#329) Variable "URL" must be all lower-case
(#329) Expected 1 space after closing parenthesis; found 0
(#330) Variable "URL" must be all lower-case
(#334) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#338) function name "bigbluebuttonbn_getMeetingXML" must be lower-case letters only
(#338) Variable "meetingID" must be all lower-case
(#338) Variable "URL" must be all lower-case
(#338) Variable "SALT" must be all lower-case
(#339) Variable "meetingID" must be all lower-case
(#339) Variable "URL" must be all lower-case
(#339) Variable "SALT" must be all lower-case
(#351) Expected "if (...) {\n"; found "if(...) {\n"
(#352) Expected "if (...) {\n"; found "if(...) {\n"
(#353) Expected "if (...) {\n"; found "if(...) {\n"
(#375) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch (...){\n"
(#380) The use of function error_log() is forbidden
(#381) The use of function error_log() is forbidden
(#382) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#385) The use of function error_log() is forbidden
(#386) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#391) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch (...){\n"
(#392) Commas (,) must be followed by white space.
(#396) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#401) Variable "role_shortname" must not contain underscores.
(#401) Expected 1 space after closing parenthesis; found 0
(#402) Variable "role_shortname" must not contain underscores.
(#403) Expected "if (...) {\n"; found "if(...) {\n"
(#404) Variable "role_name" must not contain underscores.
(#406) Variable "role_shortname" must not contain underscores.
(#407) Variable "role_name" must not contain underscores.
(#407) Closing brace must be on a line by itself
(#408) Variable "role_name" must not contain underscores.
(#408) Closing brace must be on a line by itself
(#409) Variable "role_name" must not contain underscores.
(#409) Closing brace must be on a line by itself
(#410) Variable "role_name" must not contain underscores.
(#410) Closing brace must be on a line by itself
(#411) Variable "role_name" must not contain underscores.
(#411) Closing brace must be on a line by itself
(#412) Variable "role_name" must not contain underscores.
(#412) Closing brace must be on a line by itself
(#413) Variable "role_name" must not contain underscores.
(#413) Closing brace must be on a line by itself
(#414) Variable "role_name" must not contain underscores.
(#414) Closing brace must be on a line by itself
(#416) Variable "role_name" must not contain underscores.
(#416) Variable "role_shortname" must not contain underscores.
(#416) Closing brace must be on a line by itself
(#420) Variable "role_name" must not contain underscores.
(#423) Expected 1 space after closing parenthesis; found 0
(#425) Variable "roles_array" must not contain underscores.
(#426) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#427) Expected "if (...) {\n"; found "if(...) {\n"
(#427) Expected 1 space before "=="; 0 found
(#427) Expected 1 space after "=="; 0 found
(#428) Variable "roles_array" must not contain underscores.
(#434) Variable "roles_array" must not contain underscores.
(#437) Variable "roles_array" must not contain underscores.
(#440) Expected 1 space after closing parenthesis; found 0
(#445) Expected "if (...) {\n"; found "if(...) {\n"
(#448) Variable "users_array" must not contain underscores.
(#449) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#450) Variable "users_array" must not contain underscores.
(#456) Variable "users_array" must not contain underscores.
(#460) Expected 1 space after closing parenthesis; found 0
(#463) Variable "participant_list_array" must not contain underscores.
(#465) Expected "if (...) {\n"; found "if(...) {\n"
(#466) Variable "participant_list" must not contain underscores.
(#467) Variable "participant_list" must not contain underscores.
(#468) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#468) Variable "participant_list" must not contain underscores.
(#469) Variable "participant_list_array" must not contain underscores.
(#479) Variable "participant_list_array" must not contain underscores.
(#487) Variable "moderator_defaults" must not contain underscores.
(#488) Variable "moderator_defaults" must not contain underscores.
(#489) Variable "moderator_defaults" must not contain underscores.
(#491) Variable "moderator_defaults" must not contain underscores.
(#491) Variable "moderator_defaults" must not contain underscores.
(#493) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#493) Space found after opening bracket of FOREACH loop
(#493) Space found before closing bracket of FOREACH loop
(#493) Variable "moderator_defaults" must not contain underscores.
(#493) Variable "moderator_default" must not contain underscores.
(#494) Expected "if (...) {\n"; found "if(...) {\n"
(#494) Variable "moderator_default" must not contain underscores.
(#496) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#496) Space found after opening bracket of FOREACH loop
(#496) Space found before closing bracket of FOREACH loop
(#497) Expected "if (...) {\n"; found "if(...){\n"
(#498) Variable "participant_list_array" must not contain underscores.
(#509) Variable "participant_list_array" must not contain underscores.
(#512) Variable "moderator_default" must not contain underscores.
(#520) Variable "participant_list_array" must not contain underscores.
(#523) Expected 1 space after closing parenthesis; found 0
(#528) Variable "participant_list" must not contain underscores.
(#530) Variable "participant_list" must not contain underscores.
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#532) Variable "participant_list" must not contain underscores.
(#533) Expected "if (...) {\n"; found "if(...) {\n"
(#534) Inline control structures are not allowed
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) No space found before comment text; expected "// Iterate looking for roles" but found "//Iterate looking for roles"
(#540) Variable "db_moodle_roles" must not contain underscores.
(#541) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#541) Variable "participant_list" must not contain underscores.
(#542) Expected "if (...) {\n"; found "if(...) {\n"
(#543) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#543) Space found after opening bracket of FOREACH loop
(#543) Space found before closing bracket of FOREACH loop
(#544) Variable "db_moodle_role" must not contain underscores.
(#544) Variable "db_moodle_roles" must not contain underscores.
(#545) Expected "if (...) {\n"; found "if(...) {\n"
(#545) Variable "db_moodle_role" must not contain underscores.
(#546) Inline control structures are not allowed
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) No space found before comment text; expected "// Iterate looking for users" but found "//Iterate looking for users"
(#554) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#554) Variable "participant_list" must not contain underscores.
(#555) Expected "if (...) {\n"; found "if(...) {\n"
(#556) Expected "if (...) {\n"; found "if(...) {\n"
(#557) Inline control structures are not allowed
(#567) Variable "db_moodle_roles" must not contain underscores.
(#567) Variable "role_id" must not contain underscores.
(#568) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#568) Space found after opening bracket of FOREACH loop
(#568) Space found before closing bracket of FOREACH loop
(#568) Variable "db_moodle_roles" must not contain underscores.
(#568) Variable "db_moodle_role" must not contain underscores.
(#569) Expected "if (...) {\n"; found "if(...) {\n"
(#569) Variable "role_id" must not contain underscores.
(#569) Expected 1 space after "=="; 2 found
(#569) Variable "db_moodle_role" must not contain underscores.
(#570) Variable "db_moodle_role" must not contain underscores.
(#575) Variable "messageKey" must be all lower-case
(#575) Variable "defaultKey" must be all lower-case
(#576) Variable "defaultKey" must be all lower-case
(#577) Expected "if (...) {\n"; found "if (...){\n"
(#577) Variable "messageKey" must be all lower-case
(#579) Variable "messageKey" must be all lower-case
(#587) Variable "is_unique" must not contain underscores.
(#588) Expected "if (...) {\n"; found "if(...) {\n"
(#591) Inline control structures are not allowed
(#593) Variable "is_unique" must not contain underscores.
(#597) Variable "is_unique" must not contain underscores.
(#605) Expected "if (...) {\n"; found "if(...) {\n"
(#606) Expected 1 space before "/"; 0 found
(#606) Expected 1 space after "/"; 0 found
(#607) Variable "compensation_time" must not contain underscores.
(#608) Variable "compensation_time" must not contain underscores.
(#615) Variable "presentation_name" must not contain underscores.
(#616) Variable "presentation_url" must not contain underscores.
(#617) Variable "presentation_icon" must not contain underscores.
(#618) Variable "presentation_mimetype_description" must not contain underscores.
(#620) Expected "if (...) {\n"; found "if(...) {\n"
(#623) Empty IF statement detected
(#624) This comment is 73% valid code; is this commented out code?
(#624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#624) No space found before comment text; expected "// resource_print_filenotfound($resource, $cm, $course);" but found "//resource_print_filenotfound($resource, $cm, $course);"
(#625) This comment is 100% valid code; is this commented out code?
(#625) No space found before comment text; expected "// die;" but found "//die;"
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) This comment is 100% valid code; is this commented out code?
(#626) No space found before comment text; expected "// exit;" but found "//exit;"
(#630) Variable "presentation_name" must not contain underscores.
(#631) Variable "presentation_icon" must not contain underscores.
(#632) Variable "presentation_mimetype_description" must not contain underscores.
(#634) Expected "if (...) {\n"; found "if(...) {\n"
(#635) Inline comments must end in full-stops, exclamation marks, or question marks
(#635) No space found before comment text; expected "// Create the nonce component for granting a temporary public access" but found "//Create the nonce component for granting a temporary public access"
(#637) Variable "presentation_nonce_key" must not contain underscores.
(#638) Variable "presentation_nonce_value" must not contain underscores.
(#638) Whitespace found at end of line
(#639) Variable "presentation_nonce_key" must not contain underscores.
(#639) Variable "presentation_nonce_value" must not contain underscores.
(#641) Line exceeds 132 characters; contains 144 characters
(#641) Inline comments must end in full-stops, exclamation marks, or question marks
(#641) No space found before comment text; expected "// The item id was adapted for granting public access to the presentation once in order to allow BigBlueButton to gather the file" but found "//The item id was adapted for granting public access to the presentation once in order to allow BigBlueButton to gather the file"
(#642) Variable "presentation_nonce_value" must not contain underscores.
(#642) Line exceeds maximum limit of 180 characters; contains 199 characters
(#644) Line exceeds 132 characters; contains 178 characters
(#646) Variable "presentation_url" must not contain underscores.
(#650) Variable "presentation_array" must not contain underscores.
(#650) Variable "presentation_url" must not contain underscores.
(#650) Variable "presentation_name" must not contain underscores.
(#650) Variable "presentation_icon" must not contain underscores.
(#650) Variable "presentation_mimetype_description" must not contain underscores.
(#650) Line exceeds maximum limit of 180 characters; contains 183 characters
(#652) Variable "presentation_array" must not contain underscores.
(#674) Variable "version_array" must not contain underscores.
(#675) Variable "version_array" must not contain underscores.
(#678) Variable "event_type" must not contain underscores.
(#680) Variable "event_properties" must not contain underscores.
(#682) Variable "event_type" must not contain underscores.
(#684) Variable "event_properties" must not contain underscores.
(#687) Variable "event_properties" must not contain underscores.
(#690) Variable "event_properties" must not contain underscores.
(#693) Variable "event_properties" must not contain underscores.
(#696) Variable "event_properties" must not contain underscores.
(#699) Variable "event_properties" must not contain underscores.
(#702) Variable "event_properties" must not contain underscores.
(#705) Variable "event_properties" must not contain underscores.
(#708) Variable "event_properties" must not contain underscores.
(#715) Variable "event_type" must not contain underscores.
(#718) Variable "event_type" must not contain underscores.
(#754) Variable "event_type" must not contain underscores.
(#757) Variable "version_major" must not contain underscores.
(#758) Variable "version_major" must not contain underscores.
(#759) Inline comments must end in full-stops, exclamation marks, or question marks
(#759) No space found before comment text; expected "// This is valid before v2.7" but found "//This is valid before v2.7"
(#760) Variable "event_type" must not contain underscores.
(#763) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) No space found before comment text; expected "// This is valid after v2.7" but found "//This is valid after v2.7"
(#764) Variable "event_type" must not contain underscores.
(#773) Variable "shared_secret" must not contain underscores.
(#774) Variable "cache_ttl" must not contain underscores.
(#775) Whitespace found at end of line
(#779) Variable "is_moderator" must not contain underscores.
(#782) Variable "meeting_info" must not contain underscores.
(#783) Variable "meeting_info" must not contain underscores.
(#784) Expected "if (...) {\n"; found "if(...) {\n"
(#784) Variable "is_moderator" must not contain underscores.
(#785) Variable "meeting_info" must not contain underscores.
(#787) Variable "meeting_info" must not contain underscores.
(#790) Variable "meeting_info" must not contain underscores.
(#791) Variable "meeting_running" must not contain underscores.
(#791) Variable "meeting_info" must not contain underscores.
(#791) Variable "meeting_info" must not contain underscores.
(#791) Variable "meeting_info" must not contain underscores.
(#793) Variable "meeting_running" must not contain underscores.
(#799) Variable "meeting_info" must not contain underscores.
(#801) Variable "shared_secret" must not contain underscores.
(#802) Variable "cache_ttl" must not contain underscores.
(#807) Expected "if (...) {\n"; found "if(...) {\n"
(#807) Variable "cache_ttl" must not contain underscores.
(#808) Inline comments must end in full-stops, exclamation marks, or question marks
(#808) No space found before comment text; expected "// Use the value in the cache" but found "//Use the value in the cache"
(#809) Variable "meeting_info" must not contain underscores.
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) No space found before comment text; expected "// Ping again and refresh the cache" but found "//Ping again and refresh the cache"
(#812) Variable "meeting_info" must not contain underscores.
(#812) Variable "shared_secret" must not contain underscores.
(#813) Variable "meeting_info" must not contain underscores.
(#816) Variable "meeting_info" must not contain underscores.
(#819) Expected 1 space after closing parenthesis; found 0
(#823) Variable "shared_secret" must not contain underscores.
(#825) Variable "shared_secret" must not contain underscores.
(#828) Expected 1 space after closing parenthesis; found 0
(#832) Variable "shared_secret" must not contain underscores.
(#834) Expected 1 space before "?"; 0 found
(#834) Expected 1 space before ":"; 0 found
(#834) Variable "shared_secret" must not contain underscores.
(#837) Expected 1 space after closing parenthesis; found 0
(#841) Variable "shared_secret" must not contain underscores.
(#843) Variable "shared_secret" must not contain underscores.
(#850) Variable "bigbluebuttonbn_bbb_broker_add_error" must not contain underscores.
(#854) Variable "bigbluebuttonbn_bbb_broker_add_error" must not contain underscores.
(#861) Variable "bigbluebuttonbn_bbb_broker_add_error" must not contain underscores.
(#874) Expected "if (...) {\n"; found "if(...) {\n"
(#875) Line exceeds 132 characters; contains 139 characters
(#886) Variable "org_msg" must not contain underscores.
(#886) Variable "new_msg" must not contain underscores.
(#887) Variable "org_msg" must not contain underscores.
(#889) Expected "if (...) {\n"; found "if(...) {\n"
(#889) Variable "new_msg" must not contain underscores.
(#890) Inline control structures are not allowed
(#891) Variable "new_msg" must not contain underscores.
(#904) Variable "endTime" must be all lower-case
(#904) Expected 1 space before "?"; 0 found
(#904) Expected 1 space before ":"; 0 found
(#904) Expected 1 space after ":"; 0 found
(#905) Variable "endTime" must be all lower-case
(#905) Variable "endTime" must be all lower-case
(#905) Variable "endTime" must be all lower-case
(#906) Variable "startTime" must be all lower-case
(#906) Expected 1 space before "?"; 0 found
(#906) Expected 1 space before ":"; 0 found
(#906) Expected 1 space after ":"; 0 found
(#907) Variable "startTime" must be all lower-case
(#907) Variable "startTime" must be all lower-case
(#907) Variable "startTime" must be all lower-case
(#908) Variable "endTime" must be all lower-case
(#908) Variable "startTime" must be all lower-case
(#910) This comment is 79% valid code; is this commented out code?
(#910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#910) No space found before comment text; expected "// $meta_course = isset($recording['meta_context'])?str_replace('"', '\"', $recording['meta_context']):'';" but found "//$meta_course = isset($recording['meta_context'])?str_replace('"', '\"', $recording['meta_context']):'';"
(#911) Inline comments must end in full-stops, exclamation marks, or question marks
(#911) No space found before comment text; expected "// For backward compatibility" but found "//For backward compatibility"
(#912) Expected "if (...) {\n"; found "if(...) {\n"
(#913) Variable "meta_activity" must not contain underscores.
(#914) Expected "if (...) {\n"; found "if(...) {\n"
(#915) Variable "meta_activity" must not contain underscores.
(#917) Variable "meta_activity" must not contain underscores.
(#920) Expected "if (...) {\n"; found "if(...) {\n"
(#921) Variable "meta_description" must not contain underscores.
(#922) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#922) Expected "if (...) {\n"; found "if(...) {\n"
(#923) Variable "meta_description" must not contain underscores.
(#925) Variable "meta_description" must not contain underscores.
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#935) 3 slashes comments are not allowed; use "// Comment." instead
(#935) No space found before comment text; expected "// Set action [show|hide]" but found "///Set action [show|hide]"
(#936) Expected "if (...) {\n"; found "if (...){\n"
(#937) Variable "manage_tag" must not contain underscores.
(#938) Variable "manage_action" must not contain underscores.
(#940) Variable "manage_tag" must not contain underscores.
(#941) Variable "manage_action" must not contain underscores.
(#945) Inline comments must end in full-stops, exclamation marks, or question marks
(#945) No space found before comment text; expected "// With icon for publish/unpublish" but found "//With icon for publish/unpublish"
(#946) Variable "icon_attributes" must not contain underscores.
(#946) Variable "manage_action" must not contain underscores.
(#947) Variable "manage_tag" must not contain underscores.
(#947) Variable "manage_tag" must not contain underscores.
(#947) Variable "icon_attributes" must not contain underscores.
(#948) Variable "link_attributes" must not contain underscores.
(#948) Variable "manage_action" must not contain underscores.
(#948) Variable "manage_action" must not contain underscores.
(#948) Line exceeds maximum limit of 180 characters; contains 255 characters
(#949) Variable "link_attributes" must not contain underscores.
(#951) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) No space found before comment text; expected "// With icon for delete" but found "//With icon for delete"
(#952) Variable "icon_attributes" must not contain underscores.
(#953) Variable "icon_attributes" must not contain underscores.
(#954) Variable "link_attributes" must not contain underscores.
(#954) Line exceeds maximum limit of 180 characters; contains 319 characters
(#955) Variable "link_attributes" must not contain underscores.
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) No space found before comment text; expected "// With text for publish/unpublish" but found "//With text for publish/unpublish"
(#959) Variable "manage_tag" must not contain underscores.
(#959) Variable "manage_tag" must not contain underscores.
(#959) Variable "manage_action" must not contain underscores.
(#959) Line exceeds maximum limit of 180 characters; contains 305 characters
(#962) Inline comments must end in full-stops, exclamation marks, or question marks
(#962) No space found before comment text; expected "// With text for delete" but found "//With text for delete"
(#963) Line exceeds maximum limit of 180 characters; contains 337 characters
(#968) Variable "recording_types" must not contain underscores.
(#970) Variable "recording_types" must not contain underscores.
(#972) Space found after opening bracket of FOREACH loop
(#972) Space found before closing bracket of FOREACH loop
(#973) Variable "recording_types" must not contain underscores.
(#973) Line exceeds maximum limit of 180 characters; contains 274 characters
(#975) Variable "recording_types" must not contain underscores.
(#977) Inline comments must end in full-stops, exclamation marks, or question marks
(#977) No space found before comment text; expected "// Set corresponding format" but found "//Set corresponding format"
(#979) Variable "formattedStartDate" must be all lower-case
(#979) Variable "startTime" must be all lower-case
(#982) Variable "recording_types" must not contain underscores.
(#983) Variable "meta_activity" must not contain underscores.
(#984) Variable "meta_description" must not contain underscores.
(#986) Variable "formattedStartDate" must be all lower-case
(#997) Inline comments must end in full-stops, exclamation marks, or question marks
(#997) 3 slashes comments are not allowed; use "// Comment." instead
(#997) No space found before comment text; expected "// Set strings to show" but found "///Set strings to show"
(#998) Variable "view_recording_recording" must not contain underscores.
(#999) Variable "view_recording_activity" must not contain underscores.
(#1000) Variable "view_recording_description" must not contain underscores.
(#1001) Variable "view_recording_date" must not contain underscores.
(#1002) Variable "view_recording_duration" must not contain underscores.
(#1003) Variable "view_recording_actionbar" must not contain underscores.
(#1005) Inline comments must end in full-stops, exclamation marks, or question marks
(#1005) 3 slashes comments are not allowed; use "// Comment." instead
(#1005) No space found before comment text; expected "// Initialize table headers" but found "///Initialize table headers"
(#1006) Variable "recordingsbn_columns" must not contain underscores.
(#1007) Expected 1 space after "=>"; 0 found
(#1007) Variable "view_recording_recording" must not contain underscores.
(#1008) Expected 1 space after "=>"; 0 found
(#1008) Variable "view_recording_activity" must not contain underscores.
(#1009) Expected 1 space after "=>"; 0 found
(#1009) Variable "view_recording_description" must not contain underscores.
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "view_recording_date" must not contain underscores.
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "view_recording_duration" must not contain underscores.
(#1015) Variable "recordingsbn_columns" must not contain underscores.
(#1015) Expected 1 space after "=>"; 0 found
(#1015) Variable "view_recording_actionbar" must not contain underscores.
(#1015) Line exceeds 132 characters; contains 148 characters
(#1018) Variable "recordingsbn_columns" must not contain underscores.
(#1022) Variable "table_data" must not contain underscores.
(#1024) 3 slashes comments are not allowed; use "// Comment." instead
(#1024) No space found before comment text; expected "// Build table content" but found "///Build table content"
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1026) Space found after opening bracket of FOREACH loop
(#1026) Space found before closing bracket of FOREACH loop
(#1028) Expected "if (...) {\n"; found "if(...) {\n"
(#1029) Variable "table_data" must not contain underscores.
(#1034) Variable "table_data" must not contain underscores.
(#1040) Inline comments must end in full-stops, exclamation marks, or question marks
(#1040) 3 slashes comments are not allowed; use "// Comment." instead
(#1040) No space found before comment text; expected "// Set strings to show" but found "///Set strings to show"
(#1041) Variable "view_recording_recording" must not contain underscores.
(#1042) Variable "view_recording_course" must not contain underscores.
(#1043) Variable "view_recording_activity" must not contain underscores.
(#1044) Variable "view_recording_description" must not contain underscores.
(#1045) Variable "view_recording_date" must not contain underscores.
(#1046) Variable "view_recording_length" must not contain underscores.
(#1047) Variable "view_recording_duration" must not contain underscores.
(#1048) Variable "view_recording_actionbar" must not contain underscores.
(#1049) Variable "view_duration_min" must not contain underscores.
(#1051) Inline comments must end in full-stops, exclamation marks, or question marks
(#1051) 3 slashes comments are not allowed; use "// Comment." instead
(#1051) No space found before comment text; expected "// Declare the table" but found "///Declare the table"
(#1055) Inline comments must end in full-stops, exclamation marks, or question marks
(#1055) 3 slashes comments are not allowed; use "// Comment." instead
(#1055) No space found before comment text; expected "// Initialize table headers" but found "///Initialize table headers"
(#1057) Variable "view_recording_recording" must not contain underscores.
(#1057) Variable "view_recording_activity" must not contain underscores.
(#1057) Variable "view_recording_description" must not contain underscores.
(#1057) Variable "view_recording_date" must not contain underscores.
(#1057) Variable "view_recording_duration" must not contain underscores.
(#1057) Variable "view_recording_actionbar" must not contain underscores.
(#1057) Line exceeds maximum limit of 180 characters; contains 188 characters
(#1060) Variable "view_recording_recording" must not contain underscores.
(#1060) Variable "view_recording_activity" must not contain underscores.
(#1060) Variable "view_recording_description" must not contain underscores.
(#1060) Variable "view_recording_date" must not contain underscores.
(#1060) Variable "view_recording_duration" must not contain underscores.
(#1060) Line exceeds 132 characters; contains 161 characters
(#1064) 3 slashes comments are not allowed; use "// Comment." instead
(#1064) No space found before comment text; expected "// Build table content" but found "///Build table content"
(#1065) Inline comments must end in full-stops, exclamation marks, or question marks
(#1066) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1066) Space found after opening bracket of FOREACH loop
(#1066) Space found before closing bracket of FOREACH loop
(#1070) Variable "row_data" must not contain underscores.
(#1071) Expected "if (...) {\n"; found "if(...) {\n"
(#1071) Variable "row_data" must not contain underscores.
(#1072) Variable "row_data" must not contain underscores.
(#1072) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Variable "row_data" must not contain underscores.
(#1074) Line exceeds 132 characters; contains 179 characters
(#1076) Variable "row_data" must not contain underscores.
(#1076) Variable "row_data" must not contain underscores.
(#1076) Variable "row_data" must not contain underscores.
(#1076) Variable "row_data" must not contain underscores.
(#1076) Variable "row_data" must not contain underscores.
(#1076) Line exceeds 132 characters; contains 157 characters
(#1090) Inline comments must end in full-stops, exclamation marks, or question marks
(#1093) Inline comments must end in full-stops, exclamation marks, or question marks
(#1093) 3 slashes comments are not allowed; use "// Comment." instead
(#1095) Inline control structures are not allowed
(#1098) Variable "message_text" must not contain underscores.
(#1098) Line exceeds maximum limit of 180 characters; contains 232 characters
(#1099) Whitespace found at end of line
(#1100) Variable "message_text" must not contain underscores.
(#1103) Variable "capability_name" must not contain underscores.
(#1103) Expected 1 space after closing parenthesis; found 0
(#1106) Variable "capability_offered" must not contain underscores.
(#1109) Variable "shared_secret" must not contain underscores.
(#1111) Inline comments must end in full-stops, exclamation marks, or question marks
(#1111) No space found before comment text; expected "// Validates if the server may have extended capabilities" but found "//Validates if the server may have extended capabilities"
(#1114) Variable "host_ends" must not contain underscores.
(#1115) Variable "host_ends_length" must not contain underscores.
(#1115) Variable "host_ends" must not contain underscores.
(#1117) Expected "if (...) {\n"; found "if(...) {\n"
(#1117) Variable "host_ends_length" must not contain underscores.
(#1117) Variable "host_ends" must not contain underscores.
(#1117) Variable "host_ends_length" must not contain underscores.
(#1117) Expected 1 space after "-"; 0 found
(#1117) Variable "host_ends" must not contain underscores.
(#1117) Variable "host_ends_length" must not contain underscores.
(#1117) Expected 1 space after "-"; 0 found
(#1117) Line exceeds 132 characters; contains 138 characters
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) No space found before comment text; expected "// Validate the capabilities offered" but found "//Validate the capabilities offered"
(#1119) Variable "shared_secret" must not contain underscores.
(#1120) Expected "if (...) {\n"; found "if(...) {\n"
(#1122) Inline control structures are not allowed
(#1122) Variable "capability_name" must not contain underscores.
(#1123) Variable "capability_offered" must not contain underscores.
(#1128) Variable "capability_offered" must not contain underscores.
(#1131) Expected 1 space after closing parenthesis; found 0
(#1132) Inline comments must end in full-stops, exclamation marks, or question marks
(#1132) No space found before comment text; expected "// Validates if the server may have extended capabilities" but found "//Validates if the server may have extended capabilities"
(#1133) Variable "parsed_url" must not contain underscores.
(#1134) Variable "parsed_url" must not contain underscores.
(#1134) Variable "parsed_url" must not contain underscores.
(#1135) Variable "host_ends" must not contain underscores.
(#1136) Variable "host_ends_length" must not contain underscores.
(#1136) Variable "host_ends" must not contain underscores.
(#1138) Variable "host_ends_length" must not contain underscores.
(#1138) Variable "host_ends" must not contain underscores.
(#1138) Variable "host_ends_length" must not contain underscores.
(#1138) Expected 1 space after "-"; 0 found
(#1138) Variable "host_ends" must not contain underscores.
(#1138) Variable "host_ends_length" must not contain underscores.
(#1138) Expected 1 space after "-"; 0 found
(#1138) Line exceeds 132 characters; contains 141 characters
(#1170) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1170) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1171) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1171) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1171) Expected 1 space before "?"; 0 found
(#1171) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1171) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1171) Expected 1 space before ":"; 0 found
(#1171) Expected 1 space before "?"; 0 found
(#1171) Expected 1 space before ":"; 0 found
(#1171) Expected 1 space before "?"; 0 found
(#1171) Expected 1 space before ":"; 0 found
(#1171) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1175) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1175) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1176) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1176) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1176) Expected 1 space before "?"; 0 found
(#1176) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1176) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1176) Expected 1 space before ":"; 0 found
(#1176) Expected 1 space before "?"; 0 found
(#1176) Expected 1 space before ":"; 0 found
(#1176) Expected 1 space before "?"; 0 found
(#1176) Expected 1 space before ":"; 0 found
(#1176) Line exceeds maximum limit of 180 characters; contains 323 characters
(#1180) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1180) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1181) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1181) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1181) Expected 1 space before "?"; 0 found
(#1181) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1181) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1181) Expected 1 space before ":"; 0 found
(#1181) Expected 1 space before "?"; 0 found
(#1181) Expected 1 space before ":"; 0 found
(#1181) Line exceeds maximum limit of 180 characters; contains 247 characters
(#1181) Whitespace found at end of line
(#1185) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1185) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1186) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1186) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1186) Expected 1 space before "?"; 0 found
(#1186) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1186) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1186) Expected 1 space before ":"; 0 found
(#1186) Expected 1 space before "?"; 0 found
(#1186) Expected 1 space before ":"; 0 found
(#1186) Line exceeds maximum limit of 180 characters; contains 230 characters
(#1190) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1190) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1191) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1191) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1191) Expected 1 space before "?"; 0 found
(#1191) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1191) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1191) Expected 1 space before ":"; 0 found
(#1191) Expected 1 space before "?"; 0 found
(#1191) Expected 1 space before ":"; 0 found
(#1191) Line exceeds maximum limit of 180 characters; contains 234 characters
(#1195) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1195) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1196) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1196) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1196) Expected 1 space before "?"; 0 found
(#1196) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1196) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1196) Expected 1 space before ":"; 0 found
(#1196) Expected 1 space before "?"; 0 found
(#1196) Expected 1 space before ":"; 0 found
(#1196) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1200) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1200) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1201) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1201) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1201) Expected 1 space before "?"; 0 found
(#1201) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1201) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1201) Expected 1 space before ":"; 0 found
(#1201) Expected 1 space before "?"; 0 found
(#1201) Expected 1 space before ":"; 0 found
(#1201) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1205) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1205) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1206) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1206) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1206) Expected 1 space before "?"; 0 found
(#1206) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1206) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1206) Expected 1 space before ":"; 0 found
(#1206) Expected 1 space before "?"; 0 found
(#1206) Expected 1 space before ":"; 0 found
(#1206) Line exceeds maximum limit of 180 characters; contains 254 characters
(#1210) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1210) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1211) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1211) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1211) Expected 1 space before "?"; 0 found
(#1211) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1211) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1211) Expected 1 space before ":"; 0 found
(#1211) Expected 1 space before "?"; 0 found
(#1211) Expected 1 space before ":"; 0 found
(#1211) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1215) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1215) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1216) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1216) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1216) Expected 1 space before "?"; 0 found
(#1216) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1216) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1216) Expected 1 space before ":"; 0 found
(#1216) Expected 1 space before "?"; 0 found
(#1216) Expected 1 space before ":"; 0 found
(#1216) Line exceeds maximum limit of 180 characters; contains 262 characters
(#1220) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1220) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1221) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1221) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1221) Expected 1 space before "?"; 0 found
(#1221) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1221) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1221) Expected 1 space before ":"; 0 found
(#1221) Expected 1 space before "?"; 0 found
(#1221) Expected 1 space before ":"; 0 found
(#1221) Line exceeds maximum limit of 180 characters; contains 280 characters
(#1225) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1225) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1226) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1226) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1226) Expected 1 space before "?"; 0 found
(#1226) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1226) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1226) Expected 1 space before ":"; 0 found
(#1226) Expected 1 space before "?"; 0 found
(#1226) Expected 1 space before ":"; 0 found
(#1226) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1230) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1230) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1231) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1231) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1231) Expected 1 space before "?"; 0 found
(#1231) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1231) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1231) Expected 1 space before ":"; 0 found
(#1231) Expected 1 space before "?"; 0 found
(#1231) Expected 1 space before ":"; 0 found
(#1231) Line exceeds maximum limit of 180 characters; contains 227 characters
(#1235) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1235) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1236) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1236) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1236) Expected 1 space before "?"; 0 found
(#1236) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1236) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1236) Expected 1 space before ":"; 0 found
(#1236) Expected 1 space before "?"; 0 found
(#1236) Expected 1 space before ":"; 0 found
(#1236) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1240) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1240) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1242) Inline comments must end in full-stops, exclamation marks, or question marks
(#1243) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1243) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1243) Expected 1 space before "?"; 0 found
(#1243) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1243) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1243) Expected 1 space before ":"; 0 found
(#1243) Expected 1 space before "?"; 0 found
(#1243) Expected 1 space before ":"; 0 found
(#1243) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1250) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1250) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1251) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1251) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1251) Expected 1 space before "?"; 0 found
(#1251) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1251) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1251) Expected 1 space before ":"; 0 found
(#1251) Expected 1 space before "?"; 0 found
(#1251) Expected 1 space before ":"; 0 found
(#1251) Line exceeds maximum limit of 180 characters; contains 263 characters
(#1255) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1255) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1256) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1256) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1256) Expected 1 space before "?"; 0 found
(#1256) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1256) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1256) Expected 1 space before ":"; 0 found
(#1256) Expected 1 space before "?"; 0 found
(#1256) Expected 1 space before ":"; 0 found
(#1256) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1260) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1260) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1261) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1261) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1261) Expected 1 space before "?"; 0 found
(#1261) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1261) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1261) Expected 1 space before ":"; 0 found
(#1261) Expected 1 space before "?"; 0 found
(#1261) Expected 1 space before ":"; 0 found
(#1261) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1265) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1265) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1266) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1266) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1266) Expected 1 space before "?"; 0 found
(#1266) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1266) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1266) Expected 1 space before ":"; 0 found
(#1266) Expected 1 space before "?"; 0 found
(#1266) Expected 1 space before ":"; 0 found
(#1266) Line exceeds maximum limit of 180 characters; contains 267 characters
(#1270) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1270) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1271) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1271) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1271) Expected 1 space before "?"; 0 found
(#1271) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1271) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1271) Expected 1 space before ":"; 0 found
(#1271) Expected 1 space before "?"; 0 found
(#1271) Expected 1 space before ":"; 0 found
(#1271) Line exceeds maximum limit of 180 characters; contains 284 characters
(#1275) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1275) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1276) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1276) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1276) Expected 1 space before "?"; 0 found
(#1276) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#1276) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#1276) Expected 1 space before ":"; 0 found
(#1276) Expected 1 space before "?"; 0 found
(#1276) Expected 1 space before ":"; 0 found
(#1276) Line exceeds maximum limit of 180 characters; contains 244 characters
mod/bigbluebuttonbn/mod_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Whitespace found at end of line
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Visibility must be declared on method "definition"
(#21) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#21) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#23) Variable "course_id" must not contain underscores.
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Variable "course_module_id" must not contain underscores.
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Variable "course_id" must not contain underscores.
(#26) Variable "course_id" must not contain underscores.
(#28) Variable "course_module_id" must not contain underscores.
(#29) Variable "course_module_id" must not contain underscores.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// BigBlueButton server data" but found "//BigBlueButton server data"
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// UI configuration options" but found "//UI configuration options"
(#40) Variable "voicebridge_editable" must not contain underscores.
(#41) Variable "recording_default" must not contain underscores.
(#42) Variable "recording_editable" must not contain underscores.
(#43) Variable "recording_tagging_default" must not contain underscores.
(#44) Variable "recording_tagging_editable" must not contain underscores.
(#45) Variable "waitformoderator_default" must not contain underscores.
(#46) Variable "waitformoderator_editable" must not contain underscores.
(#47) Variable "userlimit_default" must not contain underscores.
(#48) Variable "userlimit_editable" must not contain underscores.
(#49) Variable "preuploadpresentation_enabled" must not contain underscores.
(#50) Variable "sendnotifications_enabled" must not contain underscores.
(#50) Whitespace found at end of line
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) No space found before comment text; expected "// Validates if the BigBlueButton server is running" but found "//Validates if the BigBlueButton server is running"
(#52) Whitespace found at end of line
(#53) Variable "serverVersion" must be all lower-case
(#54) Variable "serverVersion" must be all lower-case
(#55) Line exceeds 132 characters; contains 148 characters
(#59) Variable "current_activity" must not contain underscores.
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#66) Commas (,) must be followed by white space.
(#70) Variable "version_major" must not contain underscores.
(#71) Variable "version_major" must not contain underscores.
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// This is valid before v2.9" but found "//This is valid before v2.9"
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) No space found before comment text; expected "// This is valid after v2.9" but found "//This is valid after v2.9"
(#81) Commas (,) must be followed by white space.
(#81) Line exceeds 132 characters; contains 143 characters
(#86) Variable "voicebridge_editable" must not contain underscores.
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Line exceeds 132 characters; contains 148 characters
(#89) Line exceeds 132 characters; contains 146 characters
(#95) Variable "waitformoderator_editable" must not contain underscores.
(#99) Variable "waitformoderator_default" must not contain underscores.
(#102) Variable "waitformoderator_default" must not contain underscores.
(#106) Variable "userlimit_editable" must not contain underscores.
(#107) Commas (,) must be followed by white space.
(#107) Line exceeds 132 characters; contains 137 characters
(#109) Variable "userlimit_default" must not contain underscores.
(#112) Variable "userlimit_default" must not contain underscores.
(#116) Variable "serverVersion" must be all lower-case
(#117) Variable "recording_editable" must not contain underscores.
(#119) Variable "recording_default" must not contain underscores.
(#122) Variable "recording_default" must not contain underscores.
(#126) Variable "recording_tagging_editable" must not contain underscores.
(#128) Variable "recording_tagging_default" must not contain underscores.
(#131) Variable "recording_tagging_default" must not contain underscores.
(#136) Variable "sendnotifications_enabled" must not contain underscores.
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#148) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#153) Variable "preuploadpresentation_enabled" must not contain underscores.
(#157) Variable "filemanager_options" must not contain underscores.
(#158) Variable "filemanager_options" must not contain underscores.
(#159) Variable "filemanager_options" must not contain underscores.
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) This comment is 67% valid code; is this commented out code?
(#159) No space found before comment text; expected "// $this->course->maxbytes;" but found "//$this->course->maxbytes;"
(#160) Variable "filemanager_options" must not contain underscores.
(#161) Variable "filemanager_options" must not contain underscores.
(#162) Variable "filemanager_options" must not contain underscores.
(#164) Variable "filemanager_options" must not contain underscores.
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) This comment is 77% valid code; is this commented out code?
(#165) No space found before comment text; expected "// $mform->addHelpButton('presentation', 'mod_form_field_presentation', 'bigbluebuttonbn');" but found "//$mform->addHelpButton('presentation', 'mod_form_field_presentation', 'bigbluebuttonbn');"
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#170) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Variable "participant_list" must not contain underscores.
(#182) Variable "participant_list" must not contain underscores.
(#185) Variable "html_participant_selection" must not contain underscores.
(#188) Line exceeds 132 characters; contains 156 characters
(#191) Line exceeds 132 characters; contains 147 characters
(#192) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 135 characters
(#194) Line exceeds 132 characters; contains 135 characters
(#201) Line exceeds maximum limit of 180 characters; contains 214 characters
(#206) Line exceeds 132 characters; contains 148 characters
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#212) Variable "participant_list" must not contain underscores.
(#213) Variable "participant_selectionid" must not contain underscores.
(#214) Variable "participant_selectiontype" must not contain underscores.
(#215) Expected "if (...) {\n"; found "if(...) {\n"
(#215) Variable "participant_selectiontype" must not contain underscores.
(#216) Variable "participant_selectiontype" must not contain underscores.
(#216) Variable "participant_selectiontype" must not contain underscores.
(#216) Line exceeds 132 characters; contains 163 characters
(#218) Variable "participant_selectiontype" must not contain underscores.
(#219) Variable "participant_selectionid" must not contain underscores.
(#221) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#222) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Variable "participant_selectionid" must not contain underscores.
(#228) Variable "participant_selectiontype" must not contain underscores.
(#228) Variable "participant_selectiontype" must not contain underscores.
(#228) Line exceeds 132 characters; contains 170 characters
(#230) Variable "participant_role" must not contain underscores.
(#232) Variable "html_participant_selection" must not contain underscores.
(#234) Line exceeds maximum limit of 180 characters; contains 285 characters
(#235) Variable "participant_selectiontype" must not contain underscores.
(#236) Variable "participant_selectionid" must not contain underscores.
(#238) Line exceeds maximum limit of 180 characters; contains 278 characters
(#239) Expected 1 space before "?"; 0 found
(#239) Expected 1 space before ":"; 0 found
(#239) Line exceeds maximum limit of 180 characters; contains 280 characters
(#240) Expected 1 space before "?"; 0 found
(#240) Expected 1 space before ":"; 0 found
(#240) Line exceeds maximum limit of 180 characters; contains 297 characters
(#245) Variable "html_participant_selection" must not contain underscores.
(#252) Variable "html_participant_selection" must not contain underscores.
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Line exceeds maximum limit of 180 characters; contains 221 characters
(#256) Variable "participant_list" must not contain underscores.
(#256) Line exceeds 132 characters; contains 154 characters
(#257) Variable "bigbluebuttonbn_strings" must not contain underscores.
(#259) Line exceeds 132 characters; contains 136 characters
(#260) Line exceeds 132 characters; contains 133 characters
(#262) Variable "bigbluebuttonbn_strings" must not contain underscores.
(#262) Line exceeds 132 characters; contains 152 characters
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#266) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#272) Inline control structures are not allowed
(#272) Variable "current_activity" must not contain underscores.
(#272) Variable "current_activity" must not contain underscores.
(#272) Variable "current_activity" must not contain underscores.
(#272) Variable "current_activity" must not contain underscores.
(#272) Line exceeds 132 characters; contains 170 characters
(#275) Line exceeds 132 characters; contains 152 characters
(#277) Line exceeds 132 characters; contains 152 characters
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#282) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Visibility must be declared on method "data_preprocessing"
(#293) Variable "default_values" must not contain underscores.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Line exceeds maximum limit of 180 characters; contains 187 characters
(#298) Variable "default_values" must not contain underscores.
(#302) Visibility must be declared on method "validation"
(#311) Whitespace found at end of line
mod/bigbluebuttonbn/settings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#14) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#19) Expected "if (...) {\n"; found "if(...) {\n"
(#19) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#19) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#19) Whitespace found at end of line
(#20) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#20) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#25) Expected "if (...) {\n"; found "if(...) {\n"
(#25) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#25) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#31) Expected "if (...) {\n"; found "if(...) {\n"
(#31) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#31) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) 4 slashes comments are not allowed; use "// Comment." instead
(#40) Expected "if (...) {\n"; found "if(...) {\n"
(#40) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#40) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#40) Whitespace found at end of line
(#41) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#41) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#41) Whitespace found at end of line
(#42) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#42) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#47) Expected "if (...) {\n"; found "if(...) {\n"
(#47) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#47) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#54) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#54) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#61) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) 4 slashes comments are not allowed; use "// Comment." instead
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#71) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#71) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#71) Whitespace found at end of line
(#72) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#72) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#77) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#77) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#85) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 4 slashes comments are not allowed; use "// Comment." instead
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#94) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#94) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#95) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#95) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#95) Whitespace found at end of line
(#96) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#96) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#96) Whitespace found at end of line
(#97) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#97) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#102) Expected "if (...) {\n"; found "if(...) {\n"
(#102) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#102) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// default value for 'wait for moderator' feature" but found "//default value for 'wait for moderator' feature"
(#109) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#109) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#116) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// ping interval value for 'wait for moderator' feature" but found "//ping interval value for 'wait for moderator' feature"
(#123) Expected "if (...) {\n"; found "if(...) {\n"
(#123) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#123) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// cache TTL value for 'wait for moderator' feature" but found "//cache TTL value for 'wait for moderator' feature"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) 4 slashes comments are not allowed; use "// Comment." instead
(#133) Expected "if (...) {\n"; found "if(...) {\n"
(#133) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#133) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) 4 slashes comments are not allowed; use "// Comment." instead
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#146) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) 4 slashes comments are not allowed; use "// Comment." instead
(#169) Expected "if (...) {\n"; found "if(...) {\n"
(#169) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#169) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#169) Whitespace found at end of line
(#170) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#170) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#175) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// default value for 'user limit' feature" but found "//default value for 'user limit' feature"
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#182) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#182) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) 4 slashes comments are not allowed; use "// Comment." instead
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#192) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#192) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#193) Line indented incorrectly; expected at least 8 spaces, found 6
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Line indented incorrectly; expected at least 8 spaces, found 6
(#198) Line indented incorrectly; expected at least 8 spaces, found 6
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Line indented incorrectly; expected at least 8 spaces, found 6
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line indented incorrectly; expected at least 8 spaces, found 6
(#210) Line indented incorrectly; expected at least 8 spaces, found 6
(#215) Whitespace found at end of line
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) 4 slashes comments are not allowed; use "// Comment." instead
(#217) Expected "if (...) {\n"; found "if(...) {\n"
(#217) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#217) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) 4 slashes comments are not allowed; use "// Comment." instead
(#232) Expected "if (...) {\n"; found "if(...) {\n"
(#232) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#232) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) 4 slashes comments are not allowed; use "// Comment." instead
(#245) Expected "if (...) {\n"; found "if(...) {\n"
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) 4 slashes comments are not allowed; use "// Comment." instead
(#247) Expected "if (...) {\n"; found "if(...) {\n"
(#247) Variable "BIGBLUEBUTTONBN_CFG" must be all lower-case
(#247) Variable "BIGBLUEBUTTONBN_CFG" must not contain underscores.
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/version.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
mod/bigbluebuttonbn/view.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Usage of ELSEIF not allowed; use ELSE IF instead
(#33) Variable "version_major" must not contain underscores.
(#34) Variable "version_major" must not contain underscores.
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// This is valid before v2.6" but found "//This is valid before v2.6"
(#37) Variable "module_version" must not contain underscores.
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// This is valid after v2.6" but found "//This is valid after v2.6"
(#40) Variable "module_version" must not contain underscores.
(#47) 48 slashes comments are not allowed; use "// Comment." instead
(#48) 5 slashes comments are not allowed; use "// Comment." instead
(#48) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#49) 48 slashes comments are not allowed; use "// Comment." instead
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// The room that is being used comes from a previous version" but found "//The room that is being used comes from a previous version"
(#64) Line exceeds 132 characters; contains 137 characters
(#67) Line exceeds 132 characters; contains 133 characters
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Expected "if (...) {\n"; found "if(...) {\n"
(#81) Whitespace found at end of line
(#85) Expected 1 space before "?"; 0 found
(#85) Expected 1 space before ":"; 0 found
(#85) Line exceeds 132 characters; contains 135 characters
(#88) Inline control structures are not allowed
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "parsedUrl" must be all lower-case
(#106) Variable "parsedUrl" must be all lower-case
(#109) Variable "module_version" must not contain underscores.
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) 48 slashes comments are not allowed; use "// Comment." instead
(#115) 5 slashes comments are not allowed; use "// Comment." instead
(#115) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) 48 slashes comments are not allowed; use "// Comment." instead
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "serverVersion" must be all lower-case
(#120) Variable "serverVersion" must be all lower-case
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) No space found before comment text; expected "// Server is not working" but found "//Server is not working"
(#121) Inline control structures are not allowed
(#122) Line exceeds 132 characters; contains 138 characters
(#123) Inline control structures are not allowed
(#124) Line exceeds 132 characters; contains 138 characters
(#125) Inline control structures are not allowed
(#126) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 137 characters
(#129) Expected "if (...) {\n"; found "if (...){ // The shared secret is wrong\n"
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Inline control structures are not allowed
(#131) Line exceeds 132 characters; contains 142 characters
(#132) Inline control structures are not allowed
(#133) Line exceeds 132 characters; contains 142 characters
(#134) Inline control structures are not allowed
(#135) Line exceeds 132 characters; contains 142 characters
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Whitespace found at end of line
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Line exceeds 132 characters; contains 139 characters
(#176) Line exceeds 132 characters; contains 148 characters
(#178) Variable "bigbluebuttonbn_view" must not contain underscores.
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) 3 slashes comments are not allowed; use "// Comment." instead
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// No groups mode" but found "//No groups mode"
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Expected "if (...) {\n"; found "if(...) {\n"
(#199) Variable "my_groups" must not contain underscores.
(#201) Variable "my_groups" must not contain underscores.
(#203) Variable "current_group" must not contain underscores.
(#203) Variable "my_groups" must not contain underscores.
(#204) Variable "current_group" must not contain underscores.
(#211) Line exceeds 132 characters; contains 155 characters
(#212) Inline control structures are not allowed
(#213) Variable "group_name" must not contain underscores.
(#214) Inline control structures are not allowed
(#215) Variable "group_name" must not contain underscores.
(#216) Variable "group_name" must not contain underscores.
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// CALLING BEFORE" but found "//CALLING BEFORE"
(#224) Variable "bigbluebuttonbn_view" must not contain underscores.
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) No space found before comment text; expected "// CALLING AFTER" but found "//CALLING AFTER"
(#232) Variable "bigbluebuttonbn_view" must not contain underscores.
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) No space found before comment text; expected "// GO JOINING" but found "//GO JOINING"
(#241) Variable "bigbluebuttonbn_view" must not contain underscores.
(#242) Line exceeds 132 characters; contains 151 characters
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// JavaScript variables" but found "//JavaScript variables"
(#249) Variable "waitformoderator_ping_interval" must not contain underscores.
(#250) Variable "jsVars" must be all lower-case
(#251) Variable "bigbluebuttonbn_view" must not contain underscores.
(#255) Variable "waitformoderator_ping_interval" must not contain underscores.
(#255) Expected 1 space before "?"; 0 found
(#255) Variable "waitformoderator_ping_interval" must not contain underscores.
(#255) Expected 1 space before ":"; 0 found
(#259) Variable "jsVars" must be all lower-case
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Expected 1 space after closing parenthesis; found 0
(#281) Expected "if (...) {\n"; found "if(...){\n"
(#314) Expected 1 space after closing parenthesis; found 0
(#321) Commas (,) must be followed by white space.
(#325) Commas (,) must be followed by white space.
(#336) Expected "if (...) {\n"; found "if(...) {\n"
(#342) Line exceeds 132 characters; contains 140 characters
(#349) Expected "if (...) {\n"; found "if(...) {\n"
(#352) Line exceeds 132 characters; contains 138 characters
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Expected "if (...) {\n"; found "if(...) {\n"
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) No space found before comment text; expected "// Print the table" but found "//Print the table"

Javascript coding style problems

(167 errors, 370 warnings)

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

mod/bigbluebuttonbn/mod_form.js
(#8) Identifier 'bigbluebuttonbn_participant_selection_set' is not in camel case. (camelcase)
(#8) 'bigbluebuttonbn_participant_selection_set' is not defined. (no-undef)
(#9) 'bigbluebuttonbn_select_clear' is not defined. (no-undef)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) There should be no spaces inside this paren. (space-in-parens)
(#12) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#13) There should be no spaces inside this paren. (space-in-parens)
(#14) 'bigbluebuttonbn_participant_selection' is not defined. (no-undef)
(#14) Identifier 'bigbluebuttonbn_participant_selection' is not in camel case. (camelcase)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#16) 'bigbluebuttonbn_select_add_option' is not defined. (no-undef)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) 'j' used outside of binding context. (block-scoped-var)
(#18) Missing space before opening brace. (space-before-blocks)
(#19) 'bigbluebuttonbn_select_add_option' is not defined. (no-undef)
(#20) 'bigbluebuttonbn_select_disable' is not defined. (no-undef)
(#20) Missing semicolon. (semi)
(#22) 'bigbluebuttonbn_select_enable' is not defined. (no-undef)
(#22) Missing semicolon. (semi)
(#26) Missing semicolon. (semi)
(#28) 'bigbluebuttonbn_participant_list_update' is not defined. (no-undef)
(#28) Identifier 'bigbluebuttonbn_participant_list_update' is not in camel case. (camelcase)
(#29) Identifier 'participant_list' is not in camel case. (camelcase)
(#30) Identifier 'participant_list' is not in camel case. (camelcase)
(#30) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#31) Missing semicolon. (semi)
(#33) 'bigbluebuttonbn_participant_remove' is not defined. (no-undef)
(#33) Identifier 'bigbluebuttonbn_participant_remove' is not in camel case. (camelcase)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected space(s) after "for". (keyword-spacing)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) 'i' used outside of binding context. (block-scoped-var)
(#35) 'i' used outside of binding context. (block-scoped-var)
(#35) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#35) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#35) 'i' used outside of binding context. (block-scoped-var)
(#35) There should be no spaces inside this paren. (space-in-parens)
(#35) Missing space before opening brace. (space-before-blocks)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Expected space(s) after "if". (keyword-spacing)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#36) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#36) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) There should be no spaces inside this paren. (space-in-parens)
(#36) Missing space before opening brace. (space-before-blocks)
(#37) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#37) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#37) 'i' used outside of binding context. (block-scoped-var)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) 'i' is already defined (no-redeclare)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) Multiple spaces found before ')'. (no-multi-spaces)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#45) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#48) 'bigbluebuttonbn_participant_list_update' is not defined. (no-undef)
(#49) Missing semicolon. (semi)
(#51) Identifier 'bigbluebuttonbn_participant_add' is not in camel case. (camelcase)
(#51) 'bigbluebuttonbn_participant_add' is not defined. (no-undef)
(#52) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#53) Identifier 'participant_selection' is not in camel case. (camelcase)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#57) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) Missing space before opening brace. (space-before-blocks)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Expected space(s) after "if". (keyword-spacing)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#58) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#58) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#58) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#58) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#58) Identifier 'participant_selection' is not in camel case. (camelcase)
(#58) There should be no spaces inside this paren. (space-in-parens)
(#58) Missing space before opening brace. (space-before-blocks)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Expected space(s) after "if". (keyword-spacing)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) There should be no spaces inside this paren. (space-in-parens)
(#64) Missing space before opening brace. (space-before-blocks)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#66) Identifier 'participant_selection' is not in camel case. (camelcase)
(#67) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#67) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#70) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#71) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#71) Identifier 'participant_list_table' is not in camel case. (camelcase)
(#72) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#72) Identifier 'participant_selection' is not in camel case. (camelcase)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#75) Identifier 'participant_selection' is not in camel case. (camelcase)
(#75) Identifier 'bigbluebuttonbn_strings' is not in camel case. (camelcase)
(#75) 'bigbluebuttonbn_strings' is not defined. (no-undef)
(#78) Expected { after 'if' condition. (curly)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#78) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#78) There should be no spaces inside this paren. (space-in-parens)
(#79) Line 79 exceeds the maximum line length of 132. (max-len)
(#79) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#79) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#80) Expected { after 'else'. (curly)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Line 81 exceeds the maximum line length of 132. (max-len)
(#81) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#81) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#83) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#83) There should be no spaces inside this paren. (space-in-parens)
(#85) Expected { after 'else'. (curly)
(#86) Identifier 'participant_selection' is not in camel case. (camelcase)
(#86) Identifier 'participant_selection' is not in camel case. (camelcase)
(#88) Line 88 exceeds the maximum line length of 132. (max-len)
(#88) Identifier 'bigbluebuttonbn_strings' is not in camel case. (camelcase)
(#88) 'bigbluebuttonbn_strings' is not defined. (no-undef)
(#88) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#88) Identifier 'participant_selection' is not in camel case. (camelcase)
(#88) Identifier 'participant_selection_type' is not in camel case. (camelcase)
(#88) Identifier 'participant_selection' is not in camel case. (camelcase)
(#88) 'bigbluebuttonbn_strings' is not defined. (no-undef)
(#88) Identifier 'bigbluebuttonbn_strings' is not in camel case. (camelcase)
(#88) 'bigbluebuttonbn_strings' is not defined. (no-undef)
(#88) Identifier 'bigbluebuttonbn_strings' is not in camel case. (camelcase)
(#91) 'bigbluebuttonbn_participant_list_update' is not defined. (no-undef)
(#92) Missing semicolon. (semi)
(#94) 'bigbluebuttonbn_participant_list_role_update' is not defined. (no-undef)
(#94) Identifier 'bigbluebuttonbn_participant_list_role_update' is not in camel case. (camelcase)
(#96) Identifier 'participant_list_role_selection' is not in camel case. (camelcase)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#97) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Missing space before opening brace. (space-before-blocks)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#98) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#98) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#98) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) There should be no spaces inside this paren. (space-in-parens)
(#98) Missing space before opening brace. (space-before-blocks)
(#99) 'bigbluebuttonbn_participant_list' is not defined. (no-undef)
(#99) Identifier 'bigbluebuttonbn_participant_list' is not in camel case. (camelcase)
(#99) Identifier 'participant_list_role_selection' is not in camel case. (camelcase)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#105) 'bigbluebuttonbn_participant_list_update' is not defined. (no-undef)
(#106) Missing semicolon. (semi)
(#108) 'bigbluebuttonbn_select_clear' is not defined. (no-undef)
(#108) Identifier 'bigbluebuttonbn_select_clear' is not in camel case. (camelcase)
(#110) Expected space(s) after "while". (keyword-spacing)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) There should be no spaces inside this paren. (space-in-parens)
(#110) Missing space before opening brace. (space-before-blocks)
(#111) Infix operators must be spaced. (space-infix-ops)
(#113) Missing semicolon. (semi)
(#115) Identifier 'bigbluebuttonbn_select_enable' is not in camel case. (camelcase)
(#115) 'bigbluebuttonbn_select_enable' is not defined. (no-undef)
(#118) Missing semicolon. (semi)
(#120) 'bigbluebuttonbn_select_disable' is not defined. (no-undef)
(#120) Identifier 'bigbluebuttonbn_select_disable' is not in camel case. (camelcase)
(#123) Missing semicolon. (semi)
(#125) 'bigbluebuttonbn_select_add_option' is not defined. (no-undef)
(#125) Identifier 'bigbluebuttonbn_select_add_option' is not in camel case. (camelcase)
(#128) Trailing spaces not allowed. (no-trailing-spaces)
(#130) There should be no space before ','. (comma-spacing)
(#131) Missing semicolon. (semi)
mod/bigbluebuttonbn/module.js
(#7) Identifier 'mod_bigbluebuttonbn' is not in camel case. (camelcase)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#17) Identifier 'bigbluebuttonbn_ping_interval_id' is not in camel case. (camelcase)
(#18) Identifier 'bigbluebuttonbn_panel' is not in camel case. (camelcase)
(#20) Identifier 'view_init' is not in camel case. (camelcase)
(#21) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#22) Extra space after key 'source'. (key-spacing)
(#25) 'bigbluebuttonbn' is not defined. (no-undef)
(#25) Empty block statement. (no-empty)
(#26) 'bigbluebuttonbn' is not defined. (no-undef)
(#26) Empty block statement. (no-empty)
(#27) 'bigbluebuttonbn' is not defined. (no-undef)
(#28) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#29) Identifier 'bigbluebuttonbn_panel' is not in camel case. (camelcase)
(#30) Extra space after key 'srcNode'. (key-spacing)
(#31) 'bigbluebuttonbn' is not defined. (no-undef)
(#32) Extra space after key 'width'. (key-spacing)
(#33) Extra space after key 'zIndex'. (key-spacing)
(#34) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Extra space after key 'centered'. (key-spacing)
(#35) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#35) Extra space after key 'modal'. (key-spacing)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) Extra space after key 'visible'. (key-spacing)
(#37) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Extra space after key 'render'. (key-spacing)
(#38) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#38) Extra space after key 'plugins'. (key-spacing)
(#42) Identifier 'bigbluebuttonbn_panel' is not in camel case. (camelcase)
(#43) Extra space after key 'value'. (key-spacing)
(#43) 'bigbluebuttonbn' is not defined. (no-undef)
(#45) Extra space after key 'action'. (key-spacing)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Identifier 'bigbluebuttonbn_panel' is not in camel case. (camelcase)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Multiple spaces found before '='. (no-multi-spaces)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#62) Identifier 'join_url' is not in camel case. (camelcase)
(#80) Identifier 'view_update' is not in camel case. (camelcase)
(#81) Identifier 'status_bar' is not in camel case. (camelcase)
(#82) Identifier 'control_panel' is not in camel case. (camelcase)
(#83) Identifier 'join_button' is not in camel case. (camelcase)
(#84) Identifier 'end_button' is not in camel case. (camelcase)
(#86) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#87) Extra space after key 'request'. (key-spacing)
(#87) 'bigbluebuttonbn' is not defined. (no-undef)
(#87) 'bigbluebuttonbn' is not defined. (no-undef)
(#88) Extra space after key 'callback'. (key-spacing)
(#89) Extra space after key 'success'. (key-spacing)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#93) Expected space(s) after "if". (keyword-spacing)
(#93) There should be no spaces inside this paren. (space-in-parens)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) There should be no spaces inside this paren. (space-in-parens)
(#101) Extra space after key 'failure'. (key-spacing)
(#102) Unexpected console statement. (no-console)
(#106) Missing semicolon. (semi)
(#108) Identifier 'view_clean' is not in camel case. (camelcase)
(#113) Missing semicolon. (semi)
(#115) Identifier 'view_remote_update' is not in camel case. (camelcase)
(#120) Missing semicolon. (semi)
(#122) Identifier 'view_init_status_bar' is not in camel case. (camelcase)
(#122) Identifier 'status_message' is not in camel case. (camelcase)
(#123) Identifier 'status_bar_span' is not in camel case. (camelcase)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) Identifier 'status_bar_span' is not in camel case. (camelcase)
(#129) Missing semicolon. (semi)
(#131) Identifier 'view_init_control_panel' is not in camel case. (camelcase)
(#132) Identifier 'control_panel_div' is not in camel case. (camelcase)
(#135) Identifier 'control_panel_div_html' is not in camel case. (camelcase)
(#137) Line 137 exceeds the maximum line length of 132. (max-len)
(#137) Identifier 'control_panel_div_html' is not in camel case. (camelcase)
(#141) Expected space(s) after "return". (keyword-spacing)
(#141) Identifier 'control_panel_div' is not in camel case. (camelcase)
(#142) Missing semicolon. (semi)
(#144) Identifier 'view_msg_started_at' is not in camel case. (camelcase)
(#144) Unexpected space before function parentheses. (space-before-function-paren)
(#145) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#145) Multiple spaces found before 'parseInt'. (no-multi-spaces)
(#146) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#158) 'bigbluebuttonbn' is not defined. (no-undef)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Infix operators must be spaced. (space-infix-ops)
(#159) Missing semicolon. (semi)
(#161) Identifier 'view_msg_users_joined' is not in camel case. (camelcase)
(#161) Unexpected space before function parentheses. (space-before-function-paren)
(#163) Identifier 'msg_users_joined' is not in camel case. (camelcase)
(#164) Expected space(s) after "if". (keyword-spacing)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#164) There should be no spaces inside this paren. (space-in-parens)
(#165) Identifier 'msg_users_joined' is not in camel case. (camelcase)
(#165) 'bigbluebuttonbn' is not defined. (no-undef)
(#165) 'bigbluebuttonbn' is not defined. (no-undef)
(#165) Trailing spaces not allowed. (no-trailing-spaces)
(#167) Identifier 'msg_users_joined' is not in camel case. (camelcase)
(#167) 'bigbluebuttonbn' is not defined. (no-undef)
(#167) 'bigbluebuttonbn' is not defined. (no-undef)
(#169) Identifier 'msg_users_joined' is not in camel case. (camelcase)
(#170) Missing semicolon. (semi)
(#172) Identifier 'view_msg_attendees_in' is not in camel case. (camelcase)
(#172) Unexpected space before function parentheses. (space-before-function-paren)
(#173) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#176) 'viewers' used outside of binding context. (block-scoped-var)
(#177) Expected space(s) after "if". (keyword-spacing)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#178) 'viewers' is already defined (no-redeclare)
(#179) Line 179 exceeds the maximum line length of 132. (max-len)
(#179) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#179) 'bigbluebuttonbn' is not defined. (no-undef)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) 'bigbluebuttonbn' is not defined. (no-undef)
(#179) 'bigbluebuttonbn' is not defined. (no-undef)
(#180) Line 180 exceeds the maximum line length of 132. (max-len)
(#180) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) 'bigbluebuttonbn' is not defined. (no-undef)
(#180) 'bigbluebuttonbn' is not defined. (no-undef)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#183) 'viewers' used outside of binding context. (block-scoped-var)
(#183) There should be no spaces inside this paren. (space-in-parens)
(#184) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#184) 'bigbluebuttonbn' is not defined. (no-undef)
(#184) 'bigbluebuttonbn' is not defined. (no-undef)
(#184) Trailing spaces not allowed. (no-trailing-spaces)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#185) There should be no spaces inside this paren. (space-in-parens)
(#186) Line 186 exceeds the maximum line length of 132. (max-len)
(#186) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#186) 'bigbluebuttonbn' is not defined. (no-undef)
(#186) 'bigbluebuttonbn' is not defined. (no-undef)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#191) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#191) 'bigbluebuttonbn' is not defined. (no-undef)
(#194) Identifier 'msg_attendees_in' is not in camel case. (camelcase)
(#195) Missing semicolon. (semi)
(#197) Identifier 'view_init_join_button' is not in camel case. (camelcase)
(#197) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Identifier 'join_button_input' is not in camel case. (camelcase)
(#205) Line 205 exceeds the maximum line length of 132. (max-len)
(#205) 'bigbluebuttonbn' is not defined. (no-undef)
(#207) Infix operators must be spaced. (space-infix-ops)
(#210) Identifier 'join_button_input' is not in camel case. (camelcase)
(#211) Missing semicolon. (semi)
(#213) Identifier 'view_init_end_button' is not in camel case. (camelcase)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
(#214) Identifier 'end_button_input' is not in camel case. (camelcase)
(#223) Identifier 'end_button_input' is not in camel case. (camelcase)
(#224) Missing semicolon. (semi)
(#227) Identifier 'view_clean_status_bar' is not in camel case. (camelcase)
(#228) Identifier 'status_bar_span' is not in camel case. (camelcase)
(#229) Identifier 'status_bar_span' is not in camel case. (camelcase)
(#230) Missing semicolon. (semi)
(#232) Identifier 'view_clean_control_panel' is not in camel case. (camelcase)
(#233) Identifier 'control_panel_div' is not in camel case. (camelcase)
(#234) Identifier 'control_panel_div' is not in camel case. (camelcase)
(#235) Missing semicolon. (semi)
(#237) Identifier 'view_clean_join_button' is not in camel case. (camelcase)
(#238) Identifier 'join_button' is not in camel case. (camelcase)
(#239) Identifier 'join_button' is not in camel case. (camelcase)
(#240) Missing semicolon. (semi)
(#242) Identifier 'view_hide_join_button' is not in camel case. (camelcase)
(#243) Identifier 'join_button' is not in camel case. (camelcase)
(#245) Missing semicolon. (semi)
(#247) Identifier 'view_show_join_button' is not in camel case. (camelcase)
(#248) Identifier 'join_button' is not in camel case. (camelcase)
(#250) Missing semicolon. (semi)
(#252) Identifier 'view_clean_end_button' is not in camel case. (camelcase)
(#253) Identifier 'end_button' is not in camel case. (camelcase)
(#254) Identifier 'end_button' is not in camel case. (camelcase)
(#255) Missing semicolon. (semi)
(#257) Identifier 'view_hide_end_button' is not in camel case. (camelcase)
(#258) Identifier 'end_button' is not in camel case. (camelcase)
(#260) Missing semicolon. (semi)
(#262) Identifier 'view_show_end_button' is not in camel case. (camelcase)
(#263) Identifier 'end_button' is not in camel case. (camelcase)
(#265) Missing semicolon. (semi)
(#267) Identifier 'broker_waitModerator' is not in camel case. (camelcase)
(#267) Identifier 'join_url' is not in camel case. (camelcase)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#269) Identifier 'control_panel' is not in camel case. (camelcase)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#272) Expected space or tab after '//' in comment. (spaced-comment)
(#273) Identifier 'control_panel_div' is not in camel case. (camelcase)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Identifier 'spinning_wheel' is not in camel case. (camelcase)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#284) 'bigbluebuttonbn' is not defined. (no-undef)
(#285) Expected space or tab after '//' in comment. (spaced-comment)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#292) Identifier 'bigbluebuttonbn_ping_interval_id' is not in camel case. (camelcase)
(#292) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#292) 'bigbluebuttonbn' is not defined. (no-undef)
(#293) Extra space after key 'request'. (key-spacing)
(#293) 'bigbluebuttonbn' is not defined. (no-undef)
(#293) 'bigbluebuttonbn' is not defined. (no-undef)
(#294) Extra space after key 'callback'. (key-spacing)
(#295) Extra space after key 'success'. (key-spacing)
(#301) Extra space after key 'failure'. (key-spacing)
(#303) Unexpected console statement. (no-console)
(#307) Missing semicolon. (semi)
(#309) Identifier 'broker_joinNow' is not in camel case. (camelcase)
(#309) Identifier 'join_url' is not in camel case. (camelcase)
(#309) Identifier 'status_message' is not in camel case. (camelcase)
(#309) Identifier 'can_tag' is not in camel case. (camelcase)
(#310) Expected space(s) after "if". (keyword-spacing)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#310) Identifier 'can_tag' is not in camel case. (camelcase)
(#310) There should be no spaces inside this paren. (space-in-parens)
(#314) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#315) Line 315 exceeds the maximum line length of 132. (max-len)
(#315) Extra space after key 'request'. (key-spacing)
(#315) 'bigbluebuttonbn' is not defined. (no-undef)
(#315) 'bigbluebuttonbn' is not defined. (no-undef)
(#316) Extra space after key 'callback'. (key-spacing)
(#317) Extra space after key 'success'. (key-spacing)
(#324) 'YUI' is not defined. (no-undef)
(#324) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#324) Unexpected space before function parentheses. (space-before-function-paren)
(#324) 'Y' is defined but never used (no-unused-vars)
(#325) Identifier 'bigbluebuttonbn_panel' is not in camel case. (camelcase)
(#329) Extra space after key 'failure'. (key-spacing)
(#330) Unexpected console statement. (no-console)
(#338) Missing semicolon. (semi)
(#340) Identifier 'broker_executeJoin' is not in camel case. (camelcase)
(#340) Identifier 'join_url' is not in camel case. (camelcase)
(#340) 'status_message' is defined but never used (no-unused-vars)
(#340) Identifier 'status_message' is not in camel case. (camelcase)
(#347) Missing semicolon. (semi)
(#349) Identifier 'broker_manageRecording' is not in camel case. (camelcase)
(#350) Unexpected console statement. (no-console)
(#351) 'id' is defined but never used (no-unused-vars)
(#351) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#352) Extra space after key 'request'. (key-spacing)
(#353) Extra space after key 'callback'. (key-spacing)
(#354) Extra space after key 'success'. (key-spacing)
(#355) Expected space(s) after "if". (keyword-spacing)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#356) Identifier 'recording_td' is not in camel case. (camelcase)
(#357) Identifier 'recording_td' is not in camel case. (camelcase)
(#358) Expected space(s) after "if". (keyword-spacing)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#359) Identifier 'btn_action' is not in camel case. (camelcase)
(#360) Identifier 'btn_action_src_current' is not in camel case. (camelcase)
(#360) Identifier 'btn_action' is not in camel case. (camelcase)
(#361) Identifier 'btn_action_src_url' is not in camel case. (camelcase)
(#361) Identifier 'btn_action_src_current' is not in camel case. (camelcase)
(#361) Identifier 'btn_action_src_current' is not in camel case. (camelcase)
(#361) Missing semicolon. (semi)
(#362) Identifier 'btn_action' is not in camel case. (camelcase)
(#363) Line 363 exceeds the maximum line length of 132. (max-len)
(#363) Identifier 'btn_action' is not in camel case. (camelcase)
(#363) Infix operators must be spaced. (space-infix-ops)
(#363) 'bigbluebuttonbn' is not defined. (no-undef)
(#363) 'bigbluebuttonbn' is not defined. (no-undef)
(#364) Line 364 exceeds the maximum line length of 132. (max-len)
(#364) Identifier 'btn_action' is not in camel case. (camelcase)
(#364) Infix operators must be spaced. (space-infix-ops)
(#364) 'bigbluebuttonbn' is not defined. (no-undef)
(#364) 'bigbluebuttonbn' is not defined. (no-undef)
(#365) Identifier 'link_action' is not in camel case. (camelcase)
(#366) Identifier 'link_action_current_onclick' is not in camel case. (camelcase)
(#366) Identifier 'link_action' is not in camel case. (camelcase)
(#367) Identifier 'link_action' is not in camel case. (camelcase)
(#370) Unexpected console statement. (no-console)
(#373) Expected space or tab after '//' in comment. (spaced-comment)
(#374) Identifier 'bigbluebuttonbn_ping_interval_id' is not in camel case. (camelcase)
(#374) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#374) 'bigbluebuttonbn' is not defined. (no-undef)
(#375) Extra space after key 'request'. (key-spacing)
(#376) Extra space after key 'callback'. (key-spacing)
(#377) Extra space after key 'success'. (key-spacing)
(#382) Identifier 'btn_action' is not in camel case. (camelcase)
(#383) Identifier 'link_action' is not in camel case. (camelcase)
(#384) Identifier 'btn_action' is not in camel case. (camelcase)
(#384) Identifier 'btn_action_src_url' is not in camel case. (camelcase)
(#384) Infix operators must be spaced. (space-infix-ops)
(#385) Identifier 'btn_action' is not in camel case. (camelcase)
(#385) 'bigbluebuttonbn' is not defined. (no-undef)
(#386) Identifier 'btn_action' is not in camel case. (camelcase)
(#386) 'bigbluebuttonbn' is not defined. (no-undef)
(#387) Line 387 exceeds the maximum line length of 132. (max-len)
(#387) Identifier 'link_action_current_onclick' is not in camel case. (camelcase)
(#387) Identifier 'link_action_current_onclick' is not in camel case. (camelcase)
(#388) Identifier 'link_action' is not in camel case. (camelcase)
(#390) Unexpected console statement. (no-console)
(#392) Unexpected console statement. (no-console)
(#397) Identifier 'btn_action' is not in camel case. (camelcase)
(#398) Identifier 'link_action' is not in camel case. (camelcase)
(#399) Identifier 'btn_action' is not in camel case. (camelcase)
(#399) Identifier 'btn_action_src_url' is not in camel case. (camelcase)
(#399) Infix operators must be spaced. (space-infix-ops)
(#400) Identifier 'btn_action' is not in camel case. (camelcase)
(#400) 'bigbluebuttonbn' is not defined. (no-undef)
(#401) Identifier 'btn_action' is not in camel case. (camelcase)
(#401) 'bigbluebuttonbn' is not defined. (no-undef)
(#402) Line 402 exceeds the maximum line length of 132. (max-len)
(#402) Identifier 'link_action_current_onclick' is not in camel case. (camelcase)
(#402) Identifier 'link_action_current_onclick' is not in camel case. (camelcase)
(#403) Identifier 'link_action' is not in camel case. (camelcase)
(#405) Unexpected console statement. (no-console)
(#407) Unexpected console statement. (no-console)
(#411) Unexpected console statement. (no-console)
(#415) Extra space after key 'failure'. (key-spacing)
(#417) Unexpected console statement. (no-console)
(#423) Extra space after key 'failure'. (key-spacing)
(#424) Unexpected console statement. (no-console)
(#426) Extra space after key 'completed'. (key-spacing)
(#427) Unexpected console statement. (no-console)
(#431) Missing semicolon. (semi)
(#433) Identifier 'broker_updateRecording' is not in camel case. (camelcase)
(#433) 'recordingid' is defined but never used (no-unused-vars)
(#433) Unexpected empty function. (no-empty-function)
(#434) Missing semicolon. (semi)
(#436) Identifier 'broker_endMeeting' is not in camel case. (camelcase)
(#437) Unexpected console statement. (no-console)
(#438) 'id' is defined but never used (no-unused-vars)
(#438) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#439) Extra space after key 'request'. (key-spacing)
(#439) 'bigbluebuttonbn' is not defined. (no-undef)
(#439) 'bigbluebuttonbn' is not defined. (no-undef)
(#440) Extra space after key 'callback'. (key-spacing)
(#441) Extra space after key 'success'. (key-spacing)
(#449) Extra space after key 'failure'. (key-spacing)
(#450) Unexpected console statement. (no-console)
(#456) Identifier 'view_windowClose' is not in camel case. (camelcase)
(#457) Unexpected space before function parentheses. (space-before-function-paren)
(#457) 'e' is defined but never used (no-unused-vars)
(#463) Identifier 'recordingsbn_init' is not in camel case. (camelcase)
(#464) Identifier 'bigbluebuttonbn_dataSource' is not in camel case. (camelcase)
(#465) Extra space after key 'source'. (key-spacing)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(252 errors, 13 warnings)

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

mod/bigbluebuttonbn/JWT.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Variable JWT::$supported_algs is not documented
(#3) No one-line description found in phpdocs for class JWT
(#110) Phpdocs for function JWT::encode has incomplete parameters list
(#316) Phpdocs for function JWT::safeStrlen has incomplete parameters list
(#3) Class JWT does not have @copyright tag
(#10) Package Authentication_JWT is not valid
(#9) Category Authentication is not valid
mod/bigbluebuttonbn/backup/moodle2/backup_bigbluebuttonbn_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class backup_bigbluebuttonbn_activity_task
(#50) Phpdocs for function backup_bigbluebuttonbn_activity_task::encode_content_links has incomplete parameters list
(#29) Class backup_bigbluebuttonbn_activity_task does not have @copyright tag
(#29) Class backup_bigbluebuttonbn_activity_task does not have @license tag
(#19) Package mod is not valid
mod/bigbluebuttonbn/backup/moodle2/backup_bigbluebuttonbn_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function backup_bigbluebuttonbn_activity_structure_step::define_structure is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class backup_bigbluebuttonbn_activity_structure_step does not have @copyright tag
(#29) Class backup_bigbluebuttonbn_activity_structure_step does not have @license tag
(#19) Package mod is not valid
mod/bigbluebuttonbn/backup/moodle2/restore_bigbluebuttonbn_activity_task.class.php
(#2) Empty line found after PHP open tag
(#68) Function restore_bigbluebuttonbn_activity_task::define_restore_log_rules is not documented
(#78) Function restore_bigbluebuttonbn_activity_task::define_restore_log_rules_for_course is not documented
(#18) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class restore_bigbluebuttonbn_activity_task
(#29) Class restore_bigbluebuttonbn_activity_task does not have @copyright tag
(#29) Class restore_bigbluebuttonbn_activity_task does not have @license tag
(#19) Package moodlecore is not valid
mod/bigbluebuttonbn/backup/moodle2/restore_bigbluebuttonbn_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_bigbluebuttonbn_activity_structure_step::define_structure is not documented
(#43) Function restore_bigbluebuttonbn_activity_structure_step::process_bigbluebuttonbn is not documented
(#56) Function restore_bigbluebuttonbn_activity_structure_step::after_execute is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class restore_bigbluebuttonbn_activity_structure_step does not have @copyright tag
(#29) Class restore_bigbluebuttonbn_activity_structure_step does not have @license tag
(#19) Package moodlecore is not valid
mod/bigbluebuttonbn/bbb_broker.php
(#124) Found comment starting with three or more slashes
mod/bigbluebuttonbn/bbb_view.php
(#160) Function bigbluebutton_bbb_view_close_window is not documented
(#168) Function bigbluebutton_bbb_view_close_window_manually is not documented
(#172) Function bigbluebutton_bbb_view_execute_join is not documented
(#35) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#66) Found comment starting with three or more slashes
(#72) Found comment starting with three or more slashes
(#88) Found comment starting with three or more slashes
(#96) Found comment starting with three or more slashes
(#136) Found comment starting with three or more slashes
(#137) Found comment starting with three or more slashes
(#139) Found comment starting with three or more slashes
(#141) Found comment starting with three or more slashes
(#159) Found comment starting with three or more slashes
(#173) Found comment starting with three or more slashes
(#176) Found comment starting with three or more slashes
(#183) Found comment starting with three or more slashes
(#185) Found comment starting with three or more slashes
(#187) Found comment starting with three or more slashes
(#189) Found comment starting with three or more slashes
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_activity_management_viewed.php
(#14) Class bigbluebuttonbn_activity_management_viewed is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_activity_viewed.php
(#14) Class bigbluebuttonbn_activity_viewed is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_created.php
(#14) Class bigbluebuttonbn_meeting_created is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_ended.php
(#14) Class bigbluebuttonbn_meeting_ended is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_joined.php
(#14) Class bigbluebuttonbn_meeting_joined is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_meeting_left.php
(#14) Class bigbluebuttonbn_meeting_left is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_deleted.php
(#14) Class bigbluebuttonbn_recording_deleted is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_published.php
(#14) Class bigbluebuttonbn_recording_published is not documented
mod/bigbluebuttonbn/classes/event/bigbluebuttonbn_recording_unpublished.php
(#14) Class bigbluebuttonbn_recording_unpublished is not documented
mod/bigbluebuttonbn/config-dist.php
(#2) Found comment starting with three or more slashes
(#17) Found comment starting with three or more slashes
(#19) Found comment starting with three or more slashes
(#191) Found comment starting with three or more slashes
mod/bigbluebuttonbn/db/install.php
(#2) Empty line found after PHP open tag
(#19) Found comment starting with three or more slashes
(#3) No one-line description found in phpdocs for file
mod/bigbluebuttonbn/db/log.php
(#2) Empty line found after PHP open tag
mod/bigbluebuttonbn/db/uninstall.php
(#2) Empty line found after PHP open tag
mod/bigbluebuttonbn/db/upgrade.php
(#2) Empty line found after PHP open tag
(#13) Function xmldb_bigbluebuttonbn_upgrade is not documented
(#120) Found comment starting with three or more slashes
(#125) Found comment starting with three or more slashes
(#130) Found comment starting with three or more slashes
(#136) Found comment starting with three or more slashes
(#142) Found comment starting with three or more slashes
(#148) Found comment starting with three or more slashes
(#154) Found comment starting with three or more slashes
(#160) Found comment starting with three or more slashes
(#166) Found comment starting with three or more slashes
(#172) Found comment starting with three or more slashes
(#178) Found comment starting with three or more slashes
(#187) Found comment starting with three or more slashes
(#193) Found comment starting with three or more slashes
(#199) Found comment starting with three or more slashes
(#202) Found comment starting with three or more slashes
(#223) Found comment starting with three or more slashes
(#228) Found comment starting with three or more slashes
(#237) Found comment starting with three or more slashes
mod/bigbluebuttonbn/index.php
(#133) Function displayBigBlueButtonRooms is not documented
(#28) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#132) Found comment starting with three or more slashes
mod/bigbluebuttonbn/lib.php
(#45) Function bigbluebuttonbn_supports is not documented
(#626) Function bigbluebuttonbn_send_notification is not documented
(#654) Function bigbluebuttonbn_get_context_module is not documented
(#669) Function bigbluebuttonbn_get_context_course is not documented
(#684) Function bigbluebuttonbn_get_cfg_server_url is not documented
(#689) Function bigbluebuttonbn_get_cfg_shared_secret is not documented
(#247) Found comment starting with three or more slashes
(#249) Found comment starting with three or more slashes
(#422) Found comment starting with three or more slashes
(#430) Found comment starting with three or more slashes
(#69) Phpdocs for function bigbluebuttonbn_add_instance has incomplete parameters list
(#96) Phpdocs for function bigbluebuttonbn_update_instance has incomplete parameters list
(#158) Phpdocs for function bigbluebuttonbn_user_outline has incomplete parameters list
(#171) Phpdocs for function bigbluebuttonbn_user_complete has incomplete parameters list
(#181) Phpdocs for function bigbluebuttonbn_print_recent_activity has incomplete parameters list
(#207) Phpdocs for function bigbluebuttonbn_print_recent_mod_activity has incomplete parameters list
(#257) Phpdocs for function bigbluebuttonbn_scale_used has incomplete parameters list
(#271) Phpdocs for function bigbluebuttonbn_scale_used_anywhere has incomplete parameters list
(#282) Phpdocs for function bigbluebuttonbn_reset_userdata has incomplete parameters list
(#583) Phpdocs for function bigbluebuttonbn_get_db_moodle_roles has incomplete parameters list
(#600) Phpdocs for function bigbluebuttonbn_get_users has incomplete parameters list
(#311) Not recommended phpdocs tag @global used
(#337) Not recommended phpdocs tag @global used
(#372) Not recommended phpdocs tag @global used
(#208) Invalid inline phpdocs tag @see found
mod/bigbluebuttonbn/locallib.php
(#39) Function bigbluebuttonbn_log is not documented
(#59) Function bigbluebuttonbn_getJoinURL is not documented
(#65) Function bigbluebuttonbn_getCreateMeetingURL is not documented
(#88) Function bigbluebuttonbn_getIsMeetingRunningURL is not documented
(#94) Function bigbluebuttonbn_getMeetingInfoURL is not documented
(#100) Function bigbluebuttonbn_getMeetingsURL is not documented
(#106) Function bigbluebuttonbn_getEndMeetingURL is not documented
(#112) Function bigbluebuttonbn_getRecordingsURL is not documented
(#122) Function bigbluebuttonbn_getDeleteRecordingsURL is not documented
(#128) Function bigbluebuttonbn_getPublishRecordingsURL is not documented
(#134) Function bigbluebuttonbn_getCapabilitiesURL is not documented
(#140) Function bigbluebuttonbn_getCreateMeetingArray is not documented
(#159) Function bigbluebuttonbn_getMeetingsArray is not documented
(#179) Function bigbluebuttonbn_getMeetingInfo is not documented
(#184) Function bigbluebuttonbn_getMeetingInfoArray is not documented
(#201) Function bigbluebuttonbn_getRecordingsArray is not documented
(#244) Function bigbluebuttonbn_getRecordingArray is not documented
(#282) Function bigbluebuttonbn_recordingBuildSorter is not documented
(#288) Function bigbluebuttonbn_doDeleteRecordings is not documented
(#298) Function bigbluebuttonbn_doPublishRecordings is not documented
(#308) Function bigbluebuttonbn_doEndMeeting is not documented
(#319) Function bigbluebuttonbn_isMeetingRunning is not documented
(#329) Function bigbluebuttonbn_getServerVersion is not documented
(#338) Function bigbluebuttonbn_getMeetingXML is not documented
(#347) Function bigbluebuttonbn_wrap_xml_load_file is not documented
(#401) Function bigbluebuttonbn_get_role_name is not documented
(#423) Function bigbluebuttonbn_get_roles is not documented
(#440) Function bigbluebuttonbn_get_roles_json is not documented
(#444) Function bigbluebuttonbn_get_users_json is not documented
(#460) Function bigbluebuttonbn_get_participant_list is not documented
(#523) Function bigbluebuttonbn_get_participant_list_json is not documented
(#527) Function bigbluebuttonbn_is_moderator is not documented
(#567) Function bigbluebuttonbn_moodle_db_role_lookup is not documented
(#575) Function bigbluebuttonbn_get_error_key is not documented
(#585) Function bigbluebuttonbn_voicebridge_unique is not documented
(#600) Function bigbluebuttonbn_get_duration is not documented
(#614) Function bigbluebuttonbn_get_presentation_array is not documented
(#655) Function bigbluebuttonbn_generate_nonce is not documented
(#663) Function bigbluebuttonbn_random_password is not documented
(#671) Function bigbluebuttonbn_get_moodle_version_major is not documented
(#678) Function bigbluebuttonbn_event_log_standard is not documented
(#715) Function bigbluebuttonbn_event_log_legacy is not documented
(#754) Function bigbluebuttonbn_event_log is not documented
(#768) Function bigbluebuttonbn_bbb_broker_get_recordings is not documented
(#779) Function bigbluebuttonbn_bbb_broker_participant_joined is not documented
(#790) Function bigbluebuttonbn_bbb_broker_is_meeting_running is not documented
(#796) Function bigbluebuttonbn_bbb_broker_get_meeting_info is not documented
(#819) Function bigbluebuttonbn_bbb_broker_do_end_meeting is not documented
(#828) Function bigbluebuttonbn_bbb_broker_do_publish_recording is not documented
(#837) Function bigbluebuttonbn_bbb_broker_do_delete_recording is not documented
(#846) Function bigbluebuttonbn_bbb_broker_validate_parameters is not documented
(#886) Function bigbluebuttonbn_bbb_broker_add_error is not documented
(#897) Function bigbluebuttonbn_get_recording_data_row is not documented
(#996) Function bigbluebuttonbn_get_recording_columns is not documented
(#1021) Function bigbluebuttonbn_get_recording_data is not documented
(#1037) Function bigbluebuttonbn_get_recording_table is not documented
(#1087) Function bigbluebuttonbn_send_notification_recording_ready is not documented
(#1103) Function bigbluebuttonbn_server_offers is not documented
(#1131) Function bigbluebuttonbn_server_offers_bn_capabilities is not documented
(#1141) Function bigbluebuttonbn_get_locales_for_ui is not documented
(#1169) Function bigbluebuttonbn_get_cfg_server_url_default is not documented
(#1174) Function bigbluebuttonbn_get_cfg_shared_secret_default is not documented
(#1179) Function bigbluebuttonbn_get_cfg_voicebridge_editable is not documented
(#1184) Function bigbluebuttonbn_get_cfg_recording_default is not documented
(#1189) Function bigbluebuttonbn_get_cfg_recording_editable is not documented
(#1194) Function bigbluebuttonbn_get_cfg_recording_tagging_default is not documented
(#1199) Function bigbluebuttonbn_get_cfg_recording_tagging_editable is not documented
(#1204) Function bigbluebuttonbn_get_cfg_recording_icons_enabled is not documented
(#1209) Function bigbluebuttonbn_get_cfg_waitformoderator_default is not documented
(#1214) Function bigbluebuttonbn_get_cfg_waitformoderator_editable is not documented
(#1219) Function bigbluebuttonbn_get_cfg_waitformoderator_ping_interval is not documented
(#1224) Function bigbluebuttonbn_get_cfg_waitformoderator_cache_ttl is not documented
(#1229) Function bigbluebuttonbn_get_cfg_userlimit_default is not documented
(#1234) Function bigbluebuttonbn_get_cfg_userlimit_editable is not documented
(#1239) Function bigbluebuttonbn_get_cfg_preuploadpresentation_enabled is not documented
(#1249) Function bigbluebuttonbn_get_cfg_sendnotifications_enabled is not documented
(#1254) Function bigbluebuttonbn_get_cfg_recordingready_enabled is not documented
(#1259) Function bigbluebuttonbn_get_cfg_moderator_default is not documented
(#1264) Function bigbluebuttonbn_get_cfg_scheduled_duration_enabled is not documented
(#1269) Function bigbluebuttonbn_get_cfg_scheduled_duration_compensation is not documented
(#1274) Function bigbluebuttonbn_get_cfg_scheduled_pre_opening is not documented
(#19) Constant BIGBLUEBUTTONBN_FORCED is not documented
(#21) Constant BIGBLUEBUTTONBN_ROLE_VIEWER is not documented
(#22) Constant BIGBLUEBUTTONBN_ROLE_MODERATOR is not documented
(#23) Constant BIGBLUEBUTTONBN_METHOD_GET is not documented
(#24) Constant BIGBLUEBUTTONBN_METHOD_POST is not documented
(#26) Constant BIGBLUEBUTTON_EVENT_MEETING_CREATED is not documented
(#27) Constant BIGBLUEBUTTON_EVENT_MEETING_JOINED is not documented
(#28) Constant BIGBLUEBUTTON_EVENT_MEETING_ENDED is not documented
(#29) Constant BIGBLUEBUTTON_EVENT_ACTIVITY_VIEWED is not documented
(#30) Constant BIGBLUEBUTTON_EVENT_RECORDING_PUBLISHED is not documented
(#31) Constant BIGBLUEBUTTON_EVENT_RECORDING_UNPUBLISHED is not documented
(#32) Constant BIGBLUEBUTTON_EVENT_RECORDING_DELETED is not documented
(#33) Constant BIGBLUEBUTTON_EVENT_MEETING_LEFT is not documented
(#35) Constant BIGBLUEBUTTONBN_LOG_EVENT_CREATE is not documented
(#36) Constant BIGBLUEBUTTONBN_LOG_EVENT_JOIN is not documented
(#37) Constant BIGBLUEBUTTONBN_LOG_EVENT_LOGOUT is not documented
(#56) Found comment starting with three or more slashes
(#58) Found comment starting with three or more slashes
(#935) Found comment starting with three or more slashes
(#997) Found comment starting with three or more slashes
(#1005) Found comment starting with three or more slashes
(#1024) Found comment starting with three or more slashes
(#1040) Found comment starting with three or more slashes
(#1051) Found comment starting with three or more slashes
(#1055) Found comment starting with three or more slashes
(#1064) Found comment starting with three or more slashes
(#1093) Found comment starting with three or more slashes
(#5) Package mod is not valid
mod/bigbluebuttonbn/mod_form.php
(#17) Class mod_bigbluebuttonbn_mod_form is not documented
(#19) Function mod_bigbluebuttonbn_mod_form::definition is not documented
(#293) Function mod_bigbluebuttonbn_mod_form::data_preprocessing is not documented
(#302) Function mod_bigbluebuttonbn_mod_form::validation is not documented
mod/bigbluebuttonbn/settings.php
(#39) Found comment starting with three or more slashes
(#70) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
(#132) Found comment starting with three or more slashes
(#145) Found comment starting with three or more slashes
(#168) Found comment starting with three or more slashes
(#191) Found comment starting with three or more slashes
(#216) Found comment starting with three or more slashes
(#231) Found comment starting with three or more slashes
(#244) Found comment starting with three or more slashes
(#246) Found comment starting with three or more slashes
mod/bigbluebuttonbn/version.php
(#2) Empty line found after PHP open tag
mod/bigbluebuttonbn/view.php
(#272) Function bigbluebuttonbn_view_joining is not documented
(#314) Function bigbluebuttonbn_view_before is not documented
(#331) Function bigbluebuttonbn_view_after is not documented
(#348) Function bigbluebuttonbn_view_recordings is not documented
(#47) Found comment starting with three or more slashes
(#48) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#114) Found comment starting with three or more slashes
(#115) Found comment starting with three or more slashes
(#116) Found comment starting with three or more slashes
(#183) Found comment starting with three or more slashes

Update savepoints problems

(0 errors, 1 warnings)

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

mod/bigbluebuttonbn/db/upgrade.php
Detected less 'if' blocks (0) than 'savepoint' calls (8). Repeated savepoints?

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]