Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(2333 errors, 568 warnings)

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

mod/collaborate/classes/controller/api_controller.php
(#34) Missing docblock for class api_controller
(#36) Missing docblock for function init
mod/collaborate/classes/controller/controller_abstract.php
(#80) Docblock tag "@abstract" is not recommended.
mod/collaborate/classes/controller/recordings_controller.php
(#36) Missing docblock for class recordings_controller
(#53) Missing docblock for function init
(#85) Missing docblock for function require_capability
mod/collaborate/classes/controller/view_controller.php
(#34) Missing docblock for class view_controller
(#52) Missing docblock for function init
mod/collaborate/classes/event/course_module_viewed.php
(#50) No one-line description found in phpdocs for docblock of function get_objectid_mapping
mod/collaborate/classes/event/recording_deleted.php
(#39) Missing docblock for function init
(#45) Missing docblock for function get_description
(#50) Missing docblock for function get_name
(#54) Missing docblock for function get_url
(#64) Missing docblock for function get_other_mapping
(#68) Missing docblock for function get_objectid_mapping
mod/collaborate/classes/event/recording_downloaded.php
(#38) Missing docblock for function init
(#75) No one-line description found in phpdocs for docblock of function get_other_mapping
(#82) No one-line description found in phpdocs for docblock of function get_objectid_mapping
mod/collaborate/classes/event/recording_viewed.php
(#37) Missing docblock for function init
(#74) No one-line description found in phpdocs for docblock of function get_other_mapping
(#81) No one-line description found in phpdocs for docblock of function get_objectid_mapping
mod/collaborate/classes/event/session_launched.php
(#99) No one-line description found in phpdocs for docblock of function get_other_mapping
(#106) No one-line description found in phpdocs for docblock of function get_objectid_mapping
mod/collaborate/classes/event_handlers.php
(#29) Missing docblock for class event_handlers
(#34) No one-line description found in phpdocs for docblock of function group_deleted
(#42) No one-line description found in phpdocs for docblock of function group_updated
mod/collaborate/classes/exceptions/soap_migration_exception.php
(#27) Missing docblock for class soap_migration_exception
mod/collaborate/classes/iface/api_attendee.php
(#29) Missing docblock for interface api_attendee
mod/collaborate/classes/iface/api_recordings.php
(#38) No one-line description found in phpdocs for docblock of function get_recordings
(#44) No one-line description found in phpdocs for docblock of function delete_recording
mod/collaborate/classes/iface/api_session.php
(#29) Missing docblock for interface api_session
(#40) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
(#61) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
mod/collaborate/classes/local.php
(#33) Missing docblock for class local
(#35) Missing docblock for constant local::DURATIONOFCOURSE
(#37) Missing docblock for constant local::TIMEDURATIONOFCOURSE
(#191) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#199) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#250) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#276) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
mod/collaborate/classes/logging/constants.php
(#27) Missing docblock for constant constants::RANGE_NONE
(#28) Missing docblock for constant constants::RANGE_LIGHT
(#29) Missing docblock for constant constants::RANGE_MEDIUM
(#30) Missing docblock for constant constants::RANGE_ALL
(#31) Missing docblock for constant constants::SEV_EMERGENCY
(#32) Missing docblock for constant constants::SEV_ALERT
(#33) Missing docblock for constant constants::SEV_CRITICAL
(#34) Missing docblock for constant constants::SEV_ERROR
(#35) Missing docblock for constant constants::SEV_WARNING
(#36) Missing docblock for constant constants::SEV_NOTICE
(#37) Missing docblock for constant constants::SEV_INFO
(#38) Missing docblock for constant constants::SEV_DEBUG
mod/collaborate/classes/logging/loggerdb.php
(#22) Import statements must not begin with a leading backslash
mod/collaborate/classes/privacy/provider.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#25) Import statements must not begin with a leading backslash
(#62) Missing docblock for function get_contexts_for_userid
(#66) Missing docblock for function export_user_data
(#69) Missing docblock for function delete_data_for_all_users_in_context
(#72) Missing docblock for function delete_data_for_user
(#75) Missing docblock for function get_users_in_context
(#78) Missing docblock for function delete_data_for_users
mod/collaborate/classes/recording_counter.php
(#41) Invalid docblock tag "@const".
(#46) Invalid docblock tag "@const".
(#51) Invalid docblock tag "@const".
(#56) Invalid docblock tag "@const".
(#61) Invalid docblock tag "@const".
(#98) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $db.
(#98) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $cache.
(#119) No one-line description found in phpdocs for docblock of function get_recording_counts
(#137) No one-line description found in phpdocs for docblock of function query_counts
mod/collaborate/classes/renderables/copyablelink.php
(#27) Missing docblock for class copyablelink
(#29) Missing docblock for function __construct
mod/collaborate/classes/renderables/meetingstatus.php
(#30) Missing docblock for class meetingstatus
(#85) Missing docblock for function __construct
mod/collaborate/classes/renderables/recording.php
(#26) Missing docblock for class recording
mod/collaborate/classes/renderables/view_action.php
(#27) Missing docblock for class view_action
(#59) Missing docblock for function __construct
(#71) No one-line description found in phpdocs for docblock of function get_collaborate
(#78) No one-line description found in phpdocs for docblock of function get_cm
(#85) No one-line description found in phpdocs for docblock of function get_context
(#92) No one-line description found in phpdocs for docblock of function get_canadd
(#99) No one-line description found in phpdocs for docblock of function get_canmoderate
(#106) No one-line description found in phpdocs for docblock of function get_canparticipate
mod/collaborate/classes/rest/api.php
(#43) Missing docblock for class api
(#57) Missing docblock for constant api::DELETE
(#58) Missing docblock for constant api::GET
(#59) Missing docblock for constant api::PATCH
(#60) Missing docblock for constant api::POST
(#61) Missing docblock for constant api::PUT
(#73) Missing docblock for function __construct
(#109) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#122) No one-line description found in phpdocs for docblock of function api_url
(#179) Missing docblock for function is_usable
(#183) Missing docblock for function process_resource_path
(#205) Missing docblock for function test_service_reachable
(#235) No one-line description found in phpdocs for docblock of function rest_call
(#236) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $validation.
(#335) No one-line description found in phpdocs for docblock of function make_session_request_object
(#415) Missing docblock for function create_session
(#415) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
(#443) Missing docblock for function update_collaborate_instance_record
(#474) Missing docblock for function update_session
(#474) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
(#584) Missing docblock for function update_attendee
(#628) No one-line description found in phpdocs for docblock of function delete_session
(#645) Missing docblock for function guest_url
(#670) Missing docblock for function get_recordings
(#770) Missing docblock for function delete_recording
(#827) No one-line description found in phpdocs for docblock of function rest_migration_call
(#828) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $validation.
(#923) Missing docblock for function launch_soap_migration
(#949) Missing docblock for function check_soap_migration_status
(#960) Missing docblock for function collect_soap_migration_data
mod/collaborate/classes/rest/http_code_validation.php
(#31) Missing docblock for class http_code_validation
(#50) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $errorsbycode.
mod/collaborate/classes/rest/http_validation_code_error.php
(#29) Missing docblock for class http_validation_code_error
(#52) Missing docblock for function __construct
(#52) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $debuginfo.
mod/collaborate/classes/rest/jwthelper.php
(#1) DocBlock missing a @package tag for file jwthelper.php. Expected @package mod_collaborate
(#34) Incorrect @package tag for class jwthelper. Expected mod_collaborate, found filter_ally.
(#37) Missing docblock for constant jwthelper::ALGO
mod/collaborate/classes/rest/requestoptions.php
(#1) DocBlock missing a @package tag for file requestoptions.php. Expected @package mod_collaborate
(#26) Missing docblock for class requestoptions
mod/collaborate/classes/rest/response.php
(#1) DocBlock missing a @package tag for file response.php. Expected @package mod_collaborate
(#26) Missing docblock for class response
mod/collaborate/classes/service/base_visit_service.php
(#38) No one-line description found in phpdocs for docblock of class base_visit_service
mod/collaborate/classes/service/forward_service.php
(#43) No one-line description found in phpdocs for docblock of class forward_service
mod/collaborate/classes/service/testapi_service.php
(#38) No one-line description found in phpdocs for docblock of class testapi_service
mod/collaborate/classes/service/view_service.php
(#42) No one-line description found in phpdocs for docblock of class view_service
mod/collaborate/classes/sessionlink.php
(#1) DocBlock missing a @package tag for file sessionlink.php. Expected @package mod_collaborate
(#29) Missing docblock for class sessionlink
(#95) No one-line description found in phpdocs for docblock of function get_session_link_row_by_sessionid
(#105) No one-line description found in phpdocs for docblock of function get_session_link_row_by_sessionuid
(#116) No one-line description found in phpdocs for docblock of function get_session_link_row
(#203) No one-line description found in phpdocs for docblock of function get_group_session_link
(#219) Missing docblock for function apply_session_links_soap
mod/collaborate/classes/settings/setting_statictext.php
(#1) No one-line description found in phpdocs for docblock of file setting_statictext.php
(#1) DocBlock missing a @package tag for file setting_statictext.php. Expected @package mod_collaborate
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#29) No one-line description found in phpdocs for docblock of class setting_statictext
(#29) DocBlock missing a @package tag for class setting_statictext. Expected @package mod_collaborate
(#30) Missing member variable doc comment
(#31) Missing docblock for function __construct
(#35) Missing docblock for function write_setting
(#38) Missing docblock for function get_setting
(#41) Missing docblock for function output_html
mod/collaborate/classes/settings/setting_trimmed_configtext.php
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for class setting_trimmed_configtext
(#41) Missing docblock for function write_setting
mod/collaborate/classes/soap/api.php
(#72) Short array syntax must be used to define arrays
(#72) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#115) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#131) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#153) Missing docblock for function is_usable
(#238) method name "api::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#238) Variable "function_name" must not contain underscores.
(#238) Variable "input_headers" must not contain underscores.
(#238) Variable "output_headers" must not contain underscores.
(#252) Short array syntax must be used to define arrays
(#259) Variable "function_name" must not contain underscores.
(#259) Variable "input_headers" must not contain underscores.
(#259) Variable "output_headers" must not contain underscores.
(#391) Missing docblock for function create_session
(#391) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
(#425) Missing docblock for function update_collaborate_instance_record
(#455) Missing docblock for function update_session
(#455) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $course.
(#499) Missing docblock for function update_attendee
(#540) No one-line description found in phpdocs for docblock of function delete_session
(#574) Missing docblock for function guest_url
(#580) Missing docblock for function get_recordings
(#635) Expected 1 space after "="; 0 found
(#666) Missing docblock for function delete_recording
mod/collaborate/classes/soap/fakeapi.php
(#1) DocBlock missing a @package tag for file fakeapi.php. Expected @package mod_collaborate
(#48) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#50) Missing docblock for class fakeapi
(#59) Short array syntax must be used to define arrays
(#59) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#88) method name "fakeapi::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#88) Variable "function_name" must not contain underscores.
(#88) Variable "input_headers" must not contain underscores.
(#88) Variable "output_headers" must not contain underscores.
(#101) Possible useless method overriding detected
(#101) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#147) Invalid docblock tag "@pram".
(#228) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#247) No one-line description found in phpdocs for docblock of function ListHtmlSession
(#247) Public method name "fakeapi::ListHtmlSession" must be in lower-case letters only
(#259) No one-line description found in phpdocs for docblock of function SetHtmlSession
(#259) Public method name "fakeapi::SetHtmlSession" must be in lower-case letters only
(#291) No one-line description found in phpdocs for docblock of function UpdateHtmlSession
(#291) Public method name "fakeapi::UpdateHtmlSession" must be in lower-case letters only
(#293) This comment is 50% valid code; is this commented out code?
(#311) No one-line description found in phpdocs for docblock of function RemoveHtmlSession
(#311) Public method name "fakeapi::RemoveHtmlSession" must be in lower-case letters only
(#320) No one-line description found in phpdocs for docblock of function GetServerConfiguration
(#320) Public method name "fakeapi::GetServerConfiguration" must be in lower-case letters only
(#331) No one-line description found in phpdocs for docblock of function BuildHtmlSessionUrl
(#331) Public method name "fakeapi::BuildHtmlSessionUrl" must be in lower-case letters only
(#346) No one-line description found in phpdocs for docblock of function UpdateHtmlSessionAttendee
(#346) Public method name "fakeapi::UpdateHtmlSessionAttendee" must be in lower-case letters only
(#361) No one-line description found in phpdocs for docblock of function add_test_recording
(#392) No one-line description found in phpdocs for docblock of function ListHtmlSessionRecording
(#392) Public method name "fakeapi::ListHtmlSessionRecording" must be in lower-case letters only
(#409) No one-line description found in phpdocs for docblock of function RemoveHtmlSessionRecording
(#409) Public method name "fakeapi::RemoveHtmlSessionRecording" must be in lower-case letters only
mod/collaborate/classes/soap/generated/BuildHtmlSessionUrl.php
(#26) Missing docblock for class BuildHtmlSessionUrl
(#31) Member variable "sessionId" must be all lower-case
(#36) Member variable "userId" must be all lower-case
(#46) Member variable "returnUrl" must be all lower-case
(#51) Member variable "reconnectUrl" must be all lower-case
(#56) Member variable "originDomain" must be all lower-case
(#61) No one-line description found in phpdocs for docblock of function __construct
(#61) Variable "sessionId" must be all lower-case
(#62) Variable "sessionId" must be all lower-case
(#68) No one-line description found in phpdocs for docblock of function getSessionId
(#68) Public method name "BuildHtmlSessionUrl::getSessionId" must be in lower-case letters only
(#76) No one-line description found in phpdocs for docblock of function setSessionId
(#76) Public method name "BuildHtmlSessionUrl::setSessionId" must be in lower-case letters only
(#76) Variable "sessionId" must be all lower-case
(#77) Variable "sessionId" must be all lower-case
(#84) No one-line description found in phpdocs for docblock of function getUserId
(#84) Public method name "BuildHtmlSessionUrl::getUserId" must be in lower-case letters only
(#92) No one-line description found in phpdocs for docblock of function setUserId
(#92) Public method name "BuildHtmlSessionUrl::setUserId" must be in lower-case letters only
(#92) Variable "userId" must be all lower-case
(#93) Variable "userId" must be all lower-case
(#100) No one-line description found in phpdocs for docblock of function getLocale
(#100) Public method name "BuildHtmlSessionUrl::getLocale" must be in lower-case letters only
(#108) No one-line description found in phpdocs for docblock of function setLocale
(#108) Public method name "BuildHtmlSessionUrl::setLocale" must be in lower-case letters only
(#116) No one-line description found in phpdocs for docblock of function getReturnUrl
(#116) Public method name "BuildHtmlSessionUrl::getReturnUrl" must be in lower-case letters only
(#124) No one-line description found in phpdocs for docblock of function setReturnUrl
(#124) Public method name "BuildHtmlSessionUrl::setReturnUrl" must be in lower-case letters only
(#124) Variable "returnUrl" must be all lower-case
(#125) Variable "returnUrl" must be all lower-case
(#132) No one-line description found in phpdocs for docblock of function getReconnectUrl
(#132) Public method name "BuildHtmlSessionUrl::getReconnectUrl" must be in lower-case letters only
(#140) No one-line description found in phpdocs for docblock of function setReconnectUrl
(#140) Public method name "BuildHtmlSessionUrl::setReconnectUrl" must be in lower-case letters only
(#140) Variable "reconnectUrl" must be all lower-case
(#141) Variable "reconnectUrl" must be all lower-case
(#148) No one-line description found in phpdocs for docblock of function getOriginDomain
(#148) Public method name "BuildHtmlSessionUrl::getOriginDomain" must be in lower-case letters only
(#156) No one-line description found in phpdocs for docblock of function setOriginDomain
(#156) Public method name "BuildHtmlSessionUrl::setOriginDomain" must be in lower-case letters only
(#156) Variable "originDomain" must be all lower-case
(#157) Variable "originDomain" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlAttendee.php
(#26) Missing docblock for class HtmlAttendee
(#31) Member variable "userId" must be all lower-case
(#41) Member variable "displayName" must be all lower-case
(#46) Member variable "avatarUrl" must be all lower-case
(#51) Member variable "htmlAttendeeLogs" must be all lower-case
(#57) No one-line description found in phpdocs for docblock of function __construct
(#57) Variable "userId" must be all lower-case
(#58) Variable "userId" must be all lower-case
(#65) No one-line description found in phpdocs for docblock of function getUserId
(#65) Public method name "HtmlAttendee::getUserId" must be in lower-case letters only
(#73) No one-line description found in phpdocs for docblock of function setUserId
(#73) Public method name "HtmlAttendee::setUserId" must be in lower-case letters only
(#73) Variable "userId" must be all lower-case
(#74) Variable "userId" must be all lower-case
(#81) No one-line description found in phpdocs for docblock of function getRole
(#81) Public method name "HtmlAttendee::getRole" must be in lower-case letters only
(#89) No one-line description found in phpdocs for docblock of function setRole
(#89) Public method name "HtmlAttendee::setRole" must be in lower-case letters only
(#97) No one-line description found in phpdocs for docblock of function getDisplayName
(#97) Public method name "HtmlAttendee::getDisplayName" must be in lower-case letters only
(#105) No one-line description found in phpdocs for docblock of function setDisplayName
(#105) Public method name "HtmlAttendee::setDisplayName" must be in lower-case letters only
(#105) Variable "displayName" must be all lower-case
(#106) Variable "displayName" must be all lower-case
(#113) No one-line description found in phpdocs for docblock of function getAvatarUrl
(#113) Public method name "HtmlAttendee::getAvatarUrl" must be in lower-case letters only
(#121) No one-line description found in phpdocs for docblock of function setAvatarUrl
(#121) Public method name "HtmlAttendee::setAvatarUrl" must be in lower-case letters only
(#121) Variable "avatarUrl" must be all lower-case
(#122) Variable "avatarUrl" must be all lower-case
(#129) No one-line description found in phpdocs for docblock of function getHtmlAttendeeLogs
(#129) Public method name "HtmlAttendee::getHtmlAttendeeLogs" must be in lower-case letters only
(#137) No one-line description found in phpdocs for docblock of function setHtmlAttendeeLogs
(#137) Public method name "HtmlAttendee::setHtmlAttendeeLogs" must be in lower-case letters only
(#137) Variable "htmlAttendeeLogs" must be all lower-case
(#138) Variable "htmlAttendeeLogs" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlAttendeeCollection.php
(#26) Missing docblock for class HtmlAttendeeCollection
(#31) Member variable "HtmlAttendee" must be all lower-case
(#33) Whitespace found at end of line
(#34) Missing docblock for function __construct
(#35) Whitespace found at end of line
(#41) No one-line description found in phpdocs for docblock of function getHtmlAttendee
(#41) Public method name "HtmlAttendeeCollection::getHtmlAttendee" must be in lower-case letters only
(#49) No one-line description found in phpdocs for docblock of function setHtmlAttendee
(#49) Public method name "HtmlAttendeeCollection::setHtmlAttendee" must be in lower-case letters only
(#49) Variable "HtmlAttendee" must be all lower-case
(#50) Variable "HtmlAttendee" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlAttendeeLog.php
(#26) Missing docblock for class HtmlAttendeeLog
(#42) No one-line description found in phpdocs for docblock of function __construct
(#50) No one-line description found in phpdocs for docblock of function getJoined
(#50) Public method name "HtmlAttendeeLog::getJoined" must be in lower-case letters only
(#53) Expected "} else {\n"; found "}else {\n"
(#66) No one-line description found in phpdocs for docblock of function setJoined
(#66) Public method name "HtmlAttendeeLog::setJoined" must be in lower-case letters only
(#74) No one-line description found in phpdocs for docblock of function getLeft
(#74) Public method name "HtmlAttendeeLog::getLeft" must be in lower-case letters only
(#90) No one-line description found in phpdocs for docblock of function setLeft
(#90) Public method name "HtmlAttendeeLog::setLeft" must be in lower-case letters only
mod/collaborate/classes/soap/generated/HtmlAttendeeLogCollection.php
(#26) Missing docblock for class HtmlAttendeeLogCollection
(#31) Member variable "HtmlAttendeeLog" must be all lower-case
(#33) Whitespace found at end of line
(#34) Missing docblock for function __construct
(#35) Whitespace found at end of line
(#41) No one-line description found in phpdocs for docblock of function getHtmlAttendeeLog
(#41) Public method name "HtmlAttendeeLogCollection::getHtmlAttendeeLog" must be in lower-case letters only
(#49) No one-line description found in phpdocs for docblock of function setHtmlAttendeeLog
(#49) Public method name "HtmlAttendeeLogCollection::setHtmlAttendeeLog" must be in lower-case letters only
(#49) Variable "HtmlAttendeeLog" must be all lower-case
(#50) Variable "HtmlAttendeeLog" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlRecordingUrl.php
(#26) Missing docblock for class HtmlRecordingUrl
(#31) Member variable "recordingId" must be all lower-case
(#36) No one-line description found in phpdocs for docblock of function __construct
(#36) Variable "recordingId" must be all lower-case
(#37) Variable "recordingId" must be all lower-case
(#43) No one-line description found in phpdocs for docblock of function getRecordingId
(#43) Public method name "HtmlRecordingUrl::getRecordingId" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setRecordingId
(#51) Public method name "HtmlRecordingUrl::setRecordingId" must be in lower-case letters only
(#51) Variable "recordingId" must be all lower-case
(#52) Variable "recordingId" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlRoom.php
(#26) Missing docblock for class HtmlRoom
(#46) Member variable "htmlAttendees" must be all lower-case
(#54) No one-line description found in phpdocs for docblock of function __construct
(#54) Variable "htmlAttendees" must be all lower-case
(#58) Variable "htmlAttendees" must be all lower-case
(#64) No one-line description found in phpdocs for docblock of function getName
(#64) Public method name "HtmlRoom::getName" must be in lower-case letters only
(#72) No one-line description found in phpdocs for docblock of function setName
(#72) Public method name "HtmlRoom::setName" must be in lower-case letters only
(#80) No one-line description found in phpdocs for docblock of function getOpened
(#80) Public method name "HtmlRoom::getOpened" must be in lower-case letters only
(#96) No one-line description found in phpdocs for docblock of function setOpened
(#96) Public method name "HtmlRoom::setOpened" must be in lower-case letters only
(#104) No one-line description found in phpdocs for docblock of function getClosed
(#104) Public method name "HtmlRoom::getClosed" must be in lower-case letters only
(#120) No one-line description found in phpdocs for docblock of function setClosed
(#120) Public method name "HtmlRoom::setClosed" must be in lower-case letters only
(#128) No one-line description found in phpdocs for docblock of function getHtmlAttendees
(#128) Public method name "HtmlRoom::getHtmlAttendees" must be in lower-case letters only
(#136) No one-line description found in phpdocs for docblock of function setHtmlAttendees
(#136) Public method name "HtmlRoom::setHtmlAttendees" must be in lower-case letters only
(#136) Variable "htmlAttendees" must be all lower-case
(#137) Variable "htmlAttendees" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlRoomCollection.php
(#26) Missing docblock for class HtmlRoomCollection
(#31) Member variable "HtmlRoom" must be all lower-case
(#36) No one-line description found in phpdocs for docblock of function __construct
(#36) Variable "HtmlRoom" must be all lower-case
(#37) Variable "HtmlRoom" must be all lower-case
(#43) No one-line description found in phpdocs for docblock of function getHtmlRoom
(#43) Public method name "HtmlRoomCollection::getHtmlRoom" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setHtmlRoom
(#51) Public method name "HtmlRoomCollection::setHtmlRoom" must be in lower-case letters only
(#51) Variable "HtmlRoom" must be all lower-case
(#52) Variable "HtmlRoom" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSession.php
(#26) Missing docblock for class HtmlSession
(#31) Member variable "sessionId" must be all lower-case
(#46) Member variable "startTime" must be all lower-case
(#51) Member variable "endTime" must be all lower-case
(#56) Member variable "boundaryTime" must be all lower-case
(#59) Expected "bool" but found "boolean" for @var tag in member variable comment
(#61) Member variable "noEndDate" must be all lower-case
(#64) Expected "bool" but found "boolean" for @var tag in member variable comment
(#66) Member variable "allowGuest" must be all lower-case
(#71) Member variable "guestUrl" must be all lower-case
(#76) Member variable "guestRole" must be all lower-case
(#79) Expected "bool" but found "boolean" for @var tag in member variable comment
(#81) Member variable "showProfile" must be all lower-case
(#84) Expected "bool" but found "boolean" for @var tag in member variable comment
(#86) Member variable "canShareVideo" must be all lower-case
(#89) Expected "bool" but found "boolean" for @var tag in member variable comment
(#91) Member variable "canShareAudio" must be all lower-case
(#94) Expected "bool" but found "boolean" for @var tag in member variable comment
(#96) Member variable "canPostMessage" must be all lower-case
(#99) Expected "bool" but found "boolean" for @var tag in member variable comment
(#101) Member variable "canAnnotateWhiteboard" must be all lower-case
(#106) Member variable "htmlAttendees" must be all lower-case
(#111) Member variable "groupingList" must be all lower-case
(#116) Member variable "creatorId" must be all lower-case
(#119) Expected "bool" but found "boolean" for @var tag in member variable comment
(#121) Member variable "mustBeSupervised" must be all lower-case
(#124) Expected "bool" but found "boolean" for @var tag in member variable comment
(#126) Member variable "openChair" must be all lower-case
(#129) Expected "bool" but found "boolean" for @var tag in member variable comment
(#131) Member variable "permissionsOn" must be all lower-case
(#134) Expected "bool" but found "boolean" for @var tag in member variable comment
(#136) Member variable "raiseHandOnEnter" must be all lower-case
(#139) Expected "bool" but found "boolean" for @var tag in member variable comment
(#141) Member variable "allowInSessionInvitees" must be all lower-case
(#146) Member variable "contextId" must be all lower-case
(#151) Member variable "contextTitle" must be all lower-case
(#154) Expected "bool" but found "boolean" for @var tag in member variable comment
(#156) Member variable "recordingEnabled" must be all lower-case
(#161) Member variable "recordingCallBackUrl" must be all lower-case
(#166) Member variable "sessionType" must be all lower-case
(#171) Member variable "sessionRule" must be all lower-case
(#193) No one-line description found in phpdocs for docblock of function __construct
(#193) Variable "sessionId" must be all lower-case
(#193) Variable "startTime" must be all lower-case
(#193) Variable "endTime" must be all lower-case
(#193) Variable "boundaryTime" must be all lower-case
(#193) Variable "noEndDate" must be all lower-case
(#193) Variable "allowGuest" must be all lower-case
(#193) Variable "guestUrl" must be all lower-case
(#193) Variable "guestRole" must be all lower-case
(#193) Variable "showProfile" must be all lower-case
(#193) Variable "canShareVideo" must be all lower-case
(#193) Variable "canShareAudio" must be all lower-case
(#193) Variable "canPostMessage" must be all lower-case
(#193) Variable "canAnnotateWhiteboard" must be all lower-case
(#193) Variable "htmlAttendees" must be all lower-case
(#193) Variable "creatorId" must be all lower-case
(#193) Variable "recordingEnabled" must be all lower-case
(#193) Line exceeds maximum limit of 180 characters; contains 311 characters
(#194) Variable "sessionId" must be all lower-case
(#197) Variable "startTime" must be all lower-case
(#198) Variable "endTime" must be all lower-case
(#199) Variable "boundaryTime" must be all lower-case
(#200) Variable "noEndDate" must be all lower-case
(#201) Variable "allowGuest" must be all lower-case
(#202) Variable "guestUrl" must be all lower-case
(#203) Variable "guestRole" must be all lower-case
(#204) Variable "showProfile" must be all lower-case
(#205) Variable "canShareVideo" must be all lower-case
(#206) Variable "canShareAudio" must be all lower-case
(#207) Variable "canPostMessage" must be all lower-case
(#208) Variable "canAnnotateWhiteboard" must be all lower-case
(#209) Variable "htmlAttendees" must be all lower-case
(#210) Variable "creatorId" must be all lower-case
(#211) Variable "recordingEnabled" must be all lower-case
(#217) No one-line description found in phpdocs for docblock of function getSessionId
(#217) Public method name "HtmlSession::getSessionId" must be in lower-case letters only
(#225) No one-line description found in phpdocs for docblock of function setSessionId
(#225) Public method name "HtmlSession::setSessionId" must be in lower-case letters only
(#225) Variable "sessionId" must be all lower-case
(#226) Variable "sessionId" must be all lower-case
(#233) No one-line description found in phpdocs for docblock of function getName
(#233) Public method name "HtmlSession::getName" must be in lower-case letters only
(#241) No one-line description found in phpdocs for docblock of function setName
(#241) Public method name "HtmlSession::setName" must be in lower-case letters only
(#249) No one-line description found in phpdocs for docblock of function getDescription
(#249) Public method name "HtmlSession::getDescription" must be in lower-case letters only
(#257) No one-line description found in phpdocs for docblock of function setDescription
(#257) Public method name "HtmlSession::setDescription" must be in lower-case letters only
(#265) No one-line description found in phpdocs for docblock of function getStartTime
(#265) Public method name "HtmlSession::getStartTime" must be in lower-case letters only
(#281) No one-line description found in phpdocs for docblock of function setStartTime
(#281) Public method name "HtmlSession::setStartTime" must be in lower-case letters only
(#281) Variable "startTime" must be all lower-case
(#282) Variable "startTime" must be all lower-case
(#289) No one-line description found in phpdocs for docblock of function getEndTime
(#289) Public method name "HtmlSession::getEndTime" must be in lower-case letters only
(#305) No one-line description found in phpdocs for docblock of function setEndTime
(#305) Public method name "HtmlSession::setEndTime" must be in lower-case letters only
(#305) Variable "endTime" must be all lower-case
(#306) Variable "endTime" must be all lower-case
(#313) No one-line description found in phpdocs for docblock of function getBoundaryTime
(#313) Public method name "HtmlSession::getBoundaryTime" must be in lower-case letters only
(#321) No one-line description found in phpdocs for docblock of function setBoundaryTime
(#321) Public method name "HtmlSession::setBoundaryTime" must be in lower-case letters only
(#321) Variable "boundaryTime" must be all lower-case
(#322) Variable "boundaryTime" must be all lower-case
(#329) No one-line description found in phpdocs for docblock of function getNoEndDate
(#329) Public method name "HtmlSession::getNoEndDate" must be in lower-case letters only
(#337) No one-line description found in phpdocs for docblock of function setNoEndDate
(#337) Public method name "HtmlSession::setNoEndDate" must be in lower-case letters only
(#337) Variable "noEndDate" must be all lower-case
(#338) Variable "noEndDate" must be all lower-case
(#345) No one-line description found in phpdocs for docblock of function getAllowGuest
(#345) Public method name "HtmlSession::getAllowGuest" must be in lower-case letters only
(#353) No one-line description found in phpdocs for docblock of function setAllowGuest
(#353) Public method name "HtmlSession::setAllowGuest" must be in lower-case letters only
(#353) Variable "allowGuest" must be all lower-case
(#354) Variable "allowGuest" must be all lower-case
(#361) No one-line description found in phpdocs for docblock of function getGuestUrl
(#361) Public method name "HtmlSession::getGuestUrl" must be in lower-case letters only
(#369) No one-line description found in phpdocs for docblock of function setGuestUrl
(#369) Public method name "HtmlSession::setGuestUrl" must be in lower-case letters only
(#369) Variable "guestUrl" must be all lower-case
(#370) Variable "guestUrl" must be all lower-case
(#377) No one-line description found in phpdocs for docblock of function getGuestRole
(#377) Public method name "HtmlSession::getGuestRole" must be in lower-case letters only
(#385) No one-line description found in phpdocs for docblock of function setGuestRole
(#385) Public method name "HtmlSession::setGuestRole" must be in lower-case letters only
(#385) Variable "guestRole" must be all lower-case
(#386) Variable "guestRole" must be all lower-case
(#393) No one-line description found in phpdocs for docblock of function getShowProfile
(#393) Public method name "HtmlSession::getShowProfile" must be in lower-case letters only
(#401) No one-line description found in phpdocs for docblock of function setShowProfile
(#401) Public method name "HtmlSession::setShowProfile" must be in lower-case letters only
(#401) Variable "showProfile" must be all lower-case
(#402) Variable "showProfile" must be all lower-case
(#409) No one-line description found in phpdocs for docblock of function getCanShareVideo
(#409) Public method name "HtmlSession::getCanShareVideo" must be in lower-case letters only
(#417) No one-line description found in phpdocs for docblock of function setCanShareVideo
(#417) Public method name "HtmlSession::setCanShareVideo" must be in lower-case letters only
(#417) Variable "canShareVideo" must be all lower-case
(#418) Variable "canShareVideo" must be all lower-case
(#425) No one-line description found in phpdocs for docblock of function getCanShareAudio
(#425) Public method name "HtmlSession::getCanShareAudio" must be in lower-case letters only
(#433) No one-line description found in phpdocs for docblock of function setCanShareAudio
(#433) Public method name "HtmlSession::setCanShareAudio" must be in lower-case letters only
(#433) Variable "canShareAudio" must be all lower-case
(#434) Variable "canShareAudio" must be all lower-case
(#441) No one-line description found in phpdocs for docblock of function getCanPostMessage
(#441) Public method name "HtmlSession::getCanPostMessage" must be in lower-case letters only
(#449) No one-line description found in phpdocs for docblock of function setCanPostMessage
(#449) Public method name "HtmlSession::setCanPostMessage" must be in lower-case letters only
(#449) Variable "canPostMessage" must be all lower-case
(#450) Variable "canPostMessage" must be all lower-case
(#457) No one-line description found in phpdocs for docblock of function getCanAnnotateWhiteboard
(#457) Public method name "HtmlSession::getCanAnnotateWhiteboard" must be in lower-case letters only
(#465) No one-line description found in phpdocs for docblock of function setCanAnnotateWhiteboard
(#465) Public method name "HtmlSession::setCanAnnotateWhiteboard" must be in lower-case letters only
(#465) Variable "canAnnotateWhiteboard" must be all lower-case
(#466) Variable "canAnnotateWhiteboard" must be all lower-case
(#473) No one-line description found in phpdocs for docblock of function getHtmlAttendees
(#473) Public method name "HtmlSession::getHtmlAttendees" must be in lower-case letters only
(#481) No one-line description found in phpdocs for docblock of function setHtmlAttendees
(#481) Public method name "HtmlSession::setHtmlAttendees" must be in lower-case letters only
(#481) Variable "htmlAttendees" must be all lower-case
(#482) Variable "htmlAttendees" must be all lower-case
(#489) No one-line description found in phpdocs for docblock of function getGroupingList
(#489) Public method name "HtmlSession::getGroupingList" must be in lower-case letters only
(#497) No one-line description found in phpdocs for docblock of function setGroupingList
(#497) Public method name "HtmlSession::setGroupingList" must be in lower-case letters only
(#497) Variable "groupingList" must be all lower-case
(#498) Variable "groupingList" must be all lower-case
(#505) No one-line description found in phpdocs for docblock of function getCreatorId
(#505) Public method name "HtmlSession::getCreatorId" must be in lower-case letters only
(#513) No one-line description found in phpdocs for docblock of function setCreatorId
(#513) Public method name "HtmlSession::setCreatorId" must be in lower-case letters only
(#513) Variable "creatorId" must be all lower-case
(#514) Variable "creatorId" must be all lower-case
(#521) No one-line description found in phpdocs for docblock of function getMustBeSupervised
(#521) Public method name "HtmlSession::getMustBeSupervised" must be in lower-case letters only
(#529) No one-line description found in phpdocs for docblock of function setMustBeSupervised
(#529) Public method name "HtmlSession::setMustBeSupervised" must be in lower-case letters only
(#529) Variable "mustBeSupervised" must be all lower-case
(#530) Variable "mustBeSupervised" must be all lower-case
(#537) No one-line description found in phpdocs for docblock of function getOpenChair
(#537) Public method name "HtmlSession::getOpenChair" must be in lower-case letters only
(#545) No one-line description found in phpdocs for docblock of function setOpenChair
(#545) Public method name "HtmlSession::setOpenChair" must be in lower-case letters only
(#545) Variable "openChair" must be all lower-case
(#546) Variable "openChair" must be all lower-case
(#553) No one-line description found in phpdocs for docblock of function getPermissionsOn
(#553) Public method name "HtmlSession::getPermissionsOn" must be in lower-case letters only
(#561) No one-line description found in phpdocs for docblock of function setPermissionsOn
(#561) Public method name "HtmlSession::setPermissionsOn" must be in lower-case letters only
(#561) Variable "permissionsOn" must be all lower-case
(#562) Variable "permissionsOn" must be all lower-case
(#569) No one-line description found in phpdocs for docblock of function getRaiseHandOnEnter
(#569) Public method name "HtmlSession::getRaiseHandOnEnter" must be in lower-case letters only
(#577) No one-line description found in phpdocs for docblock of function setRaiseHandOnEnter
(#577) Public method name "HtmlSession::setRaiseHandOnEnter" must be in lower-case letters only
(#577) Variable "raiseHandOnEnter" must be all lower-case
(#578) Variable "raiseHandOnEnter" must be all lower-case
(#585) No one-line description found in phpdocs for docblock of function getAllowInSessionInvitees
(#585) Public method name "HtmlSession::getAllowInSessionInvitees" must be in lower-case letters only
(#593) No one-line description found in phpdocs for docblock of function setAllowInSessionInvitees
(#593) Public method name "HtmlSession::setAllowInSessionInvitees" must be in lower-case letters only
(#593) Variable "allowInSessionInvitees" must be all lower-case
(#594) Variable "allowInSessionInvitees" must be all lower-case
(#601) No one-line description found in phpdocs for docblock of function getContextId
(#601) Public method name "HtmlSession::getContextId" must be in lower-case letters only
(#609) No one-line description found in phpdocs for docblock of function setContextId
(#609) Public method name "HtmlSession::setContextId" must be in lower-case letters only
(#609) Variable "contextId" must be all lower-case
(#610) Variable "contextId" must be all lower-case
(#617) No one-line description found in phpdocs for docblock of function getContextTitle
(#617) Public method name "HtmlSession::getContextTitle" must be in lower-case letters only
(#625) No one-line description found in phpdocs for docblock of function setContextTitle
(#625) Public method name "HtmlSession::setContextTitle" must be in lower-case letters only
(#625) Variable "contextTitle" must be all lower-case
(#626) Variable "contextTitle" must be all lower-case
(#633) No one-line description found in phpdocs for docblock of function getRecordingEnabled
(#633) Public method name "HtmlSession::getRecordingEnabled" must be in lower-case letters only
(#641) No one-line description found in phpdocs for docblock of function setRecordingEnabled
(#641) Public method name "HtmlSession::setRecordingEnabled" must be in lower-case letters only
(#641) Variable "recordingEnabled" must be all lower-case
(#642) Variable "recordingEnabled" must be all lower-case
(#649) No one-line description found in phpdocs for docblock of function getRecordingCallBackUrl
(#649) Public method name "HtmlSession::getRecordingCallBackUrl" must be in lower-case letters only
(#657) No one-line description found in phpdocs for docblock of function setRecordingCallBackUrl
(#657) Public method name "HtmlSession::setRecordingCallBackUrl" must be in lower-case letters only
(#657) Variable "recordingCallBackUrl" must be all lower-case
(#658) Variable "recordingCallBackUrl" must be all lower-case
(#665) No one-line description found in phpdocs for docblock of function getSessionType
(#665) Public method name "HtmlSession::getSessionType" must be in lower-case letters only
(#673) No one-line description found in phpdocs for docblock of function setSessionType
(#673) Public method name "HtmlSession::setSessionType" must be in lower-case letters only
(#673) Variable "sessionType" must be all lower-case
(#674) Variable "sessionType" must be all lower-case
(#681) No one-line description found in phpdocs for docblock of function getSessionRule
(#681) Public method name "HtmlSession::getSessionRule" must be in lower-case letters only
(#689) No one-line description found in phpdocs for docblock of function setSessionRule
(#689) Public method name "HtmlSession::setSessionRule" must be in lower-case letters only
(#689) Variable "sessionRule" must be all lower-case
(#690) Variable "sessionRule" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionAttendance.php
(#26) Missing docblock for class HtmlSessionAttendance
(#31) Member variable "sessionId" must be all lower-case
(#36) Member variable "startTime" must be all lower-case
(#42) No one-line description found in phpdocs for docblock of function __construct
(#42) Variable "sessionId" must be all lower-case
(#42) Variable "startTime" must be all lower-case
(#43) Variable "sessionId" must be all lower-case
(#44) Variable "startTime" must be all lower-case
(#50) No one-line description found in phpdocs for docblock of function getSessionId
(#50) Public method name "HtmlSessionAttendance::getSessionId" must be in lower-case letters only
(#58) No one-line description found in phpdocs for docblock of function setSessionId
(#58) Public method name "HtmlSessionAttendance::setSessionId" must be in lower-case letters only
(#58) Variable "sessionId" must be all lower-case
(#59) Variable "sessionId" must be all lower-case
(#66) No one-line description found in phpdocs for docblock of function getStartTime
(#66) Public method name "HtmlSessionAttendance::getStartTime" must be in lower-case letters only
(#82) No one-line description found in phpdocs for docblock of function setStartTime
(#82) Public method name "HtmlSessionAttendance::setStartTime" must be in lower-case letters only
(#82) Variable "startTime" must be all lower-case
(#83) Variable "startTime" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionCollection.php
(#26) Missing docblock for class HtmlSessionCollection
(#31) Member variable "HtmlSession" must be all lower-case
(#33) Whitespace found at end of line
(#34) Missing docblock for function __construct
(#35) Whitespace found at end of line
(#41) No one-line description found in phpdocs for docblock of function getHtmlSession
(#41) Public method name "HtmlSessionCollection::getHtmlSession" must be in lower-case letters only
(#49) No one-line description found in phpdocs for docblock of function setHtmlSession
(#49) Public method name "HtmlSessionCollection::setHtmlSession" must be in lower-case letters only
(#49) Variable "HtmlSession" must be all lower-case
(#50) Variable "HtmlSession" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionOccurrence.php
(#26) Missing docblock for class HtmlSessionOccurrence
(#31) Member variable "sessionId" must be all lower-case
(#36) Member variable "startTime" must be all lower-case
(#41) Member variable "endTime" must be all lower-case
(#43) Whitespace found at end of line
(#44) Missing docblock for function __construct
(#45) Whitespace found at end of line
(#51) No one-line description found in phpdocs for docblock of function getSessionId
(#51) Public method name "HtmlSessionOccurrence::getSessionId" must be in lower-case letters only
(#59) No one-line description found in phpdocs for docblock of function setSessionId
(#59) Public method name "HtmlSessionOccurrence::setSessionId" must be in lower-case letters only
(#59) Variable "sessionId" must be all lower-case
(#60) Variable "sessionId" must be all lower-case
(#67) No one-line description found in phpdocs for docblock of function getStartTime
(#67) Public method name "HtmlSessionOccurrence::getStartTime" must be in lower-case letters only
(#83) No one-line description found in phpdocs for docblock of function setStartTime
(#83) Public method name "HtmlSessionOccurrence::setStartTime" must be in lower-case letters only
(#83) Variable "startTime" must be all lower-case
(#84) Variable "startTime" must be all lower-case
(#91) No one-line description found in phpdocs for docblock of function getEndTime
(#91) Public method name "HtmlSessionOccurrence::getEndTime" must be in lower-case letters only
(#107) No one-line description found in phpdocs for docblock of function setEndTime
(#107) Public method name "HtmlSessionOccurrence::setEndTime" must be in lower-case letters only
(#107) Variable "endTime" must be all lower-case
(#108) Variable "endTime" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionOccurrenceCollection.php
(#26) Missing docblock for class HtmlSessionOccurrenceCollection
(#36) Member variable "sessionId" must be all lower-case
(#41) Member variable "startTime" must be all lower-case
(#46) Member variable "endTime" must be all lower-case
(#48) Whitespace found at end of line
(#49) Missing docblock for function __construct
(#50) Whitespace found at end of line
(#56) No one-line description found in phpdocs for docblock of function getId
(#56) Public method name "HtmlSessionOccurrenceCollection::getId" must be in lower-case letters only
(#64) No one-line description found in phpdocs for docblock of function setId
(#64) Public method name "HtmlSessionOccurrenceCollection::setId" must be in lower-case letters only
(#72) No one-line description found in phpdocs for docblock of function getSessionId
(#72) Public method name "HtmlSessionOccurrenceCollection::getSessionId" must be in lower-case letters only
(#80) No one-line description found in phpdocs for docblock of function setSessionId
(#80) Public method name "HtmlSessionOccurrenceCollection::setSessionId" must be in lower-case letters only
(#80) Variable "sessionId" must be all lower-case
(#81) Variable "sessionId" must be all lower-case
(#88) No one-line description found in phpdocs for docblock of function getStartTime
(#88) Public method name "HtmlSessionOccurrenceCollection::getStartTime" must be in lower-case letters only
(#104) No one-line description found in phpdocs for docblock of function setStartTime
(#104) Public method name "HtmlSessionOccurrenceCollection::setStartTime" must be in lower-case letters only
(#104) Variable "startTime" must be all lower-case
(#105) Variable "startTime" must be all lower-case
(#112) No one-line description found in phpdocs for docblock of function getEndTime
(#112) Public method name "HtmlSessionOccurrenceCollection::getEndTime" must be in lower-case letters only
(#128) No one-line description found in phpdocs for docblock of function setEndTime
(#128) Public method name "HtmlSessionOccurrenceCollection::setEndTime" must be in lower-case letters only
(#128) Variable "endTime" must be all lower-case
(#129) Variable "endTime" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionRecording.php
(#26) Missing docblock for class HtmlSessionRecording
(#31) Member variable "groupingId" must be all lower-case
(#36) Member variable "sessionId" must be all lower-case
(#41) Member variable "startTime" must be all lower-case
(#46) Member variable "endTime" must be all lower-case
(#48) Whitespace found at end of line
(#49) Missing docblock for function __construct
(#50) Whitespace found at end of line
(#56) No one-line description found in phpdocs for docblock of function getGroupingId
(#56) Public method name "HtmlSessionRecording::getGroupingId" must be in lower-case letters only
(#64) No one-line description found in phpdocs for docblock of function setGroupingId
(#64) Public method name "HtmlSessionRecording::setGroupingId" must be in lower-case letters only
(#64) Variable "groupingId" must be all lower-case
(#65) Variable "groupingId" must be all lower-case
(#72) No one-line description found in phpdocs for docblock of function getSessionId
(#72) Public method name "HtmlSessionRecording::getSessionId" must be in lower-case letters only
(#80) No one-line description found in phpdocs for docblock of function setSessionId
(#80) Public method name "HtmlSessionRecording::setSessionId" must be in lower-case letters only
(#80) Variable "sessionId" must be all lower-case
(#81) Variable "sessionId" must be all lower-case
(#88) No one-line description found in phpdocs for docblock of function getStartTime
(#88) Public method name "HtmlSessionRecording::getStartTime" must be in lower-case letters only
(#104) No one-line description found in phpdocs for docblock of function setStartTime
(#104) Public method name "HtmlSessionRecording::setStartTime" must be in lower-case letters only
(#104) Variable "startTime" must be all lower-case
(#105) Variable "startTime" must be all lower-case
(#112) No one-line description found in phpdocs for docblock of function getEndTime
(#112) Public method name "HtmlSessionRecording::getEndTime" must be in lower-case letters only
(#128) No one-line description found in phpdocs for docblock of function setEndTime
(#128) Public method name "HtmlSessionRecording::setEndTime" must be in lower-case letters only
(#128) Variable "endTime" must be all lower-case
(#129) Variable "endTime" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponse.php
(#26) Missing docblock for class HtmlSessionRecordingResponse
(#31) Member variable "recordingId" must be all lower-case
(#36) Member variable "createdTs" must be all lower-case
(#41) Member variable "startTs" must be all lower-case
(#46) Member variable "endTs" must be all lower-case
(#51) Member variable "durationMillis" must be all lower-case
(#56) Member variable "recordingUrl" must be all lower-case
(#61) Member variable "displayName" must be all lower-case
(#66) Member variable "sessionId" must be all lower-case
(#83) No one-line description found in phpdocs for docblock of function __construct
(#83) Variable "recordingId" must be all lower-case
(#83) Variable "createdTs" must be all lower-case
(#83) Variable "startTs" must be all lower-case
(#83) Variable "endTs" must be all lower-case
(#83) Variable "durationMillis" must be all lower-case
(#83) Variable "recordingUrl" must be all lower-case
(#83) Variable "displayName" must be all lower-case
(#83) Variable "sessionId" must be all lower-case
(#83) Line exceeds 132 characters; contains 146 characters
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Variable "recordingId" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Variable "createdTs" must be all lower-case
(#86) Line indented incorrectly; expected at least 8 spaces, found 6
(#86) Variable "startTs" must be all lower-case
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Variable "endTs" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Variable "durationMillis" must be all lower-case
(#89) Line indented incorrectly; expected at least 8 spaces, found 6
(#89) Variable "recordingUrl" must be all lower-case
(#90) Line indented incorrectly; expected at least 8 spaces, found 6
(#90) Variable "displayName" must be all lower-case
(#91) Line indented incorrectly; expected at least 8 spaces, found 6
(#91) Variable "sessionId" must be all lower-case
(#92) Line indented incorrectly; expected at least 8 spaces, found 6
(#98) No one-line description found in phpdocs for docblock of function getRecordingId
(#98) Public method name "HtmlSessionRecordingResponse::getRecordingId" must be in lower-case letters only
(#106) No one-line description found in phpdocs for docblock of function setRecordingId
(#106) Public method name "HtmlSessionRecordingResponse::setRecordingId" must be in lower-case letters only
(#106) Variable "recordingId" must be all lower-case
(#107) Variable "recordingId" must be all lower-case
(#114) No one-line description found in phpdocs for docblock of function getCreatedTs
(#114) Public method name "HtmlSessionRecordingResponse::getCreatedTs" must be in lower-case letters only
(#122) No one-line description found in phpdocs for docblock of function setCreatedTs
(#122) Public method name "HtmlSessionRecordingResponse::setCreatedTs" must be in lower-case letters only
(#122) Variable "createdTs" must be all lower-case
(#123) Variable "createdTs" must be all lower-case
(#130) No one-line description found in phpdocs for docblock of function getStartTs
(#130) Public method name "HtmlSessionRecordingResponse::getStartTs" must be in lower-case letters only
(#138) No one-line description found in phpdocs for docblock of function setStartTs
(#138) Public method name "HtmlSessionRecordingResponse::setStartTs" must be in lower-case letters only
(#138) Variable "startTs" must be all lower-case
(#139) Variable "startTs" must be all lower-case
(#146) No one-line description found in phpdocs for docblock of function getEndTs
(#146) Public method name "HtmlSessionRecordingResponse::getEndTs" must be in lower-case letters only
(#154) No one-line description found in phpdocs for docblock of function setEndTs
(#154) Public method name "HtmlSessionRecordingResponse::setEndTs" must be in lower-case letters only
(#154) Variable "endTs" must be all lower-case
(#155) Variable "endTs" must be all lower-case
(#162) No one-line description found in phpdocs for docblock of function getDurationMillis
(#162) Public method name "HtmlSessionRecordingResponse::getDurationMillis" must be in lower-case letters only
(#170) No one-line description found in phpdocs for docblock of function setDurationMillis
(#170) Public method name "HtmlSessionRecordingResponse::setDurationMillis" must be in lower-case letters only
(#170) Variable "durationMillis" must be all lower-case
(#171) Variable "durationMillis" must be all lower-case
(#178) No one-line description found in phpdocs for docblock of function getRecordingUrl
(#178) Public method name "HtmlSessionRecordingResponse::getRecordingUrl" must be in lower-case letters only
(#186) No one-line description found in phpdocs for docblock of function setRecordingUrl
(#186) Public method name "HtmlSessionRecordingResponse::setRecordingUrl" must be in lower-case letters only
(#186) Variable "recordingUrl" must be all lower-case
(#187) Variable "recordingUrl" must be all lower-case
(#194) No one-line description found in phpdocs for docblock of function getDisplayName
(#194) Public method name "HtmlSessionRecordingResponse::getDisplayName" must be in lower-case letters only
(#202) No one-line description found in phpdocs for docblock of function setDisplayName
(#202) Public method name "HtmlSessionRecordingResponse::setDisplayName" must be in lower-case letters only
(#202) Variable "displayName" must be all lower-case
(#203) Variable "displayName" must be all lower-case
(#210) No one-line description found in phpdocs for docblock of function getSessionId
(#210) Public method name "HtmlSessionRecordingResponse::getSessionId" must be in lower-case letters only
(#218) No one-line description found in phpdocs for docblock of function setSessionId
(#218) Public method name "HtmlSessionRecordingResponse::setSessionId" must be in lower-case letters only
(#218) Variable "sessionId" must be all lower-case
(#219) Variable "sessionId" must be all lower-case
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponseCollection.php
(#26) Missing docblock for class HtmlSessionRecordingResponseCollection
(#31) Member variable "HtmlSessionRecordingResponse" must be all lower-case
(#33) Whitespace found at end of line
(#34) Missing docblock for function __construct
(#35) Whitespace found at end of line
(#41) No one-line description found in phpdocs for docblock of function getHtmlSessionRecordingResponse
(#41) Public method name "HtmlSessionRecordingResponseCollection::getHtmlSessionRecordingResponse" must be in lower-case letters only
(#49) No one-line description found in phpdocs for docblock of function setHtmlSessionRecordingResponse
(#49) Public method name "HtmlSessionRecordingResponseCollection::setHtmlSessionRecordingResponse" must be in lower-case letters only
(#49) Variable "HtmlSessionRecordingResponse" must be all lower-case
(#50) Variable "HtmlSessionRecordingResponse" must be all lower-case
mod/collaborate/classes/soap/generated/ListHtmlSession.php
(#26) Missing docblock for class ListHtmlSession
(#31) Member variable "userId" must be all lower-case
(#36) Member variable "groupingId" must be all lower-case
(#41) Member variable "sessionId" must be all lower-case
(#46) Member variable "creatorId" must be all lower-case
(#51) Member variable "startTime" must be all lower-case
(#56) Member variable "endTime" must be all lower-case
(#63) Whitespace found at end of line
(#64) Missing docblock for function __construct
(#65) Whitespace found at end of line
(#71) No one-line description found in phpdocs for docblock of function getUserId
(#71) Public method name "ListHtmlSession::getUserId" must be in lower-case letters only
(#79) No one-line description found in phpdocs for docblock of function setUserId
(#79) Public method name "ListHtmlSession::setUserId" must be in lower-case letters only
(#79) Variable "userId" must be all lower-case
(#80) Variable "userId" must be all lower-case
(#87) No one-line description found in phpdocs for docblock of function getGroupingId
(#87) Public method name "ListHtmlSession::getGroupingId" must be in lower-case letters only
(#95) No one-line description found in phpdocs for docblock of function setGroupingId
(#95) Public method name "ListHtmlSession::setGroupingId" must be in lower-case letters only
(#95) Variable "groupingId" must be all lower-case
(#96) Variable "groupingId" must be all lower-case
(#103) No one-line description found in phpdocs for docblock of function getSessionId
(#103) Public method name "ListHtmlSession::getSessionId" must be in lower-case letters only
(#111) No one-line description found in phpdocs for docblock of function setSessionId
(#111) Public method name "ListHtmlSession::setSessionId" must be in lower-case letters only
(#111) Variable "sessionId" must be all lower-case
(#112) Variable "sessionId" must be all lower-case
(#119) No one-line description found in phpdocs for docblock of function getCreatorId
(#119) Public method name "ListHtmlSession::getCreatorId" must be in lower-case letters only
(#127) No one-line description found in phpdocs for docblock of function setCreatorId
(#127) Public method name "ListHtmlSession::setCreatorId" must be in lower-case letters only
(#127) Variable "creatorId" must be all lower-case
(#128) Variable "creatorId" must be all lower-case
(#135) No one-line description found in phpdocs for docblock of function getStartTime
(#135) Public method name "ListHtmlSession::getStartTime" must be in lower-case letters only
(#151) No one-line description found in phpdocs for docblock of function setStartTime
(#151) Public method name "ListHtmlSession::setStartTime" must be in lower-case letters only
(#151) Variable "startTime" must be all lower-case
(#152) Variable "startTime" must be all lower-case
(#159) No one-line description found in phpdocs for docblock of function getEndTime
(#159) Public method name "ListHtmlSession::getEndTime" must be in lower-case letters only
(#175) No one-line description found in phpdocs for docblock of function setEndTime
(#175) Public method name "ListHtmlSession::setEndTime" must be in lower-case letters only
(#175) Variable "endTime" must be all lower-case
(#176) Variable "endTime" must be all lower-case
(#183) No one-line description found in phpdocs for docblock of function getName
(#183) Public method name "ListHtmlSession::getName" must be in lower-case letters only
(#191) No one-line description found in phpdocs for docblock of function setName
(#191) Public method name "ListHtmlSession::setName" must be in lower-case letters only
mod/collaborate/classes/soap/generated/RemoveHtmlSession.php
(#26) Missing docblock for class RemoveHtmlSession
(#31) Member variable "sessionId" must be all lower-case
(#36) No one-line description found in phpdocs for docblock of function __construct
(#36) Variable "sessionId" must be all lower-case
(#37) Variable "sessionId" must be all lower-case
(#43) No one-line description found in phpdocs for docblock of function getSessionId
(#43) Public method name "RemoveHtmlSession::getSessionId" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setSessionId
(#51) Public method name "RemoveHtmlSession::setSessionId" must be in lower-case letters only
(#51) Variable "sessionId" must be all lower-case
(#52) Variable "sessionId" must be all lower-case
mod/collaborate/classes/soap/generated/RemoveHtmlSessionOccurrence.php
(#26) Missing docblock for class RemoveHtmlSessionOccurrence
(#31) Member variable "occurrenceId" must be all lower-case
(#36) No one-line description found in phpdocs for docblock of function __construct
(#36) Variable "occurrenceId" must be all lower-case
(#37) Variable "occurrenceId" must be all lower-case
(#43) No one-line description found in phpdocs for docblock of function getOccurrenceId
(#43) Public method name "RemoveHtmlSessionOccurrence::getOccurrenceId" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setOccurrenceId
(#51) Public method name "RemoveHtmlSessionOccurrence::setOccurrenceId" must be in lower-case letters only
(#51) Variable "occurrenceId" must be all lower-case
(#52) Variable "occurrenceId" must be all lower-case
mod/collaborate/classes/soap/generated/RemoveHtmlSessionRecording.php
(#26) Missing docblock for class RemoveHtmlSessionRecording
(#31) Member variable "recordingId" must be all lower-case
(#36) No one-line description found in phpdocs for docblock of function __construct
(#36) Variable "recordingId" must be all lower-case
(#37) Variable "recordingId" must be all lower-case
(#43) No one-line description found in phpdocs for docblock of function getRecordingId
(#43) Public method name "RemoveHtmlSessionRecording::getRecordingId" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setRecordingId
(#51) Public method name "RemoveHtmlSessionRecording::setRecordingId" must be in lower-case letters only
(#51) Variable "recordingId" must be all lower-case
(#52) Variable "recordingId" must be all lower-case
mod/collaborate/classes/soap/generated/SASDefaultAdapter.php
(#26) Missing docblock for class SASDefaultAdapter
(#31) Short array syntax must be used to define arrays
(#149) No one-line description found in phpdocs for docblock of function __construct
(#149) Short array syntax must be used to define arrays
(#155) Short array syntax must be used to define arrays
(#157) Commas (,) must be followed by white space.
(#165) No one-line description found in phpdocs for docblock of function BuildRecordingUrl
(#165) Public method name "SASDefaultAdapter::BuildRecordingUrl" must be in lower-case letters only
(#166) Short array syntax must be used to define arrays
(#173) No one-line description found in phpdocs for docblock of function BuildHtmlRecordingUrl
(#173) Public method name "SASDefaultAdapter::BuildHtmlRecordingUrl" must be in lower-case letters only
(#174) Short array syntax must be used to define arrays
(#181) No one-line description found in phpdocs for docblock of function BuildSessionUrl
(#181) Public method name "SASDefaultAdapter::BuildSessionUrl" must be in lower-case letters only
(#182) Short array syntax must be used to define arrays
(#189) No one-line description found in phpdocs for docblock of function ConvertRecording
(#189) Public method name "SASDefaultAdapter::ConvertRecording" must be in lower-case letters only
(#190) Short array syntax must be used to define arrays
(#197) No one-line description found in phpdocs for docblock of function GetEmailBody
(#197) Public method name "SASDefaultAdapter::GetEmailBody" must be in lower-case letters only
(#198) Short array syntax must be used to define arrays
(#205) No one-line description found in phpdocs for docblock of function GetMobilePlatforms
(#205) Public method name "SASDefaultAdapter::GetMobilePlatforms" must be in lower-case letters only
(#206) Short array syntax must be used to define arrays
(#213) No one-line description found in phpdocs for docblock of function GetOptionLicenses
(#213) Public method name "SASDefaultAdapter::GetOptionLicenses" must be in lower-case letters only
(#214) Short array syntax must be used to define arrays
(#221) No one-line description found in phpdocs for docblock of function GetQuotaLimits
(#221) Public method name "SASDefaultAdapter::GetQuotaLimits" must be in lower-case letters only
(#222) Short array syntax must be used to define arrays
(#229) No one-line description found in phpdocs for docblock of function GetServerConfiguration
(#229) Public method name "SASDefaultAdapter::GetServerConfiguration" must be in lower-case letters only
(#230) Short array syntax must be used to define arrays
(#237) No one-line description found in phpdocs for docblock of function GetServerQuotas
(#237) Public method name "SASDefaultAdapter::GetServerQuotas" must be in lower-case letters only
(#238) Short array syntax must be used to define arrays
(#245) No one-line description found in phpdocs for docblock of function GetSchedulingManager
(#245) Public method name "SASDefaultAdapter::GetSchedulingManager" must be in lower-case letters only
(#246) Short array syntax must be used to define arrays
(#253) No one-line description found in phpdocs for docblock of function GetServerVersions
(#253) Public method name "SASDefaultAdapter::GetServerVersions" must be in lower-case letters only
(#254) Short array syntax must be used to define arrays
(#261) No one-line description found in phpdocs for docblock of function UploadRepositoryMultimedia
(#261) Public method name "SASDefaultAdapter::UploadRepositoryMultimedia" must be in lower-case letters only
(#262) Short array syntax must be used to define arrays
(#269) No one-line description found in phpdocs for docblock of function UploadRepositoryPresentation
(#269) Public method name "SASDefaultAdapter::UploadRepositoryPresentation" must be in lower-case letters only
(#270) Short array syntax must be used to define arrays
(#277) No one-line description found in phpdocs for docblock of function ListRepositoryMultimedia
(#277) Public method name "SASDefaultAdapter::ListRepositoryMultimedia" must be in lower-case letters only
(#278) Short array syntax must be used to define arrays
(#285) No one-line description found in phpdocs for docblock of function ListRepositoryPresentation
(#285) Public method name "SASDefaultAdapter::ListRepositoryPresentation" must be in lower-case letters only
(#286) Short array syntax must be used to define arrays
(#293) No one-line description found in phpdocs for docblock of function RemoveRepositoryMultimedia
(#293) Public method name "SASDefaultAdapter::RemoveRepositoryMultimedia" must be in lower-case letters only
(#294) Short array syntax must be used to define arrays
(#301) No one-line description found in phpdocs for docblock of function RemoveRepositoryPresentation
(#301) Public method name "SASDefaultAdapter::RemoveRepositoryPresentation" must be in lower-case letters only
(#302) Short array syntax must be used to define arrays
(#309) No one-line description found in phpdocs for docblock of function ListSessionMultimedia
(#309) Public method name "SASDefaultAdapter::ListSessionMultimedia" must be in lower-case letters only
(#310) Short array syntax must be used to define arrays
(#317) No one-line description found in phpdocs for docblock of function ListSessionPresentation
(#317) Public method name "SASDefaultAdapter::ListSessionPresentation" must be in lower-case letters only
(#318) Short array syntax must be used to define arrays
(#325) No one-line description found in phpdocs for docblock of function SetApiCallbackUrl
(#325) Public method name "SASDefaultAdapter::SetApiCallbackUrl" must be in lower-case letters only
(#326) Short array syntax must be used to define arrays
(#333) No one-line description found in phpdocs for docblock of function SetSessionMultimedia
(#333) Public method name "SASDefaultAdapter::SetSessionMultimedia" must be in lower-case letters only
(#334) Short array syntax must be used to define arrays
(#341) No one-line description found in phpdocs for docblock of function SetSessionPresentation
(#341) Public method name "SASDefaultAdapter::SetSessionPresentation" must be in lower-case letters only
(#342) Short array syntax must be used to define arrays
(#349) No one-line description found in phpdocs for docblock of function RemoveSessionMultimedia
(#349) Public method name "SASDefaultAdapter::RemoveSessionMultimedia" must be in lower-case letters only
(#350) Short array syntax must be used to define arrays
(#357) No one-line description found in phpdocs for docblock of function RemoveSessionPresentation
(#357) Public method name "SASDefaultAdapter::RemoveSessionPresentation" must be in lower-case letters only
(#358) Short array syntax must be used to define arrays
(#365) No one-line description found in phpdocs for docblock of function ListRecordingFiles
(#365) Public method name "SASDefaultAdapter::ListRecordingFiles" must be in lower-case letters only
(#366) Short array syntax must be used to define arrays
(#373) No one-line description found in phpdocs for docblock of function ListRecordings
(#373) Public method name "SASDefaultAdapter::ListRecordings" must be in lower-case letters only
(#374) Short array syntax must be used to define arrays
(#381) No one-line description found in phpdocs for docblock of function ListRecordingLong
(#381) Public method name "SASDefaultAdapter::ListRecordingLong" must be in lower-case letters only
(#382) Short array syntax must be used to define arrays
(#389) No one-line description found in phpdocs for docblock of function ListRecordingShort
(#389) Public method name "SASDefaultAdapter::ListRecordingShort" must be in lower-case letters only
(#390) Short array syntax must be used to define arrays
(#397) No one-line description found in phpdocs for docblock of function ListHtmlSessionRecording
(#397) Public method name "SASDefaultAdapter::ListHtmlSessionRecording" must be in lower-case letters only
(#398) Short array syntax must be used to define arrays
(#405) No one-line description found in phpdocs for docblock of function ListSession
(#405) Public method name "SASDefaultAdapter::ListSession" must be in lower-case letters only
(#406) Short array syntax must be used to define arrays
(#413) No one-line description found in phpdocs for docblock of function ListSessionAttendance
(#413) Public method name "SASDefaultAdapter::ListSessionAttendance" must be in lower-case letters only
(#414) Short array syntax must be used to define arrays
(#421) No one-line description found in phpdocs for docblock of function ListHtmlSessionAttendance
(#421) Public method name "SASDefaultAdapter::ListHtmlSessionAttendance" must be in lower-case letters only
(#422) Short array syntax must be used to define arrays
(#429) No one-line description found in phpdocs for docblock of function ListHtmlSessionOccurrences
(#429) Public method name "SASDefaultAdapter::ListHtmlSessionOccurrences" must be in lower-case letters only
(#430) Short array syntax must be used to define arrays
(#437) No one-line description found in phpdocs for docblock of function RemoveHtmlSessionOccurrence
(#437) Public method name "SASDefaultAdapter::RemoveHtmlSessionOccurrence" must be in lower-case letters only
(#438) Short array syntax must be used to define arrays
(#445) No one-line description found in phpdocs for docblock of function UpdateHtmlSessionOccurrence
(#445) Public method name "SASDefaultAdapter::UpdateHtmlSessionOccurrence" must be in lower-case letters only
(#446) Short array syntax must be used to define arrays
(#453) No one-line description found in phpdocs for docblock of function SetSession
(#453) Public method name "SASDefaultAdapter::SetSession" must be in lower-case letters only
(#454) Short array syntax must be used to define arrays
(#461) No one-line description found in phpdocs for docblock of function UpdateSession
(#461) Public method name "SASDefaultAdapter::UpdateSession" must be in lower-case letters only
(#462) Short array syntax must be used to define arrays
(#469) No one-line description found in phpdocs for docblock of function UpdateSessionAttendee
(#469) Public method name "SASDefaultAdapter::UpdateSessionAttendee" must be in lower-case letters only
(#470) Short array syntax must be used to define arrays
(#477) No one-line description found in phpdocs for docblock of function UpdateHtmlSessionAttendee
(#477) Public method name "SASDefaultAdapter::UpdateHtmlSessionAttendee" must be in lower-case letters only
(#478) Short array syntax must be used to define arrays
(#485) No one-line description found in phpdocs for docblock of function UpdateHtmlSession
(#485) Public method name "SASDefaultAdapter::UpdateHtmlSession" must be in lower-case letters only
(#486) Short array syntax must be used to define arrays
(#493) No one-line description found in phpdocs for docblock of function SetHtmlSession
(#493) Public method name "SASDefaultAdapter::SetHtmlSession" must be in lower-case letters only
(#494) Short array syntax must be used to define arrays
(#501) No one-line description found in phpdocs for docblock of function BuildHtmlSessionUrl
(#501) Public method name "SASDefaultAdapter::BuildHtmlSessionUrl" must be in lower-case letters only
(#502) Short array syntax must be used to define arrays
(#509) No one-line description found in phpdocs for docblock of function ListHtmlSession
(#509) Public method name "SASDefaultAdapter::ListHtmlSession" must be in lower-case letters only
(#510) Short array syntax must be used to define arrays
(#517) No one-line description found in phpdocs for docblock of function RemoveHtmlSession
(#517) Public method name "SASDefaultAdapter::RemoveHtmlSession" must be in lower-case letters only
(#518) Short array syntax must be used to define arrays
(#525) No one-line description found in phpdocs for docblock of function SendEmail
(#525) Public method name "SASDefaultAdapter::SendEmail" must be in lower-case letters only
(#526) Short array syntax must be used to define arrays
(#533) No one-line description found in phpdocs for docblock of function RemoveSession
(#533) Public method name "SASDefaultAdapter::RemoveSession" must be in lower-case letters only
(#534) Short array syntax must be used to define arrays
(#541) No one-line description found in phpdocs for docblock of function RemoveRecording
(#541) Public method name "SASDefaultAdapter::RemoveRecording" must be in lower-case letters only
(#542) Short array syntax must be used to define arrays
(#549) No one-line description found in phpdocs for docblock of function RemoveHtmlSessionRecording
(#549) Public method name "SASDefaultAdapter::RemoveHtmlSessionRecording" must be in lower-case letters only
(#550) Short array syntax must be used to define arrays
(#557) No one-line description found in phpdocs for docblock of function SetTelephony
(#557) Public method name "SASDefaultAdapter::SetTelephony" must be in lower-case letters only
(#558) Short array syntax must be used to define arrays
(#565) No one-line description found in phpdocs for docblock of function GetTelephony
(#565) Public method name "SASDefaultAdapter::GetTelephony" must be in lower-case letters only
(#566) Short array syntax must be used to define arrays
(#573) No one-line description found in phpdocs for docblock of function GetTelephonyLicenseInfo
(#573) Public method name "SASDefaultAdapter::GetTelephonyLicenseInfo" must be in lower-case letters only
(#574) Short array syntax must be used to define arrays
(#581) No one-line description found in phpdocs for docblock of function SetSessionTelephony
(#581) Public method name "SASDefaultAdapter::SetSessionTelephony" must be in lower-case letters only
(#582) Short array syntax must be used to define arrays
(#589) No one-line description found in phpdocs for docblock of function ListSessionTelephony
(#589) Public method name "SASDefaultAdapter::ListSessionTelephony" must be in lower-case letters only
(#590) Short array syntax must be used to define arrays
(#597) No one-line description found in phpdocs for docblock of function RemoveSessionTelephony
(#597) Public method name "SASDefaultAdapter::RemoveSessionTelephony" must be in lower-case letters only
(#598) Short array syntax must be used to define arrays
(#605) No one-line description found in phpdocs for docblock of function SetRecordingSecureSignOn
(#605) Public method name "SASDefaultAdapter::SetRecordingSecureSignOn" must be in lower-case letters only
(#606) Short array syntax must be used to define arrays
(#613) No one-line description found in phpdocs for docblock of function ClearSessionChairList
(#613) Public method name "SASDefaultAdapter::ClearSessionChairList" must be in lower-case letters only
(#614) Short array syntax must be used to define arrays
(#621) No one-line description found in phpdocs for docblock of function ClearSessionNonChairList
(#621) Public method name "SASDefaultAdapter::ClearSessionNonChairList" must be in lower-case letters only
(#622) Short array syntax must be used to define arrays
mod/collaborate/classes/soap/generated/ServerConfiguration.php
(#26) Missing docblock for class ServerConfiguration
(#28) Whitespace found at end of line
(#29) Missing docblock for function __construct
(#30) Whitespace found at end of line
mod/collaborate/classes/soap/generated/ServerConfigurationResponse.php
(#26) Missing docblock for class ServerConfigurationResponse
(#31) Member variable "boundaryTime" must be all lower-case
(#36) Member variable "maxAvailableTalkers" must be all lower-case
(#41) Member variable "maxAvailableCameras" must be all lower-case
(#44) Expected "bool" but found "boolean" for @var tag in member variable comment
(#46) Member variable "raiseHandOnEnter" must be all lower-case
(#49) Expected "bool" but found "boolean" for @var tag in member variable comment
(#51) Member variable "mayUseTelephony" must be all lower-case
(#54) Expected "bool" but found "boolean" for @var tag in member variable comment
(#56) Member variable "mayUseSecureSignOn" must be all lower-case
(#59) Expected "bool" but found "boolean" for @var tag in member variable comment
(#61) Member variable "mustReserveSeats" must be all lower-case
(#66) Member variable "timeZone" must be all lower-case
(#78) No one-line description found in phpdocs for docblock of function __construct
(#78) Variable "boundaryTime" must be all lower-case
(#78) Variable "maxAvailableTalkers" must be all lower-case
(#78) Variable "maxAvailableCameras" must be all lower-case
(#78) Variable "raiseHandOnEnter" must be all lower-case
(#78) Variable "mayUseTelephony" must be all lower-case
(#78) Variable "mayUseSecureSignOn" must be all lower-case
(#78) Variable "mustReserveSeats" must be all lower-case
(#78) Variable "timeZone" must be all lower-case
(#78) Line exceeds 132 characters; contains 180 characters
(#79) Variable "boundaryTime" must be all lower-case
(#80) Variable "maxAvailableTalkers" must be all lower-case
(#81) Variable "maxAvailableCameras" must be all lower-case
(#82) Variable "raiseHandOnEnter" must be all lower-case
(#83) Variable "mayUseTelephony" must be all lower-case
(#84) Variable "mayUseSecureSignOn" must be all lower-case
(#85) Variable "mustReserveSeats" must be all lower-case
(#86) Variable "timeZone" must be all lower-case
(#92) No one-line description found in phpdocs for docblock of function getBoundaryTime
(#92) Public method name "ServerConfigurationResponse::getBoundaryTime" must be in lower-case letters only
(#100) No one-line description found in phpdocs for docblock of function setBoundaryTime
(#100) Public method name "ServerConfigurationResponse::setBoundaryTime" must be in lower-case letters only
(#100) Variable "boundaryTime" must be all lower-case
(#101) Variable "boundaryTime" must be all lower-case
(#108) No one-line description found in phpdocs for docblock of function getMaxAvailableTalkers
(#108) Public method name "ServerConfigurationResponse::getMaxAvailableTalkers" must be in lower-case letters only
(#116) No one-line description found in phpdocs for docblock of function setMaxAvailableTalkers
(#116) Public method name "ServerConfigurationResponse::setMaxAvailableTalkers" must be in lower-case letters only
(#116) Variable "maxAvailableTalkers" must be all lower-case
(#117) Variable "maxAvailableTalkers" must be all lower-case
(#124) No one-line description found in phpdocs for docblock of function getMaxAvailableCameras
(#124) Public method name "ServerConfigurationResponse::getMaxAvailableCameras" must be in lower-case letters only
(#132) No one-line description found in phpdocs for docblock of function setMaxAvailableCameras
(#132) Public method name "ServerConfigurationResponse::setMaxAvailableCameras" must be in lower-case letters only
(#132) Variable "maxAvailableCameras" must be all lower-case
(#133) Variable "maxAvailableCameras" must be all lower-case
(#140) No one-line description found in phpdocs for docblock of function getRaiseHandOnEnter
(#140) Public method name "ServerConfigurationResponse::getRaiseHandOnEnter" must be in lower-case letters only
(#148) No one-line description found in phpdocs for docblock of function setRaiseHandOnEnter
(#148) Public method name "ServerConfigurationResponse::setRaiseHandOnEnter" must be in lower-case letters only
(#148) Variable "raiseHandOnEnter" must be all lower-case
(#149) Variable "raiseHandOnEnter" must be all lower-case
(#156) No one-line description found in phpdocs for docblock of function getMayUseTelephony
(#156) Public method name "ServerConfigurationResponse::getMayUseTelephony" must be in lower-case letters only
(#164) No one-line description found in phpdocs for docblock of function setMayUseTelephony
(#164) Public method name "ServerConfigurationResponse::setMayUseTelephony" must be in lower-case letters only
(#164) Variable "mayUseTelephony" must be all lower-case
(#165) Variable "mayUseTelephony" must be all lower-case
(#172) No one-line description found in phpdocs for docblock of function getMayUseSecureSignOn
(#172) Public method name "ServerConfigurationResponse::getMayUseSecureSignOn" must be in lower-case letters only
(#180) No one-line description found in phpdocs for docblock of function setMayUseSecureSignOn
(#180) Public method name "ServerConfigurationResponse::setMayUseSecureSignOn" must be in lower-case letters only
(#180) Variable "mayUseSecureSignOn" must be all lower-case
(#181) Variable "mayUseSecureSignOn" must be all lower-case
(#188) No one-line description found in phpdocs for docblock of function getMustReserveSeats
(#188) Public method name "ServerConfigurationResponse::getMustReserveSeats" must be in lower-case letters only
(#196) No one-line description found in phpdocs for docblock of function setMustReserveSeats
(#196) Public method name "ServerConfigurationResponse::setMustReserveSeats" must be in lower-case letters only
(#196) Variable "mustReserveSeats" must be all lower-case
(#197) Variable "mustReserveSeats" must be all lower-case
(#204) No one-line description found in phpdocs for docblock of function getTimeZone
(#204) Public method name "ServerConfigurationResponse::getTimeZone" must be in lower-case letters only
(#212) No one-line description found in phpdocs for docblock of function setTimeZone
(#212) Public method name "ServerConfigurationResponse::setTimeZone" must be in lower-case letters only
(#212) Variable "timeZone" must be all lower-case
(#213) Variable "timeZone" must be all lower-case
mod/collaborate/classes/soap/generated/ServerConfigurationResponseCollection.php
(#26) Missing docblock for class ServerConfigurationResponseCollection
(#31) Member variable "ServerConfigurationResponse" must be all lower-case
(#33) Whitespace found at end of line
(#34) Missing docblock for function __construct
(#35) Whitespace found at end of line
(#41) No one-line description found in phpdocs for docblock of function getServerConfigurationResponse
(#41) Public method name "ServerConfigurationResponseCollection::getServerConfigurationResponse" must be in lower-case letters only
(#49) No one-line description found in phpdocs for docblock of function setServerConfigurationResponse
(#49) Public method name "ServerConfigurationResponseCollection::setServerConfigurationResponse" must be in lower-case letters only
(#49) Variable "ServerConfigurationResponse" must be all lower-case
(#50) Variable "ServerConfigurationResponse" must be all lower-case
mod/collaborate/classes/soap/generated/SetHtmlSession.php
(#26) Missing docblock for class SetHtmlSession
(#41) Member variable "startTime" must be all lower-case
(#46) Member variable "endTime" must be all lower-case
(#51) Member variable "boundaryTime" must be all lower-case
(#54) Expected "bool" but found "boolean" for @var tag in member variable comment
(#56) Member variable "allowGuest" must be all lower-case
(#59) Expected "bool" but found "boolean" for @var tag in member variable comment
(#61) Member variable "noEndDate" must be all lower-case
(#64) Expected "bool" but found "boolean" for @var tag in member variable comment
(#66) Member variable "showProfile" must be all lower-case
(#69) Expected "bool" but found "boolean" for @var tag in member variable comment
(#71) Member variable "canShareVideo" must be all lower-case
(#74) Expected "bool" but found "boolean" for @var tag in member variable comment
(#76) Member variable "canShareAudio" must be all lower-case
(#79) Expected "bool" but found "boolean" for @var tag in member variable comment
(#81) Member variable "canPostMessage" must be all lower-case
(#84) Expected "bool" but found "boolean" for @var tag in member variable comment
(#86) Member variable "canAnnotateWhiteboard" must be all lower-case
(#91) Member variable "htmlAttendees" must be all lower-case
(#96) Member variable "groupingList" must be all lower-case
(#101) Member variable "creatorId" must be all lower-case
(#106) Member variable "guestRole" must be all lower-case
(#109) Expected "bool" but found "boolean" for @var tag in member variable comment
(#111) Member variable "mustBeSupervised" must be all lower-case
(#114) Expected "bool" but found "boolean" for @var tag in member variable comment
(#116) Member variable "openChair" must be all lower-case
(#119) Expected "bool" but found "boolean" for @var tag in member variable comment
(#121) Member variable "permissionsOn" must be all lower-case
(#124) Expected "bool" but found "boolean" for @var tag in member variable comment
(#126) Member variable "raiseHandOnEnter" must be all lower-case
(#129) Expected "bool" but found "boolean" for @var tag in member variable comment
(#131) Member variable "allowInSessionInvitees" must be all lower-case
(#136) Member variable "contextId" must be all lower-case
(#141) Member variable "contextTitle" must be all lower-case
(#146) Member variable "recordingCallbackUrl" must be all lower-case
(#151) Member variable "sessionType" must be all lower-case
(#156) Member variable "sessionRule" must be all lower-case
(#164) No one-line description found in phpdocs for docblock of function __construct
(#164) Variable "startTime" must be all lower-case
(#164) Variable "endTime" must be all lower-case
(#164) Variable "creatorId" must be all lower-case
(#166) Variable "startTime" must be all lower-case
(#167) Variable "endTime" must be all lower-case
(#168) Variable "creatorId" must be all lower-case
(#174) No one-line description found in phpdocs for docblock of function getName
(#174) Public method name "SetHtmlSession::getName" must be in lower-case letters only
(#182) No one-line description found in phpdocs for docblock of function setName
(#182) Public method name "SetHtmlSession::setName" must be in lower-case letters only
(#190) No one-line description found in phpdocs for docblock of function getDescription
(#190) Public method name "SetHtmlSession::getDescription" must be in lower-case letters only
(#198) No one-line description found in phpdocs for docblock of function setDescription
(#198) Public method name "SetHtmlSession::setDescription" must be in lower-case letters only
(#206) No one-line description found in phpdocs for docblock of function getStartTime
(#206) Public method name "SetHtmlSession::getStartTime" must be in lower-case letters only
(#222) No one-line description found in phpdocs for docblock of function setStartTime
(#222) Public method name "SetHtmlSession::setStartTime" must be in lower-case letters only
(#222) Variable "startTime" must be all lower-case
(#223) Variable "startTime" must be all lower-case
(#230) No one-line description found in phpdocs for docblock of function getEndTime
(#230) Public method name "SetHtmlSession::getEndTime" must be in lower-case letters only
(#246) No one-line description found in phpdocs for docblock of function setEndTime
(#246) Public method name "SetHtmlSession::setEndTime" must be in lower-case letters only
(#246) Variable "endTime" must be all lower-case
(#247) Variable "endTime" must be all lower-case
(#254) No one-line description found in phpdocs for docblock of function getBoundaryTime
(#254) Public method name "SetHtmlSession::getBoundaryTime" must be in lower-case letters only
(#262) No one-line description found in phpdocs for docblock of function setBoundaryTime
(#262) Public method name "SetHtmlSession::setBoundaryTime" must be in lower-case letters only
(#262) Variable "boundaryTime" must be all lower-case
(#263) Variable "boundaryTime" must be all lower-case
(#270) No one-line description found in phpdocs for docblock of function getAllowGuest
(#270) Public method name "SetHtmlSession::getAllowGuest" must be in lower-case letters only
(#278) No one-line description found in phpdocs for docblock of function setAllowGuest
(#278) Public method name "SetHtmlSession::setAllowGuest" must be in lower-case letters only
(#278) Variable "allowGuest" must be all lower-case
(#279) Variable "allowGuest" must be all lower-case
(#286) No one-line description found in phpdocs for docblock of function getNoEndDate
(#286) Public method name "SetHtmlSession::getNoEndDate" must be in lower-case letters only
(#294) No one-line description found in phpdocs for docblock of function setNoEndDate
(#294) Public method name "SetHtmlSession::setNoEndDate" must be in lower-case letters only
(#294) Variable "noEndDate" must be all lower-case
(#295) Variable "noEndDate" must be all lower-case
(#302) No one-line description found in phpdocs for docblock of function getShowProfile
(#302) Public method name "SetHtmlSession::getShowProfile" must be in lower-case letters only
(#310) No one-line description found in phpdocs for docblock of function setShowProfile
(#310) Public method name "SetHtmlSession::setShowProfile" must be in lower-case letters only
(#310) Variable "showProfile" must be all lower-case
(#311) Variable "showProfile" must be all lower-case
(#318) No one-line description found in phpdocs for docblock of function getCanShareVideo
(#318) Public method name "SetHtmlSession::getCanShareVideo" must be in lower-case letters only
(#326) No one-line description found in phpdocs for docblock of function setCanShareVideo
(#326) Public method name "SetHtmlSession::setCanShareVideo" must be in lower-case letters only
(#326) Variable "canShareVideo" must be all lower-case
(#327) Variable "canShareVideo" must be all lower-case
(#334) No one-line description found in phpdocs for docblock of function getCanShareAudio
(#334) Public method name "SetHtmlSession::getCanShareAudio" must be in lower-case letters only
(#342) No one-line description found in phpdocs for docblock of function setCanShareAudio
(#342) Public method name "SetHtmlSession::setCanShareAudio" must be in lower-case letters only
(#342) Variable "canShareAudio" must be all lower-case
(#343) Variable "canShareAudio" must be all lower-case
(#350) No one-line description found in phpdocs for docblock of function getCanPostMessage
(#350) Public method name "SetHtmlSession::getCanPostMessage" must be in lower-case letters only
(#358) No one-line description found in phpdocs for docblock of function setCanPostMessage
(#358) Public method name "SetHtmlSession::setCanPostMessage" must be in lower-case letters only
(#358) Variable "canPostMessage" must be all lower-case
(#359) Variable "canPostMessage" must be all lower-case
(#366) No one-line description found in phpdocs for docblock of function getCanAnnotateWhiteboard
(#366) Public method name "SetHtmlSession::getCanAnnotateWhiteboard" must be in lower-case letters only
(#374) No one-line description found in phpdocs for docblock of function setCanAnnotateWhiteboard
(#374) Public method name "SetHtmlSession::setCanAnnotateWhiteboard" must be in lower-case letters only
(#374) Variable "canAnnotateWhiteboard" must be all lower-case
(#375) Variable "canAnnotateWhiteboard" must be all lower-case
(#382) No one-line description found in phpdocs for docblock of function getHtmlAttendees
(#382) Public method name "SetHtmlSession::getHtmlAttendees" must be in lower-case letters only
(#390) No one-line description found in phpdocs for docblock of function setHtmlAttendees
(#390) Public method name "SetHtmlSession::setHtmlAttendees" must be in lower-case letters only
(#390) Variable "htmlAttendees" must be all lower-case
(#391) Variable "htmlAttendees" must be all lower-case
(#398) No one-line description found in phpdocs for docblock of function getGroupingList
(#398) Public method name "SetHtmlSession::getGroupingList" must be in lower-case letters only
(#406) No one-line description found in phpdocs for docblock of function setGroupingList
(#406) Public method name "SetHtmlSession::setGroupingList" must be in lower-case letters only
(#406) Variable "groupingList" must be all lower-case
(#407) Variable "groupingList" must be all lower-case
(#414) No one-line description found in phpdocs for docblock of function getCreatorId
(#414) Public method name "SetHtmlSession::getCreatorId" must be in lower-case letters only
(#422) No one-line description found in phpdocs for docblock of function setCreatorId
(#422) Public method name "SetHtmlSession::setCreatorId" must be in lower-case letters only
(#422) Variable "creatorId" must be all lower-case
(#423) Variable "creatorId" must be all lower-case
(#430) No one-line description found in phpdocs for docblock of function getGuestRole
(#430) Public method name "SetHtmlSession::getGuestRole" must be in lower-case letters only
(#438) No one-line description found in phpdocs for docblock of function setGuestRole
(#438) Public method name "SetHtmlSession::setGuestRole" must be in lower-case letters only
(#438) Variable "guestRole" must be all lower-case
(#439) Variable "guestRole" must be all lower-case
(#446) No one-line description found in phpdocs for docblock of function getMustBeSupervised
(#446) Public method name "SetHtmlSession::getMustBeSupervised" must be in lower-case letters only
(#454) No one-line description found in phpdocs for docblock of function setMustBeSupervised
(#454) Public method name "SetHtmlSession::setMustBeSupervised" must be in lower-case letters only
(#454) Variable "mustBeSupervised" must be all lower-case
(#455) Variable "mustBeSupervised" must be all lower-case
(#462) No one-line description found in phpdocs for docblock of function getOpenChair
(#462) Public method name "SetHtmlSession::getOpenChair" must be in lower-case letters only
(#470) No one-line description found in phpdocs for docblock of function setOpenChair
(#470) Public method name "SetHtmlSession::setOpenChair" must be in lower-case letters only
(#470) Variable "openChair" must be all lower-case
(#471) Variable "openChair" must be all lower-case
(#478) No one-line description found in phpdocs for docblock of function getPermissionsOn
(#478) Public method name "SetHtmlSession::getPermissionsOn" must be in lower-case letters only
(#486) No one-line description found in phpdocs for docblock of function setPermissionsOn
(#486) Public method name "SetHtmlSession::setPermissionsOn" must be in lower-case letters only
(#486) Variable "permissionsOn" must be all lower-case
(#487) Variable "permissionsOn" must be all lower-case
(#494) No one-line description found in phpdocs for docblock of function getRaiseHandOnEnter
(#494) Public method name "SetHtmlSession::getRaiseHandOnEnter" must be in lower-case letters only
(#502) No one-line description found in phpdocs for docblock of function setRaiseHandOnEnter
(#502) Public method name "SetHtmlSession::setRaiseHandOnEnter" must be in lower-case letters only
(#502) Variable "raiseHandOnEnter" must be all lower-case
(#503) Variable "raiseHandOnEnter" must be all lower-case
(#510) No one-line description found in phpdocs for docblock of function getAllowInSessionInvitees
(#510) Public method name "SetHtmlSession::getAllowInSessionInvitees" must be in lower-case letters only
(#518) No one-line description found in phpdocs for docblock of function setAllowInSessionInvitees
(#518) Public method name "SetHtmlSession::setAllowInSessionInvitees" must be in lower-case letters only
(#518) Variable "allowInSessionInvitees" must be all lower-case
(#519) Variable "allowInSessionInvitees" must be all lower-case
(#526) No one-line description found in phpdocs for docblock of function getContextId
(#526) Public method name "SetHtmlSession::getContextId" must be in lower-case letters only
(#534) No one-line description found in phpdocs for docblock of function setContextId
(#534) Public method name "SetHtmlSession::setContextId" must be in lower-case letters only
(#534) Variable "contextId" must be all lower-case
(#535) Variable "contextId" must be all lower-case
(#542) No one-line description found in phpdocs for docblock of function getContextTitle
(#542) Public method name "SetHtmlSession::getContextTitle" must be in lower-case letters only
(#550) No one-line description found in phpdocs for docblock of function setContextTitle
(#550) Public method name "SetHtmlSession::setContextTitle" must be in lower-case letters only
(#550) Variable "contextTitle" must be all lower-case
(#551) Variable "contextTitle" must be all lower-case
(#558) No one-line description found in phpdocs for docblock of function getRecordingCallbackUrl
(#558) Public method name "SetHtmlSession::getRecordingCallbackUrl" must be in lower-case letters only
(#566) No one-line description found in phpdocs for docblock of function setRecordingCallbackUrl
(#566) Public method name "SetHtmlSession::setRecordingCallbackUrl" must be in lower-case letters only
(#566) Variable "recordingCallbackUrl" must be all lower-case
(#567) Variable "recordingCallbackUrl" must be all lower-case
(#574) No one-line description found in phpdocs for docblock of function getSessionType
(#574) Public method name "SetHtmlSession::getSessionType" must be in lower-case letters only
(#582) No one-line description found in phpdocs for docblock of function setSessionType
(#582) Public method name "SetHtmlSession::setSessionType" must be in lower-case letters only
(#582) Variable "sessionType" must be all lower-case
(#583) Variable "sessionType" must be all lower-case
(#590) No one-line description found in phpdocs for docblock of function getSessionRule
(#590) Public method name "SetHtmlSession::getSessionRule" must be in lower-case letters only
(#598) No one-line description found in phpdocs for docblock of function setSessionRule
(#598) Public method name "SetHtmlSession::setSessionRule" must be in lower-case letters only
(#598) Variable "sessionRule" must be all lower-case
(#599) Variable "sessionRule" must be all lower-case
mod/collaborate/classes/soap/generated/SuccessResponse.php
(#26) Missing docblock for class SuccessResponse
(#29) Expected "bool" but found "boolean" for @var tag in member variable comment
(#36) No one-line description found in phpdocs for docblock of function __construct
(#43) No one-line description found in phpdocs for docblock of function getSuccess
(#43) Public method name "SuccessResponse::getSuccess" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setSuccess
(#51) Public method name "SuccessResponse::setSuccess" must be in lower-case letters only
mod/collaborate/classes/soap/generated/UpdateHtmlSessionAttendee.php
(#26) Missing docblock for class UpdateHtmlSessionAttendee
(#31) Member variable "sessionId" must be all lower-case
(#36) Member variable "htmlAttendee" must be all lower-case
(#46) Member variable "returnUrl" must be all lower-case
(#51) Member variable "reconnectUrl" must be all lower-case
(#56) Member variable "originDomain" must be all lower-case
(#62) No one-line description found in phpdocs for docblock of function __construct
(#62) Variable "sessionId" must be all lower-case
(#62) Variable "htmlAttendee" must be all lower-case
(#63) Variable "sessionId" must be all lower-case
(#64) Variable "htmlAttendee" must be all lower-case
(#70) No one-line description found in phpdocs for docblock of function getSessionId
(#70) Public method name "UpdateHtmlSessionAttendee::getSessionId" must be in lower-case letters only
(#78) No one-line description found in phpdocs for docblock of function setSessionId
(#78) Public method name "UpdateHtmlSessionAttendee::setSessionId" must be in lower-case letters only
(#78) Variable "sessionId" must be all lower-case
(#79) Variable "sessionId" must be all lower-case
(#86) No one-line description found in phpdocs for docblock of function getHtmlAttendee
(#86) Public method name "UpdateHtmlSessionAttendee::getHtmlAttendee" must be in lower-case letters only
(#94) No one-line description found in phpdocs for docblock of function setHtmlAttendee
(#94) Public method name "UpdateHtmlSessionAttendee::setHtmlAttendee" must be in lower-case letters only
(#94) Variable "htmlAttendee" must be all lower-case
(#95) Variable "htmlAttendee" must be all lower-case
(#102) No one-line description found in phpdocs for docblock of function getLocale
(#102) Public method name "UpdateHtmlSessionAttendee::getLocale" must be in lower-case letters only
(#110) No one-line description found in phpdocs for docblock of function setLocale
(#110) Public method name "UpdateHtmlSessionAttendee::setLocale" must be in lower-case letters only
(#118) No one-line description found in phpdocs for docblock of function getReturnUrl
(#118) Public method name "UpdateHtmlSessionAttendee::getReturnUrl" must be in lower-case letters only
(#126) No one-line description found in phpdocs for docblock of function setReturnUrl
(#126) Public method name "UpdateHtmlSessionAttendee::setReturnUrl" must be in lower-case letters only
(#126) Variable "returnUrl" must be all lower-case
(#127) Variable "returnUrl" must be all lower-case
(#134) No one-line description found in phpdocs for docblock of function getReconnectUrl
(#134) Public method name "UpdateHtmlSessionAttendee::getReconnectUrl" must be in lower-case letters only
(#142) No one-line description found in phpdocs for docblock of function setReconnectUrl
(#142) Public method name "UpdateHtmlSessionAttendee::setReconnectUrl" must be in lower-case letters only
(#142) Variable "reconnectUrl" must be all lower-case
(#143) Variable "reconnectUrl" must be all lower-case
(#150) No one-line description found in phpdocs for docblock of function getOriginDomain
(#150) Public method name "UpdateHtmlSessionAttendee::getOriginDomain" must be in lower-case letters only
(#158) No one-line description found in phpdocs for docblock of function setOriginDomain
(#158) Public method name "UpdateHtmlSessionAttendee::setOriginDomain" must be in lower-case letters only
(#158) Variable "originDomain" must be all lower-case
(#159) Variable "originDomain" must be all lower-case
mod/collaborate/classes/soap/generated/UpdateHtmlSessionDetails.php
(#26) Missing docblock for class UpdateHtmlSessionDetails
(#31) Member variable "sessionId" must be all lower-case
(#46) Member variable "startTime" must be all lower-case
(#51) Member variable "endTime" must be all lower-case
(#56) Member variable "boundaryTime" must be all lower-case
(#59) Expected "bool" but found "boolean" for @var tag in member variable comment
(#61) Member variable "allowGuest" must be all lower-case
(#64) Expected "bool" but found "boolean" for @var tag in member variable comment
(#66) Member variable "noEndDate" must be all lower-case
(#69) Expected "bool" but found "boolean" for @var tag in member variable comment
(#71) Member variable "showProfile" must be all lower-case
(#74) Expected "bool" but found "boolean" for @var tag in member variable comment
(#76) Member variable "canShareVideo" must be all lower-case
(#79) Expected "bool" but found "boolean" for @var tag in member variable comment
(#81) Member variable "canShareAudio" must be all lower-case
(#84) Expected "bool" but found "boolean" for @var tag in member variable comment
(#86) Member variable "canPostMessage" must be all lower-case
(#89) Expected "bool" but found "boolean" for @var tag in member variable comment
(#91) Member variable "canAnnotateWhiteboard" must be all lower-case
(#96) Member variable "htmlAttendees" must be all lower-case
(#101) Member variable "groupingList" must be all lower-case
(#106) Member variable "creatorId" must be all lower-case
(#111) Member variable "guestRole" must be all lower-case
(#114) Expected "bool" but found "boolean" for @var tag in member variable comment
(#116) Member variable "mustBeSupervised" must be all lower-case
(#119) Expected "bool" but found "boolean" for @var tag in member variable comment
(#121) Member variable "openChair" must be all lower-case
(#124) Expected "bool" but found "boolean" for @var tag in member variable comment
(#126) Member variable "permissionsOn" must be all lower-case
(#129) Expected "bool" but found "boolean" for @var tag in member variable comment
(#131) Member variable "raiseHandOnEnter" must be all lower-case
(#134) Expected "bool" but found "boolean" for @var tag in member variable comment
(#136) Member variable "allowInSessionInvitees" must be all lower-case
(#141) Member variable "contextId" must be all lower-case
(#146) Member variable "contextTitle" must be all lower-case
(#151) Member variable "sessionType" must be all lower-case
(#156) Member variable "sessionRule" must be all lower-case
(#161) No one-line description found in phpdocs for docblock of function __construct
(#161) Variable "sessionId" must be all lower-case
(#162) Variable "sessionId" must be all lower-case
(#168) No one-line description found in phpdocs for docblock of function getSessionId
(#168) Public method name "UpdateHtmlSessionDetails::getSessionId" must be in lower-case letters only
(#176) No one-line description found in phpdocs for docblock of function setSessionId
(#176) Public method name "UpdateHtmlSessionDetails::setSessionId" must be in lower-case letters only
(#176) Variable "sessionId" must be all lower-case
(#177) Variable "sessionId" must be all lower-case
(#184) No one-line description found in phpdocs for docblock of function getName
(#184) Public method name "UpdateHtmlSessionDetails::getName" must be in lower-case letters only
(#192) No one-line description found in phpdocs for docblock of function setName
(#192) Public method name "UpdateHtmlSessionDetails::setName" must be in lower-case letters only
(#200) No one-line description found in phpdocs for docblock of function getDescription
(#200) Public method name "UpdateHtmlSessionDetails::getDescription" must be in lower-case letters only
(#208) No one-line description found in phpdocs for docblock of function setDescription
(#208) Public method name "UpdateHtmlSessionDetails::setDescription" must be in lower-case letters only
(#216) No one-line description found in phpdocs for docblock of function getStartTime
(#216) Public method name "UpdateHtmlSessionDetails::getStartTime" must be in lower-case letters only
(#232) No one-line description found in phpdocs for docblock of function setStartTime
(#232) Public method name "UpdateHtmlSessionDetails::setStartTime" must be in lower-case letters only
(#232) Variable "startTime" must be all lower-case
(#233) Variable "startTime" must be all lower-case
(#240) No one-line description found in phpdocs for docblock of function getEndTime
(#240) Public method name "UpdateHtmlSessionDetails::getEndTime" must be in lower-case letters only
(#256) No one-line description found in phpdocs for docblock of function setEndTime
(#256) Public method name "UpdateHtmlSessionDetails::setEndTime" must be in lower-case letters only
(#256) Variable "endTime" must be all lower-case
(#257) Variable "endTime" must be all lower-case
(#264) No one-line description found in phpdocs for docblock of function getBoundaryTime
(#264) Public method name "UpdateHtmlSessionDetails::getBoundaryTime" must be in lower-case letters only
(#272) No one-line description found in phpdocs for docblock of function setBoundaryTime
(#272) Public method name "UpdateHtmlSessionDetails::setBoundaryTime" must be in lower-case letters only
(#272) Variable "boundaryTime" must be all lower-case
(#273) Variable "boundaryTime" must be all lower-case
(#280) No one-line description found in phpdocs for docblock of function getAllowGuest
(#280) Public method name "UpdateHtmlSessionDetails::getAllowGuest" must be in lower-case letters only
(#288) No one-line description found in phpdocs for docblock of function setAllowGuest
(#288) Public method name "UpdateHtmlSessionDetails::setAllowGuest" must be in lower-case letters only
(#288) Variable "allowGuest" must be all lower-case
(#289) Variable "allowGuest" must be all lower-case
(#296) No one-line description found in phpdocs for docblock of function getNoEndDate
(#296) Public method name "UpdateHtmlSessionDetails::getNoEndDate" must be in lower-case letters only
(#304) No one-line description found in phpdocs for docblock of function setNoEndDate
(#304) Public method name "UpdateHtmlSessionDetails::setNoEndDate" must be in lower-case letters only
(#304) Variable "noEndDate" must be all lower-case
(#305) Variable "noEndDate" must be all lower-case
(#312) No one-line description found in phpdocs for docblock of function getShowProfile
(#312) Public method name "UpdateHtmlSessionDetails::getShowProfile" must be in lower-case letters only
(#320) No one-line description found in phpdocs for docblock of function setShowProfile
(#320) Public method name "UpdateHtmlSessionDetails::setShowProfile" must be in lower-case letters only
(#320) Variable "showProfile" must be all lower-case
(#321) Variable "showProfile" must be all lower-case
(#328) No one-line description found in phpdocs for docblock of function getCanShareVideo
(#328) Public method name "UpdateHtmlSessionDetails::getCanShareVideo" must be in lower-case letters only
(#336) No one-line description found in phpdocs for docblock of function setCanShareVideo
(#336) Public method name "UpdateHtmlSessionDetails::setCanShareVideo" must be in lower-case letters only
(#336) Variable "canShareVideo" must be all lower-case
(#337) Variable "canShareVideo" must be all lower-case
(#344) No one-line description found in phpdocs for docblock of function getCanShareAudio
(#344) Public method name "UpdateHtmlSessionDetails::getCanShareAudio" must be in lower-case letters only
(#352) No one-line description found in phpdocs for docblock of function setCanShareAudio
(#352) Public method name "UpdateHtmlSessionDetails::setCanShareAudio" must be in lower-case letters only
(#352) Variable "canShareAudio" must be all lower-case
(#353) Variable "canShareAudio" must be all lower-case
(#360) No one-line description found in phpdocs for docblock of function getCanPostMessage
(#360) Public method name "UpdateHtmlSessionDetails::getCanPostMessage" must be in lower-case letters only
(#368) No one-line description found in phpdocs for docblock of function setCanPostMessage
(#368) Public method name "UpdateHtmlSessionDetails::setCanPostMessage" must be in lower-case letters only
(#368) Variable "canPostMessage" must be all lower-case
(#369) Variable "canPostMessage" must be all lower-case
(#376) No one-line description found in phpdocs for docblock of function getCanAnnotateWhiteboard
(#376) Public method name "UpdateHtmlSessionDetails::getCanAnnotateWhiteboard" must be in lower-case letters only
(#384) No one-line description found in phpdocs for docblock of function setCanAnnotateWhiteboard
(#384) Public method name "UpdateHtmlSessionDetails::setCanAnnotateWhiteboard" must be in lower-case letters only
(#384) Variable "canAnnotateWhiteboard" must be all lower-case
(#385) Variable "canAnnotateWhiteboard" must be all lower-case
(#392) No one-line description found in phpdocs for docblock of function getHtmlAttendees
(#392) Public method name "UpdateHtmlSessionDetails::getHtmlAttendees" must be in lower-case letters only
(#400) No one-line description found in phpdocs for docblock of function setHtmlAttendees
(#400) Public method name "UpdateHtmlSessionDetails::setHtmlAttendees" must be in lower-case letters only
(#400) Variable "htmlAttendees" must be all lower-case
(#401) Variable "htmlAttendees" must be all lower-case
(#408) No one-line description found in phpdocs for docblock of function getGroupingList
(#408) Public method name "UpdateHtmlSessionDetails::getGroupingList" must be in lower-case letters only
(#416) No one-line description found in phpdocs for docblock of function setGroupingList
(#416) Public method name "UpdateHtmlSessionDetails::setGroupingList" must be in lower-case letters only
(#416) Variable "groupingList" must be all lower-case
(#417) Variable "groupingList" must be all lower-case
(#424) No one-line description found in phpdocs for docblock of function getCreatorId
(#424) Public method name "UpdateHtmlSessionDetails::getCreatorId" must be in lower-case letters only
(#432) No one-line description found in phpdocs for docblock of function setCreatorId
(#432) Public method name "UpdateHtmlSessionDetails::setCreatorId" must be in lower-case letters only
(#432) Variable "creatorId" must be all lower-case
(#433) Variable "creatorId" must be all lower-case
(#440) No one-line description found in phpdocs for docblock of function getGuestRole
(#440) Public method name "UpdateHtmlSessionDetails::getGuestRole" must be in lower-case letters only
(#448) No one-line description found in phpdocs for docblock of function setGuestRole
(#448) Public method name "UpdateHtmlSessionDetails::setGuestRole" must be in lower-case letters only
(#448) Variable "guestRole" must be all lower-case
(#449) Variable "guestRole" must be all lower-case
(#456) No one-line description found in phpdocs for docblock of function getMustBeSupervised
(#456) Public method name "UpdateHtmlSessionDetails::getMustBeSupervised" must be in lower-case letters only
(#464) No one-line description found in phpdocs for docblock of function setMustBeSupervised
(#464) Public method name "UpdateHtmlSessionDetails::setMustBeSupervised" must be in lower-case letters only
(#464) Variable "mustBeSupervised" must be all lower-case
(#465) Variable "mustBeSupervised" must be all lower-case
(#472) No one-line description found in phpdocs for docblock of function getOpenChair
(#472) Public method name "UpdateHtmlSessionDetails::getOpenChair" must be in lower-case letters only
(#480) No one-line description found in phpdocs for docblock of function setOpenChair
(#480) Public method name "UpdateHtmlSessionDetails::setOpenChair" must be in lower-case letters only
(#480) Variable "openChair" must be all lower-case
(#481) Variable "openChair" must be all lower-case
(#488) No one-line description found in phpdocs for docblock of function getPermissionsOn
(#488) Public method name "UpdateHtmlSessionDetails::getPermissionsOn" must be in lower-case letters only
(#496) No one-line description found in phpdocs for docblock of function setPermissionsOn
(#496) Public method name "UpdateHtmlSessionDetails::setPermissionsOn" must be in lower-case letters only
(#496) Variable "permissionsOn" must be all lower-case
(#497) Variable "permissionsOn" must be all lower-case
(#504) No one-line description found in phpdocs for docblock of function getRaiseHandOnEnter
(#504) Public method name "UpdateHtmlSessionDetails::getRaiseHandOnEnter" must be in lower-case letters only
(#512) No one-line description found in phpdocs for docblock of function setRaiseHandOnEnter
(#512) Public method name "UpdateHtmlSessionDetails::setRaiseHandOnEnter" must be in lower-case letters only
(#512) Variable "raiseHandOnEnter" must be all lower-case
(#513) Variable "raiseHandOnEnter" must be all lower-case
(#520) No one-line description found in phpdocs for docblock of function getAllowInSessionInvitees
(#520) Public method name "UpdateHtmlSessionDetails::getAllowInSessionInvitees" must be in lower-case letters only
(#528) No one-line description found in phpdocs for docblock of function setAllowInSessionInvitees
(#528) Public method name "UpdateHtmlSessionDetails::setAllowInSessionInvitees" must be in lower-case letters only
(#528) Variable "allowInSessionInvitees" must be all lower-case
(#529) Variable "allowInSessionInvitees" must be all lower-case
(#536) No one-line description found in phpdocs for docblock of function getContextId
(#536) Public method name "UpdateHtmlSessionDetails::getContextId" must be in lower-case letters only
(#544) No one-line description found in phpdocs for docblock of function setContextId
(#544) Public method name "UpdateHtmlSessionDetails::setContextId" must be in lower-case letters only
(#544) Variable "contextId" must be all lower-case
(#545) Variable "contextId" must be all lower-case
(#552) No one-line description found in phpdocs for docblock of function getContextTitle
(#552) Public method name "UpdateHtmlSessionDetails::getContextTitle" must be in lower-case letters only
(#560) No one-line description found in phpdocs for docblock of function setContextTitle
(#560) Public method name "UpdateHtmlSessionDetails::setContextTitle" must be in lower-case letters only
(#560) Variable "contextTitle" must be all lower-case
(#561) Variable "contextTitle" must be all lower-case
(#568) No one-line description found in phpdocs for docblock of function getSessionType
(#568) Public method name "UpdateHtmlSessionDetails::getSessionType" must be in lower-case letters only
(#576) No one-line description found in phpdocs for docblock of function setSessionType
(#576) Public method name "UpdateHtmlSessionDetails::setSessionType" must be in lower-case letters only
(#576) Variable "sessionType" must be all lower-case
(#577) Variable "sessionType" must be all lower-case
(#584) No one-line description found in phpdocs for docblock of function getSessionRule
(#584) Public method name "UpdateHtmlSessionDetails::getSessionRule" must be in lower-case letters only
(#592) No one-line description found in phpdocs for docblock of function setSessionRule
(#592) Public method name "UpdateHtmlSessionDetails::setSessionRule" must be in lower-case letters only
(#592) Variable "sessionRule" must be all lower-case
(#593) Variable "sessionRule" must be all lower-case
mod/collaborate/classes/soap/generated/UpdateHtmlSessionOccurrence.php
(#26) Missing docblock for class UpdateHtmlSessionOccurrence
(#31) Member variable "occurrenceId" must be all lower-case
(#36) Member variable "startTime" must be all lower-case
(#41) Member variable "endTime" must be all lower-case
(#46) No one-line description found in phpdocs for docblock of function __construct
(#46) Variable "occurrenceId" must be all lower-case
(#47) Variable "occurrenceId" must be all lower-case
(#53) No one-line description found in phpdocs for docblock of function getOccurrenceId
(#53) Public method name "UpdateHtmlSessionOccurrence::getOccurrenceId" must be in lower-case letters only
(#61) No one-line description found in phpdocs for docblock of function setOccurrenceId
(#61) Public method name "UpdateHtmlSessionOccurrence::setOccurrenceId" must be in lower-case letters only
(#61) Variable "occurrenceId" must be all lower-case
(#62) Variable "occurrenceId" must be all lower-case
(#69) No one-line description found in phpdocs for docblock of function getStartTime
(#69) Public method name "UpdateHtmlSessionOccurrence::getStartTime" must be in lower-case letters only
(#85) No one-line description found in phpdocs for docblock of function setStartTime
(#85) Public method name "UpdateHtmlSessionOccurrence::setStartTime" must be in lower-case letters only
(#85) Variable "startTime" must be all lower-case
(#86) Variable "startTime" must be all lower-case
(#93) No one-line description found in phpdocs for docblock of function getEndTime
(#93) Public method name "UpdateHtmlSessionOccurrence::getEndTime" must be in lower-case letters only
(#109) No one-line description found in phpdocs for docblock of function setEndTime
(#109) Public method name "UpdateHtmlSessionOccurrence::setEndTime" must be in lower-case letters only
(#109) Variable "endTime" must be all lower-case
(#110) Variable "endTime" must be all lower-case
mod/collaborate/classes/soap/generated/UrlResponse.php
(#26) Missing docblock for class UrlResponse
(#36) No one-line description found in phpdocs for docblock of function __construct
(#43) No one-line description found in phpdocs for docblock of function getUrl
(#43) Public method name "UrlResponse::getUrl" must be in lower-case letters only
(#51) No one-line description found in phpdocs for docblock of function setUrl
(#51) Public method name "UrlResponse::setUrl" must be in lower-case letters only
mod/collaborate/classes/task/cleanup_sessions_task.php
(#28) Missing docblock for class cleanup_sessions_task
mod/collaborate/classes/task/soap_migrator_task.php
(#31) Missing docblock for class soap_migrator_task
(#33) Missing docblock for constant soap_migrator_task::STATUS_IDLE
(#34) Missing docblock for constant soap_migrator_task::STATUS_LAUNCHED
(#35) Missing docblock for constant soap_migrator_task::STATUS_READY
(#36) Missing docblock for constant soap_migrator_task::STATUS_COLLECTED
(#37) Missing docblock for constant soap_migrator_task::STATUS_MIGRATED
(#38) Missing docblock for constant soap_migrator_task::STATUS_INCOMPLETE
(#40) You must use "/**" style comments for a member variable comment
(#41) Missing member variable doc comment
(#140) Missing docblock for function launch_soap_migration
(#155) Missing docblock for function check_migration_status
(#169) Missing docblock for function fetch_migration_data
(#233) Missing docblock for function update_sessions
mod/collaborate/classes/testable_api.php
(#1) DocBlock missing a @package tag for file testable_api.php. Expected @package mod_collaborate
(#35) Missing docblock for class testable_api
(#39) Missing docblock for function __construct
(#65) Missing docblock for function is_usable
(#69) Missing docblock for function configured
(#69) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#73) Missing docblock for function test_service_reachable
mod/collaborate/classes/testables/local.php
(#28) DocBlock missing a @package tag for class local. Expected @package mod_collaborate
mod/collaborate/classes/testables/sessionlink.php
(#1) DocBlock missing a @package tag for file sessionlink.php. Expected @package mod_collaborate
(#29) Missing docblock for class sessionlink
mod/collaborate/classes/testables/trait_exportable.php
(#28) DocBlock missing a @package tag for class trait_exportable. Expected @package mod_collaborate
(#38) Missing docblock for function __construct
mod/collaborate/classes/traits/api.php
(#1) DocBlock missing a @package tag for file api.php. Expected @package mod_collaborate
(#31) Missing docblock for trait api
(#48) No one-line description found in phpdocs for docblock of function is_usable
(#54) No one-line description found in phpdocs for docblock of function configured
(#54) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
(#70) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $config.
mod/collaborate/classes/traits/exportable.php
(#1) DocBlock missing a @package tag for file exportable.php. Expected @package mod_collaborate
(#28) Missing docblock for trait exportable
(#117) No one-line description found in phpdocs for docblock of function export_for_template
mod/collaborate/classes/traits/loggable.php
(#1) DocBlock missing a @package tag for file loggable.php. Expected @package mod_collaborate
(#34) Missing docblock for trait loggable
(#37) Missing member variable doc comment
mod/collaborate/classes/traits/testable_class.php
(#1) DocBlock missing a @package tag for file testable_class.php. Expected @package mod_collaborate
(#32) DocBlock missing a @package tag for trait testable_class. Expected @package mod_collaborate
mod/collaborate/db/upgrade.php
(#146) Short array syntax must be used to define arrays
(#172) Short array syntax must be used to define arrays
(#173) Short array syntax must be used to define arrays
(#173) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#177) Short array syntax must be used to define arrays
(#193) Short array syntax must be used to define arrays
(#193) Short array syntax must be used to define arrays
(#263) Short array syntax must be used to define arrays
(#263) Short array syntax must be used to define arrays
(#280) Short array syntax must be used to define arrays
(#295) Short array syntax must be used to define arrays
(#295) Short array syntax must be used to define arrays
(#305) Short array syntax must be used to define arrays
(#305) Short array syntax must be used to define arrays
(#310) Short array syntax must be used to define arrays
(#310) Short array syntax must be used to define arrays
(#412) Short array syntax must be used to define arrays
mod/collaborate/db/upgradelib.php
(#23) DocBlock missing a @package tag for class collaborate_update_manager. Expected @package mod_collaborate
mod/collaborate/index.php
(#1) No one-line description found in phpdocs for docblock of file index.php
mod/collaborate/lang/en/collaborate.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#31) Unexpected comment found. Auto-fixing will not work after this comment
(#36) The string key "cachedef_recordingcounts" is not in the correct order, it should be before "chair"
(#49) The string key "completiondetail:launch" is not in the correct order, it should be before "completionlaunch"
(#52) Unexpected comment found. Auto-fixing will not work after this comment
(#59) Unexpected comment found. Auto-fixing will not work after this comment
(#62) Unexpected comment found. Auto-fixing will not work after this comment
(#68) The string key "connectionstatusunknown" is not in the correct order, it should be before "connectionverified"
(#78) The string key "ends" is not in the correct order, it should be before "hideduration"
(#84) The string key "error: invalidservertimezone" is not in the correct order, it should be before "error:invalidmoduleid"
(#89) The string key "error:restapiunreachable" is not in the correct order, it should be before "error:restapiunusable"
(#90) The string key "error:restapimultpleenrollments" is not in the correct order, it should be before "error:restapiunreachable"
(#91) The string key "error:restapifailedtoenroll" is not in the correct order, it should be before "error:restapimultpleenrollments"
(#92) The string key "error:restapiduplicatecontexts" is not in the correct order, it should be before "error:restapifailedtoenroll"
(#95) The string key "error:restapimigrationstatus" is not in the correct order, it should be before "error:restapisessionguesturlmissing"
(#96) The string key "error:restapimigrationdata" is not in the correct order, it should be before "error:restapimigrationstatus"
(#105) The string key "group" is not in the correct order, it should be before "guestaccessenabled"
(#107) The string key "guestrole" is not in the correct order, it should be before "nogroup"
(#108) The string key "guestlink" is not in the correct order, it should be before "guestrole"
(#128) The string key "moderator" is not in the correct order, it should be before "modulenameplural"
(#147) The string key "soapmigrationinprogress" is not in the correct order, it should be before "soapmigrationpending"
(#148) The string key "soapmigrationfinished" is not in the correct order, it should be before "soapmigrationinprogress"
(#150) The string key "soapmigrationconfirmation" is not in the correct order, it should be before "soapmigrationincomplete"
(#158) The string key "downloadrec" is not in the correct order, it should be before "viewrec"
(#161) The string key "privacy:metadata:collaborate:fullname" is not in the correct order, it should be before "privacy:metadata:collaborate:userid"
(#162) The string key "privacy:metadata:collaborate:avatarurl" is not in the correct order, it should be before "privacy:metadata:collaborate:fullname"
(#165) The string key "privacy:metadata:launch:timelaunched" is not in the correct order, it should be before "privacy:metadata:launch:userid"
(#166) The string key "privacy:metadata:launch" is not in the correct order, it should be before "privacy:metadata:launch:timelaunched"
(#168) Unexpected comment found. Auto-fixing will not work after this comment
(#169) The string key "instructorsettings" is not in the correct order, it should be before "privacy:metadata:launch"
(#174) The string key "instructorsettings:defaultsettings" is not in the correct order, it should be before "instructorsettings:toggledesc"
(#176) The string key "cansharevideo" is not in the correct order, it should be before "instructorsettings:defaultsettingsdesc"
(#177) The string key "canpostmessages" is not in the correct order, it should be before "cansharevideo"
(#178) The string key "canannotatewhiteboard" is not in the correct order, it should be before "canpostmessages"
(#180) The string key "candownloadrecordings" is not in the correct order, it should be before "canshareaudio"
(#187) Unexpected comment found. Auto-fixing will not work after this comment
(#188) The string key "overridegroupmodeoff" is not in the correct order, it should be before "rolenotavailableforlargesession"
(#189) The string key "overridegroupmode" is not in the correct order, it should be before "overridegroupmodeoff"
(#192) Unexpected comment found. Auto-fixing will not work after this comment
(#194) The string key "disablerecentactivity:toggle" is not in the correct order, it should be before "performancesettings"
(#195) The string key "disablerecentactivity:desc" is not in the correct order, it should be before "disablerecentactivity:toggle"
mod/collaborate/lib.php
(#119) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $mform.
(#151) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $mform.
mod/collaborate/mod_form.php
(#246) Missing docblock for function set_data
mod/collaborate/renderer.php
(#42) Missing docblock for class mod_collaborate_renderer
(#163) No one-line description found in phpdocs for docblock of function render_view_action
(#306) Duplicate array key found. The value will be overwritten. The string array key "action" was first seen on line 304
(#381) Invalid docblock tag "@author:".
(#423) No one-line description found in phpdocs for docblock of function render_copyablelink
(#446) No one-line description found in phpdocs for docblock of function render_recording_counts
(#461) No one-line description found in phpdocs for docblock of function user_show_download_recordings
mod/collaborate/restmigration.php
(#1) No one-line description found in phpdocs for docblock of file restmigration.php
mod/collaborate/tests/behat/behat_mod_collaborate.php
(#32) Missing docblock for class behat_mod_collaborate
(#49) No one-line description found in phpdocs for docblock of function i_check_the_radio_button
(#66) No one-line description found in phpdocs for docblock of function recording_heading_should_not_exist
(#78) Missing docblock for function i_edit_the_nth_collaborate_entitled
(#161) No one-line description found in phpdocs for docblock of function i_see_timespan_of
mod/collaborate/tests/calendar_test.php
(#21) Invalid @category tag value "phpunit".
(#33) Unit test calendar_test should be declared as final.
(#33) Missing docblock for class calendar_test
(#35) Missing member variable doc comment
(#44) Test method test_collabcalendar_duration_onehour() is missing any coverage information, own or at class level
(#44) Test method test_collabcalendar_duration_onehour() is missing a return type
(#139) Test method test_collabcalendar_duration_durationofcourse() is missing any coverage information, own or at class level
(#139) Test method test_collabcalendar_duration_durationofcourse() is missing a return type
mod/collaborate/tests/custom_completion_test.php
(#17) Missing @copyright tag
(#44) Unit test custom_completion_test should be declared as final.
(#51) Data provider method "get_state_provider" will need to be converted to static in future.
(#78) Test method test_get_state() is missing any coverage information, own or at class level
(#78) Test method test_get_state() is missing a return type
(#121) Test method test_get_defined_custom_rules() is missing any coverage information, own or at class level
(#121) Test method test_get_defined_custom_rules() is missing a return type
(#130) Test method test_get_custom_rule_descriptions() is missing any coverage information, own or at class level
(#130) Test method test_get_custom_rule_descriptions() is missing a return type
(#157) Test method test_is_defined() is missing any coverage information, own or at class level
(#157) Test method test_is_defined() is missing a return type
(#178) Data provider method "get_available_custom_rules_provider" will need to be converted to static in future.
(#196) Test method test_get_available_custom_rules() is missing any coverage information, own or at class level
(#196) Test method test_get_available_custom_rules() is missing a return type
mod/collaborate/tests/fakeapi_test.php
(#21) Invalid @category tag value "phpunit".
(#46) Unit test fakeapi_test should be declared as final.
(#46) Missing docblock for class fakeapi_test
(#52) No one-line description found in phpdocs for docblock of function assert_dates_equal
(#61) Test method test_sethtmlsession() is missing any coverage information, own or at class level
(#61) Test method test_sethtmlsession() is missing a return type
(#79) Test method test_listhtmlsession() is missing any coverage information, own or at class level
(#79) Test method test_listhtmlsession() is missing a return type
(#98) Test method test_updatehtmlsession() is missing any coverage information, own or at class level
(#98) Test method test_updatehtmlsession() is missing a return type
(#122) Test method test_removehtmlsession() is missing any coverage information, own or at class level
(#122) Test method test_removehtmlsession() is missing a return type
(#138) Test method test_serverconfiguration() is missing any coverage information, own or at class level
(#138) Test method test_serverconfiguration() is missing a return type
(#153) Test method test_buildsessionurl() is missing any coverage information, own or at class level
(#153) Test method test_buildsessionurl() is missing a return type
(#174) Test method test_updatehtmlsessionattendee() is missing any coverage information, own or at class level
(#174) Test method test_updatehtmlsessionattendee() is missing a return type
(#186) Test method test_listhtmlsessionrecording() is missing any coverage information, own or at class level
(#186) Test method test_listhtmlsessionrecording() is missing a return type
(#226) Test method test_removehtmlsessionrecording() is missing any coverage information, own or at class level
(#226) Test method test_removehtmlsessionrecording() is missing a return type
(#251) Test method test_logging() is missing any coverage information, own or at class level
(#251) Test method test_logging() is missing a return type
mod/collaborate/tests/fixtures/collabrecordinginfo.php
(#42) There should be a comma after the last array item in a multi-line array.
mod/collaborate/tests/fixtures/fakeurl.php
(#1) DocBlock missing a @package tag for file fakeurl.php. Expected @package mod_collaborate
mod/collaborate/tests/fixtures/recordingstub.php
(#35) Missing member variable doc comment
mod/collaborate/tests/generator/lib.php
(#36) Missing docblock for function create_instance
(#36) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $options.
mod/collaborate/tests/jwthelper_test.php
(#21) Invalid @category tag value "phpunit".
(#31) Unit test jwthelper_test should be declared as final.
(#31) Missing docblock for class jwthelper_test
(#32) Test method test_get_token() is missing any coverage information, own or at class level
(#32) Test method test_get_token() is missing a return type
mod/collaborate/tests/local_test.php
(#1) DocBlock missing a @package tag for file local_test.php. Expected @package mod_collaborate
(#32) Unit test local_test should be declared as final.
(#32) Missing docblock for class local_test
(#34) Test method test_servertime_to_utc() is missing any coverage information, own or at class level
(#34) Test method test_servertime_to_utc() is missing a return type
(#54) Test method test_servertime_to_utc_dst() is missing any coverage information, own or at class level
(#54) Test method test_servertime_to_utc_dst() is missing a return type
(#103) Test method test_delete_recording() is missing any coverage information, own or at class level
(#103) Test method test_delete_recording() is missing a return type
(#113) Short array syntax must be used to define arrays
(#179) Test method test_delete_recording_without_capability() is missing any coverage information, own or at class level
(#179) Test method test_delete_recording_without_capability() is missing a return type
(#188) Short array syntax must be used to define arrays
(#212) Test method test_update_collaborate_instance_record() is missing any coverage information, own or at class level
(#212) Test method test_update_collaborate_instance_record() is missing a return type
(#241) Test method test_api_update_session() is missing any coverage information, own or at class level
(#241) Test method test_api_update_session() is missing a return type
(#268) Test method test_configured() is missing any coverage information, own or at class level
(#268) Test method test_configured() is missing a return type
(#282) Test method test_select_api() is missing any coverage information, own or at class level
(#282) Test method test_select_api() is missing a return type
(#288) Test method test_get_api() is missing any coverage information, own or at class level
(#288) Test method test_get_api() is missing a return type
(#297) Test method test_legacy_record() is missing any coverage information, own or at class level
(#297) Test method test_legacy_record() is missing a return type
(#304) Test method test_prepare_sessionids_for_query() is missing any coverage information, own or at class level
(#304) Test method test_prepare_sessionids_for_query() is missing a return type
(#319) Test method test_entity_decode() is missing any coverage information, own or at class level
(#319) Test method test_entity_decode() is missing a return type
mod/collaborate/tests/mod_collaborate_generator_test.php
(#35) Unit test mod_collaborate_generator_test should be declared as final.
(#36) Test method test_generator() is missing any coverage information, own or at class level
(#36) Test method test_generator() is missing a return type
mod/collaborate/tests/mod_form_collab_time_zones_test.php
(#30) Unit test mod_form_collab_time_zones_test should be declared as final.
(#30) Missing docblock for class mod_form_collab_time_zones_test
(#32) Test method test_get_validated_time_zones() is missing any coverage information, own or at class level
(#32) Test method test_get_validated_time_zones() is missing a return type
mod/collaborate/tests/recent_activity_test.php
(#36) Unit test recent_activity_test should be declared as final.
(#43) Test method test_recent_activity_enable_disable() is missing any coverage information, own or at class level
(#43) Test method test_recent_activity_enable_disable() is missing a return type
mod/collaborate/tests/recording_counter_test.php
(#39) Unit test recording_counter_test should be declared as final.
(#44) Test method test_get_recording_counts() is missing any coverage information, own or at class level
(#44) Test method test_get_recording_counts() is missing a return type
(#67) No one-line description found in phpdocs for docblock of function assert_counts
(#83) No one-line description found in phpdocs for docblock of function assert_empty_counts
mod/collaborate/tests/recording_download_test.php
(#38) Unit test recording_download_test should be declared as final.
(#43) Test method test_show_recording_sessions() is missing any coverage information, own or at class level
(#43) Test method test_show_recording_sessions() is missing a return type
(#91) Test method test_hide_recording_sessions() is missing any coverage information, own or at class level
(#91) Test method test_hide_recording_sessions() is missing a return type
mod/collaborate/tests/rest_api_test.php
(#21) Invalid @category tag value "phpunit".
(#31) Unit test rest_api_test should be declared as final.
(#31) Missing docblock for class rest_api_test
(#33) Test method test_configured() is missing any coverage information, own or at class level
(#33) Test method test_configured() is missing a return type
mod/collaborate/tests/sessionlink_test.php
(#29) Unit test sessionlink_test should be declared as final.
(#29) Missing docblock for class sessionlink_test
(#31) Test method test_ensure_session_link() is missing any coverage information, own or at class level
(#31) Test method test_ensure_session_link() is missing a return type
(#47) Test method test_get_group_session_link() is missing any coverage information, own or at class level
(#47) Test method test_get_group_session_link() is missing a return type
(#61) Test method test_apply_session_links_no_groups() is missing any coverage information, own or at class level
(#61) Test method test_apply_session_links_no_groups() is missing a return type
(#78) Test method test_apply_session_links_groups() is missing any coverage information, own or at class level
(#78) Test method test_apply_session_links_groups() is missing a return type
(#109) Test method test_delete_sessions() is missing any coverage information, own or at class level
(#109) Test method test_delete_sessions() is missing a return type
(#159) Test method test_delete_sessions_for_group() is missing any coverage information, own or at class level
(#159) Test method test_delete_sessions_for_group() is missing a return type
(#208) Test method test_update_sessions_for_group() is missing any coverage information, own or at class level
(#208) Test method test_update_sessions_for_group() is missing a return type
(#257) Test method test_task_cleanup_failed_deletions() is missing any coverage information, own or at class level
(#257) Test method test_task_cleanup_failed_deletions() is missing a return type
(#316) Test method test_my_active_links_aag() is missing any coverage information, own or at class level
(#316) Test method test_my_active_links_aag() is missing a return type
(#383) Test method test_my_active_links_no_aag() is missing any coverage information, own or at class level
(#383) Test method test_my_active_links_no_aag() is missing a return type
(#453) Test method test_get_titles_by_sessionids() is missing any coverage information, own or at class level
(#453) Test method test_get_titles_by_sessionids() is missing a return type
(#496) No one-line description found in phpdocs for docblock of function assert_session_link_row_by_sessionid_or_sessionuid
(#517) Test method test_get_session_link_row_by_sessionid() is missing any coverage information, own or at class level
(#517) Test method test_get_session_link_row_by_sessionid() is missing a return type
(#521) Test method test_get_session_link_row_by_sessionuid() is missing any coverage information, own or at class level
(#521) Test method test_get_session_link_row_by_sessionuid() is missing a return type
(#525) Test method test_attempt_delete_sessions() is missing any coverage information, own or at class level
(#525) Test method test_attempt_delete_sessions() is missing a return type
mod/collaborate/tests/soap_migrator_task_test.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#27) Unit test soap_migrator_task_test should be declared as final.
(#28) There must not be a space before the colon in a return type declaration
(#28) There must be a single space between the colon and type in a return type declaration
(#32) Test method test_execute_task_without_credentials() is missing any coverage information, own or at class level
(#32) Test method test_execute_task_without_credentials() is missing a return type
(#45) Test method test_execute_task_launch_migration() is missing any coverage information, own or at class level
(#45) Test method test_execute_task_launch_migration() is missing a return type
(#62) Test method test_execute_task_check_migration_status() is missing any coverage information, own or at class level
(#62) Test method test_execute_task_check_migration_status() is missing a return type
(#79) Test method test_execute_task_fetch_migration_data() is missing any coverage information, own or at class level
(#79) Test method test_execute_task_fetch_migration_data() is missing a return type
(#96) Test method test_handle_migration_records() is missing any coverage information, own or at class level
(#96) Test method test_handle_migration_records() is missing a return type
(#100) Short array syntax must be used to define arrays
(#119) Test method test_handle_migration_records_wrong_parameter() is missing any coverage information, own or at class level
(#119) Test method test_handle_migration_records_wrong_parameter() is missing a return type
(#130) Test method test_execute_task_update_sessions_completed() is missing any coverage information, own or at class level
(#130) Test method test_execute_task_update_sessions_completed() is missing a return type
(#156) Test method test_execute_task_update_sessions_not_completed() is missing any coverage information, own or at class level
(#156) Test method test_execute_task_update_sessions_not_completed() is missing a return type
(#182) Test method test_migration_without_rest_user() is missing any coverage information, own or at class level
(#182) Test method test_migration_without_rest_user() is missing a return type
(#198) Test method test_migration_with_rest_user() is missing any coverage information, own or at class level
(#198) Test method test_migration_with_rest_user() is missing a return type
(#224) Missing docblock for function create_migration_data in testcase
(#224) Expected 0 spaces after "create_migration_data"; 1 found
(#233) Short array syntax must be used to define arrays
(#234) Short array syntax must be used to define arrays
(#287) Missing docblock for function find_migration_discrepancies in testcase
mod/collaborate/tests/trait_exportable_test.php
(#1) DocBlock missing a @package tag for file trait_exportable_test.php. Expected @package mod_collaborate
(#26) Unit test trait_exportable_test should be declared as final.
(#26) Missing docblock for class trait_exportable_test
(#28) Test method test_array_keys_numeric() is missing any coverage information, own or at class level
(#28) Test method test_array_keys_numeric() is missing a return type
(#49) Test method test_export_for_template() is missing any coverage information, own or at class level
(#49) Test method test_export_for_template() is missing a return type
mod/collaborate/vendor/autoload.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload.php
(#1) Moodle boilerplate not found
(#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/collaborate/vendor/composer/ClassLoader.php
(#1) Missing docblock for file ClassLoader.php
(#1) Moodle boilerplate not found
(#43) DocBlock missing a @package tag for class ClassLoader. Expected @package mod_collaborate
(#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) You must use "/**" style comments for a member variable comment
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#46) Short array syntax must be used to define arrays
(#47) Missing member variable doc comment
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#47) Short array syntax must be used to define arrays
(#48) Missing member variable doc comment
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#48) Short array syntax must be used to define arrays
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) You must use "/**" style comments for a member variable comment
(#51) Member variable "prefixesPsr0" must be all lower-case
(#51) Short array syntax must be used to define arrays
(#52) Missing member variable doc comment
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#52) Short array syntax must be used to define arrays
(#54) Missing member variable doc comment
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Missing member variable doc comment
(#55) Member variable "classMap" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#56) Missing member variable doc comment
(#56) Member variable "classMapAuthoritative" must be all lower-case
(#57) Missing member variable doc comment
(#57) Member variable "missingClasses" must be all lower-case
(#57) Short array syntax must be used to define arrays
(#58) Missing member variable doc comment
(#58) Member variable "apcuPrefix" must be all lower-case
(#60) Missing docblock for function getPrefixes
(#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
(#66) Short array syntax must be used to define arrays
(#69) Missing docblock for function getPrefixesPsr4
(#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) Missing docblock for function getFallbackDirs
(#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) Missing docblock for function getFallbackDirsPsr4
(#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) Missing docblock for function getClassMap
(#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) No one-line description found in phpdocs for docblock of function addClassMap
(#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
(#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
(#302) Short array syntax must be used to define arrays
(#309) Opening brace should be on the same line as the declaration
(#310) Short array syntax must be used to define arrays
(#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) Missing docblock for function findFileWithExtension
(#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
(#384) Variable "logicalPathPsr4" 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) DocBlock missing a @package tag for function includeFile. Expected @package mod_collaborate
(#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/collaborate/vendor/composer/autoload_classmap.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_classmap.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
mod/collaborate/vendor/composer/autoload_files.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_files.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
mod/collaborate/vendor/composer/autoload_namespaces.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_namespaces.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
mod/collaborate/vendor/composer/autoload_psr4.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file autoload_psr4.php
(#1) Moodle boilerplate not found
(#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
(#8) Short array syntax must be used to define arrays
(#9) Short array syntax must be used to define arrays
(#9) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#9) Line exceeds 132 characters; contains 149 characters
(#10) Short array syntax must be used to define arrays
(#10) Variable "vendorDir" must be all lower-case
(#11) Short array syntax must be used to define arrays
(#11) Variable "vendorDir" must be all lower-case
(#12) Short array syntax must be used to define arrays
(#12) Variable "vendorDir" must be all lower-case
(#13) Short array syntax must be used to define arrays
(#13) Variable "vendorDir" must be all lower-case
mod/collaborate/vendor/composer/autoload_real.php
(#1) Missing docblock for file autoload_real.php
(#1) Moodle boilerplate not found
(#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) Missing docblock for class ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786
(#6) Opening brace should be on the same line as the declaration for class ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786
(#7) Missing member variable doc comment
(#9) Missing docblock for function loadClassLoader
(#9) Public method name "ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::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
(#16) Missing docblock for function getLoader
(#16) Public method name "ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::getLoader" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#22) Short array syntax must be used to define arrays
(#24) Short array syntax must be used to define arrays
(#26) Variable "useStaticLoader" must be all lower-case
(#26) Line exceeds 132 characters; contains 160 characters
(#27) Variable "useStaticLoader" must be all lower-case
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require" must be immediately followed by an open parenthesis
(#37) "require" must be immediately followed by an open parenthesis
(#42) Variable "classMap" must be all lower-case
(#42) "require" must be immediately followed by an open parenthesis
(#43) Variable "classMap" must be all lower-case
(#44) Variable "classMap" must be all lower-case
(#50) Variable "useStaticLoader" must be all lower-case
(#51) Variable "includeFiles" must be all lower-case
(#53) Variable "includeFiles" must be all lower-case
(#53) "require" must be immediately followed by an open parenthesis
(#55) Variable "includeFiles" must be all lower-case
(#55) Variable "fileIdentifier" must be all lower-case
(#56) Variable "fileIdentifier" must be all lower-case
(#63) Missing docblock for function composerRequire49a901289792a64c8f04c81fbaa6a786
(#63) function name "composerRequire49a901289792a64c8f04c81fbaa6a786" must be lower-case letters only
(#63) Variable "fileIdentifier" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "GLOBALS" must be all lower-case
(#65) Variable "fileIdentifier" must be all lower-case
(#66) "require" must be immediately followed by an open parenthesis
(#68) Variable "GLOBALS" must be all lower-case
(#68) Variable "fileIdentifier" must be all lower-case
mod/collaborate/vendor/composer/autoload_static.php
(#1) Moodle boilerplate not found
(#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
(#7) Missing @copyright tag
(#7) Missing @license tag
(#7) Missing docblock for class ComposerStaticInit49a901289792a64c8f04c81fbaa6a786
(#8) Opening brace should be on the same line as the declaration for class ComposerStaticInit49a901289792a64c8f04c81fbaa6a786
(#9) Missing member variable doc comment
(#9) Short array syntax must be used to define arrays
(#13) Missing member variable doc comment
(#13) Member variable "prefixLengthsPsr4" must be all lower-case
(#13) Short array syntax must be used to define arrays
(#14) Whitespace found at end of line
(#15) Short array syntax must be used to define arrays
(#18) Whitespace found at end of line
(#19) Short array syntax must be used to define arrays
(#23) Whitespace found at end of line
(#24) Short array syntax must be used to define arrays
(#27) Whitespace found at end of line
(#28) Short array syntax must be used to define arrays
(#33) Missing member variable doc comment
(#33) Member variable "prefixDirsPsr4" must be all lower-case
(#33) Short array syntax must be used to define arrays
(#34) Whitespace found at end of line
(#35) Short array syntax must be used to define arrays
(#39) Whitespace found at end of line
(#40) Short array syntax must be used to define arrays
(#43) Whitespace found at end of line
(#44) Short array syntax must be used to define arrays
(#47) Whitespace found at end of line
(#48) Short array syntax must be used to define arrays
(#51) Whitespace found at end of line
(#52) Short array syntax must be used to define arrays
(#57) Missing docblock for function getInitializer
(#57) Public method name "ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::getInitializer" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#60) Variable "prefixLengthsPsr4" must be all lower-case
(#61) Variable "prefixDirsPsr4" must be all lower-case
mod/collaborate/vendor/firebase/php-jwt/src/BeforeValidException.php
(#1) Moodle boilerplate not found
(#4) Missing @copyright tag
(#4) Missing @license tag
(#4) Missing docblock for class BeforeValidException
(#5) Opening brace should be on the same line as the declaration for class BeforeValidException
mod/collaborate/vendor/firebase/php-jwt/src/ExpiredException.php
(#1) Moodle boilerplate not found
(#4) Missing @copyright tag
(#4) Missing @license tag
(#4) Missing docblock for class ExpiredException
(#5) Opening brace should be on the same line as the declaration for class ExpiredException
mod/collaborate/vendor/firebase/php-jwt/src/JWT.php
(#1) Moodle boilerplate not found
(#4) Import statements must not begin with a leading backslash
(#5) Import statements must not begin with a leading backslash
(#6) Import statements must not begin with a leading backslash
(#7) Import statements must not begin with a leading backslash
(#9) Missing @copyright tag
(#15) Invalid @category tag value "Authentication".
(#16) Incorrect @package tag for class JWT. Expected mod_collaborate, found Authentication_JWT.
(#23) Opening brace should be on the same line as the declaration for class JWT
(#29) Missing @var tag in member variable comment
(#32) Missing member variable doc comment
(#32) Member variable "supported_algs" must not contain underscores.
(#32) Short array syntax must be used to define arrays
(#33) Short array syntax must be used to define arrays
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#60) Variable "allowed_algs" must not contain underscores.
(#60) Short array syntax must be used to define arrays
(#61) Opening brace should be on the same line as the declaration
(#70) Must use "self::" for local static member reference
(#70) Must use "self::" for local static member reference
(#73) Must use "self::" for local static member reference
(#73) Must use "self::" for local static member reference
(#76) Must use "self::" for local static member reference
(#77) Whitespace found at end of line
(#81) Variable "supported_algs" must not contain underscores.
(#84) Variable "allowed_algs" must not contain underscores.
(#84) Variable "allowed_algs" must not contain underscores.
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Must use "self::" for local static member reference
(#140) Variable "keyId" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#142) Short array syntax must be used to define arrays
(#143) Variable "keyId" must be all lower-case
(#144) Variable "keyId" must be all lower-case
(#149) Short array syntax must be used to define arrays
(#150) Must use "self::" for local static member reference
(#150) Must use "self::" for local static member reference
(#151) Must use "self::" for local static member reference
(#151) Must use "self::" for local static member reference
(#152) Variable "signing_input" must not contain underscores.
(#154) Must use "self::" for local static member reference
(#154) Variable "signing_input" must not contain underscores.
(#155) Must use "self::" for local static member reference
(#173) Opening brace should be on the same line as the declaration
(#174) Variable "supported_algs" must not contain underscores.
(#177) Variable "supported_algs" must not contain underscores.
(#206) Opening brace should be on the same line as the declaration
(#207) Variable "supported_algs" must not contain underscores.
(#211) Variable "supported_algs" must not contain underscores.
(#247) Public method name "JWT::jsonDecode" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#250) Inline doc block comments are not allowed; use "// Comment." instead
(#256) Inline doc block comments are not allowed; use "// Comment." instead
(#260) Variable "max_int_length" must not contain underscores.
(#261) Variable "json_without_bigints" must not contain underscores.
(#261) Variable "max_int_length" must not contain underscores.
(#262) Variable "json_without_bigints" must not contain underscores.
(#266) Must use "self::" for local static member reference
(#267) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Public method name "JWT::jsonEncode" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#286) Must use "self::" for local static member reference
(#287) Usage of ELSEIF not allowed; use ELSE IF instead
(#300) Public method name "JWT::urlsafeB64Decode" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#317) Public method name "JWT::urlsafeB64Encode" must be in lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#329) Private method name "JWT::handleJsonError" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#331) Short array syntax must be used to define arrays
(#334) There should be a comma after the last array item in a multi-line array.
(#350) Private method name "JWT::safeStrlen" must be in lower-case letters only
(#351) Opening brace should be on the same line as the declaration
mod/collaborate/vendor/firebase/php-jwt/src/SignatureInvalidException.php
(#1) Moodle boilerplate not found
(#4) Missing @copyright tag
(#4) Missing @license tag
(#4) Missing docblock for class SignatureInvalidException
(#5) Opening brace should be on the same line as the declaration for class SignatureInvalidException
mod/collaborate/vendor/firebase/php-jwt/tests/JWTTest.php
(#1) Moodle boilerplate not found
(#2) Import statements must not begin with a leading backslash
(#4) Missing @copyright tag
(#4) Missing @license tag
(#4) Missing docblock for class JWTTest
(#5) Opening brace should be on the same line as the declaration for class JWTTest
(#6) Missing docblock for function testEncodeDecode
(#6) Public method name "JWTTest::testEncodeDecode" must be in lower-case letters only
(#7) Opening brace should be on the same line as the declaration
(#9) Short array syntax must be used to define arrays
(#12) Missing docblock for function testDecodeFromPython
(#12) Public method name "JWTTest::testDecodeFromPython" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#14) Line exceeds maximum limit of 180 characters; contains 181 characters
(#16) Short array syntax must be used to define arrays
(#21) Missing docblock for function testUrlSafeCharacters
(#21) Public method name "JWTTest::testUrlSafeCharacters" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#24) Short array syntax must be used to define arrays
(#27) Missing docblock for function testMalformedUtf8StringsFail
(#27) Public method name "JWTTest::testMalformedUtf8StringsFail" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#33) Missing docblock for function testMalformedJsonThrowsException
(#33) Public method name "JWTTest::testMalformedJsonThrowsException" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#39) Missing docblock for function testExpiredToken
(#39) Public method name "JWTTest::testExpiredToken" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#42) Short array syntax must be used to define arrays
(#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
(#46) Short array syntax must be used to define arrays
(#49) Missing docblock for function testBeforeValidTokenWithNbf
(#49) Public method name "JWTTest::testBeforeValidTokenWithNbf" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#52) Short array syntax must be used to define arrays
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Short array syntax must be used to define arrays
(#59) Missing docblock for function testBeforeValidTokenWithIat
(#59) Public method name "JWTTest::testBeforeValidTokenWithIat" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#62) Short array syntax must be used to define arrays
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Short array syntax must be used to define arrays
(#69) Missing docblock for function testValidToken
(#69) Public method name "JWTTest::testValidToken" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#71) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Short array syntax must be used to define arrays
(#79) Missing docblock for function testValidTokenWithLeeway
(#79) Public method name "JWTTest::testValidTokenWithLeeway" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#82) Short array syntax must be used to define arrays
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Short array syntax must be used to define arrays
(#91) Missing docblock for function testExpiredTokenWithLeeway
(#91) Public method name "JWTTest::testExpiredTokenWithLeeway" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#94) Short array syntax must be used to define arrays
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Short array syntax must be used to define arrays
(#104) Missing docblock for function testValidTokenWithList
(#104) Public method name "JWTTest::testValidTokenWithList" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#106) Short array syntax must be used to define arrays
(#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
(#110) Short array syntax must be used to define arrays
(#114) Missing docblock for function testValidTokenWithNbf
(#114) Public method name "JWTTest::testValidTokenWithNbf" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#116) Short array syntax must be used to define arrays
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Short array syntax must be used to define arrays
(#126) Missing docblock for function testValidTokenWithNbfLeeway
(#126) Public method name "JWTTest::testValidTokenWithNbfLeeway" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#129) Short array syntax must be used to define arrays
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Short array syntax must be used to define arrays
(#138) Missing docblock for function testInvalidTokenWithNbfLeeway
(#138) Public method name "JWTTest::testInvalidTokenWithNbfLeeway" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#141) Short array syntax must be used to define arrays
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Short array syntax must be used to define arrays
(#150) Missing docblock for function testValidTokenWithIatLeeway
(#150) Public method name "JWTTest::testValidTokenWithIatLeeway" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#153) Short array syntax must be used to define arrays
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Short array syntax must be used to define arrays
(#162) Missing docblock for function testInvalidTokenWithIatLeeway
(#162) Public method name "JWTTest::testInvalidTokenWithIatLeeway" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#165) Short array syntax must be used to define arrays
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Short array syntax must be used to define arrays
(#174) Missing docblock for function testInvalidToken
(#174) Public method name "JWTTest::testInvalidToken" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#176) Short array syntax must be used to define arrays
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Short array syntax must be used to define arrays
(#184) Missing docblock for function testNullKeyFails
(#184) Public method name "JWTTest::testNullKeyFails" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#186) Short array syntax must be used to define arrays
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Short array syntax must be used to define arrays
(#194) Missing docblock for function testEmptyKeyFails
(#194) Public method name "JWTTest::testEmptyKeyFails" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#196) Short array syntax must be used to define arrays
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Short array syntax must be used to define arrays
(#204) Missing docblock for function testRSEncodeDecode
(#204) Public method name "JWTTest::testRSEncodeDecode" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#206) Variable "privKey" must be all lower-case
(#206) Short array syntax must be used to define arrays
(#209) Variable "privKey" must be all lower-case
(#210) Variable "pubKey" must be all lower-case
(#210) Variable "privKey" must be all lower-case
(#211) Variable "pubKey" must be all lower-case
(#211) Variable "pubKey" must be all lower-case
(#212) Variable "pubKey" must be all lower-case
(#212) Short array syntax must be used to define arrays
(#216) Missing docblock for function testKIDChooser
(#216) Public method name "JWTTest::testKIDChooser" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#218) Short array syntax must be used to define arrays
(#220) Short array syntax must be used to define arrays
(#224) Missing docblock for function testArrayAccessKIDChooser
(#224) Public method name "JWTTest::testArrayAccessKIDChooser" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#226) Short array syntax must be used to define arrays
(#228) Short array syntax must be used to define arrays
(#232) Missing docblock for function testNoneAlgorithm
(#232) Public method name "JWTTest::testNoneAlgorithm" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#236) Short array syntax must be used to define arrays
(#239) Missing docblock for function testIncorrectAlgorithm
(#239) Public method name "JWTTest::testIncorrectAlgorithm" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#243) Short array syntax must be used to define arrays
(#246) Missing docblock for function testMissingAlgorithm
(#246) Public method name "JWTTest::testMissingAlgorithm" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#253) Missing docblock for function testAdditionalHeaders
(#253) Public method name "JWTTest::testAdditionalHeaders" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#255) Short array syntax must be used to define arrays
(#256) Short array syntax must be used to define arrays
(#256) Whitespace found at end of line
(#259) Missing docblock for function testInvalidSegmentCount
(#259) Public method name "JWTTest::testInvalidSegmentCount" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#262) Short array syntax must be used to define arrays
mod/collaborate/vendor/firebase/php-jwt/tests/bootstrap.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file bootstrap.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#4) "require_once" must be immediately followed by an open parenthesis
(#5) Usage of ELSEIF not allowed; use ELSE IF instead
(#6) "require_once" must be immediately followed by an open parenthesis
mod/collaborate/vendor/symfony/polyfill-iconv/Iconv.php
(#1) Moodle boilerplate not found
(#14) Missing @copyright tag
(#14) Missing @license tag
(#35) Docblock tag "@internal" is not recommended.
(#37) DocBlock missing a @package tag for class Iconv. Expected @package mod_collaborate
(#38) Opening brace should be on the same line as the declaration for class Iconv
(#39) Missing docblock for constant Iconv::ERROR_ILLEGAL_CHARACTER
(#40) Missing docblock for constant Iconv::ERROR_WRONG_CHARSET
(#40) The use of backticks in strings is not recommended
(#42) Missing member variable doc comment
(#42) Member variable "inputEncoding" must be all lower-case
(#43) Missing member variable doc comment
(#43) Member variable "outputEncoding" must be all lower-case
(#44) Missing member variable doc comment
(#44) Member variable "internalEncoding" must be all lower-case
(#46) Missing member variable doc comment
(#46) Short array syntax must be used to define arrays
(#120) Missing member variable doc comment
(#120) Member variable "translitMap" must be all lower-case
(#120) Short array syntax must be used to define arrays
(#121) Missing member variable doc comment
(#121) Member variable "convertMap" must be all lower-case
(#121) Short array syntax must be used to define arrays
(#122) Missing member variable doc comment
(#122) Member variable "errorHandler" must be all lower-case
(#123) Missing member variable doc comment
(#123) Member variable "lastError" must be all lower-case
(#125) Missing member variable doc comment
(#125) Member variable "ulenMask" must be all lower-case
(#125) Short array syntax must be used to define arrays
(#126) Missing member variable doc comment
(#126) Member variable "isValidUtf8" must be all lower-case
(#128) Missing docblock for function iconv
(#128) PHP4 style constructors are not allowed; use "__construct()" instead
(#128) Variable "inCharset" must be all lower-case
(#128) Variable "outCharset" must be all lower-case
(#129) Opening brace should be on the same line as the declaration
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "outCharset" must be all lower-case
(#138) Variable "outCharset" must be all lower-case
(#139) Variable "inCharset" must be all lower-case
(#139) Variable "inCharset" must be all lower-case
(#141) Variable "outCharset" must be all lower-case
(#142) Variable "outCharset" must be all lower-case
(#144) Variable "inCharset" must be all lower-case
(#145) Variable "inCharset" must be all lower-case
(#148) Variable "outCharset" must be all lower-case
(#150) Variable "outCharset" must be all lower-case
(#150) Variable "outCharset" must be all lower-case
(#153) Variable "outCharset" must be all lower-case
(#155) Variable "outCharset" must be all lower-case
(#155) Variable "outCharset" must be all lower-case
(#158) Variable "inCharset" must be all lower-case
(#159) Variable "inCharset" must be all lower-case
(#159) Variable "inCharset" must be all lower-case
(#161) Variable "inCharset" must be all lower-case
(#162) Variable "inCharset" must be all lower-case
(#162) Variable "inCharset" must be all lower-case
(#165) Space found after square bracket; expected "[$inCharset" but found "[ $inCharset"
(#165) Variable "inCharset" must be all lower-case
(#166) Variable "inCharset" must be all lower-case
(#166) Space found after square bracket; expected "[$inCharset" but found "[ $inCharset"
(#166) Variable "inCharset" must be all lower-case
(#168) Variable "outCharset" must be all lower-case
(#169) Variable "outCharset" must be all lower-case
(#169) Variable "outCharset" must be all lower-case
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Variable "inCharset" must be all lower-case
(#174) Variable "inCharset" must be all lower-case
(#174) Variable "inMap" must be all lower-case
(#175) Variable "outCharset" must be all lower-case
(#175) Variable "outCharset" must be all lower-case
(#175) Variable "outMap" must be all lower-case
(#176) Variable "inCharset" must be all lower-case
(#176) Variable "outCharset" must be all lower-case
(#181) Variable "inCharset" must be all lower-case
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Variable "inMap" must be all lower-case
(#189) Variable "isValidUtf8" must be all lower-case
(#191) Variable "isValidUtf8" must be all lower-case
(#193) Variable "isValidUtf8" must be all lower-case
(#199) Variable "outCharset" must be all lower-case
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Variable "outCharset" must be all lower-case
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Variable "outMap" must be all lower-case
(#218) Missing docblock for function iconv_mime_decode_headers
(#219) Opening brace should be on the same line as the declaration
(#221) Variable "internalEncoding" must be all lower-case
(#229) Short array syntax must be used to define arrays
(#242) Short array syntax must be used to define arrays
(#254) Missing docblock for function iconv_mime_decode
(#255) Opening brace should be on the same line as the declaration
(#257) Variable "internalEncoding" must be all lower-case
(#285) Usage of ELSEIF not allowed; use ELSE IF instead
(#303) Usage of ELSEIF not allowed; use ELSE IF instead
(#316) Missing docblock for function iconv_get_encoding
(#317) Opening brace should be on the same line as the declaration
(#319) Closing brace must be on a line by itself
(#319) Variable "inputEncoding" must be all lower-case
(#320) Closing brace must be on a line by itself
(#320) Variable "outputEncoding" must be all lower-case
(#321) Closing brace must be on a line by itself
(#321) Variable "internalEncoding" must be all lower-case
(#324) Short array syntax must be used to define arrays
(#325) Variable "inputEncoding" must be all lower-case
(#326) Variable "outputEncoding" must be all lower-case
(#327) Variable "internalEncoding" must be all lower-case
(#331) Missing docblock for function iconv_set_encoding
(#332) Opening brace should be on the same line as the declaration
(#334) Variable "inputEncoding" must be all lower-case
(#334) Closing brace must be on a line by itself
(#335) Variable "outputEncoding" must be all lower-case
(#335) Closing brace must be on a line by itself
(#336) Variable "internalEncoding" must be all lower-case
(#336) Closing brace must be on a line by itself
(#338) Closing brace must be on a line by itself
(#344) Missing docblock for function iconv_mime_encode
(#344) Variable "fieldName" must be all lower-case
(#344) Variable "fieldValue" must be all lower-case
(#345) Opening brace should be on the same line as the declaration
(#347) Short array syntax must be used to define arrays
(#350) Short array syntax must be used to define arrays
(#352) Variable "internalEncoding" must be all lower-case
(#353) Variable "internalEncoding" must be all lower-case
(#358) Variable "fieldName" must be all lower-case
(#359) Variable "fieldName" must be all lower-case
(#366) Variable "fieldValue" must be all lower-case
(#366) Variable "fieldValue" must be all lower-case
(#370) Variable "fieldValue" must be all lower-case
(#372) Short array syntax must be used to define arrays
(#374) Variable "lineBreak" must be all lower-case
(#375) Variable "lineStart" must be all lower-case
(#376) Variable "lineLength" must be all lower-case
(#376) Variable "fieldName" must be all lower-case
(#376) Variable "lineStart" must be all lower-case
(#377) Variable "lineOffset" must be all lower-case
(#377) Variable "lineStart" must be all lower-case
(#378) Variable "lineData" must be all lower-case
(#380) Variable "fieldValue" must be all lower-case
(#380) Short array syntax must be used to define arrays
(#382) Variable "Q" must be all lower-case
(#389) Variable "Q" must be all lower-case
(#392) Short array syntax must be used to define arrays
(#395) Variable "lineData" must be all lower-case
(#397) Variable "lineBreak" must be all lower-case
(#397) Variable "lineLength" must be all lower-case
(#398) Variable "Q" must be all lower-case
(#399) Variable "lineData" must be all lower-case
(#399) Variable "lineData" must be all lower-case
(#401) Variable "fieldValue" must be all lower-case
(#401) Variable "lineStart" must be all lower-case
(#401) Variable "lineData" must be all lower-case
(#402) Variable "lineLength" must be all lower-case
(#402) Variable "lineOffset" must be all lower-case
(#403) Variable "lineData" must be all lower-case
(#406) Variable "lineData" must be all lower-case
(#407) Variable "Q" must be all lower-case
(#407) Variable "lineLength" must be all lower-case
(#410) Variable "lineData" must be all lower-case
(#411) Variable "Q" must be all lower-case
(#412) Variable "lineData" must be all lower-case
(#412) Variable "lineData" must be all lower-case
(#414) Variable "fieldValue" must be all lower-case
(#414) Variable "lineStart" must be all lower-case
(#414) Variable "lineData" must be all lower-case
(#417) Variable "fieldName" must be all lower-case
(#417) Variable "fieldValue" must be all lower-case
(#420) Missing docblock for function iconv_strlen
(#421) Opening brace should be on the same line as the declaration
(#422) Variable "hasXml" must be all lower-case
(#423) Variable "hasXml" must be all lower-case
(#424) Variable "hasXml" must be all lower-case
(#427) Variable "hasXml" must be all lower-case
(#434) Missing docblock for function strlen1
(#435) Opening brace should be on the same line as the declaration
(#437) Variable "internalEncoding" must be all lower-case
(#447) Missing docblock for function strlen2
(#448) Opening brace should be on the same line as the declaration
(#450) Variable "internalEncoding" must be all lower-case
(#456) Variable "ulenMask" must be all lower-case
(#456) Variable "ulenMask" must be all lower-case
(#464) Variable "ulenMask" must be all lower-case
(#464) Variable "ulenMask" must be all lower-case
(#471) Missing docblock for function iconv_strpos
(#472) Opening brace should be on the same line as the declaration
(#474) Variable "internalEncoding" must be all lower-case
(#494) Missing docblock for function iconv_strrpos
(#495) Opening brace should be on the same line as the declaration
(#497) Variable "internalEncoding" must be all lower-case
(#514) Missing docblock for function iconv_substr
(#515) Opening brace should be on the same line as the declaration
(#517) Variable "internalEncoding" must be all lower-case
(#521) Usage of ELSEIF not allowed; use ELSE IF instead
(#566) Missing docblock for function loadMap
(#566) Private method name "Iconv::loadMap" must be in lower-case letters only
(#567) Opening brace should be on the same line as the declaration
(#568) Variable "convertMap" must be all lower-case
(#577) Variable "convertMap" must be all lower-case
(#579) Variable "convertMap" must be all lower-case
(#585) Missing docblock for function utf8ToUtf8
(#585) Private method name "Iconv::utf8ToUtf8" must be in lower-case letters only
(#586) Opening brace should be on the same line as the declaration
(#587) Variable "ulenMask" must be all lower-case
(#587) Variable "ulenMask" must be all lower-case
(#588) Variable "isValidUtf8" must be all lower-case
(#599) Variable "ulenMask" must be all lower-case
(#599) Variable "ulenMask" must be all lower-case
(#626) Missing docblock for function mapToUtf8
(#626) Private method name "Iconv::mapToUtf8" must be in lower-case letters only
(#627) Opening brace should be on the same line as the declaration
(#632) Usage of ELSEIF not allowed; use ELSE IF instead
(#634) Usage of ELSEIF not allowed; use ELSE IF instead
(#644) Missing docblock for function mapFromUtf8
(#644) Private method name "Iconv::mapFromUtf8" must be in lower-case letters only
(#645) Opening brace should be on the same line as the declaration
(#646) Variable "ulenMask" must be all lower-case
(#646) Variable "ulenMask" must be all lower-case
(#647) Variable "isValidUtf8" must be all lower-case
(#649) Variable "translitMap" must be all lower-case
(#650) Variable "translitMap" must be all lower-case
(#661) Variable "ulenMask" must be all lower-case
(#661) Variable "ulenMask" must be all lower-case
(#674) Usage of ELSEIF not allowed; use ELSE IF instead
(#675) Variable "translitMap" must be all lower-case
(#676) Variable "translitMap" must be all lower-case
(#677) Usage of ELSEIF not allowed; use ELSE IF instead
(#682) Usage of ELSEIF not allowed; use ELSE IF instead
(#692) Usage of ELSEIF not allowed; use ELSE IF instead
(#700) Missing docblock for function qpByteCallback
(#700) Private method name "Iconv::qpByteCallback" must be in lower-case letters only
(#701) Opening brace should be on the same line as the declaration
(#705) Missing docblock for function pregOffset
(#705) Private method name "Iconv::pregOffset" must be in lower-case letters only
(#706) Opening brace should be on the same line as the declaration
(#707) Short array syntax must be used to define arrays
(#718) Missing docblock for function getData
(#718) Private method name "Iconv::getData" must be in lower-case letters only
(#719) Opening brace should be on the same line as the declaration
(#721) "require" must be immediately followed by an open parenthesis
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file from.big5.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Short array syntax must be used to define arrays
(#36) The use of backticks in strings is not recommended
(#193) The use of backticks in strings is not recommended
(#350) The use of backticks in strings is not recommended
(#444) The use of backticks in strings is not recommended
(#601) The use of backticks in strings is not recommended
(#758) The use of backticks in strings is not recommended
(#915) The use of backticks in strings is not recommended
(#1072) The use of backticks in strings is not recommended
(#1229) The use of backticks in strings is not recommended
(#1386) The use of backticks in strings is not recommended
(#1543) The use of backticks in strings is not recommended
(#1700) The use of backticks in strings is not recommended
(#1857) The use of backticks in strings is not recommended
(#2014) The use of backticks in strings is not recommended
(#2171) The use of backticks in strings is not recommended
(#2328) The use of backticks in strings is not recommended
(#2485) The use of backticks in strings is not recommended
(#2642) The use of backticks in strings is not recommended
(#2799) The use of backticks in strings is not recommended
(#2956) The use of backticks in strings is not recommended
(#3113) The use of backticks in strings is not recommended
(#3270) The use of backticks in strings is not recommended
(#3427) The use of backticks in strings is not recommended
(#3584) The use of backticks in strings is not recommended
(#3741) The use of backticks in strings is not recommended
(#3898) The use of backticks in strings is not recommended
(#4055) The use of backticks in strings is not recommended
(#4212) The use of backticks in strings is not recommended
(#4369) The use of backticks in strings is not recommended
(#4526) The use of backticks in strings is not recommended
(#4683) The use of backticks in strings is not recommended
(#4840) The use of backticks in strings is not recommended
(#4997) The use of backticks in strings is not recommended
(#5154) The use of backticks in strings is not recommended
(#5311) The use of backticks in strings is not recommended
(#5468) The use of backticks in strings is not recommended
(#5625) The use of backticks in strings is not recommended
(#5782) The use of backticks in strings is not recommended
(#5939) The use of backticks in strings is not recommended
(#6094) The use of backticks in strings is not recommended
(#6251) The use of backticks in strings is not recommended
(#6408) The use of backticks in strings is not recommended
(#6565) The use of backticks in strings is not recommended
(#6722) The use of backticks in strings is not recommended
(#6879) The use of backticks in strings is not recommended
(#7036) The use of backticks in strings is not recommended
(#7193) The use of backticks in strings is not recommended
(#7350) The use of backticks in strings is not recommended
(#7507) The use of backticks in strings is not recommended
(#7664) The use of backticks in strings is not recommended
(#7821) The use of backticks in strings is not recommended
(#7978) The use of backticks in strings is not recommended
(#8135) The use of backticks in strings is not recommended
(#8292) The use of backticks in strings is not recommended
(#8449) The use of backticks in strings is not recommended
(#8606) The use of backticks in strings is not recommended
(#8763) The use of backticks in strings is not recommended
(#8920) The use of backticks in strings is not recommended
(#9077) The use of backticks in strings is not recommended
(#9234) The use of backticks in strings is not recommended
(#9391) The use of backticks in strings is not recommended
(#9548) The use of backticks in strings is not recommended
(#9705) The use of backticks in strings is not recommended
(#9862) The use of backticks in strings is not recommended
(#10019) The use of backticks in strings is not recommended
(#10176) The use of backticks in strings is not recommended
(#10333) The use of backticks in strings is not recommended
(#10490) The use of backticks in strings is not recommended
(#10647) The use of backticks in strings is not recommended
(#10804) The use of backticks in strings is not recommended
(#10961) The use of backticks in strings is not recommended
(#11118) The use of backticks in strings is not recommended
(#11275) The use of backticks in strings is not recommended
(#11432) The use of backticks in strings is not recommended
(#11589) The use of backticks in strings is not recommended
(#11746) The use of backticks in strings is not recommended
(#11903) The use of backticks in strings is not recommended
(#12060) The use of backticks in strings is not recommended
(#12217) The use of backticks in strings is not recommended
(#12374) The use of backticks in strings is not recommended
(#12531) The use of backticks in strings is not recommended
(#12688) The use of backticks in strings is not recommended
(#12845) The use of backticks in strings is not recommended
(#13002) The use of backticks in strings is not recommended
(#13159) The use of backticks in strings is not recommended
(#13316) The use of backticks in strings is not recommended
(#13473) The use of backticks in strings is not recommended
(#13630) The use of backticks in strings is not recommended
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file translit.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Short array syntax must be used to define arrays
(#1716) The use of backticks in strings is not recommended
mod/collaborate/vendor/symfony/polyfill-iconv/bootstrap.php
(#1) Missing docblock for file bootstrap.php
(#1) Moodle boilerplate not found
(#20) Missing @copyright tag
(#20) Missing @license tag
(#20) Missing docblock for function iconv
(#20) Opening brace must be the last content on the line
(#20) Closing brace must be on a line by itself
(#21) Missing docblock for function iconv_get_encoding
(#21) Opening brace must be the last content on the line
(#21) Closing brace must be on a line by itself
(#22) Missing docblock for function iconv_set_encoding
(#22) Opening brace must be the last content on the line
(#22) Closing brace must be on a line by itself
(#23) Missing docblock for function iconv_mime_encode
(#23) Opening brace must be the last content on the line
(#23) Closing brace must be on a line by itself
(#24) Missing docblock for function iconv_mime_decode_headers
(#24) Variable "encodedHeaders" must be all lower-case
(#24) Opening brace must be the last content on the line
(#24) Variable "encodedHeaders" must be all lower-case
(#24) Line exceeds 132 characters; contains 156 characters
(#24) Closing brace must be on a line by itself
(#27) Missing docblock for function iconv_strlen
(#27) Opening brace must be the last content on the line
(#27) Logical operator "and" is prohibited; use "&&" instead
(#27) Variable "internalEncoding" must be all lower-case
(#27) Closing brace must be on a line by itself
(#28) Missing docblock for function iconv_strpos
(#28) Opening brace must be the last content on the line
(#28) Logical operator "and" is prohibited; use "&&" instead
(#28) Variable "internalEncoding" must be all lower-case
(#28) Line exceeds 132 characters; contains 171 characters
(#28) Closing brace must be on a line by itself
(#29) Missing docblock for function iconv_strrpos
(#29) Opening brace must be the last content on the line
(#29) Logical operator "and" is prohibited; use "&&" instead
(#29) Variable "internalEncoding" must be all lower-case
(#29) Line exceeds 132 characters; contains 154 characters
(#29) Closing brace must be on a line by itself
(#30) Missing docblock for function iconv_substr
(#30) Opening brace must be the last content on the line
(#30) Logical operator "and" is prohibited; use "&&" instead
(#30) Variable "internalEncoding" must be all lower-case
(#30) Line exceeds 132 characters; contains 178 characters
(#30) Closing brace must be on a line by itself
(#31) Missing docblock for function iconv_mime_decode
(#31) Variable "encodedHeaders" must be all lower-case
(#31) Opening brace must be the last content on the line
(#31) Logical operator "and" is prohibited; use "&&" instead
(#31) Variable "internalEncoding" must be all lower-case
(#31) Variable "encodedHeaders" must be all lower-case
(#31) Line exceeds maximum limit of 180 characters; contains 191 characters
(#31) Closing brace must be on a line by itself
(#34) Missing docblock for function iconv_strlen
(#34) Opening brace must be the last content on the line
(#34) Closing brace must be on a line by itself
(#36) Missing docblock for function iconv_strlen
(#36) Opening brace must be the last content on the line
(#36) Closing brace must be on a line by itself
(#39) Missing docblock for function iconv_strpos
(#39) Opening brace must be the last content on the line
(#39) Closing brace must be on a line by itself
(#40) Missing docblock for function iconv_strrpos
(#40) Opening brace must be the last content on the line
(#40) Closing brace must be on a line by itself
(#41) Missing docblock for function iconv_substr
(#41) Opening brace must be the last content on the line
(#41) Line exceeds 132 characters; contains 137 characters
(#41) Closing brace must be on a line by itself
(#42) Missing docblock for function iconv_mime_decode
(#42) Variable "encodedHeaders" must be all lower-case
(#42) Opening brace must be the last content on the line
(#42) Variable "encodedHeaders" must be all lower-case
(#42) Line exceeds 132 characters; contains 144 characters
(#42) Closing brace must be on a line by itself

Javascript coding style problems

(0 errors, 16 warnings)

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

mod/collaborate/amd/src/collaborate.js
(#99) Missing space before opening brace. (space-before-blocks)
(#108) Missing space before value for key 'init'. (key-spacing)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
mod/collaborate/amd/src/settings.js
(#144) Multiple spaces found before 'contextId'. (no-multi-spaces)
(#197) Expected catch,fail,always() or return (promise/catch-or-return)
(#202) Missing space before opening brace. (space-before-blocks)
(#226) Each then() should return a value or throw (promise/always-return)
(#247) There should be no space after '{'. (@babel/object-curly-spacing)
(#259) Expected catch,fail,always() or return (promise/catch-or-return)
(#264) Missing space before opening brace. (space-before-blocks)
(#277) Unexpected space before function parentheses. (space-before-function-paren)
(#280) Each then() should return a value or throw (promise/always-return)

CSS problems

(16 errors, 2 warnings)

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

mod/collaborate/styles.css
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#136) Expected single space before "{" (block-opening-brace-space-before)
(#172) Expected single space before "{" (block-opening-brace-space-before)
(#94) Expected "#7700C2" to be "#7700c2" (color-hex-case)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#176) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#101) Expected single space after ":" (media-feature-colon-space-after)
(#74) Unexpected extra semicolon (no-extra-semicolons)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#136) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(63 errors, 0 warnings)

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

mod/collaborate/backup/moodle2/restore_collaborate_activity_task.class.php
(#83) 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)]}
(#85) 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)]}
(#99) 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)]}
(#101) 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/collaborate/backup/moodle2/restore_collaborate_stepslib.php
(#37) Inline phpdocs tag {@link restore_path_element} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/collaborate/classes/controller/api_controller.php
(#61) Phpdocs for function api_controller::require_capability has incomplete parameters list
mod/collaborate/classes/controller/controller_abstract.php
(#70) Phpdocs for function controller_abstract::init has incomplete parameters list
(#81) Phpdocs for function controller_abstract::require_capability has incomplete parameters list
mod/collaborate/classes/iface/api_session.php
(#45) Phpdocs for function api_session::update_collaborate_instance_record has incomplete parameters list
(#72) Phpdocs for function api_session::guest_url has incomplete parameters list
mod/collaborate/classes/local.php
(#57) Phpdocs for function local::timeend_open_ended has incomplete parameters list
(#77) Phpdocs for function local::get_times has incomplete parameters list
(#97) Phpdocs for function local::update_calendar has incomplete parameters list
(#237) Phpdocs for function local::get_sessionid_or_sessionuid has incomplete parameters list
(#355) Phpdocs for function local::get_apitimes has incomplete parameters list
(#375) Phpdocs for function local::enrolees_array has incomplete parameters list
(#546) Phpdocs for function local::entitydecode has incomplete parameters list
mod/collaborate/classes/rest/api.php
(#106) Phpdocs for function api::configured has incomplete parameters list
(#228) Phpdocs for function api::rest_call has incomplete parameters list
(#544) Phpdocs for function api::ensure_user has incomplete parameters list
(#625) Phpdocs for function api::delete_session has incomplete parameters list
(#821) Phpdocs for function api::rest_migration_call has incomplete parameters list
mod/collaborate/classes/rest/jwthelper.php
(#39) Phpdocs for function jwthelper::get_token has incomplete parameters list
mod/collaborate/classes/rest/requestoptions.php
(#50) Phpdocs for function requestoptions::__construct has incomplete parameters list
mod/collaborate/classes/service/forward_service.php
(#58) Phpdocs for function forward_service::__construct has incomplete parameters list
mod/collaborate/classes/service/testapi_service.php
(#64) Phpdocs for function testapi_service::__construct has incomplete parameters list
mod/collaborate/classes/service/view_service.php
(#52) Phpdocs for function view_service::__construct has incomplete parameters list
mod/collaborate/classes/soap/api.php
(#112) Phpdocs for function api::configured has incomplete parameters list
(#147) Phpdocs for function api::set_usable has incomplete parameters list
(#160) Phpdocs for function api::test_service_reachable has incomplete parameters list
(#230) Phpdocs for function api::__soapCall has incomplete parameters list
(#382) Phpdocs for function api::el_update_html_session has incomplete parameters list
(#537) Phpdocs for function api::delete_session has incomplete parameters list
mod/collaborate/classes/soap/fakeapi.php
(#80) Phpdocs for function fakeapi::__soapCall has incomplete parameters list
(#145) Phpdocs for function fakeapi::deleteobject has incomplete parameters list
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponse.php
(#74) Phpdocs for function HtmlSessionRecordingResponse::__construct has incomplete parameters list
mod/collaborate/classes/task/soap_migrator_task.php
(#94) Phpdocs for function soap_migrator_task::set_rest_credentials has incomplete parameters list
(#112) Phpdocs for function soap_migrator_task::resolve_rest_server has incomplete parameters list
(#199) Phpdocs for function soap_migrator_task::handle_migration_records has incomplete parameters list
(#220) Phpdocs for function soap_migrator_task::log_migration_entry has incomplete parameters list
mod/collaborate/classes/traits/api.php
(#99) Phpdocs for function api::test_service_reachable has incomplete parameters list
mod/collaborate/classes/traits/exportable.php
(#32) Phpdocs for function exportable::array_keys_numeric has incomplete parameters list
mod/collaborate/lib.php
(#113) Phpdocs for function collaborate_add_instance has incomplete parameters list
(#146) Phpdocs for function collaborate_update_instance has incomplete parameters list
(#234) Phpdocs for function collaborate_user_outline has incomplete parameters list
(#40) Inline phpdocs tag {@link plugin_supports()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#274) Inline phpdocs tag {@link grade_update_mod_grades()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#343) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/collaborate/renderer.php
(#47) Phpdocs for function mod_collaborate_renderer::datetime has incomplete parameters list
(#83) Phpdocs for function mod_collaborate_renderer::meeting_times has incomplete parameters list
(#329) Phpdocs for function mod_collaborate_renderer::render_instance_table has incomplete parameters list
(#382) Phpdocs for function mod_collaborate_renderer::recent_activity has incomplete parameters list
(#419) Phpdocs for function mod_collaborate_renderer::render_copyablelink has incomplete parameters list
mod/collaborate/tests/behat/behat_mod_collaborate.php
(#37) Phpdocs for function behat_mod_collaborate::delete_group_by_name has incomplete parameters list
(#45) Phpdocs for function behat_mod_collaborate::i_check_the_radio_button has incomplete parameters list
(#63) Phpdocs for function behat_mod_collaborate::recording_heading_should_not_exist has incomplete parameters list
(#99) Phpdocs for function behat_mod_collaborate::the_following_fake_recordings_exist has incomplete parameters list
mod/collaborate/tests/custom_completion_test.php
(#72) Phpdocs for function custom_completion_test::test_get_state has incomplete parameters list
mod/collaborate/tests/recording_counter_test.php
(#81) Phpdocs for function recording_counter_test::assert_empty_counts has incomplete parameters list
mod/collaborate/tests/sessionlink_test.php
(#299) Phpdocs for function sessionlink_test::links_contain_group has incomplete parameters list
mod/collaborate/vendor/composer/ClassLoader.php
(#437) Phpdocs for function includeFile has incomplete parameters list
mod/collaborate/vendor/firebase/php-jwt/src/JWT.php
(#128) Phpdocs for function JWT::encode has incomplete parameters list
(#346) Phpdocs for function JWT::safeStrlen has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "stylelint:css" 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/collaborate/templates/copyablelink.mustache
(#1) Example context missing (@template section not found.)
mod/collaborate/templates/meetingstatus.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

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