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

(3651 errors, 308 warnings)

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

mod/rocketchat/backup/moodle2/backup_rocketchat_stepslib.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/rocketchat/classes/api/manager/rocket_chat_api_config.php
(#70) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#73) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#76) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#79) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/rocketchat/classes/api/manager/rocket_chat_api_manager.php
(#35) Expected 1 space before opening brace; found 0
(#139) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/rocketchat/classes/observers.php
(#260) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/rocketchat/classes/privacy/provider.php
(#35) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#41) Opening brace should be on the same line as the declaration for class provider
mod/rocketchat/classes/task/rocketchat_synchronise_task.php
(#32) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/rocketchat/config-test.php
(#28) No space found before comment text; expected "// 3.10" but found "//3.10"
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) No space found before comment text; expected "// set_config('apitoken', 'mdphappy\o/', 'mod_rocketchat');" but found "//set_config('apitoken', 'mdphappy\o/', 'mod_rocketchat');"
(#34) This comment is 73% valid code; is this commented out code?
(#38) Commas (,) must be followed by white space.
mod/rocketchat/lib.php
(#79) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#162) Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter "$id" was used, and possibly changed (by reference), on line 156.
mod/rocketchat/locallib.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#176) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#208) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#223) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#253) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#268) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#278) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#295) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#638) File must end with a newline character
mod/rocketchat/sync_all_rooms.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#41) Space found after opening bracket of FOREACH loop
mod/rocketchat/tests/background_enrolments_test.php
(#31) PHPUnit testcase name "mod_rocketchat_background_enrolments_testcase" does not match file name "background_enrolments_test"
(#31) PHPUnit class "mod_rocketchat_background_enrolments_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#31) Expected 1 space before opening brace; found 0
(#75) Test method test_enrol_unenrol_user_no_background() is missing any coverage information, own or at class level
(#90) Test method test_enrol_unenrol_user_manual_background() is missing any coverage information, own or at class level
(#112) Test method test_enrol_unenrol_user_cohort_background() is missing any coverage information, own or at class level
(#149) Test method test_user_role_changes_override_module_context() is missing any coverage information, own or at class level
(#182) Test method test_add_instance_enrol_user_manual_background_currentuser() is missing any coverage information, own or at class level
mod/rocketchat/tests/backup_restore_test.php
(#34) PHPUnit testcase name "mod_rocketchat_backup_restore_testcase" does not match file name "backup_restore_test"
(#34) PHPUnit class "mod_rocketchat_backup_restore_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#34) Expected 1 space before opening brace; found 0
(#83) Test method test_backup_restore() is missing any coverage information, own or at class level
(#98) Test method test_backup_restore_with_background_task() is missing any coverage information, own or at class level
(#118) Test method test_duplicate_module() is missing any coverage information, own or at class level
(#131) Test method test_duplicate_module_with_background_task() is missing any coverage information, own or at class level
mod/rocketchat/tests/course_reset_test.php
(#34) PHPUnit testcase name "mod_rocketchat_course_reset_testcase" does not match file name "course_reset_test"
(#34) PHPUnit class "mod_rocketchat_course_reset_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#34) Expected 1 space before opening brace; found 0
(#89) Test method test_course_reset() is missing any coverage information, own or at class level
mod/rocketchat/tests/generator/lib.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/rocketchat/tests/mod_rocketchat_tools_test.php
(#31) PHPUnit testcase name "mod_rocketchat_tools_testcase" does not match file name "mod_rocketchat_tools_test"
(#31) PHPUnit class "mod_rocketchat_tools_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#114) Test method test_synchronize_group_members() is missing any coverage information, own or at class level
(#139) Test method test_synchronize_group_members_with_background_task() is missing any coverage information, own or at class level
mod/rocketchat/tests/moderator_and_user_roles_test.php
(#33) PHPUnit testcase name "mod_rocketchat_moderator_and_user_roles_testcase" does not match file name "moderator_and_user_roles_test"
(#33) PHPUnit class "mod_rocketchat_moderator_and_user_roles_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#46) Test method test_set_empty_roles() is missing any coverage information, own or at class level
(#55) Test method test_change_roles() is missing any coverage information, own or at class level
(#142) Expected 1 space before opening brace; found 0
mod/rocketchat/tests/observer_test.php
(#34) PHPUnit testcase name "mod_rocketchat_observer_testcase" does not match file name "observer_test"
(#34) PHPUnit class "mod_rocketchat_observer_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#34) Expected 1 space before opening brace; found 0
(#90) Test method test_user_delete() is missing any coverage information, own or at class level
(#100) Test method test_module_delete() is missing any coverage information, own or at class level
(#111) Test method test_module_visibility() is missing any coverage information, own or at class level
(#137) Test method test_user_role_changes_unenrol() is missing any coverage information, own or at class level
(#172) Test method test_user_role_changes() is missing any coverage information, own or at class level
(#208) Test method test_double_user_role_changes() is missing any coverage information, own or at class level
(#248) Test method test_user_updated() is missing any coverage information, own or at class level
(#286) Test method test_user_role_changes_override_module_context() is missing any coverage information, own or at class level
mod/rocketchat/tests/privacy_provider_test.php
(#41) PHPUnit testcase name "mod_rocketchat_privacy_testcase" does not match file name "privacy_provider_test"
(#41) PHPUnit class "mod_rocketchat_privacy_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#116) Test method test_get_users_in_context() is missing any coverage information, own or at class level
(#131) Test method test_user_contextlist() is missing any coverage information, own or at class level
(#143) Test method test_export_user_data() is missing any coverage information, own or at class level
mod/rocketchat/tests/recyclebin_category_test.php
(#32) PHPUnit testcase name "mod_rocketchat_recyclebin_category_testcase" does not match file name "recyclebin_category_test"
(#32) PHPUnit class "mod_rocketchat_recyclebin_category_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#32) Expected 1 space before opening brace; found 0
(#53) Test method test_course_deletion_with_recyclebin() is missing any coverage information, own or at class level
(#91) Test method test_course_deletion_without_recyclebin() is missing any coverage information, own or at class level
(#112) Test method test_course_restoration_with_recyclebin() is missing any coverage information, own or at class level
(#151) Test method test_course_deletion_with_recyclebin_without_patch() is missing any coverage information, own or at class level
(#188) Test method test_deletion_without_recyclebin_without_patch() is missing any coverage information, own or at class level
(#208) Test method test_restoration_with_recyclebin_without_patch() is missing any coverage information, own or at class level
mod/rocketchat/tests/recyclebin_test.php
(#33) PHPUnit testcase name "mod_rocketchat_recyclebin_testcase" does not match file name "recyclebin_test"
(#33) PHPUnit class "mod_rocketchat_recyclebin_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#33) Expected 1 space before opening brace; found 0
(#53) Test method test_deletion_with_recyclebin() is missing any coverage information, own or at class level
(#91) Test method test_deletion_without_recyclebin() is missing any coverage information, own or at class level
(#114) Test method test_restoration_with_recyclebin() is missing any coverage information, own or at class level
(#171) Test method test_restoration_with_recyclebin_with_background() is missing any coverage information, own or at class level
(#233) Test method test_deletion_with_recyclebin_without_patch() is missing any coverage information, own or at class level
(#272) Test method test_deletion_without_recyclebin_without_patch() is missing any coverage information, own or at class level
(#294) Test method test_restoration_with_recyclebin_without_patch() is missing any coverage information, own or at class level
mod/rocketchat/tests/retention_test.php
(#33) PHPUnit testcase name "mod_rocketchat_retention_testcase" does not match file name "retention_test"
(#33) PHPUnit class "mod_rocketchat_retention_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#33) Expected 1 space before opening brace; found 0
(#53) Test method test_retention_add_update_instances() is missing any coverage information, own or at class level
(#126) Test method test_retention_add_update_instances_without_retention() is missing any coverage information, own or at class level
mod/rocketchat/tests/rocket_chat_api_manager_test.php
(#31) PHPUnit testcase name "mod_rocketchat_api_manager_testcase" does not match file name "rocket_chat_api_manager_test"
(#31) PHPUnit class "mod_rocketchat_api_manager_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#31) Expected 1 space before opening brace; found 0
(#47) Test method test_initiate_connection() is missing any coverage information, own or at class level
(#53) Test method test_get_enriched_group_members_with_moderators() is missing any coverage information, own or at class level
(#69) Test method test_get_enriched_group_members() is missing any coverage information, own or at class level
(#83) Test method test_create_user_if_not_exists_and_delete() is missing any coverage information, own or at class level
(#97) Test method test_create_user_if_not_exists_two_time_and_delete() is missing any coverage information, own or at class level
(#114) Test method test_create_group() is missing any coverage information, own or at class level
(#125) Test method test_create_group_invalid_groupname() is missing any coverage information, own or at class level
(#140) Test method test_create_group_groupname_with_whitespace() is missing any coverage information, own or at class level
(#150) Test method test_create_groups_with_same_names() is missing any coverage information, own or at class level
(#170) Test method test_enrol_unenrol_user_to_group() is missing any coverage information, own or at class level
(#217) Test method test_enrol_unenrol_user_to_group_with_user_creation() is missing any coverage information, own or at class level
(#257) Test method test_enrol_unenrol_user_to_group_with_user_creation_not_allowed() is missing any coverage information, own or at class level
(#287) Test method test_delete_all_group_messages() is missing any coverage information, own or at class level
mod/rocketchat/tests/username_and_bad_caracters_test.php
(#33) PHPUnit testcase name "mod_rocketchat_username_and_bad_caracters_testcase" does not match file name "username_and_bad_caracters_test"
(#33) PHPUnit class "mod_rocketchat_username_and_bad_caracters_testcase" does not have any namespace. It is recommended to add it to the "mod_rocketchat" namespace, using more levels if needed, in order to match the code being tested
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Test method test_create_user_invalid_username() is missing any coverage information, own or at class level
(#72) Test method test_add_rocketchat_member_with_bad_username() is missing any coverage information, own or at class level
(#103) Test method test_synchronize_rocketchat_member_with_bad_username() is missing any coverage information, own or at class level
mod/rocketchat/vendor/autoload.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
mod/rocketchat/vendor/composer/ClassLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Opening brace should be on the same line as the declaration for class ClassLoader
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Member variable "prefixesPsr0" must be all lower-case
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Member variable "classMap" must be all lower-case
(#56) Member variable "classMapAuthoritative" must be all lower-case
(#57) Member variable "missingClasses" must be all lower-case
(#58) Member variable "apcuPrefix" must be all lower-case
(#60) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#74) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#79) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#84) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#92) Variable "classMap" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#95) Variable "classMap" must be all lower-case
(#97) Variable "classMap" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#156) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#171) Usage of ELSEIF not allowed; use ELSE IF instead
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Opening brace should be on the same line as the declaration
(#219) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#238) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#238) Variable "useIncludePath" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "useIncludePath" must be all lower-case
(#249) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#260) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#260) Variable "classMapAuthoritative" must be all lower-case
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "classMapAuthoritative" must be all lower-case
(#270) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#280) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#280) Variable "apcuPrefix" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Variable "apcuPrefix" must be all lower-case
(#282) Line exceeds 132 characters; contains 142 characters
(#290) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#301) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#319) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#335) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Variable "logicalPathPsr4" must be all lower-case
(#377) Variable "subPath" must be all lower-case
(#378) Variable "lastPos" must be all lower-case
(#378) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "lastPos" must be all lower-case
(#380) Variable "subPath" must be all lower-case
(#382) Variable "pathEnd" must be all lower-case
(#382) Variable "logicalPathPsr4" must be all lower-case
(#382) Variable "lastPos" must be all lower-case
(#384) Variable "pathEnd" must be all lower-case
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Variable "logicalPathPsr4" must be all lower-case
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Variable "logicalPathPsr0" must be all lower-case
(#402) Variable "logicalPathPsr4" must be all lower-case
(#403) Variable "logicalPathPsr4" must be all lower-case
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Variable "logicalPathPsr0" must be all lower-case
(#413) Variable "logicalPathPsr0" must be all lower-case
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Variable "logicalPathPsr0" must be all lower-case
(#429) Variable "logicalPathPsr0" must be all lower-case
(#442) function name "includeFile" must be lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#444) "include" must be immediately followed by an open parenthesis
mod/rocketchat/vendor/composer/autoload_classmap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
(#11) Variable "vendorDir" must be all lower-case
(#12) Variable "vendorDir" must be all lower-case
(#13) Variable "vendorDir" must be all lower-case
(#14) Variable "vendorDir" must be all lower-case
(#15) Variable "vendorDir" must be all lower-case
(#16) Variable "vendorDir" must be all lower-case
(#17) Variable "vendorDir" must be all lower-case
mod/rocketchat/vendor/composer/autoload_namespaces.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
mod/rocketchat/vendor/composer/autoload_psr4.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
mod/rocketchat/vendor/composer/autoload_real.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Opening brace should be on the same line as the declaration for class ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829
(#9) Public method name "ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829::loadClassLoader" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#12) "require" must be immediately followed by an open parenthesis
(#19) Public method name "ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829::getLoader" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#29) Variable "useStaticLoader" must be all lower-case
(#29) Line exceeds 132 characters; contains 160 characters
(#30) Variable "useStaticLoader" must be all lower-case
(#31) "require_once" must be immediately followed by an open parenthesis
(#35) "require" must be immediately followed by an open parenthesis
(#40) "require" must be immediately followed by an open parenthesis
(#45) Variable "classMap" must be all lower-case
(#45) "require" must be immediately followed by an open parenthesis
(#46) Variable "classMap" must be all lower-case
(#47) Variable "classMap" must be all lower-case
mod/rocketchat/vendor/composer/autoload_static.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Opening brace should be on the same line as the declaration for class ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829
(#9) Member variable "prefixesPsr0" must be all lower-case
(#10) Whitespace found at end of line
(#12) Whitespace found at end of line
(#19) Member variable "classMap" must be all lower-case
(#31) Public method name "ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829::getInitializer" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#34) Variable "prefixesPsr0" must be all lower-case
(#35) Variable "classMap" must be all lower-case
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/config-sample.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Variable "api_user" must not contain underscores.
(#8) Variable "api_pwd" must not contain underscores.
(#9) A closing tag is not permitted at the end of a PHP file
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatChannel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Opening brace should be on the same line as the declaration for class Channel
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#18) Expected 1 space before opening brace; found 0
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 8 spaces, found 2
(#19) Expected "if (...) {\n"; found "if(...){\n"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#21) Expected "} else {\n"; found "}else {\n"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 8 spaces, found 2
(#24) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 12 spaces, found 3
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 8 spaces, found 2
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 8 spaces, found 2
(#28) Expected "} else if (...) {\n"; found "}\n\t\telse if (...)\n\t\t{\n"
(#28) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 12 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 8 spaces, found 2
(#33) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 12 spaces, found 3
(#35) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 16 spaces, found 4
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 12 spaces, found 3
(#39) Expected "} else if (...) {\n"; found "}\n\t\t\telse if (...)\n\t\t\t{\n"
(#39) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line indented incorrectly; expected at least 16 spaces, found 4
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 16 spaces, found 4
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Opening brace should be on the same line as the declaration
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Variable "members_id" must not contain underscores.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 12 spaces, found 3
(#56) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Variable "members_id" must not contain underscores.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 12 spaces, found 3
(#60) Expected "} else if (...) {\n"; found "}\n\t\t\telse if (...)\n\t\t\t{\n"
(#60) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 16 spaces, found 4
(#62) Variable "members_id" must not contain underscores.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#67) Variable "members_id" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#70) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#86) Opening brace should be on the same line as the declaration
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// https://rocketchat-dev.di.unistra.fr/api/v1/channels.info?roomId=nex7SLn3Hrb4XcAD5" but found "//https://rocketchat-dev.di.unistra.fr/api/v1/channels.info?roomId=nex7SLn3Hrb4XcAD5"
(#89) Expected "if (...) {\n"; found "if (...)\n {\n"
(#94) Expected "} else {\n"; found "}\n else\n {\n"
(#104) Opening brace should be on the same line as the declaration
(#106) Expected "if (...) {\n"; found "if (...)\n {\n"
(#111) Expected "} else {\n"; found "}\n else\n {\n"
(#121) Opening brace should be on the same line as the declaration
(#124) Expected "if (...) {\n"; found "if (...)\n {\n"
(#129) Expected "} else {\n"; found "}\n else\n {\n"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 4 spaces, found 1
(#145) Public method name "Channel::postMessage" must be in lower-case letters only
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Opening brace should be on the same line as the declaration
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Inline control structures are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Inline control structures are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Inline control structures are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 3
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#158) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 2
(#162) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Public method name "Channel::getAllMessages" must be in lower-case letters only
(#168) Expected 1 space before opening brace; found 0
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#171) Expected "if (...) {\n"; found "if(...) {\n"
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 12 spaces, found 3
(#173) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 3
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#182) Public method name "Channel::deleteMessage" must be in lower-case letters only
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before opening brace; found 0
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#192) Expected 1 space before opening brace; found 0
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 2
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#194) Expected "if (...) {\n"; found "if(...){\n"
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 12 spaces, found 3
(#195) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 16 spaces, found 4
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 12 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Spaces must be used to indent lines; tabs are not allowed
(#203) Spaces must be used to indent lines; tabs are not allowed
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Opening brace should be on the same line as the declaration
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 3
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 3
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 8 spaces, found 2
(#210) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 8 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 2
(#214) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#222) Spaces must be used to indent lines; tabs are not allowed
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Opening brace should be on the same line as the declaration
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 3
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 3
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#229) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 8 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#233) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 8 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 8 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used to indent lines; tabs are not allowed
(#241) Spaces must be used to indent lines; tabs are not allowed
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 4 spaces, found 1
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Opening brace should be on the same line as the declaration
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Variable "userId" must be all lower-case
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 3
(#248) Variable "userId" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 3
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#251) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 8 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 8 spaces, found 2
(#255) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 8 spaces, found 2
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#262) Spaces must be used to indent lines; tabs are not allowed
(#263) Spaces must be used to indent lines; tabs are not allowed
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 4 spaces, found 1
(#265) Opening brace should be on the same line as the declaration
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Variable "userId" must be all lower-case
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 3
(#270) Variable "userId" must be all lower-case
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 3
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 8 spaces, found 2
(#273) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 3
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 8 spaces, found 2
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 8 spaces, found 2
(#277) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 8 spaces, found 2
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Spaces must be used to indent lines; tabs are not allowed
(#285) Spaces must be used to indent lines; tabs are not allowed
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#286) Public method name "Channel::addOwner" must be in lower-case letters only
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 4 spaces, found 1
(#287) Opening brace should be on the same line as the declaration
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Variable "userId" must be all lower-case
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 3
(#292) Variable "userId" must be all lower-case
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 3
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 8 spaces, found 2
(#295) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 12 spaces, found 3
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 8 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 8 spaces, found 2
(#299) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 spaces, found 3
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 8 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 4 spaces, found 1
(#306) Spaces must be used to indent lines; tabs are not allowed
(#307) Spaces must be used to indent lines; tabs are not allowed
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#308) Public method name "Channel::removeOwner" must be in lower-case letters only
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#309) Opening brace should be on the same line as the declaration
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Variable "userId" must be all lower-case
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 3
(#314) Variable "userId" must be all lower-case
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 3
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 8 spaces, found 2
(#317) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 12 spaces, found 3
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 8 spaces, found 2
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 8 spaces, found 2
(#321) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 12 spaces, found 3
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 8 spaces, found 2
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 4 spaces, found 1
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected 1 space before opening brace; found 0
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Visibility must be declared on method "__construct"
(#13) Expected 1 space before opening brace; found 0
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 8 spaces, found 2
(#15) Expected "if (...) {\n"; found "if(...){\n"
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 12 spaces, found 3
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 12 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 12 spaces, found 3
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 8 spaces, found 2
(#19) Expected "} else {\n"; found "}else{\n"
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 3
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 3
(#26) Object operator not indented correctly; expected 6 spaces but found 3
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 3
(#27) Object operator not indented correctly; expected 6 spaces but found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 4
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 12 spaces, found 5
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 5
(#30) Inline control structures are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 12 spaces, found 6
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 12 spaces, found 5
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 12 spaces, found 5
(#33) Expected "if (...) {\n"; found "if (...){\n"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Line indented incorrectly; expected at least 16 spaces, found 6
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 16 spaces, found 6
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 16 spaces, found 6
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 16 spaces, found 6
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 20 spaces, found 7
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 20 spaces, found 7
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Expected 1 space after ">"; 0 found
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 24 spaces, found 8
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 20 spaces, found 7
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 24 spaces, found 8
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 20 spaces, found 7
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 16 spaces, found 6
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 16 spaces, found 6
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 5
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 5
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 4
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 11 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 11 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Expected 2 space(s) before asterisk; 1 found
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Expected 2 space(s) before asterisk; 1 found
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Expected 2 space(s) before asterisk; 1 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Expected 2 space(s) before asterisk; 1 found
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Expected 2 space(s) before asterisk; 1 found
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Expected 2 space(s) before asterisk; 1 found
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Expected 2 space(s) before asterisk; 1 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Expected 2 space(s) before asterisk; 1 found
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Expected 1 space before opening brace; found 0
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Expected 2 space(s) before asterisk; 1 found
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Expected 2 space(s) before asterisk; 1 found
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#102) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 12 spaces, found 3
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Expected 2 space(s) before asterisk; 1 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Expected 2 space(s) before asterisk; 1 found
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 3
(#121) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 12 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Expected 2 space(s) before asterisk; 1 found
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Expected 2 space(s) before asterisk; 1 found
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 12 spaces, found 3
(#138) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 12 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 4 spaces, found 1
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#148) Expected "if (...) {\n"; found "if (...){\n"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 8 spaces, found 2
(#156) Expected "if (...) {\n"; found "if(...) {\n"
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 4
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 3
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#173) Protected method name "Client::stripBom" must be in lower-case letters only
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Opening brace should be on the same line as the declaration
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Inline control structures are not allowed
(#175) Commas (,) must be followed by white space.
(#175) Commas (,) must be followed by white space.
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 3
(#176) Commas (,) must be followed by white space.
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 8 spaces, found 2
(#177) Inline control structures are not allowed
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 3
(#178) Commas (,) must be followed by white space.
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 8 spaces, found 2
(#179) Inline control structures are not allowed
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#179) Commas (,) must be followed by white space.
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 3
(#180) Commas (,) must be followed by white space.
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Line indented incorrectly; expected 4 spaces, found 1
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected at least 8 spaces, found 2
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected 8 spaces, found 2
(#7) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 8 spaces, found 2
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 12 spaces, found 3
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 8 spaces, found 2
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 12 spaces, found 3
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 12 spaces, found 3
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 8 spaces, found 2
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 4 spaces, found 1
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatGroup.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected 1 space before opening brace; found 0
(#18) Expected "if (...) {\n"; found "if(...){\n"
(#20) Expected "} else {\n"; found "}else {\n"
(#23) Expected "if (...) {\n"; found "if(...) {\n"
(#25) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#25) Expected "if (...) {\n"; found "if(...) {\n"
(#29) Expected "if (...) {\n"; found "if(...){\n"
(#32) Expected "if (...) {\n"; found "if(...){\n"
(#35) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#36) Expected "if (...) {\n"; found "if(...) {\n"
(#38) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Expected 1 space before opening brace; found 0
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Variable "members_id" must not contain underscores.
(#51) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#52) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Variable "members_id" must not contain underscores.
(#54) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#55) Variable "members_id" must not contain underscores.
(#60) Variable "members_id" must not contain underscores.
(#60) Line exceeds 132 characters; contains 136 characters
(#63) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Expected "if (...) {\n"; found "if (...){\n"
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Expected "if (...) {\n"; found "if(...) {\n"
(#104) Public method name "Group::postMessage" must be in lower-case letters only
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#124) Public method name "Group::setAnnouncement" must be in lower-case letters only
(#131) Expected "if (...) {\n"; found "if(...) {\n"
(#143) Expected 1 space before opening brace; found 0
(#148) Expected "if (...) {\n"; found "if(...) {\n"
(#158) Expected 1 space before opening brace; found 0
(#163) Expected "if (...) {\n"; found "if(...) {\n"
(#174) Expected 1 space before opening brace; found 0
(#179) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Expected 1 space before opening brace; found 0
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Expected 1 space before opening brace; found 0
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Variable "userId" must be all lower-case
(#210) Variable "userId" must be all lower-case
(#213) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Variable "userId" must be all lower-case
(#228) Variable "userId" must be all lower-case
(#231) Expected "if (...) {\n"; found "if(...) {\n"
(#241) Public method name "Group::addOwner" must be in lower-case letters only
(#243) Variable "userId" must be all lower-case
(#246) Variable "userId" must be all lower-case
(#249) Expected "if (...) {\n"; found "if(...) {\n"
(#259) Public method name "Group::removeOwner" must be in lower-case letters only
(#261) Variable "userId" must be all lower-case
(#264) Variable "userId" must be all lower-case
(#267) Expected "if (...) {\n"; found "if(...) {\n"
(#277) Public method name "Group::addModerator" must be in lower-case letters only
(#279) Variable "userId" must be all lower-case
(#282) Variable "userId" must be all lower-case
(#285) Expected "if (...) {\n"; found "if(...) {\n"
(#295) Public method name "Group::removeModerator" must be in lower-case letters only
(#297) Variable "userId" must be all lower-case
(#300) Variable "userId" must be all lower-case
(#303) Expected "if (...) {\n"; found "if(...) {\n"
(#313) Expected 1 space before opening brace; found 0
(#316) Expected "if (...) {\n"; found "if(...) {\n"
(#318) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#332) Expected 1 space before opening brace; found 0
(#335) Expected "if (...) {\n"; found "if(...) {\n"
(#337) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Spaces must be used for alignment; tabs are not allowed
(#351) Spaces must be used for alignment; tabs are not allowed
(#353) Public method name "Group::getInviteLink" must be in lower-case letters only
(#353) Variable "maxUses" must be all lower-case
(#353) Expected 1 space before opening brace; found 0
(#356) Variable "maxUses" must be all lower-case
(#359) Expected "if (...) {\n"; found "if(...) {\n"
(#366) Public method name "Group::getMessages" must be in lower-case letters only
(#366) Expected 1 space before opening brace; found 0
(#369) Expected "if (...) {\n"; found "if(...) {\n"
(#371) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#381) Public method name "Group::cleanHistory" must be in lower-case letters only
(#381) Expected 1 space before opening brace; found 0
(#387) Line exceeds 132 characters; contains 133 characters
(#388) Expected "if (...) {\n"; found "if(...) {\n"
(#393) Public method name "Group::saveRoomSettings" must be in lower-case letters only
(#393) Expected 1 space before opening brace; found 0
(#398) Expected "if (...) {\n"; found "if(...) {\n"
(#403) Public method name "Group::isGroupAlreadyExists" must be in lower-case letters only
(#403) Expected 1 space before opening brace; found 0
(#405) Expected "if (...) {\n"; found "if(...) {\n"
(#406) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#407) Expected "if (...) {\n"; found "if(...) {\n"
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatRole.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Opening brace should be on the same line as the declaration for class Role
(#16) Expected 1 space before opening brace; found 0
(#17) Expected "if (...) {\n"; found "if(...){\n"
(#19) Expected "} else {\n"; found "}else {\n"
(#22) Expected "if (...) {\n"; found "if(...) {\n"
(#25) Expected "if (...) {\n"; found "if(...) {\n"
(#28) Expected "if (...) {\n"; found "if(...) {\n"
(#31) Expected "if (...) {\n"; found "if(...) {\n"
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Public method name "Role::getUsersInRole" must be in lower-case letters only
(#39) Variable "roomId" must be all lower-case
(#40) Variable "roomId" must be all lower-case
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#48) File must end with a newline character
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatRoom.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Opening brace should be on the same line as the declaration for class Room
(#12) Member variable "usersCount" must be all lower-case
(#14) Member variable "customFields" must be all lower-case
(#18) Expected 1 space before opening brace; found 0
(#19) Expected "if (...) {\n"; found "if(...){\n"
(#21) Expected "} else {\n"; found "}else {\n"
(#24) Expected "if (...) {\n"; found "if (...)\n {\n"
(#28) Expected "} else if (...) {\n"; found "}\n else if (...)\n {\n"
(#28) Expected "if (...) {\n"; found "if (...)\n {\n"
(#40) Opening brace should be on the same line as the declaration
(#42) Expected "if (...) {\n"; found "if (...)\n {\n"
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) This comment is 58% valid code; is this commented out code?
(#44) No space found before comment text; expected "// $this->id = $response->body->channel->_id;" but found "//$this->id = $response->body->channel->_id;"
(#47) Expected "} else {\n"; found "}\n else\n {\n"
(#53) Whitespace found at end of line
(#58) Opening brace should be on the same line as the declaration
(#60) Expected "if (...) {\n"; found "if (...)\n {\n"
(#65) Expected "} else {\n"; found "}\n else\n {\n"
(#71) File must end with a newline character
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatSettings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Expected 2 space(s) before asterisk; 1 found
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Expected 2 space(s) before asterisk; 1 found
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#19) Expected 1 space before opening brace; found 0
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 8 spaces, found 2
(#20) Expected "if (...) {\n"; found "if(...){\n"
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 3
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 8 spaces, found 2
(#22) Expected "} else {\n"; found "}else {\n"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 12 spaces, found 3
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Expected 2 space(s) before asterisk; 1 found
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Expected 2 space(s) before asterisk; 1 found
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Expected 1 space before opening brace; found 0
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Expected 2 space(s) before asterisk; 1 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Expected 2 space(s) before asterisk; 1 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Expected 1 space before opening brace; found 0
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Expected 2 space(s) before asterisk; 1 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Expected 2 space(s) before asterisk; 1 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Expected 2 space(s) before asterisk; 1 found
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Expected 1 space before opening brace; found 0
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Variable "check_val" must not contain underscores.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Variable "check_val" must not contain underscores.
(#73) Variable "check_val" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#76) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#76) Variable "check_val" must not contain underscores.
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 16 spaces, found 4
(#77) Inline control structures are not allowed
(#77) Variable "check_val" must not contain underscores.
(#77) Variable "check_val" must not contain underscores.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 4
(#78) Inline control structures are not allowed
(#78) Variable "check_val" must not contain underscores.
(#78) Variable "check_val" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 16 spaces, found 4
(#79) Inline control structures are not allowed
(#79) Variable "check_val" must not contain underscores.
(#79) Variable "check_val" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#80) Inline control structures are not allowed
(#80) Variable "check_val" must not contain underscores.
(#80) Variable "check_val" must not contain underscores.
(#80) The use of function print_r() is forbidden
(#80) Variable "check_val" must not contain underscores.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Inline control structures are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#82) Inline control structures are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Inline control structures are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Inline control structures are not allowed
(#84) The use of function print_r() is forbidden
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Expected 2 space(s) before asterisk; 1 found
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Expected 2 space(s) before asterisk; 1 found
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Public method name "Settings::saveToFile" must be in lower-case letters only
(#97) Expected 1 space before opening brace; found 0
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 8 spaces, found 2
(#101) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Expected 1 space before "|"; 0 found
(#105) Expected 1 space after "|"; 0 found
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Expected 2 space(s) before asterisk; 1 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Expected 2 space(s) before asterisk; 1 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) Public method name "Settings::updateRemote" must be in lower-case letters only
(#115) Expected 1 space before opening brace; found 0
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#119) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatUser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 4 spaces, found 1
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 4 spaces, found 1
(#15) Expected 1 space before opening brace; found 0
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 8 spaces, found 2
(#16) Expected "if (...) {\n"; found "if(...){\n"
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 12 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#18) Expected "} else {\n"; found "}else {\n"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 12 spaces, found 3
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 8 spaces, found 2
(#23) Expected "if (...) {\n"; found "if(...) {\n"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 8 spaces, found 2
(#26) Expected "if (...) {\n"; found "if(...) {\n"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 12 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 8 spaces, found 2
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Expected 2 space(s) before asterisk; 1 found
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Expected 2 space(s) before asterisk; 1 found
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Variable "save_auth" must not contain underscores.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Expected "if (...) {\n"; found "if(...) {\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "if (...) {\n"; found "if(...) {\n"
(#43) Variable "save_auth" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 16 spaces, found 4
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 16 spaces, found 5
(#46) Object operator not indented correctly; expected 8 spaces but found 5
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 5
(#47) Object operator not indented correctly; expected 8 spaces but found 5
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Expected 2 space(s) before asterisk; 1 found
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Expected 2 space(s) before asterisk; 1 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#73) Expected "if (...) {\n"; found "if (...){\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Expected 2 space(s) before asterisk; 1 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Expected 2 space(s) before asterisk; 1 found
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#100) Empty CATCH statement detected
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Perl-style comments are not allowed; use "// Comment." instead
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Perl-style comments are not allowed; use "// Comment." instead
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 3
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 3
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Expected 2 space(s) before asterisk; 1 found
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Expected 2 space(s) before asterisk; 1 found
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#127) Expected "if (...) {\n"; found "if(...){\n"
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 3
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 3
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Expected "if (...) {\n"; found "if(...) {\n"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Expected 2 space(s) before asterisk; 1 found
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Expected 2 space(s) before asterisk; 1 found
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatUserManager.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected 1 space before opening brace; found 0
(#9) Line exceeds 132 characters; contains 133 characters
(#10) Expected "if (...) {\n"; found "if(...){\n"
(#12) Expected "} else {\n"; found "}else {\n"
(#15) Expected "if (...) {\n"; found "if (...){\n"
(#21) Expected 1 space before opening brace; found 0
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Expected 1 space before opening brace; found 0
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Expected "if (...) {\n"; found "if(...) {\n"
(#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
(#65) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Expected "if (...) {\n"; found "if (...){\n"
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch(...){\n"
(#98) Expected "if (...) {\n"; found "if (...){\n"
(#98) Empty IF statement detected
(#101) Empty CATCH statement detected
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Expected "if (...) {\n"; found "if(...) {\n"
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RockatChatConstructorsWithoutConfigFileTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Opening brace should be on the same line as the declaration for class ConstructorsWithoutConfigFileTest
(#12) Public method name "ConstructorsWithoutConfigFileTest::testCanInstantiateClient" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#19) Public method name "ConstructorsWithoutConfigFileTest::testCanInstantiateGroup" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#31) A closing tag is not permitted at the end of a PHP file
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatClientTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) File is being unconditionally included; use "require_once" instead
(#11) Opening brace should be on the same line as the declaration for class ClientTest
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
(#12) Public method name "ClientTest::testCanCreateConnexionWithConfigFile" must be in lower-case letters only
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#13) Opening brace should be on the same line as the declaration
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 3
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 3
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#20) A closing tag is not permitted at the end of a PHP file
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatGroupTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) File is being unconditionally included; use "require_once" instead
(#10) Opening brace should be on the same line as the declaration for class GroupTest
(#11) Public method name "GroupTest::testCanInstantiateGroup" must be in lower-case letters only
(#12) Opening brace should be on the same line as the declaration
(#13) Line indented incorrectly; expected at least 8 spaces, found 6
(#14) Line indented incorrectly; expected at least 8 spaces, found 6
(#17) Line indented incorrectly; expected at least 8 spaces, found 6
(#18) Line indented incorrectly; expected at least 8 spaces, found 6
(#23) Expected 5 space(s) before asterisk; 4 found
(#24) Expected 5 space(s) before asterisk; 4 found
(#25) Public method name "GroupTest::testCanCreateGroup" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#27) Line indented incorrectly; expected at least 8 spaces, found 6
(#27) Variable "api_user" must not contain underscores.
(#27) Variable "api_pwd" must not contain underscores.
(#28) Line indented incorrectly; expected at least 8 spaces, found 6
(#28) Variable "api_user" must not contain underscores.
(#28) Variable "api_pwd" must not contain underscores.
(#29) Line indented incorrectly; expected at least 8 spaces, found 6
(#30) Line indented incorrectly; expected at least 8 spaces, found 6
(#31) Line indented incorrectly; expected at least 8 spaces, found 6
(#35) Expected 5 space(s) before asterisk; 4 found
(#36) Expected 5 space(s) before asterisk; 4 found
(#37) Public method name "GroupTest::testCanTestGroupExistence" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#40) Line indented incorrectly; expected at least 8 spaces, found 6
(#40) Variable "faux_groupe" must not contain underscores.
(#41) Line indented incorrectly; expected at least 8 spaces, found 6
(#41) Variable "faux_groupe" must not contain underscores.
(#45) Expected 5 space(s) before asterisk; 4 found
(#46) Expected 5 space(s) before asterisk; 4 found
(#47) Public method name "GroupTest::testCanArchiveGroup" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#49) Line indented incorrectly; expected at least 8 spaces, found 6
(#50) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Expected 5 space(s) before asterisk; 4 found
(#57) Expected 5 space(s) before asterisk; 4 found
(#58) Public method name "GroupTest::testCanUnarchiveGroup" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#61) Line indented incorrectly; expected at least 8 spaces, found 6
(#62) Line indented incorrectly; expected at least 8 spaces, found 6
(#66) Expected 5 space(s) before asterisk; 4 found
(#67) Expected 5 space(s) before asterisk; 4 found
(#68) Public method name "GroupTest::testCantInviteInexistantUserInGroup" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#70) Line indented incorrectly; expected at least 8 spaces, found 6
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 6
(#72) Line indented incorrectly; expected at least 8 spaces, found 6
(#76) Expected 5 space(s) before asterisk; 4 found
(#77) Expected 5 space(s) before asterisk; 4 found
(#78) Public method name "GroupTest::testCanInviteUserInGroup" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#80) Line indented incorrectly; expected at least 8 spaces, found 6
(#80) Variable "objet_user" must not contain underscores.
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#80) Line exceeds 132 characters; contains 144 characters
(#81) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Variable "objet_user" must not contain underscores.
(#81) Commas (,) must be followed by white space.
(#82) Line indented incorrectly; expected at least 8 spaces, found 6
(#82) Variable "objet_user" must not contain underscores.
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Variable "test_objet_user_exists" must not contain underscores.
(#86) Line indented incorrectly; expected 8 spaces, found 6
(#87) Line indented incorrectly; expected 12 spaces, found 8
(#87) Expected "if (...) {\n"; found "if (...){\n"
(#88) Line indented incorrectly; expected at least 16 spaces, found 10
(#88) Variable "test_objet_user_exists" must not contain underscores.
(#89) Line indented incorrectly; expected 12 spaces, found 8
(#90) Line indented incorrectly; expected 8 spaces, found 6
(#91) Line indented incorrectly; expected at least 8 spaces, found 6
(#91) Variable "test_objet_user_exists" must not contain underscores.
(#92) Line indented incorrectly; expected at least 8 spaces, found 6
(#96) Expected 5 space(s) before asterisk; 4 found
(#97) Expected 5 space(s) before asterisk; 4 found
(#98) Public method name "GroupTest::testCanAddModerator" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#100) Line indented incorrectly; expected at least 8 spaces, found 6
(#100) Variable "objet_user" must not contain underscores.
(#101) Line indented incorrectly; expected at least 8 spaces, found 6
(#101) Variable "objet_user" must not contain underscores.
(#102) Line indented incorrectly; expected at least 8 spaces, found 6
(#102) Variable "objet_user" must not contain underscores.
(#104) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Variable "test_user_is_moderator" must not contain underscores.
(#106) Line indented incorrectly; expected 8 spaces, found 6
(#107) Line indented incorrectly; expected 12 spaces, found 8
(#108) Line indented incorrectly; expected at least 16 spaces, found 10
(#108) Variable "test_user_is_moderator" must not contain underscores.
(#109) Line indented incorrectly; expected 12 spaces, found 8
(#110) Line indented incorrectly; expected 8 spaces, found 6
(#112) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Variable "test_user_is_moderator" must not contain underscores.
(#113) Line indented incorrectly; expected at least 8 spaces, found 6
(#117) Expected 5 space(s) before asterisk; 4 found
(#118) Expected 5 space(s) before asterisk; 4 found
(#119) Public method name "GroupTest::testCanRemoveModerator" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#121) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Variable "objet_user" must not contain underscores.
(#122) Line indented incorrectly; expected at least 8 spaces, found 6
(#122) Variable "objet_user" must not contain underscores.
(#123) Line indented incorrectly; expected at least 8 spaces, found 6
(#123) Variable "objet_user" must not contain underscores.
(#125) Line indented incorrectly; expected at least 8 spaces, found 6
(#126) Line indented incorrectly; expected at least 8 spaces, found 6
(#126) Variable "test_user_is_moderator" must not contain underscores.
(#127) Line indented incorrectly; expected 8 spaces, found 6
(#128) Line indented incorrectly; expected 12 spaces, found 8
(#129) Line indented incorrectly; expected at least 16 spaces, found 10
(#129) Variable "test_user_is_moderator" must not contain underscores.
(#130) Line indented incorrectly; expected 12 spaces, found 8
(#131) Line indented incorrectly; expected 8 spaces, found 6
(#133) Line indented incorrectly; expected at least 8 spaces, found 6
(#133) Variable "test_user_is_moderator" must not contain underscores.
(#137) Expected 5 space(s) before asterisk; 4 found
(#138) Expected 5 space(s) before asterisk; 4 found
(#139) Public method name "GroupTest::testCanKickUserFromGroup" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#141) Line indented incorrectly; expected at least 8 spaces, found 6
(#141) Variable "objet_user" must not contain underscores.
(#142) Line indented incorrectly; expected at least 8 spaces, found 6
(#142) Variable "objet_user" must not contain underscores.
(#143) Line indented incorrectly; expected at least 8 spaces, found 6
(#143) Variable "objet_user" must not contain underscores.
(#145) Line indented incorrectly; expected at least 8 spaces, found 6
(#146) Line indented incorrectly; expected at least 8 spaces, found 6
(#146) Variable "test_objet_user_exists" must not contain underscores.
(#147) Line indented incorrectly; expected 8 spaces, found 6
(#148) Line indented incorrectly; expected 12 spaces, found 8
(#149) Line indented incorrectly; expected at least 16 spaces, found 12
(#149) Variable "test_objet_user_exists" must not contain underscores.
(#150) Line indented incorrectly; expected 12 spaces, found 8
(#151) Line indented incorrectly; expected 8 spaces, found 6
(#152) Line indented incorrectly; expected at least 8 spaces, found 6
(#152) Variable "test_objet_user_exists" must not contain underscores.
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line indented incorrectly; expected at least 8 spaces, found 6
(#155) Line indented incorrectly; expected at least 8 spaces, found 6
(#155) Variable "objet_user" must not contain underscores.
(#156) Line indented incorrectly; expected at least 8 spaces, found 6
(#156) Variable "objet_user" must not contain underscores.
(#160) Expected 5 space(s) before asterisk; 4 found
(#161) Expected 5 space(s) before asterisk; 4 found
(#162) Public method name "GroupTest::testCanMakeAnnouncement" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#171) Expected 5 space(s) before asterisk; 4 found
(#172) Expected 5 space(s) before asterisk; 4 found
(#173) Public method name "GroupTest::testCanCreateInviteLink" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#175) Line indented incorrectly; expected at least 8 spaces, found 6
(#175) Commas (,) must be followed by white space.
(#179) Expected 5 space(s) before asterisk; 4 found
(#180) Expected 5 space(s) before asterisk; 4 found
(#181) Public method name "GroupTest::testCanCleanHistory" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#183) Line indented incorrectly; expected at least 8 spaces, found 6
(#188) Expected 5 space(s) before asterisk; 4 found
(#189) Expected 5 space(s) before asterisk; 4 found
(#190) Public method name "GroupTest::testCanDeleteGroup" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#195) A closing tag is not permitted at the end of a PHP file
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatUserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) File is being unconditionally included; use "require_once" instead
(#12) Opening brace should be on the same line as the declaration for class UserTest
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Public method name "UserTest::testCanCreateUserWithoutPassword" must be in lower-case letters only
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Opening brace should be on the same line as the declaration
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Variable "api_user" must not contain underscores.
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 3
(#18) Variable "api_user" must not contain underscores.
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 4 spaces, found 1
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#22) Public method name "UserTest::testCanCreateUserWithPassword" must be in lower-case letters only
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Opening brace should be on the same line as the declaration
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Variable "api_user" must not contain underscores.
(#24) Variable "api_pwd" must not contain underscores.
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Variable "api_user" must not contain underscores.
(#25) Variable "api_pwd" must not contain underscores.
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Expected 2 space(s) before asterisk; 1 found
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Expected 2 space(s) before asterisk; 1 found
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Public method name "UserTest::testCanLogin" must be in lower-case letters only
(#36) Variable "api_user" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Opening brace should be on the same line as the declaration
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Variable "api_user" must not contain underscores.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Expected 2 space(s) before asterisk; 1 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Expected 2 space(s) before asterisk; 1 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Expected 2 space(s) before asterisk; 1 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Public method name "UserTest::testCanCreateUser" must be in lower-case letters only
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Opening brace should be on the same line as the declaration
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 4
(#54) Variable "user_returned" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 4
(#55) Variable "user_returned" must not contain underscores.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 4
(#56) Variable "user_returned" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 4
(#57) Variable "user_returned" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Line indented incorrectly; expected 8 spaces, found 4
(#61) Closing brace indented incorrectly; expected 2 spaces, found 4
(#62) Line indented incorrectly; expected 4 spaces, found 2
(#62) Closing brace indented incorrectly; expected 1 spaces, found 2
(#65) Expected 5 space(s) before asterisk; 4 found
(#66) Expected 5 space(s) before asterisk; 4 found
(#67) Expected 5 space(s) before asterisk; 4 found
(#68) Public method name "UserTest::testCanDeleteUser" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#70) Line indented incorrectly; expected at least 8 spaces, found 6
(#71) Line indented incorrectly; expected 8 spaces, found 6
(#71) Expected "if (...) {\n"; found "if (...){\n"
(#72) Line indented incorrectly; expected at least 12 spaces, found 8
(#73) Line indented incorrectly; expected at least 12 spaces, found 8
(#74) Line indented incorrectly; expected 8 spaces, found 6
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 5
(#76) Line indented incorrectly; expected at least 12 spaces, found 8
(#77) Line indented incorrectly; expected 8 spaces, found 6
(#81) Expected 5 space(s) before asterisk; 4 found
(#82) Expected 5 space(s) before asterisk; 4 found
(#83) Public method name "UserTest::userProvider" must be in lower-case letters only
(#83) Expected 1 space before opening brace; found 0
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#119) A closing tag is not permitted at the end of a PHP file
mod/rocketchat/vendor/nategood/httpful/bootstrap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/rocketchat/vendor/nategood/httpful/examples/freebase.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) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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/>.".
(#7) Line exceeds 132 characters; contains 160 characters
(#12) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/examples/github.php
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/examples/override.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Opening brace should be on the same line as the declaration for class SimpleCsvHandler
(#22) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
(#44) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/examples/showclix.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Bootstrap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Opening brace should be on the same line as the declaration for class Bootstrap
(#23) Opening brace should be on the same line as the declaration
(#34) Opening brace should be on the same line as the declaration
(#41) Public method name "Bootstrap::pharInit" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#52) Public method name "Bootstrap::pharAutoload" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#61) Method name "_autoload" should not be prefixed with an underscore to indicate visibility
(#62) Opening brace should be on the same line as the declaration
(#73) Public method name "Bootstrap::registerHandlers" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline control structures are not allowed
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Exception/ConnectionErrorException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#11) Spaces must be used to indent lines; tabs are not allowed
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 4 spaces, found 1
(#12) Member variable "curlErrorNumber" must be all lower-case
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Spaces must be used to indent lines; tabs are not allowed
(#16) Spaces must be used to indent lines; tabs are not allowed
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Member variable "curlErrorString" must be all lower-case
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#22) Public method name "ConnectionErrorException::getCurlErrorNumber" must be in lower-case letters only
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 4 spaces, found 1
(#30) Public method name "ConnectionErrorException::setCurlErrorNumber" must be in lower-case letters only
(#30) Variable "curlErrorNumber" must be all lower-case
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Variable "curlErrorNumber" must be all lower-case
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Public method name "ConnectionErrorException::getCurlErrorString" must be in lower-case letters only
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Public method name "ConnectionErrorException::setCurlErrorString" must be in lower-case letters only
(#47) Variable "curlErrorString" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Variable "curlErrorString" must be all lower-case
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#54) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Exception/JsonParseException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Opening brace should be on the same line as the declaration for class JsonParseException
(#7) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/CsvHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Opening brace should be on the same line as the declaration for class CsvHandler
(#17) Opening brace should be on the same line as the declaration
(#18) Inline control structures are not allowed
(#23) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#27) Inline control structures are not allowed
(#37) Opening brace should be on the same line as the declaration
(#38) Expected 1 space before "*"; 0 found
(#38) Expected 1 space after "*"; 0 found
(#38) Expected 1 space before "*"; 0 found
(#38) Expected 1 space after "*"; 0 found
(#41) Expected "if (...) {\n"; found "if(...) {\n"
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/FormHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Opening brace should be on the same line as the declaration for class FormHandler
(#16) Opening brace should be on the same line as the declaration
(#21) Whitespace found at end of line
(#27) Opening brace should be on the same line as the declaration
(#30) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/JsonHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Opening brace should be on the same line as the declaration for class JsonHandler
(#13) Member variable "decode_as_array" must not contain underscores.
(#16) Opening brace should be on the same line as the declaration
(#26) Opening brace should be on the same line as the declaration
(#28) Inline control structures are not allowed
(#31) Inline control structures are not allowed
(#41) Opening brace should be on the same line as the declaration
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Opening brace should be on the same line as the declaration for class MimeHandlerAdapter
(#14) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
(#39) Visibility must be declared on method "serialize"
(#40) Opening brace should be on the same line as the declaration
(#44) Protected method name "MimeHandlerAdapter::stripBom" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#46) Inline control structures are not allowed
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Commas (,) must be followed by white space.
(#48) Inline control structures are not allowed
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Commas (,) must be followed by white space.
(#50) Inline control structures are not allowed
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Commas (,) must be followed by white space.
(#54) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/XHtmlHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Opening brace should be on the same line as the declaration for class XHtmlHandler
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/XmlHandler.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/>.".
(#12) Opening brace should be on the same line as the declaration for class XmlHandler
(#14) Expected 1 space after asterisk; 2 found
(#21) Member variable "libxml_opts" must not contain underscores.
(#27) Opening brace should be on the same line as the declaration
(#28) Expected 1 space after "="; 6 found
(#29) Expected 1 space after "="; 4 found
(#38) Opening brace should be on the same line as the declaration
(#40) Inline control structures are not allowed
(#43) Inline control structures are not allowed
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "_" must not contain underscores.
(#65) Opening brace should be on the same line as the declaration
(#68) Commas (,) must be followed by white space.
(#78) Expected 1 space before opening brace; found 0
(#79) Expected "if (...) {\n"; found "if (...){\n"
(#82) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#93) Method name "_future_serializeAsXml" should not be prefixed with an underscore to indicate visibility
(#93) Private method name "XmlHandler::_future_serializeAsXml" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#107) Variable "objNode" must be all lower-case
(#108) Variable "objNode" must be all lower-case
(#109) Variable "objNode" must be all lower-case
(#111) Variable "arrNode" must be all lower-case
(#112) Variable "arrNode" must be all lower-case
(#113) Variable "arrNode" must be all lower-case
(#115) Expected 1 space before "?"; 0 found
(#115) Expected 1 space after "?"; 0 found
(#115) Expected 1 space before ":"; 0 found
(#115) Expected 1 space after ":"; 0 found
(#124) Method name "_future_serializeArrayAsXml" should not be prefixed with an underscore to indicate visibility
(#124) Private method name "XmlHandler::_future_serializeArrayAsXml" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#140) Method name "_future_serializeObjectAsXml" should not be prefixed with an underscore to indicate visibility
(#140) Private method name "XmlHandler::_future_serializeObjectAsXml" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#152) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Http.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Opening brace should be on the same line as the declaration for class Http
(#22) Public method name "Http::safeMethods" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#31) Public method name "Http::isSafeMethod" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#40) Public method name "Http::isUnsafeMethod" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#48) Public method name "Http::idempotentMethods" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#60) Public method name "Http::isIdempotent" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) Public method name "Http::isNotIdempotent" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#81) Public method name "Http::canHaveBody" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#86) File must end with a newline character
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Httpful.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Member variable "mimeRegistrar" must be all lower-case
(#15) Variable "mimeType" must be all lower-case
(#16) Opening brace should be on the same line as the declaration
(#17) Variable "mimeRegistrar" must be all lower-case
(#17) Variable "mimeType" must be all lower-case
(#24) Variable "mimeType" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#26) Variable "mimeRegistrar" must be all lower-case
(#26) Variable "mimeType" must be all lower-case
(#27) Variable "mimeRegistrar" must be all lower-case
(#27) Variable "mimeType" must be all lower-case
(#43) Public method name "Httpful::hasParserRegistered" must be in lower-case letters only
(#43) Variable "mimeType" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "mimeRegistrar" must be all lower-case
(#45) Variable "mimeType" must be all lower-case
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Mime.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Opening brace should be on the same line as the declaration for class Mime
(#36) Expected 1 space before "=>"; 0 found
(#47) Public method name "Mime::getFullMime" must be in lower-case letters only
(#47) Variable "short_name" must not contain underscores.
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "short_name" must not contain underscores.
(#49) Variable "short_name" must not contain underscores.
(#49) Variable "short_name" must not contain underscores.
(#56) Public method name "Mime::supportsMimeType" must be in lower-case letters only
(#56) Variable "short_name" must not contain underscores.
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "short_name" must not contain underscores.
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Proxy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Opening brace should be on the same line as the declaration for class Proxy
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Request.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Whitespace found at end of line
(#47) Opening brace should be on the same line as the declaration for class Request
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Member variable "raw_headers" must not contain underscores.
(#60) Member variable "strict_ssl" must not contain underscores.
(#61) Member variable "content_type" must not contain underscores.
(#62) Member variable "expected_type" must not contain underscores.
(#63) Member variable "additional_curl_opts" must not contain underscores.
(#64) Member variable "auto_parse" must not contain underscores.
(#65) Member variable "serialize_payload_method" must not contain underscores.
(#68) Member variable "serialized_payload" must not contain underscores.
(#70) Member variable "parse_callback" must not contain underscores.
(#71) Member variable "error_callback" must not contain underscores.
(#72) Member variable "send_callback" must not contain underscores.
(#73) Member variable "follow_redirects" must not contain underscores.
(#74) Member variable "max_redirects" must not contain underscores.
(#75) Member variable "payload_serializers" must not contain underscores.
(#77) This comment is 46% valid code; is this commented out code?
(#79) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#80) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Opening brace should be on the same line as the declaration
(#99) Inline control structures are not allowed
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Opening brace should be on the same line as the declaration
(#121) Variable "_template" must not contain underscores.
(#128) Public method name "Request::resetIni" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#140) Opening brace should be on the same line as the declaration
(#141) Variable "_template" must not contain underscores.
(#141) Variable "_template" must not contain underscores.
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Public method name "Request::hasTimeout" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#157) Public method name "Request::hasBeenInitialized" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#165) Public method name "Request::hasBasicAuth" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#173) Public method name "Request::hasDigestAuth" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#184) Opening brace should be on the same line as the declaration
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Public method name "Request::timeoutIn" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#201) Public method name "Request::followRedirects" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#212) Public method name "Request::doNotFollowRedirects" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#223) Opening brace should be on the same line as the declaration
(#224) Inline control structures are not allowed
(#236) Public method name "Request::sendIt" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Opening brace should be on the same line as the declaration
(#260) Public method name "Request::basicAuth" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) Public method name "Request::authenticateWith" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Public method name "Request::authenticateWithBasic" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Public method name "Request::authenticateWithNTLM" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#283) Public method name "Request::ntlmAuth" must be in lower-case letters only
(#284) Opening brace should be on the same line as the declaration
(#295) Public method name "Request::digestAuth" must be in lower-case letters only
(#296) Opening brace should be on the same line as the declaration
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Public method name "Request::authenticateWithDigest" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#310) Public method name "Request::hasClientSideCert" must be in lower-case letters only
(#311) Opening brace should be on the same line as the declaration
(#323) Public method name "Request::clientSideCert" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#332) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Public method name "Request::authenticateWithCert" must be in lower-case letters only
(#334) Opening brace should be on the same line as the declaration
(#345) Variable "mimeType" must be all lower-case
(#346) Opening brace should be on the same line as the declaration
(#347) Variable "mimeType" must be all lower-case
(#362) Opening brace should be on the same line as the declaration
(#363) Inline control structures are not allowed
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Public method name "Request::sendsAndExpectsType" must be in lower-case letters only
(#372) Opening brace should be on the same line as the declaration
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Public method name "Request::sendsAndExpects" must be in lower-case letters only
(#377) Opening brace should be on the same line as the declaration
(#388) Opening brace should be on the same line as the declaration
(#389) Inline control structures are not allowed
(#399) Opening brace should be on the same line as the declaration
(#400) Inline control structures are not allowed
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) Public method name "Request::expectsType" must be in lower-case letters only
(#406) Opening brace should be on the same line as the declaration
(#411) Opening brace should be on the same line as the declaration
(#414) Variable "mimeType" must be all lower-case
(#416) Variable "mimeType" must be all lower-case
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 16 spaces, found 13
(#419) Variable "mimeType" must be all lower-case
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 20 spaces, found 14
(#420) Variable "mimeType" must be all lower-case
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 16 spaces, found 13
(#432) Public method name "Request::contentType" must be in lower-case letters only
(#433) Opening brace should be on the same line as the declaration
(#434) Inline control structures are not allowed
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Opening brace should be on the same line as the declaration
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) Public method name "Request::sendsType" must be in lower-case letters only
(#448) Opening brace should be on the same line as the declaration
(#457) Public method name "Request::strictSSL" must be in lower-case letters only
(#458) Opening brace should be on the same line as the declaration
(#462) Public method name "Request::withoutStrictSSL" must be in lower-case letters only
(#463) Opening brace should be on the same line as the declaration
(#466) Public method name "Request::withStrictSSL" must be in lower-case letters only
(#467) Opening brace should be on the same line as the declaration
(#475) Line exceeds 132 characters; contains 143 characters
(#480) Public method name "Request::useProxy" must be in lower-case letters only
(#480) Variable "proxy_host" must not contain underscores.
(#480) Variable "proxy_port" must not contain underscores.
(#480) Variable "auth_type" must not contain underscores.
(#480) Variable "auth_username" must not contain underscores.
(#480) Variable "auth_password" must not contain underscores.
(#480) Variable "proxy_type" must not contain underscores.
(#480) Line exceeds 132 characters; contains 151 characters
(#481) Opening brace should be on the same line as the declaration
(#482) Variable "proxy_host" must not contain underscores.
(#483) Variable "proxy_type" must not contain underscores.
(#484) Variable "auth_type" must not contain underscores.
(#484) Commas (,) must be followed by white space.
(#485) Variable "auth_type" must not contain underscores.
(#486) Variable "auth_username" must not contain underscores.
(#496) Public method name "Request::useSocks4Proxy" must be in lower-case letters only
(#496) Variable "proxy_host" must not contain underscores.
(#496) Variable "proxy_port" must not contain underscores.
(#496) Variable "auth_type" must not contain underscores.
(#496) Variable "auth_username" must not contain underscores.
(#496) Variable "auth_password" must not contain underscores.
(#497) Opening brace should be on the same line as the declaration
(#498) Variable "proxy_host" must not contain underscores.
(#498) Variable "proxy_port" must not contain underscores.
(#498) Variable "auth_type" must not contain underscores.
(#498) Variable "auth_username" must not contain underscores.
(#498) Variable "auth_password" must not contain underscores.
(#506) Public method name "Request::useSocks5Proxy" must be in lower-case letters only
(#506) Variable "proxy_host" must not contain underscores.
(#506) Variable "proxy_port" must not contain underscores.
(#506) Variable "auth_type" must not contain underscores.
(#506) Variable "auth_username" must not contain underscores.
(#506) Variable "auth_password" must not contain underscores.
(#507) Opening brace should be on the same line as the declaration
(#508) Variable "proxy_host" must not contain underscores.
(#508) Variable "proxy_port" must not contain underscores.
(#508) Variable "auth_type" must not contain underscores.
(#508) Variable "auth_username" must not contain underscores.
(#508) Variable "auth_password" must not contain underscores.
(#514) Public method name "Request::hasProxy" must be in lower-case letters only
(#515) Opening brace should be on the same line as the declaration
(#517) Whitespace found at end of line
(#545) Public method name "Request::serializePayload" must be in lower-case letters only
(#546) Opening brace should be on the same line as the declaration
(#555) Public method name "Request::neverSerializePayload" must be in lower-case letters only
(#556) Opening brace should be on the same line as the declaration
(#565) Public method name "Request::smartSerializePayload" must be in lower-case letters only
(#566) Opening brace should be on the same line as the declaration
(#574) Public method name "Request::alwaysSerializePayload" must be in lower-case letters only
(#575) Opening brace should be on the same line as the declaration
(#589) Public method name "Request::addHeader" must be in lower-case letters only
(#589) Variable "header_name" must not contain underscores.
(#590) Opening brace should be on the same line as the declaration
(#591) Variable "header_name" must not contain underscores.
(#603) Public method name "Request::addHeaders" must be in lower-case letters only
(#604) Opening brace should be on the same line as the declaration
(#618) Public method name "Request::autoParse" must be in lower-case letters only
(#618) Variable "auto_parse" must not contain underscores.
(#619) Opening brace should be on the same line as the declaration
(#620) Variable "auto_parse" must not contain underscores.
(#628) Public method name "Request::withoutAutoParsing" must be in lower-case letters only
(#629) Opening brace should be on the same line as the declaration
(#637) Public method name "Request::withAutoParsing" must be in lower-case letters only
(#638) Opening brace should be on the same line as the declaration
(#648) Public method name "Request::parseWith" must be in lower-case letters only
(#649) Opening brace should be on the same line as the declaration
(#659) Public method name "Request::parseResponsesWith" must be in lower-case letters only
(#660) Opening brace should be on the same line as the declaration
(#670) Public method name "Request::whenError" must be in lower-case letters only
(#671) Opening brace should be on the same line as the declaration
(#682) Public method name "Request::beforeSend" must be in lower-case letters only
(#683) Opening brace should be on the same line as the declaration
(#700) Public method name "Request::registerPayloadSerializer" must be in lower-case letters only
(#701) Opening brace should be on the same line as the declaration
(#711) Public method name "Request::serializePayloadWith" must be in lower-case letters only
(#712) Opening brace should be on the same line as the declaration
(#732) Opening brace should be on the same line as the declaration
(#735) Inline comments must end in full-stops, exclamation marks, or question marks
(#735) No space found before comment text; expected "// !method_exists($this, $method) &&" but found "//!method_exists($this, $method) &&"
(#742) Inline comments must start with a capital letter, digit or 3-dots sequence
(#742) This comment is 56% valid code; is this commented out code?
(#743) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#752) Inline comments must start with a capital letter, digit or 3-dots sequence
(#752) This comment is 56% valid code; is this commented out code?
(#753) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#758) Inline comments must end in full-stops, exclamation marks, or question marks
(#759) Inline control structures are not allowed
(#766) Inline control structures are not allowed
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#770) Line exceeds 132 characters; contains 133 characters
(#775) Inline comments must end in full-stops, exclamation marks, or question marks
(#786) Method name "_initializeDefaults" should not be prefixed with an underscore to indicate visibility
(#786) Private method name "Request::_initializeDefaults" must be in lower-case letters only
(#787) Opening brace should be on the same line as the declaration
(#794) Variable "_template" must not contain underscores.
(#797) Variable "_template" must not contain underscores.
(#806) Method name "_setDefaults" should not be prefixed with an underscore to indicate visibility
(#806) Private method name "Request::_setDefaults" must be in lower-case letters only
(#807) Opening brace should be on the same line as the declaration
(#808) Inline control structures are not allowed
(#808) Variable "_template" must not contain underscores.
(#810) Expected 1 space before "=>"; 0 found
(#810) Expected 1 space after "=>"; 0 found
(#810) Variable "_template" must not contain underscores.
(#810) Expected 1 space before "=>"; 0 found
(#810) Expected 1 space after "=>"; 0 found
(#811) Inline control structures are not allowed
(#817) Method name "_error" should not be prefixed with an underscore to indicate visibility
(#818) Opening brace should be on the same line as the declaration
(#820) Inline comments must end in full-stops, exclamation marks, or question marks
(#824) The use of function error_log() is forbidden; use debugging() instead
(#837) Opening brace should be on the same line as the declaration
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#841) Inline comments must end in full-stops, exclamation marks, or question marks
(#842) Inline control structures are not allowed
(#842) Variable "_template" must not contain underscores.
(#847) Object operator not indented correctly; expected 12 spaces but found 15
(#848) Object operator not indented correctly; expected 12 spaces but found 15
(#849) Object operator not indented correctly; expected 12 spaces but found 15
(#850) Object operator not indented correctly; expected 12 spaces but found 15
(#860) Method name "_curlPrep" should not be prefixed with an underscore to indicate visibility
(#860) Public method name "Request::_curlPrep" must be in lower-case letters only
(#861) Opening brace should be on the same line as the declaration
(#862) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) Inline control structures are not allowed
(#887) Inline control structures are not allowed
(#890) Inline control structures are not allowed
(#898) Inline comments must start with a capital letter, digit or 3-dots sequence
(#898) Inline comments must end in full-stops, exclamation marks, or question marks
(#898) This comment is 62% valid code; is this commented out code?
(#915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#915) Inline comments must end in full-stops, exclamation marks, or question marks
(#916) Variable "verifyValue" must be all lower-case
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) No space found before comment text; expected "// Support for value 1 removed in cURL 7.28.1 value 2 valid in all versions" but found "//Support for value 1 removed in cURL 7.28.1 value 2 valid in all versions"
(#918) Inline control structures are not allowed
(#918) Variable "verifyValue" must be all lower-case
(#918) Variable "verifyValue" must be all lower-case
(#919) Variable "verifyValue" must be all lower-case
(#922) Inline comments must start with a capital letter, digit or 3-dots sequence
(#923) Inline comments must end in full-stops, exclamation marks, or question marks
(#933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#934) Inline comments must end in full-stops, exclamation marks, or question marks
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#945) Inline comments must end in full-stops, exclamation marks, or question marks
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#981) Inline comments must end in full-stops, exclamation marks, or question marks
(#995) Method name "_determineLength" should not be prefixed with an underscore to indicate visibility
(#995) Public method name "Request::_determineLength" must be in lower-case letters only
(#996) Opening brace should be on the same line as the declaration
(#1007) Public method name "Request::isUpload" must be in lower-case letters only
(#1008) Opening brace should be on the same line as the declaration
(#1015) Public method name "Request::buildUserAgent" must be in lower-case letters only
(#1016) Opening brace should be on the same line as the declaration
(#1017) Variable "user_agent" must not contain underscores.
(#1021) Variable "user_agent" must not contain underscores.
(#1023) Variable "user_agent" must not contain underscores.
(#1026) Variable "user_agent" must not contain underscores.
(#1029) Variable "user_agent" must not contain underscores.
(#1033) Variable "user_agent" must not contain underscores.
(#1037) Variable "user_agent" must not contain underscores.
(#1042) Variable "user_agent" must not contain underscores.
(#1045) Variable "user_agent" must not contain underscores.
(#1047) Variable "user_agent" must not contain underscores.
(#1054) Public method name "Request::buildResponse" must be in lower-case letters only
(#1056) Variable "curlErrorNumber" must be all lower-case
(#1057) Variable "curlErrorString" must be all lower-case
(#1058) Variable "curlErrorString" must be all lower-case
(#1061) Variable "curlErrorNumber" must be all lower-case
(#1061) Variable "curlErrorString" must be all lower-case
(#1063) Variable "curlErrorNumber" must be all lower-case
(#1064) Variable "curlErrorString" must be all lower-case
(#1075) Inline comments must end in full-stops, exclamation marks, or question marks
(#1076) Variable "proxy_regex" must not contain underscores.
(#1077) Variable "proxy_regex" must not contain underscores.
(#1078) Variable "proxy_regex" must not contain underscores.
(#1096) Public method name "Request::addOnCurlOption" must be in lower-case letters only
(#1097) Opening brace should be on the same line as the declaration
(#1117) Method name "_serializePayload" should not be prefixed with an underscore to indicate visibility
(#1117) Private method name "Request::_serializePayload" must be in lower-case letters only
(#1118) Opening brace should be on the same line as the declaration
(#1119) Inline control structures are not allowed
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1123) Inline control structures are not allowed
(#1126) Inline comments must end in full-stops, exclamation marks, or question marks
(#1142) Opening brace should be on the same line as the declaration
(#1154) Public method name "Request::getQuick" must be in lower-case letters only
(#1155) Opening brace should be on the same line as the declaration
(#1167) Opening brace should be on the same line as the declaration
(#1179) Opening brace should be on the same line as the declaration
(#1191) Opening brace should be on the same line as the declaration
(#1201) Opening brace should be on the same line as the declaration
(#1211) Opening brace should be on the same line as the declaration
(#1221) Opening brace should be on the same line as the declaration
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Response.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Opening brace should be on the same line as the declaration for class Response
(#14) Member variable "raw_body" must not contain underscores.
(#16) Member variable "raw_headers" must not contain underscores.
(#19) Member variable "content_type" must not contain underscores.
(#20) Member variable "parent_type" must not contain underscores.
(#22) Member variable "meta_data" must not contain underscores.
(#23) Member variable "is_mime_vendor_specific" must not contain underscores.
(#24) Member variable "is_mime_personal" must not contain underscores.
(#34) Variable "meta_data" must not contain underscores.
(#35) Opening brace should be on the same line as the declaration
(#39) Variable "meta_data" must not contain underscores.
(#62) Public method name "Response::hasErrors" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#70) Public method name "Response::hasBody" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#82) Method name "_parse" should not be prefixed with an underscore to indicate visibility
(#83) Opening brace should be on the same line as the declaration
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#97) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#98) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#100) Variable "parse_with" must not contain underscores.
(#102) Variable "parse_with" must not contain underscores.
(#107) Line indented incorrectly; expected at least 8 spaces, found 7
(#107) Variable "parse_with" must not contain underscores.
(#116) Method name "_parseHeaders" should not be prefixed with an underscore to indicate visibility
(#116) Public method name "Response::_parseHeaders" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#121) Method name "_parseCode" should not be prefixed with an underscore to indicate visibility
(#121) Public method name "Response::_parseCode" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#124) Inline control structures are not allowed
(#136) Method name "_interpretHeaders" should not be prefixed with an underscore to indicate visibility
(#136) Public method name "Response::_interpretHeaders" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "content_type" must not contain underscores.
(#140) Variable "content_type" must not contain underscores.
(#140) Variable "content_type" must not contain underscores.
(#142) Variable "content_type" must not contain underscores.
(#143) Variable "content_type" must not contain underscores.
(#143) Variable "content_type" must not contain underscores.
(#144) Variable "content_type" must not contain underscores.
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "sub_type" must not contain underscores.
(#159) Variable "sub_type" must not contain underscores.
(#160) Variable "sub_type" must not contain underscores.
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Opening brace should be on the same line as the declaration
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Response/Headers.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Opening brace should be on the same line as the declaration
(#21) Public method name "Headers::fromString" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#24) Variable "parse_headers" must not contain underscores.
(#26) Variable "raw_value" must not contain underscores.
(#28) Variable "raw_value" must not contain underscores.
(#29) Variable "parse_headers" must not contain underscores.
(#35) Variable "parse_headers" must not contain underscores.
(#37) Variable "parse_headers" must not contain underscores.
(#40) Variable "parse_headers" must not contain underscores.
(#48) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#76) Opening brace should be on the same line as the declaration
(#84) Opening brace should be on the same line as the declaration
(#91) Public method name "Headers::toArray" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#96) Private method name "Headers::getCaseInsensitive" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
mod/rocketchat/vendor/nategood/httpful/tests/Httpful/HttpfulTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Opening brace should be on the same line as the declaration for class HttpfulTest
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Whitespace found at end of line within string
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line exceeds maximum limit of 180 characters; contains 200 characters
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Visibility must be declared on method "testInit"
(#74) method name "HttpfulTest::testInit" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#76) Line indented incorrectly; expected at least 8 spaces, found 6
(#77) Line indented incorrectly; expected at least 8 spaces, found 6
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Visibility must be declared on method "testDetermineLength"
(#81) method name "HttpfulTest::testDetermineLength" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#86) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#91) Visibility must be declared on method "testMethods"
(#91) method name "HttpfulTest::testMethods" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Line indented incorrectly; expected at least 8 spaces, found 6
(#93) Variable "valid_methods" must not contain underscores.
(#94) Line indented incorrectly; expected at least 8 spaces, found 6
(#95) Line indented incorrectly; expected 8 spaces, found 6
(#95) Variable "valid_methods" must not contain underscores.
(#96) Line indented incorrectly; expected at least 12 spaces, found 8
(#97) Line indented incorrectly; expected at least 12 spaces, found 8
(#98) Line indented incorrectly; expected at least 12 spaces, found 8
(#99) Line indented incorrectly; expected 8 spaces, found 6
(#102) Visibility must be declared on method "testDefaults"
(#102) method name "HttpfulTest::testDefaults" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Visibility must be declared on method "testShortMime"
(#110) method name "HttpfulTest::testShortMime" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Visibility must be declared on method "testSettingStrictSsl"
(#133) method name "HttpfulTest::testSettingStrictSsl" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#146) Visibility must be declared on method "testSendsAndExpectsType"
(#146) method name "HttpfulTest::testSendsAndExpectsType" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#174) Visibility must be declared on method "testIni"
(#174) method name "HttpfulTest::testIni" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Visibility must be declared on method "testAccept"
(#203) method name "HttpfulTest::testAccept" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#213) Visibility must be declared on method "testCustomAccept"
(#213) method name "HttpfulTest::testCustomAccept" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#224) Visibility must be declared on method "testUserAgent"
(#224) method name "HttpfulTest::testUserAgent" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#243) Visibility must be declared on method "testAuthSetup"
(#243) method name "HttpfulTest::testAuthSetup" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#256) Visibility must be declared on method "testDigestAuthSetup"
(#256) method name "HttpfulTest::testDigestAuthSetup" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#269) Visibility must be declared on method "testJsonResponseParse"
(#269) method name "HttpfulTest::testJsonResponseParse" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#280) Visibility must be declared on method "testJsonResponseParseLowercaseHeaders"
(#280) method name "HttpfulTest::testJsonResponseParseLowercaseHeaders" must be in lower-case letters only
(#281) Opening brace should be on the same line as the declaration
(#291) Visibility must be declared on method "testXMLResponseParse"
(#291) method name "HttpfulTest::testXMLResponseParse" must be in lower-case letters only
(#292) Opening brace should be on the same line as the declaration
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) This comment is 63% valid code; is this commented out code?
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) This comment is 63% valid code; is this commented out code?
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) This comment is 63% valid code; is this commented out code?
(#312) Visibility must be declared on method "testCsvResponseParse"
(#312) method name "HttpfulTest::testCsvResponseParse" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#323) Visibility must be declared on method "testParsingContentTypeCharset"
(#323) method name "HttpfulTest::testParsingContentTypeCharset" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) This comment is 50% valid code; is this commented out code?
(#336) Visibility must be declared on method "testParsingContentTypeUpload"
(#336) method name "HttpfulTest::testParsingContentTypeUpload" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) This comment is 50% valid code; is this commented out code?
(#346) Visibility must be declared on method "testAttach"
(#346) method name "HttpfulTest::testAttach" must be in lower-case letters only
(#348) Variable "testsPath" must be all lower-case
(#349) Variable "testsPath" must be all lower-case
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Visibility must be declared on method "testIsUpload"
(#364) method name "HttpfulTest::testIsUpload" must be in lower-case letters only
(#372) Visibility must be declared on method "testEmptyResponseParse"
(#372) method name "HttpfulTest::testEmptyResponseParse" must be in lower-case letters only
(#373) Opening brace should be on the same line as the declaration
(#378) Variable "reqXml" must be all lower-case
(#379) Variable "responseXml" must be all lower-case
(#379) Variable "reqXml" must be all lower-case
(#380) Variable "responseXml" must be all lower-case
(#383) Visibility must be declared on method "testNoAutoParse"
(#383) method name "HttpfulTest::testNoAutoParse" must be in lower-case letters only
(#384) Opening brace should be on the same line as the declaration
(#393) Visibility must be declared on method "testParseHeaders"
(#393) method name "HttpfulTest::testParseHeaders" must be in lower-case letters only
(#394) Opening brace should be on the same line as the declaration
(#400) Visibility must be declared on method "testRawHeaders"
(#400) method name "HttpfulTest::testRawHeaders" must be in lower-case letters only
(#401) Opening brace should be on the same line as the declaration
(#407) Visibility must be declared on method "testHasErrors"
(#407) method name "HttpfulTest::testHasErrors" must be in lower-case letters only
(#408) Opening brace should be on the same line as the declaration
(#422) Visibility must be declared on method "testWhenError"
(#422) method name "HttpfulTest::testWhenError" must be in lower-case letters only
(#425) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch (...) {"
(#432) Empty CATCH statement detected
(#432) Empty CATCH statement must have a comment to explain why the exception is not handled
(#432) Closing brace must be on a line by itself
(#437) Visibility must be declared on method "testBeforeSend"
(#437) method name "HttpfulTest::testBeforeSend" must be in lower-case letters only
(#444) Commas (,) must be followed by white space.
(#450) Closing brace must be on a line by itself
(#462) Visibility must be declared on method "test_parseCode"
(#462) method name "HttpfulTest::test_parseCode" must be in lower-case letters only
(#463) Opening brace should be on the same line as the declaration
(#470) Visibility must be declared on method "testToString"
(#470) method name "HttpfulTest::testToString" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#477) Visibility must be declared on method "test_parseHeaders"
(#477) method name "HttpfulTest::test_parseHeaders" must be in lower-case letters only
(#478) Opening brace should be on the same line as the declaration
(#479) Variable "parse_headers" must not contain underscores.
(#480) Variable "parse_headers" must not contain underscores.
(#481) Variable "parse_headers" must not contain underscores.
(#482) Variable "parse_headers" must not contain underscores.
(#485) Visibility must be declared on method "testMultiHeaders"
(#485) method name "HttpfulTest::testMultiHeaders" must be in lower-case letters only
(#486) Opening brace should be on the same line as the declaration
(#489) Variable "parse_headers" must not contain underscores.
(#490) Variable "parse_headers" must not contain underscores.
(#493) Visibility must be declared on method "testDetectContentType"
(#493) method name "HttpfulTest::testDetectContentType" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#500) Visibility must be declared on method "testMissingBodyContentType"
(#500) method name "HttpfulTest::testMissingBodyContentType" must be in lower-case letters only
(#501) Opening brace should be on the same line as the declaration
(#503) Must use "self::" for local static member reference
(#507) Visibility must be declared on method "testParentType"
(#507) method name "HttpfulTest::testParentType" must be in lower-case letters only
(#508) Opening brace should be on the same line as the declaration
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#521) Visibility must be declared on method "testMissingContentType"
(#521) method name "HttpfulTest::testMissingContentType" must be in lower-case letters only
(#522) Opening brace should be on the same line as the declaration
(#523) Inline comments must end in full-stops, exclamation marks, or question marks
(#526) Line indented incorrectly; expected at least 8 spaces, found 0
(#533) Visibility must be declared on method "testCustomMimeRegistering"
(#533) method name "HttpfulTest::testCustomMimeRegistering" must be in lower-case letters only
(#534) Opening brace should be on the same line as the declaration
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) Public method name "HttpfulTest::testShorthandMimeDefinition" must be in lower-case letters only
(#548) Opening brace should be on the same line as the declaration
(#556) Public method name "HttpfulTest::testOverrideXmlHandler" must be in lower-case letters only
(#557) Opening brace should be on the same line as the declaration
(#567) Public method name "HttpfulTest::testHasProxyWithoutProxy" must be in lower-case letters only
(#568) Opening brace should be on the same line as the declaration
(#573) Public method name "HttpfulTest::testHasProxyWithProxy" must be in lower-case letters only
(#574) Opening brace should be on the same line as the declaration
(#580) Public method name "HttpfulTest::testHasProxyWithEnvironmentProxy" must be in lower-case letters only
(#581) Opening brace should be on the same line as the declaration
(#588) Public method name "HttpfulTest::testParseJSON" must be in lower-case letters only
(#589) Opening brace should be on the same line as the declaration
(#611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#611) This comment is 42% valid code; is this commented out code?
(#612) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#613) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#616) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#617) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#618) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#619) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#620) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#621) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#622) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#623) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#624) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#629) Opening brace should be on the same line as the declaration for class DemoMimeHandler
(#631) Opening brace should be on the same line as the declaration
mod/rocketchat/vendor/nategood/httpful/tests/Httpful/requestTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#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/>.".
(#8) Opening brace should be on the same line as the declaration for class requestTest
(#13) Public method name "requestTest::testGet_InvalidURL" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#19) Closing brace must be on a line by itself
mod/rocketchat/vendor/nategood/httpful/tests/bootstrap-server.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Variable "php_version" must not contain underscores.
(#4) Variable "php_major" must not contain underscores.
(#4) Variable "php_version" must not contain underscores.
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Variable "php_major" must not contain underscores.
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Variable "exit_code" must not contain underscores.
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Variable "server_logs" must not contain underscores.
(#27) Variable "server_logs" must not contain underscores.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) The use of function print_r() is forbidden
(#30) Variable "server_logs" must not contain underscores.
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
mod/rocketchat/view.php
(#44) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(18 errors, 1 warnings)

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

mod/rocketchat/styles.css
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#16) Expected single space before "{" (block-opening-brace-space-before)
(#25) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected single space before "{" (block-opening-brace-space-before)
(#41) Expected single space before "{" (block-opening-brace-space-before)
(#46) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#30) Expected single space before "{" (block-opening-brace-space-before)
(#23) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) Unexpected whitespace before ":" (declaration-colon-space-before)
(#11) Unexpected whitespace before ":" (declaration-colon-space-before)
(#21) Unexpected whitespace before ":" (declaration-colon-space-before)
(#22) Unexpected whitespace before ":" (declaration-colon-space-before)
(#44) Unexpected whitespace before ":" (declaration-colon-space-before)
(#33) Unexpected unit (length-zero-no-unit)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#30) Expected single space after ":" (media-feature-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(780 errors, 72 warnings)

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

mod/rocketchat/backup/moodle2/backup_rocketchat_activity_task.class.php
(#53) Phpdocs for function backup_rocketchat_activity_task::encode_content_links has incomplete parameters list
mod/rocketchat/backup/moodle2/restore_rocketchat_activity_task.class.php
(#21) Category restore is not valid
(#109) Function restore_rocketchat_activity_task::get_plan_mode is not documented
(#80) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#81) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#97) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#99) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/rocketchat/backup/moodle2/restore_rocketchat_stepslib.php
(#21) Category restore is not valid
mod/rocketchat/classes/api/manager/rocket_chat_api_config.php
(#28) Class rocket_chat_api_config is not documented
(#62) Function rocket_chat_api_config::__construct is not documented
(#29) Variable rocket_chat_api_config::$instanceurl is not documented
(#30) Variable rocket_chat_api_config::$restapiroot is not documented
(#31) Variable rocket_chat_api_config::$apiuser is not documented
(#32) Variable rocket_chat_api_config::$apitoken is not documented
(#34) There is no description in phpdocs for function get_instanceurl
(#41) There is no description in phpdocs for function get_restapiroot
(#48) There is no description in phpdocs for function get_apiuser
(#55) There is no description in phpdocs for function get_api_token
mod/rocketchat/classes/api/manager/rocket_chat_api_manager.php
(#35) Class rocket_chat_api_manager is not documented
(#40) Function rocket_chat_api_manager::get_instance_url is not documented
(#43) Function rocket_chat_api_manager::get_admin_user is not documented
(#46) Function rocket_chat_api_manager::is_verbose is not documented
(#49) Function rocket_chat_api_manager::__construct is not documented
(#54) Function rocket_chat_api_manager::initiate_connection is not documented
(#65) Function rocket_chat_api_manager::login_admin is not documented
(#69) Function rocket_chat_api_manager::close_connection is not documented
(#72) Function rocket_chat_api_manager::get_rocketchat_channel_object is not documented
(#80) Function rocket_chat_api_manager::get_rocketchat_role_object is not documented
(#84) Function rocket_chat_api_manager::get_rocketchat_room_object is not documented
(#92) Function rocket_chat_api_manager::get_rocketchat_group_object is not documented
(#100) Function rocket_chat_api_manager::get_rocketchat_user_with_id_object is not documented
(#118) Function rocket_chat_api_manager::get_rocketchat_client_object is not documented
(#123) Function rocket_chat_api_manager::create_rocketchat_group is not documented
(#144) Function rocket_chat_api_manager::delete_rocketchat_group is not documented
(#160) Function rocket_chat_api_manager::save_rocketchat_group_settings is not documented
(#206) Function rocket_chat_api_manager::archive_rocketchat_group is not documented
(#220) Function rocket_chat_api_manager::unarchive_rocketchat_group is not documented
(#234) Function rocket_chat_api_manager::enrol_user_to_group is not documented
(#267) Function rocket_chat_api_manager::add_moderator_to_group is not documented
(#282) Function rocket_chat_api_manager::enrol_moderator_to_group is not documented
(#306) Function rocket_chat_api_manager::unenrol_user_from_group is not documented
(#327) Function rocket_chat_api_manager::revoke_moderator_in_group is not documented
(#348) Function rocket_chat_api_manager::unenrol_moderator_from_group is not documented
(#377) Function rocket_chat_api_manager::create_user_if_not_exists is not documented
(#391) Function rocket_chat_api_manager::get_group_members is not documented
(#409) Function rocket_chat_api_manager::get_enriched_group_members is not documented
(#431) Function rocket_chat_api_manager::get_enriched_group_members_with_moderators is not documented
(#458) Function rocket_chat_api_manager::delete_user is not documented
(#477) Function rocket_chat_api_manager::unenroll_all_users_from_group is not documented
(#491) Function rocket_chat_api_manager::clean_history is not documented
(#496) Function rocket_chat_api_manager::get_groupname is not documented
(#509) Function rocket_chat_api_manager::get_group_infos is not documented
(#524) Function rocket_chat_api_manager::group_exists is not documented
(#551) Function rocket_chat_api_manager::kick_all_group_members is not documented
(#575) Function rocket_chat_api_manager::post_message is not documented
(#584) Function rocket_chat_api_manager::get_group_messages is not documented
(#610) Function rocket_chat_api_manager::group_archived is not documented
(#627) Function rocket_chat_api_manager::get_group_moderators is not documented
(#643) Function rocket_chat_api_manager::get_adminuser_info is not documented
(#36) Variable rocket_chat_api_manager::$rocketchatapiconfig is not documented
(#37) Variable rocket_chat_api_manager::$adminuser is not documented
(#38) Variable rocket_chat_api_manager::$verbose is not documented
(#107) There is no description in phpdocs for function get_rocketchat_user_object
(#539) There is no description in phpdocs for function get_user_infos
(#594) There is no description in phpdocs for function user_exists
(#647) There is no description in phpdocs for function moodle_debugging_message
(#658) There is no description in phpdocs for function get_rocketchat_channel_with_id_object
(#108) Phpdocs for function rocket_chat_api_manager::get_rocketchat_user_object has incomplete parameters list
(#540) Phpdocs for function rocket_chat_api_manager::get_user_infos has incomplete parameters list
(#595) Phpdocs for function rocket_chat_api_manager::user_exists has incomplete parameters list
(#648) Phpdocs for function rocket_chat_api_manager::moodle_debugging_message has incomplete parameters list
mod/rocketchat/classes/event/course_module_viewed.php
(#27) Class course_module_viewed is not documented
mod/rocketchat/classes/observers.php
(#19) Category observer is not valid
(#33) Class observers is not documented
(#35) Function observers::role_assigned is not documented
(#84) Function observers::role_unassigned is not documented
(#132) Function observers::course_bin_item_created is not documented
(#154) Function observers::course_bin_item_deleted is not documented
(#166) Function observers::course_bin_item_restored is not documented
(#182) Function observers::category_bin_item_created is not documented
(#205) Function observers::category_bin_item_deleted is not documented
(#223) Function observers::category_bin_item_restored is not documented
(#239) Function observers::course_module_updated is not documented
(#256) Function observers::user_updated is not documented
mod/rocketchat/classes/privacy/provider.php
(#37) Class provider is not documented
(#42) Function provider::get_metadata is not documented
mod/rocketchat/classes/task/enrol_role_assign.php
(#19) Category observer is not valid
(#31) Class enrol_role_assign is not documented
(#32) Function enrol_role_assign::execute is not documented
mod/rocketchat/classes/task/enrol_role_unassign.php
(#19) Category observer is not valid
(#31) Class enrol_role_unassign is not documented
(#32) Function enrol_role_unassign::execute is not documented
mod/rocketchat/classes/task/enrol_user_to_rocketchat_group.php
(#19) Category observer is not valid
(#31) Class enrol_user_to_rocketchat_group is not documented
(#32) Function enrol_user_to_rocketchat_group::execute is not documented
mod/rocketchat/classes/task/rocketchat_synchronise_task.php
(#34) Package is not specified for class rocketchat_synchronise_task. It is also not specified in file-level phpdocs
(#20) Package is not valid
(#34) Class rocketchat_synchronise_task is not documented
(#35) Function rocketchat_synchronise_task::get_name is not documented
(#40) Function rocketchat_synchronise_task::execute is not documented
mod/rocketchat/classes/task/synchronize_group.php
(#19) Category observer is not valid
(#31) Class synchronize_group is not documented
(#32) Function synchronize_group::execute is not documented
mod/rocketchat/classes/task/synchronize_user_everywhere.php
(#19) Category observer is not valid
(#31) Class synchronize_user_everywhere is not documented
(#32) Function synchronize_user_everywhere::execute is not documented
mod/rocketchat/classes/task/unenrol_user_everywhere.php
(#19) Category observer is not valid
(#31) Class unenrol_user_everywhere is not documented
(#32) Function unenrol_user_everywhere::execute is not documented
mod/rocketchat/cli/sync.php
(#17) No one-line description found in phpdocs for file
mod/rocketchat/config-test.php
(#19) Category config test file is not valid
mod/rocketchat/config-test_example.php
(#20) Category config test file is not valid
mod/rocketchat/db/access.php
(#17) File-level phpdocs block does not have @copyright tag
mod/rocketchat/db/tasks.php
(#20) Package is not valid
mod/rocketchat/db/upgrade.php
(#27) Function xmldb_rocketchat_upgrade is not documented
mod/rocketchat/hooklib-example.php
(#20) Category config test file is not valid
(#16) File-level phpdocs block is not found
(#16) Phpdocs for function moodle_username_to_rocketchat has incomplete parameters list
mod/rocketchat/lib.php
(#197) Function rocketchat_reset_userdata is not documented
(#176) Phpdocs for function rocketchat_reset_course_form_definition has incomplete parameters list
mod/rocketchat/locallib.php
(#31) Class mod_rocketchat_tools is not documented
(#52) Function mod_rocketchat_tools::get_roles_options is not documented
(#57) Function mod_rocketchat_tools::rocketchat_group_name is not documented
(#76) Function mod_rocketchat_tools::format_string is not documented
(#105) Function mod_rocketchat_tools::get_rocketchat_module_instances is not documented
(#114) Function mod_rocketchat_tools::get_rocketchat_module_instance is not documented
(#123) Function mod_rocketchat_tools::has_rocketchat_module_instances is not documented
(#131) Function mod_rocketchat_tools::is_module_a_rocketchat_instance is not documented
(#139) Function mod_rocketchat_tools::enrol_all_concerned_users_to_rocketchat_group is not documented
(#170) Function mod_rocketchat_tools::synchronize_group_members is not documented
(#204) Function mod_rocketchat_tools::synchronize_group_members_for_course is not documented
(#216) Function mod_rocketchat_tools::synchronize_group_members_for_module is not documented
(#228) Function mod_rocketchat_tools::rocketchat_enabled is not documented
(#242) Function mod_rocketchat_tools::is_patch_installed is not documented
(#246) Function mod_rocketchat_tools::get_group_link is not documented
(#273) Function mod_rocketchat_tools::unenrol_user_everywhere is not documented
(#289) Function mod_rocketchat_tools::synchronize_user_enrolments is not documented
(#335) Function mod_rocketchat_tools::rocketchat_username is not documented
(#613) Function mod_rocketchat_tools::create_rocketchat_room is not documented
(#257) There is no description in phpdocs for function sanitize_groupname
(#318) There is no description in phpdocs for function has_rocket_chat_user_role
(#345) There is no description in phpdocs for function role_assign
(#380) There is no description in phpdocs for function role_unassign
(#439) There is no description in phpdocs for function has_rocket_chat_moderator_role
(#457) There is no description in phpdocs for function enrol_user_to_rocketchat_group
(#488) There is no description in phpdocs for function synchronize_group
(#523) There is no description in phpdocs for function synchronize_rocketchat_member
(#595) There is no description in phpdocs for function course_enrolments
(#319) Phpdocs for function mod_rocketchat_tools::has_rocket_chat_user_role has incomplete parameters list
(#346) Phpdocs for function mod_rocketchat_tools::role_assign has incomplete parameters list
(#381) Phpdocs for function mod_rocketchat_tools::role_unassign has incomplete parameters list
(#440) Phpdocs for function mod_rocketchat_tools::has_rocket_chat_moderator_role has incomplete parameters list
(#458) Phpdocs for function mod_rocketchat_tools::enrol_user_to_rocketchat_group has incomplete parameters list
(#489) Phpdocs for function mod_rocketchat_tools::synchronize_group has incomplete parameters list
(#524) Phpdocs for function mod_rocketchat_tools::synchronize_rocketchat_member has incomplete parameters list
(#596) Phpdocs for function mod_rocketchat_tools::course_enrolments has incomplete parameters list
mod/rocketchat/mod_form.php
(#199) Function mod_rocketchat_mod_form::data_postprocessing is not documented
(#223) Function mod_rocketchat_mod_form::validation is not documented
(#206) There is no description in phpdocs for function format_roles
(#207) Phpdocs for function mod_rocketchat_mod_form::format_roles has incomplete parameters list
mod/rocketchat/rocket_room_details.php
(#16) File-level phpdocs block is not found
mod/rocketchat/rocketchatadmintable.php
(#19) Package tool_legacyfilesmigration is not valid
(#33) Class rocketchat_admin_table is not documented
(#110) Function rocketchat_admin_table::col_course is not documented
(#120) Function rocketchat_admin_table::col_action is not documented
(#147) Function rocketchat_admin_table::col_timecreated is not documented
(#150) Function rocketchat_admin_table::col_timemodified is not documented
(#154) Function rocketchat_admin_table::col_maxage is not documented
(#158) Function rocketchat_admin_table::col_filesonly is not documented
(#162) Function rocketchat_admin_table::col_retentionenabled is not documented
(#167) Function rocketchat_admin_table::start_html is not documented
(#177) Function rocketchat_admin_table::finish_html is not documented
(#46) Phpdocs for function rocketchat_admin_table::__construct has incomplete parameters list
mod/rocketchat/rocketchatadmintablerecyclebin.php
(#20) Package tool_legacyfilesmigration is not valid
(#31) Class rocketchat_admin_table_recycle is not documented
(#108) Function rocketchat_admin_table_recycle::col_courseid is not documented
(#157) Function rocketchat_admin_table_recycle::col_action is not documented
(#165) Function rocketchat_admin_table_recycle::col_timecreated is not documented
(#168) Function rocketchat_admin_table_recycle::col_timemodified is not documented
(#171) Function rocketchat_admin_table_recycle::col_timescheduleprocessed is not documented
(#176) Function rocketchat_admin_table_recycle::start_html is not documented
(#183) Function rocketchat_admin_table_recycle::finish_html is not documented
(#44) Phpdocs for function rocketchat_admin_table_recycle::__construct has incomplete parameters list
mod/rocketchat/sync_all_rooms.php
(#32) Package is not specified for class sync_all_rooms_task. It is also not specified in file-level phpdocs
(#20) Package is not valid
(#32) Class sync_all_rooms_task is not documented
(#33) Function sync_all_rooms_task::get_name is not documented
(#38) Function sync_all_rooms_task::execute is not documented
mod/rocketchat/test_connection.php
(#21) Package mod is not valid
mod/rocketchat/tests/background_enrolments_test.php
(#20) Package local_digital_training_account_services is not valid
(#31) Class mod_rocketchat_background_enrolments_testcase is not documented
(#197) Function mod_rocketchat_background_enrolments_testcase::load_rocketchat_test_config is not documented
(#202) Function mod_rocketchat_background_enrolments_testcase::initiate_test_environment is not documented
(#223) Function mod_rocketchat_background_enrolments_testcase::enable_cohort_enrolments is not documented
(#230) Function mod_rocketchat_background_enrolments_testcase::create_rocketchat_module is not documented
(#32) Variable mod_rocketchat_background_enrolments_testcase::$rocketchatapimanager is not documented
(#33) Variable mod_rocketchat_background_enrolments_testcase::$course is not documented
(#34) Variable mod_rocketchat_background_enrolments_testcase::$user is not documented
(#35) Variable mod_rocketchat_background_enrolments_testcase::$user2 is not documented
(#36) Variable mod_rocketchat_background_enrolments_testcase::$datagenerator is not documented
(#37) Variable mod_rocketchat_background_enrolments_testcase::$rocketchat is not documented
(#38) Variable mod_rocketchat_background_enrolments_testcase::$studentrole is not documented
(#39) Variable mod_rocketchat_background_enrolments_testcase::$editingteacherrole is not documented
(#207) There is no description in phpdocs for function unenrol_user
(#208) Phpdocs for function mod_rocketchat_background_enrolments_testcase::unenrol_user has incomplete parameters list
mod/rocketchat/tests/backup_restore_test.php
(#20) Package local_digital_training_account_services is not valid
(#34) Class mod_rocketchat_backup_restore_testcase is not documented
(#149) Function mod_rocketchat_backup_restore_testcase::backup_and_restore is not documented
(#35) Variable mod_rocketchat_backup_restore_testcase::$course is not documented
(#36) Variable mod_rocketchat_backup_restore_testcase::$rocketchat is not documented
(#37) Variable mod_rocketchat_backup_restore_testcase::$newrocketchat is not documented
(#38) Variable mod_rocketchat_backup_restore_testcase::$newrocketchatmodule is not documented
(#39) Variable mod_rocketchat_backup_restore_testcase::$user is not documented
(#17) No one-line description found in phpdocs for file
mod/rocketchat/tests/course_reset_test.php
(#20) Package local_digital_training_account_services is not valid
(#34) Class mod_rocketchat_course_reset_testcase is not documented
(#35) Variable mod_rocketchat_course_reset_testcase::$course is not documented
(#36) Variable mod_rocketchat_course_reset_testcase::$rocketchat is not documented
(#37) Variable mod_rocketchat_course_reset_testcase::$userstudent is not documented
(#38) Variable mod_rocketchat_course_reset_testcase::$usereditingteacher is not documented
(#39) Variable mod_rocketchat_course_reset_testcase::$rocketchatapimanager is not documented
(#40) Variable mod_rocketchat_course_reset_testcase::$editingteacherrole is not documented
(#41) Variable mod_rocketchat_course_reset_testcase::$studentrole is not documented
(#17) No one-line description found in phpdocs for file
mod/rocketchat/tests/generator/lib.php
(#20) Package mod_bigbluebuttonbn is not valid
mod/rocketchat/tests/mod_rocketchat_tools_test.php
(#20) Package local_digital_training_account_services is not valid
(#31) Class mod_rocketchat_tools_testcase is not documented
(#54) Function mod_rocketchat_tools_testcase::load_rocketchat_test_config is not documented
(#76) Function mod_rocketchat_tools_testcase::initiate_test_environment is not documented
(#182) Function mod_rocketchat_tools_testcase::create_group is not documented
(#32) Variable mod_rocketchat_tools_testcase::$rocketchatapimanager is not documented
(#33) Variable mod_rocketchat_tools_testcase::$course is not documented
(#34) Variable mod_rocketchat_tools_testcase::$rocketchat is not documented
(#35) Variable mod_rocketchat_tools_testcase::$module is not documented
(#36) Variable mod_rocketchat_tools_testcase::$student1 is not documented
(#37) Variable mod_rocketchat_tools_testcase::$student2 is not documented
(#38) Variable mod_rocketchat_tools_testcase::$student3 is not documented
(#39) Variable mod_rocketchat_tools_testcase::$teacher1 is not documented
(#40) Variable mod_rocketchat_tools_testcase::$teacher2 is not documented
(#41) Variable mod_rocketchat_tools_testcase::$teacher3 is not documented
(#42) Variable mod_rocketchat_tools_testcase::$generator is not documented
(#167) There is no description in phpdocs for function check_rocket_chat_group_members
(#168) Phpdocs for function mod_rocketchat_tools_testcase::check_rocket_chat_group_members has incomplete parameters list
mod/rocketchat/tests/moderator_and_user_roles_test.php
(#20) Package local_digital_training_account_services is not valid
(#33) Class mod_rocketchat_moderator_and_user_roles_testcase is not documented
(#142) Class simpleform is not documented
(#107) Function mod_rocketchat_moderator_and_user_roles_testcase::load_rocketchat_test_config is not documented
(#112) Function mod_rocketchat_moderator_and_user_roles_testcase::initiate_test_environment is not documented
(#143) Function simpleform::definition is not documented
(#34) Variable mod_rocketchat_moderator_and_user_roles_testcase::$rocketchatapimanager is not documented
(#35) Variable mod_rocketchat_moderator_and_user_roles_testcase::$course is not documented
(#36) Variable mod_rocketchat_moderator_and_user_roles_testcase::$rocketchat is not documented
(#37) Variable mod_rocketchat_moderator_and_user_roles_testcase::$studentrole is not documented
(#38) Variable mod_rocketchat_moderator_and_user_roles_testcase::$guestrole is not documented
(#39) Variable mod_rocketchat_moderator_and_user_roles_testcase::$editingteacherrole is not documented
(#40) Variable mod_rocketchat_moderator_and_user_roles_testcase::$teacherrole is not documented
(#41) Variable mod_rocketchat_moderator_and_user_roles_testcase::$student1 is not documented
(#42) Variable mod_rocketchat_moderator_and_user_roles_testcase::$teacher1 is not documented
(#43) Variable mod_rocketchat_moderator_and_user_roles_testcase::$generator is not documented
mod/rocketchat/tests/observer_test.php
(#20) Package local_digital_training_account_services is not valid
(#34) Class mod_rocketchat_observer_testcase is not documented
(#35) Variable mod_rocketchat_observer_testcase::$course is not documented
(#36) Variable mod_rocketchat_observer_testcase::$rocketchat is not documented
(#37) Variable mod_rocketchat_observer_testcase::$userstudent is not documented
(#38) Variable mod_rocketchat_observer_testcase::$usereditingteacher is not documented
(#39) Variable mod_rocketchat_observer_testcase::$rocketchatmanager is not documented
(#17) No one-line description found in phpdocs for file
mod/rocketchat/tests/privacy_provider_test.php
(#20) Package logstore_last_viewed_course_module is not valid
(#41) Class mod_rocketchat_privacy_testcase is not documented
(#44) Variable mod_rocketchat_privacy_testcase::$course1 is not documented
(#45) Variable mod_rocketchat_privacy_testcase::$course2 is not documented
(#46) Variable mod_rocketchat_privacy_testcase::$rocketchat1 is not documented
(#47) Variable mod_rocketchat_privacy_testcase::$rocketchat2 is not documented
(#48) Variable mod_rocketchat_privacy_testcase::$rocketchatcontext1 is not documented
(#49) Variable mod_rocketchat_privacy_testcase::$rocketchatcontext2 is not documented
(#50) Variable mod_rocketchat_privacy_testcase::$module2 is not documented
(#51) Variable mod_rocketchat_privacy_testcase::$userstudent is not documented
(#52) Variable mod_rocketchat_privacy_testcase::$usereditingteacher is not documented
mod/rocketchat/tests/recyclebin_category_test.php
(#20) Package local_digital_training_account_services is not valid
(#32) Class mod_rocketchat_recyclebin_category_testcase is not documented
(#245) Function mod_rocketchat_recyclebin_category_testcase::set_up_moodle_datas is not documented
(#34) Variable mod_rocketchat_recyclebin_category_testcase::$user is not documented
(#35) Variable mod_rocketchat_recyclebin_category_testcase::$rocketchat is not documented
(#36) Variable mod_rocketchat_recyclebin_category_testcase::$course is not documented
mod/rocketchat/tests/recyclebin_test.php
(#20) Package local_digital_training_account_services is not valid
(#33) Class mod_rocketchat_recyclebin_testcase is not documented
(#334) Function mod_rocketchat_recyclebin_testcase::set_up_moodle_datas is not documented
(#35) Variable mod_rocketchat_recyclebin_testcase::$userstudent1 is not documented
(#36) Variable mod_rocketchat_recyclebin_testcase::$userstudent2 is not documented
(#37) Variable mod_rocketchat_recyclebin_testcase::$rocketchat is not documented
(#38) Variable mod_rocketchat_recyclebin_testcase::$course is not documented
mod/rocketchat/tests/retention_test.php
(#20) Package local_digital_training_account_services is not valid
(#33) Class mod_rocketchat_retention_testcase is not documented
(#143) Function mod_rocketchat_retention_testcase::set_up_moodle_datas is not documented
(#35) Variable mod_rocketchat_retention_testcase::$userstudent1 is not documented
(#36) Variable mod_rocketchat_retention_testcase::$rocketchat is not documented
(#37) Variable mod_rocketchat_retention_testcase::$course is not documented
mod/rocketchat/tests/rocket_chat_api_manager_test.php
(#20) Package local_digital_training_account_services is not valid
(#31) Class mod_rocketchat_api_manager_testcase is not documented
(#319) Function mod_rocketchat_api_manager_testcase::load_rocketchat_test_config is not documented
(#324) Function mod_rocketchat_api_manager_testcase::initiate_test_environment is not documented
(#329) Function mod_rocketchat_api_manager_testcase::initiate_environment_and_connection is not documented
(#32) Variable mod_rocketchat_api_manager_testcase::$rocketchatapimanager is not documented
(#334) There is no description in phpdocs for function initiate_group_with_user
mod/rocketchat/tests/username_and_bad_caracters_test.php
(#20) Package local_digital_training_account_services is not valid
(#33) Class mod_rocketchat_username_and_bad_caracters_testcase is not documented
(#160) Function mod_rocketchat_username_and_bad_caracters_testcase::load_rocketchat_test_config is not documented
(#165) Function mod_rocketchat_username_and_bad_caracters_testcase::initiate_test_environment is not documented
(#170) Function mod_rocketchat_username_and_bad_caracters_testcase::initiate_environment_and_connection is not documented
(#34) Variable mod_rocketchat_username_and_bad_caracters_testcase::$rocketchatapimanager is not documented
(#35) Variable mod_rocketchat_username_and_bad_caracters_testcase::$studentrole is not documented
(#36) Variable mod_rocketchat_username_and_bad_caracters_testcase::$editingteacherrole is not documented
(#37) Variable mod_rocketchat_username_and_bad_caracters_testcase::$datagenerator is not documented
(#56) There is no description in phpdocs for function test_create_user_invalid_username
(#57) Invalid phpdocs tag @expectedException used
mod/rocketchat/vendor/autoload.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/rocketchat/vendor/composer/ClassLoader.php
(#15) Package is not specified for class ClassLoader. It is also not specified in file-level phpdocs
(#437) Package is not specified for function includeFile. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#60) Function ClassLoader::getPrefixes is not documented
(#69) Function ClassLoader::getPrefixesPsr4 is not documented
(#74) Function ClassLoader::getFallbackDirs is not documented
(#79) Function ClassLoader::getFallbackDirsPsr4 is not documented
(#84) Function ClassLoader::getClassMap is not documented
(#370) Function ClassLoader::findFileWithExtension is not documented
(#46) Variable ClassLoader::$prefixLengthsPsr4 is not documented
(#47) Variable ClassLoader::$prefixDirsPsr4 is not documented
(#48) Variable ClassLoader::$fallbackDirsPsr4 is not documented
(#51) Variable ClassLoader::$prefixesPsr0 is not documented
(#52) Variable ClassLoader::$fallbackDirsPsr0 is not documented
(#54) Variable ClassLoader::$useIncludePath is not documented
(#55) Variable ClassLoader::$classMap is not documented
(#56) Variable ClassLoader::$classMapAuthoritative is not documented
(#57) Variable ClassLoader::$missingClasses is not documented
(#58) Variable ClassLoader::$apcuPrefix is not documented
(#89) There is no description in phpdocs for function addClassMap
(#437) Phpdocs for function includeFile has incomplete parameters list
mod/rocketchat/vendor/composer/autoload_classmap.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/rocketchat/vendor/composer/autoload_namespaces.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/rocketchat/vendor/composer/autoload_psr4.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/rocketchat/vendor/composer/autoload_real.php
(#5) Package is not specified for class ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#5) Class ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829 is not documented
(#9) Function ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829::loadClassLoader is not documented
(#7) Variable ComposerAutoloaderInit957b461ba202c0a13f71e9a3d4ac8829::$loader is not documented
(#16) There is no description in phpdocs for function getLoader
mod/rocketchat/vendor/composer/autoload_static.php
(#7) Package is not specified for class ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#7) Class ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829 is not documented
(#31) Function ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829::getInitializer is not documented
(#9) Variable ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829::$prefixesPsr0 is not documented
(#19) Variable ComposerStaticInit957b461ba202c0a13f71e9a3d4ac8829::$classMap is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/config-sample.php
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatChannel.php
(#8) Package is not specified for class Channel. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#18) Function Channel::__construct is not documented
(#168) Function Channel::getAllMessages is not documented
(#182) Function Channel::deleteMessage is not documented
(#192) Function Channel::clean is not documented
(#14) Variable Channel::$id is not documented
(#15) Variable Channel::$name is not documented
(#16) Variable Channel::$members is not documented
(#138) Phpdocs for function Channel::postMessage has incomplete parameters list
(#239) Phpdocs for function Channel::kick has incomplete parameters list
(#261) Phpdocs for function Channel::invite has incomplete parameters list
(#283) Phpdocs for function Channel::addOwner has incomplete parameters list
(#305) Phpdocs for function Channel::removeOwner has incomplete parameters list
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatClient.php
(#7) Package is not specified for class Client. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#7) Class Client is not documented
(#13) Function Client::__construct is not documented
(#147) Function Client::user_info is not documented
(#173) Function Client::stripBom is not documented
(#9) Variable Client::$api is not documented
(#10) Variable Client::$instanceurl is not documented
(#11) Variable Client::$restroot is not documented
(#163) There is no description in phpdocs for function success
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatException.php
(#4) Package is not specified for class RocketChatException. It is also not specified in file-level phpdocs
(#4) Class RocketChatException is not documented
(#5) Function RocketChatException::__construct is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatGroup.php
(#8) Package is not specified for class Group. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#8) Class Group is not documented
(#17) Function Group::__construct is not documented
(#366) Function Group::getMessages is not documented
(#381) Function Group::cleanHistory is not documented
(#393) Function Group::saveRoomSettings is not documented
(#403) Function Group::isGroupAlreadyExists is not documented
(#10) Variable Group::$id is not documented
(#11) Variable Group::$name is not documented
(#12) Variable Group::$members is not documented
(#13) Variable Group::$archived is not documented
(#14) Variable Group::$readonly is not documented
(#15) Variable Group::$announcement is not documented
(#101) Phpdocs for function Group::postMessage has incomplete parameters list
(#121) Phpdocs for function Group::setAnnouncement has incomplete parameters list
(#202) Phpdocs for function Group::kick has incomplete parameters list
(#220) Phpdocs for function Group::invite has incomplete parameters list
(#238) Phpdocs for function Group::addOwner has incomplete parameters list
(#256) Phpdocs for function Group::removeOwner has incomplete parameters list
(#274) Phpdocs for function Group::addModerator has incomplete parameters list
(#292) Phpdocs for function Group::removeModerator has incomplete parameters list
(#348) Phpdocs for function Group::getInviteLink has incomplete parameters list
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatRole.php
(#8) Package is not specified for class Role. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#8) Class Role is not documented
(#16) Function Role::__construct is not documented
(#39) Function Role::getUsersInRole is not documented
(#10) Variable Role::$username is not documented
(#11) Variable Role::$type is not documented
(#12) Variable Role::$status is not documented
(#13) Variable Role::$active is not documented
(#14) Variable Role::$name is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatRoom.php
(#8) Package is not specified for class Room. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#8) Class Room is not documented
(#18) Function Room::__construct is not documented
(#10) Variable Room::$id is not documented
(#11) Variable Room::$name is not documented
(#12) Variable Room::$usersCount is not documented
(#13) Variable Room::$msgs is not documented
(#14) Variable Room::$customFields is not documented
(#15) Variable Room::$broadcast is not documented
(#16) Variable Room::$encrypted is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatSettings.php
(#8) Package is not specified for class Settings. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#14) Variable Settings::$file is not documented
(#8) No one-line description found in phpdocs for class Settings
(#16) Phpdocs for function Settings::__construct has incomplete parameters list
(#28) Phpdocs for function Settings::get has incomplete parameters list
(#41) Phpdocs for function Settings::update has incomplete parameters list
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatUser.php
(#8) Package is not specified for class User. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#8) Class User is not documented
(#15) Function User::__construct is not documented
(#57) Function User::logout is not documented
(#9) Variable User::$username is not documented
(#10) Variable User::$password is not documented
(#11) Variable User::$id is not documented
(#12) Variable User::$nickname is not documented
(#13) Variable User::$email is not documented
(#34) Phpdocs for function User::login has incomplete parameters list
(#141) Phpdocs for function User::print_info has incomplete parameters list
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/src/RocketChatUserManager.php
(#8) Package is not specified for class UserManager. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#8) Class UserManager is not documented
(#9) Function UserManager::__construct is not documented
(#21) Function UserManager::prepare_connection_with_token is not documented
(#44) Function UserManager::login is not documented
(#61) Function UserManager::logout is not documented
(#30) Phpdocs for function UserManager::login_token has incomplete parameters list
(#73) Phpdocs for function UserManager::info has incomplete parameters list
(#92) Phpdocs for function UserManager::create has incomplete parameters list
(#120) Phpdocs for function UserManager::delete has incomplete parameters list
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RockatChatConstructorsWithoutConfigFileTest.php
(#9) Package is not specified for class ConstructorsWithoutConfigFileTest. It is also not specified in file-level phpdocs
(#9) Class ConstructorsWithoutConfigFileTest is not documented
(#12) Function ConstructorsWithoutConfigFileTest::testCanInstantiateClient is not documented
(#19) Function ConstructorsWithoutConfigFileTest::testCanInstantiateGroup is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatClientTest.php
(#10) Package is not specified for class ClientTest. It is also not specified in file-level phpdocs
(#10) Class ClientTest is not documented
(#12) Function ClientTest::testCanCreateConnexionWithConfigFile is not documented
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatGroupTest.php
(#9) Package is not specified for class GroupTest. It is also not specified in file-level phpdocs
(#9) Class GroupTest is not documented
(#11) Function GroupTest::testCanInstantiateGroup is not documented
(#22) There is no description in phpdocs for function testCanCreateGroup
(#34) There is no description in phpdocs for function testCanTestGroupExistence
(#44) There is no description in phpdocs for function testCanArchiveGroup
(#55) There is no description in phpdocs for function testCanUnarchiveGroup
(#65) There is no description in phpdocs for function testCantInviteInexistantUserInGroup
(#75) There is no description in phpdocs for function testCanInviteUserInGroup
(#95) There is no description in phpdocs for function testCanAddModerator
(#116) There is no description in phpdocs for function testCanRemoveModerator
(#136) There is no description in phpdocs for function testCanKickUserFromGroup
(#159) There is no description in phpdocs for function testCanMakeAnnouncement
(#170) There is no description in phpdocs for function testCanCreateInviteLink
(#178) There is no description in phpdocs for function testCanCleanHistory
(#187) There is no description in phpdocs for function testCanDeleteGroup
(#22) Phpdocs for function GroupTest::testCanCreateGroup has incomplete parameters list
(#34) Phpdocs for function GroupTest::testCanTestGroupExistence has incomplete parameters list
(#44) Phpdocs for function GroupTest::testCanArchiveGroup has incomplete parameters list
(#55) Phpdocs for function GroupTest::testCanUnarchiveGroup has incomplete parameters list
(#65) Phpdocs for function GroupTest::testCantInviteInexistantUserInGroup has incomplete parameters list
(#75) Phpdocs for function GroupTest::testCanInviteUserInGroup has incomplete parameters list
(#95) Phpdocs for function GroupTest::testCanAddModerator has incomplete parameters list
(#116) Phpdocs for function GroupTest::testCanRemoveModerator has incomplete parameters list
(#136) Phpdocs for function GroupTest::testCanKickUserFromGroup has incomplete parameters list
(#159) Phpdocs for function GroupTest::testCanMakeAnnouncement has incomplete parameters list
(#170) Phpdocs for function GroupTest::testCanCreateInviteLink has incomplete parameters list
(#178) Phpdocs for function GroupTest::testCanCleanHistory has incomplete parameters list
(#187) Phpdocs for function GroupTest::testCanDeleteGroup has incomplete parameters list
(#23) Incorrect path for phpdocs tag @depends detected
(#35) Incorrect path for phpdocs tag @depends detected
(#45) Incorrect path for phpdocs tag @depends detected
(#56) Incorrect path for phpdocs tag @depends detected
(#66) Incorrect path for phpdocs tag @depends detected
(#76) Incorrect path for phpdocs tag @depends detected
(#96) Incorrect path for phpdocs tag @depends detected
(#117) Incorrect path for phpdocs tag @depends detected
(#137) Incorrect path for phpdocs tag @depends detected
(#160) Incorrect path for phpdocs tag @depends detected
(#171) Incorrect path for phpdocs tag @depends detected
(#179) Incorrect path for phpdocs tag @depends detected
(#188) Incorrect path for phpdocs tag @depends detected
mod/rocketchat/vendor/esup-portail/rocket-chat-rest-client/tests/RocketChatUserTest.php
(#11) Package is not specified for class UserTest. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#11) Class UserTest is not documented
(#13) Function UserTest::testCanCreateUserWithoutPassword is not documented
(#22) Function UserTest::testCanCreateUserWithPassword is not documented
(#33) There is no description in phpdocs for function testCanLogin
(#42) There is no description in phpdocs for function testCanCreateUser
(#64) There is no description in phpdocs for function testCanDeleteUser
(#33) Phpdocs for function UserTest::testCanLogin has incomplete parameters list
(#42) Phpdocs for function UserTest::testCanCreateUser has incomplete parameters list
(#64) Phpdocs for function UserTest::testCanDeleteUser has incomplete parameters list
(#34) Incorrect path for phpdocs tag @depends detected
(#43) Incorrect path for phpdocs tag @depends detected
(#44) Incorrect path for phpdocs tag @dataProvider detected
(#65) Incorrect path for phpdocs tag @depends detected
(#66) Incorrect path for phpdocs tag @dataProvider detected
mod/rocketchat/vendor/nategood/httpful/bootstrap.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/rocketchat/vendor/nategood/httpful/examples/freebase.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/examples/github.php
(#3) File-level phpdocs block is not found
mod/rocketchat/vendor/nategood/httpful/examples/override.php
(#12) Package is not specified for class SimpleCsvHandler. It is also not specified in file-level phpdocs
(#12) Class SimpleCsvHandler is not documented
mod/rocketchat/vendor/nategood/httpful/examples/showclix.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Bootstrap.php
(#5) Package is not specified for class Bootstrap. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#17) Variable Bootstrap::$registered is not documented
(#14) Constant Bootstrap::DIR_GLUE is not documented
(#15) Constant Bootstrap::NS_GLUE is not documented
(#5) No one-line description found in phpdocs for class Bootstrap
(#57) There is no description in phpdocs for function _autoload
(#79) Invalid inline phpdocs tag @todo found
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Exception/ConnectionErrorException.php
(#6) Package is not specified for class ConnectionErrorException. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#6) Class ConnectionErrorException is not documented
(#19) There is no description in phpdocs for function getCurlErrorNumber
(#26) There is no description in phpdocs for function setCurlErrorNumber
(#36) There is no description in phpdocs for function getCurlErrorString
(#43) There is no description in phpdocs for function setCurlErrorString
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Exception/JsonParseException.php
(#5) Package is not specified for class JsonParseException. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#5) Class JsonParseException is not documented
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/CsvHandler.php
(#9) Package is not specified for class CsvHandler. It is also not specified in file-level phpdocs
(#9) Class CsvHandler is not documented
(#11) There is no description in phpdocs for function parse
(#32) There is no description in phpdocs for function serialize
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/FormHandler.php
(#9) Package is not specified for class FormHandler. It is also not specified in file-level phpdocs
(#9) Class FormHandler is not documented
(#11) There is no description in phpdocs for function parse
(#22) There is no description in phpdocs for function serialize
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/JsonHandler.php
(#11) Package is not specified for class JsonHandler. It is also not specified in file-level phpdocs
(#11) Class JsonHandler is not documented
(#15) Function JsonHandler::init is not documented
(#13) Variable JsonHandler::$decode_as_array is not documented
(#20) There is no description in phpdocs for function parse
(#36) There is no description in phpdocs for function serialize
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php
(#11) Package is not specified for class MimeHandlerAdapter. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#11) Class MimeHandlerAdapter is not documented
(#13) Function MimeHandlerAdapter::__construct is not documented
(#44) Function MimeHandlerAdapter::stripBom is not documented
(#3) No one-line description found in phpdocs for file
(#26) There is no description in phpdocs for function parse
(#35) There is no description in phpdocs for function serialize
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/XHtmlHandler.php
(#11) Package is not specified for class XHtmlHandler. It is also not specified in file-level phpdocs
(#11) Class XHtmlHandler is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#13) Invalid inline phpdocs tag @todo found
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Handlers/XmlHandler.php
(#11) Package is not specified for class XmlHandler. It is also not specified in file-level phpdocs
(#11) Class XmlHandler is not documented
(#23) There is no description in phpdocs for function __construct
(#32) There is no description in phpdocs for function parse
(#48) There is no description in phpdocs for function serialize
(#59) There is no description in phpdocs for function serialize_clean
(#73) There is no description in phpdocs for function serialize_node
(#90) There is no description in phpdocs for function _future_serializeAsXml
(#121) There is no description in phpdocs for function _future_serializeArrayAsXml
(#137) There is no description in phpdocs for function _future_serializeObjectAsXml
(#90) Phpdocs for function XmlHandler::_future_serializeAsXml has incomplete parameters list
(#121) Phpdocs for function XmlHandler::_future_serializeArrayAsXml has incomplete parameters list
(#137) Phpdocs for function XmlHandler::_future_serializeObjectAsXml has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Http.php
(#5) Package is not specified for class Http. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#10) Constant Http::HEAD is not documented
(#11) Constant Http::GET is not documented
(#12) Constant Http::POST is not documented
(#13) Constant Http::PUT is not documented
(#14) Constant Http::DELETE is not documented
(#15) Constant Http::PATCH is not documented
(#16) Constant Http::OPTIONS is not documented
(#17) Constant Http::TRACE is not documented
(#5) No one-line description found in phpdocs for class Http
(#19) There is no description in phpdocs for function safeMethods
(#27) There is no description in phpdocs for function isSafeMethod
(#36) There is no description in phpdocs for function isUnsafeMethod
(#45) There is no description in phpdocs for function idempotentMethods
(#56) There is no description in phpdocs for function isIdempotent
(#65) There is no description in phpdocs for function isNotIdempotent
(#74) There is no description in phpdocs for function canHaveBody
(#28) Phpdocs for function Http::isSafeMethod has incomplete parameters list
(#37) Phpdocs for function Http::isUnsafeMethod has incomplete parameters list
(#57) Phpdocs for function Http::isIdempotent has incomplete parameters list
(#66) Phpdocs for function Http::isNotIdempotent has incomplete parameters list
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Httpful.php
(#5) Package is not specified for class Httpful. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#5) Class Httpful is not documented
(#8) Variable Httpful::$mimeRegistrar is not documented
(#9) Variable Httpful::$default is not documented
(#6) Constant Httpful::VERSION is not documented
(#11) There is no description in phpdocs for function register
(#20) There is no description in phpdocs for function get
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Mime.php
(#5) Package is not specified for class Mime. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#11) Constant Mime::JSON is not documented
(#12) Constant Mime::XML is not documented
(#13) Constant Mime::XHTML is not documented
(#14) Constant Mime::FORM is not documented
(#15) Constant Mime::UPLOAD is not documented
(#16) Constant Mime::PLAIN is not documented
(#17) Constant Mime::JS is not documented
(#18) Constant Mime::HTML is not documented
(#19) Constant Mime::YAML is not documented
(#20) Constant Mime::CSV is not documented
(#52) There is no description in phpdocs for function supportsMimeType
(#22) Phpdocs for variable Mime::$mimes does not contain @var or incorrect
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Proxy.php
(#8) Package is not specified for class Proxy. It is also not specified in file-level phpdocs
(#13) Constant Proxy::HTTP is not documented
(#14) Constant Proxy::SOCKS4 is not documented
(#15) Constant Proxy::SOCKS5 is not documented
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Request.php
(#7) Package is not specified for class Request. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#190) Function Request::timeoutIn is not documented
(#236) Function Request::sendIt is not documented
(#267) Function Request::authenticateWith is not documented
(#272) Function Request::authenticateWithBasic is not documented
(#278) Function Request::authenticateWithNTLM is not documented
(#283) Function Request::ntlmAuth is not documented
(#302) Function Request::authenticateWithDigest is not documented
(#333) Function Request::authenticateWithCert is not documented
(#371) Function Request::sendsAndExpectsType is not documented
(#376) Function Request::sendsAndExpects is not documented
(#405) Function Request::expectsType is not documented
(#410) Function Request::attach is not documented
(#442) Function Request::sends is not documented
(#447) Function Request::sendsType is not documented
(#462) Function Request::withoutStrictSSL is not documented
(#466) Function Request::withStrictSSL is not documented
(#817) Function Request::_error is not documented
(#56) Variable Request::$uri is not documented
(#57) Variable Request::$method is not documented
(#58) Variable Request::$headers is not documented
(#59) Variable Request::$raw_headers is not documented
(#60) Variable Request::$strict_ssl is not documented
(#61) Variable Request::$content_type is not documented
(#62) Variable Request::$expected_type is not documented
(#63) Variable Request::$additional_curl_opts is not documented
(#64) Variable Request::$auto_parse is not documented
(#65) Variable Request::$serialize_payload_method is not documented
(#66) Variable Request::$username is not documented
(#67) Variable Request::$password is not documented
(#68) Variable Request::$serialized_payload is not documented
(#69) Variable Request::$payload is not documented
(#70) Variable Request::$parse_callback is not documented
(#71) Variable Request::$error_callback is not documented
(#72) Variable Request::$send_callback is not documented
(#73) Variable Request::$follow_redirects is not documented
(#74) Variable Request::$max_redirects is not documented
(#75) Variable Request::$payload_serializers is not documented
(#84) Variable Request::$_ch is not documented
(#85) Variable Request::$_debug is not documented
(#88) Variable Request::$_template is not documented
(#50) Constant Request::SERIALIZE_PAYLOAD_NEVER is not documented
(#51) Constant Request::SERIALIZE_PAYLOAD_ALWAYS is not documented
(#52) Constant Request::SERIALIZE_PAYLOAD_SMART is not documented
(#54) Constant Request::MAX_REDIRECTS_DEFAULT is not documented
(#7) No one-line description found in phpdocs for class Request
(#146) There is no description in phpdocs for function hasTimeout
(#154) There is no description in phpdocs for function hasBeenInitialized
(#162) There is no description in phpdocs for function hasBasicAuth
(#170) There is no description in phpdocs for function hasDigestAuth
(#208) There is no description in phpdocs for function doNotFollowRedirects
(#243) There is no description in phpdocs for function uri
(#307) There is no description in phpdocs for function hasClientSideCert
(#394) There is no description in phpdocs for function expects
(#428) There is no description in phpdocs for function contentType
(#511) There is no description in phpdocs for function hasProxy
(#551) There is no description in phpdocs for function neverSerializePayload
(#570) There is no description in phpdocs for function alwaysSerializePayload
(#611) There is no description in phpdocs for function autoParse
(#624) There is no description in phpdocs for function withoutAutoParsing
(#633) There is no description in phpdocs for function withAutoParsing
(#654) There is no description in phpdocs for function parseResponsesWith
(#706) There is no description in phpdocs for function serializePayloadWith
(#991) There is no description in phpdocs for function _determineLength
(#1004) There is no description in phpdocs for function isUpload
(#1012) There is no description in phpdocs for function buildUserAgent
(#317) Phpdocs for function Request::clientSideCert has incomplete parameters list
(#473) Phpdocs for function Request::useProxy has incomplete parameters list
(#491) Phpdocs for function Request::useSocks4Proxy has incomplete parameters list
(#501) Phpdocs for function Request::useSocks5Proxy has incomplete parameters list
(#1050) Phpdocs for function Request::buildResponse has incomplete parameters list
(#1197) Phpdocs for function Request::delete has incomplete parameters list
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
(#21) Not recommended phpdocs tag @method used
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Response.php
(#5) Package is not specified for class Response. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#121) Function Response::_parseCode is not documented
(#13) Variable Response::$body is not documented
(#14) Variable Response::$raw_body is not documented
(#15) Variable Response::$headers is not documented
(#16) Variable Response::$raw_headers is not documented
(#17) Variable Response::$request is not documented
(#18) Variable Response::$code is not documented
(#19) Variable Response::$content_type is not documented
(#20) Variable Response::$parent_type is not documented
(#21) Variable Response::$charset is not documented
(#22) Variable Response::$meta_data is not documented
(#23) Variable Response::$is_mime_vendor_specific is not documented
(#24) Variable Response::$is_mime_personal is not documented
(#26) Variable Response::$parsers is not documented
(#28) There is no description in phpdocs for function __construct
(#67) There is no description in phpdocs for function hasBody
(#171) There is no description in phpdocs for function __toString
(#79) Phpdocs for function Response::_parse has incomplete parameters list
mod/rocketchat/vendor/nategood/httpful/src/Httpful/Response/Headers.php
(#5) Package is not specified for class Headers. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#5) Class Headers is not documented
(#96) Function Headers::getCaseInsensitive is not documented
(#7) Variable Headers::$headers is not documented
(#9) There is no description in phpdocs for function __construct
(#17) There is no description in phpdocs for function fromString
(#43) There is no description in phpdocs for function offsetExists
(#52) There is no description in phpdocs for function offsetGet
(#61) There is no description in phpdocs for function offsetSet
(#71) There is no description in phpdocs for function offsetUnset
(#80) There is no description in phpdocs for function count
(#88) There is no description in phpdocs for function toArray
mod/rocketchat/vendor/nategood/httpful/tests/Httpful/HttpfulTest.php
(#24) Package is not specified for class HttpfulTest. It is also not specified in file-level phpdocs
(#628) Package is not specified for class DemoMimeHandler. It is also not specified in file-level phpdocs
(#24) Class HttpfulTest is not documented
(#628) Class DemoMimeHandler is not documented
(#74) Function HttpfulTest::testInit is not documented
(#81) Function HttpfulTest::testDetermineLength is not documented
(#91) Function HttpfulTest::testMethods is not documented
(#102) Function HttpfulTest::testDefaults is not documented
(#110) Function HttpfulTest::testShortMime is not documented
(#133) Function HttpfulTest::testSettingStrictSsl is not documented
(#146) Function HttpfulTest::testSendsAndExpectsType is not documented
(#174) Function HttpfulTest::testIni is not documented
(#203) Function HttpfulTest::testAccept is not documented
(#213) Function HttpfulTest::testCustomAccept is not documented
(#224) Function HttpfulTest::testUserAgent is not documented
(#243) Function HttpfulTest::testAuthSetup is not documented
(#256) Function HttpfulTest::testDigestAuthSetup is not documented
(#269) Function HttpfulTest::testJsonResponseParse is not documented
(#280) Function HttpfulTest::testJsonResponseParseLowercaseHeaders is not documented
(#291) Function HttpfulTest::testXMLResponseParse is not documented
(#312) Function HttpfulTest::testCsvResponseParse is not documented
(#323) Function HttpfulTest::testParsingContentTypeCharset is not documented
(#336) Function HttpfulTest::testParsingContentTypeUpload is not documented
(#346) Function HttpfulTest::testAttach is not documented
(#364) Function HttpfulTest::testIsUpload is not documented
(#372) Function HttpfulTest::testEmptyResponseParse is not documented
(#383) Function HttpfulTest::testNoAutoParse is not documented
(#393) Function HttpfulTest::testParseHeaders is not documented
(#400) Function HttpfulTest::testRawHeaders is not documented
(#407) Function HttpfulTest::testHasErrors is not documented
(#422) Function HttpfulTest::testWhenError is not documented
(#437) Function HttpfulTest::testBeforeSend is not documented
(#462) Function HttpfulTest::test_parseCode is not documented
(#470) Function HttpfulTest::testToString is not documented
(#477) Function HttpfulTest::test_parseHeaders is not documented
(#485) Function HttpfulTest::testMultiHeaders is not documented
(#493) Function HttpfulTest::testDetectContentType is not documented
(#500) Function HttpfulTest::testMissingBodyContentType is not documented
(#507) Function HttpfulTest::testParentType is not documented
(#521) Function HttpfulTest::testMissingContentType is not documented
(#533) Function HttpfulTest::testCustomMimeRegistering is not documented
(#547) Function HttpfulTest::testShorthandMimeDefinition is not documented
(#556) Function HttpfulTest::testOverrideXmlHandler is not documented
(#567) Function HttpfulTest::testHasProxyWithoutProxy is not documented
(#573) Function HttpfulTest::testHasProxyWithProxy is not documented
(#580) Function HttpfulTest::testHasProxyWithEnvironmentProxy is not documented
(#588) Function HttpfulTest::testParseJSON is not documented
(#630) Function DemoMimeHandler::parse is not documented
(#26) Constant HttpfulTest::TEST_SERVER is not documented
(#27) Constant HttpfulTest::TEST_URL is not documented
(#28) Constant HttpfulTest::TEST_URL_400 is not documented
(#30) Constant HttpfulTest::SAMPLE_JSON_HEADER is not documented
(#35) Constant HttpfulTest::SAMPLE_JSON_HEADER_LOWERCASE is not documented
(#44) Constant HttpfulTest::SAMPLE_JSON_RESPONSE is not documented
(#45) Constant HttpfulTest::SAMPLE_CSV_HEADER is not documented
(#50) Constant HttpfulTest::SAMPLE_CSV_RESPONSE is not documented
(#54) Constant HttpfulTest::SAMPLE_XML_RESPONSE is not documented
(#55) Constant HttpfulTest::SAMPLE_XML_HEADER is not documented
(#60) Constant HttpfulTest::SAMPLE_VENDOR_HEADER is not documented
(#65) Constant HttpfulTest::SAMPLE_VENDOR_TYPE is not documented
(#66) Constant HttpfulTest::SAMPLE_MULTI_HEADER is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/tests/Httpful/requestTest.php
(#7) Package is not specified for class requestTest. It is also not specified in file-level phpdocs
(#7) Class requestTest is not documented
(#2) No one-line description found in phpdocs for file
(#10) There is no description in phpdocs for function testGet_InvalidURL
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/rocketchat/vendor/nategood/httpful/tests/bootstrap-server.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found

Update savepoints problems

(3 errors, 0 warnings)

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

mod/rocketchat/db/upgrade.php
Detected more 'if' blocks (8) than 'savepoint' calls (6)
version 2020092903 is missing corresponding savepoint call
version 2020092904 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 2 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]

mod/rocketchat/db/upgrade.php
Database modifications (new tables or columns) detected in the patch without any change to some important areas.
No changes detected to external functions, that may affect apps and other web service integrations, please verify!

grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 2 warnings)

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

mod/rocketchat/templates/details.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: The element “a” must not appear as a descendant of the “button” element. (econdary"><a href="">Resync)

Gherkin .feature problems

(21 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]

mod/rocketchat/tests/behat/rocketchat_activity_creation.feature
(#35) Multiple empty lines are not allowed
(#36) Multiple empty lines are not allowed
(#37) Multiple empty lines are not allowed
(#38) Multiple empty lines are not allowed
mod/rocketchat/tests/behat/maxage_limit.feature
(#2) Feature name is already used in: mod/rocketchat/tests/behat/rocketchat_activity_creation.feature
(#47) Multiple empty lines are not allowed
(#48) Multiple empty lines are not allowed
(#49) Multiple empty lines are not allowed
(#50) Multiple empty lines are not allowed
mod/rocketchat/tests/behat/rocketchat_retention.feature
(#2) Feature name is already used in: mod/rocketchat/tests/behat/rocketchat_activity_creation.feature, mod/rocketchat/tests/behat/maxage_limit.feature
(#113) Multiple empty lines are not allowed
(#114) Multiple empty lines are not allowed
(#115) Multiple empty lines are not allowed
(#116) Multiple empty lines are not allowed
(#117) Multiple empty lines are not allowed
(#118) Multiple empty lines are not allowed
mod/rocketchat/tests/behat/rocketchat_test_connection.feature
(#2) Feature name is already used in: mod/rocketchat/tests/behat/rocketchat_activity_creation.feature, mod/rocketchat/tests/behat/maxage_limit.feature, mod/rocketchat/tests/behat/rocketchat_retention.feature
(#11) Multiple empty lines are not allowed
(#12) Multiple empty lines are not allowed
(#13) Multiple empty lines are not allowed
(#14) Multiple empty lines are not allowed