Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(2179 errors, 65 warnings)

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

mod/collaborate/classes/soap/api.php
(#288) method name "api::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#288) Variable "function_name" must not contain underscores.
(#288) Variable "input_headers" must not contain underscores.
(#288) Variable "output_headers" must not contain underscores.
(#309) Variable "function_name" must not contain underscores.
(#309) Variable "input_headers" must not contain underscores.
(#309) Variable "output_headers" must not contain underscores.
mod/collaborate/classes/soap/fakeapi.php
(#87) method name "fakeapi::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#87) Variable "function_name" must not contain underscores.
(#87) Variable "input_headers" must not contain underscores.
(#87) Variable "output_headers" must not contain underscores.
(#100) Possible useless method overriding detected
(#227) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#246) Public method name "fakeapi::ListHtmlSession" must be in lower-case letters only
(#258) Public method name "fakeapi::SetHtmlSession" must be in lower-case letters only
(#290) Public method name "fakeapi::UpdateHtmlSession" must be in lower-case letters only
(#292) This comment is 43% valid code; is this commented out code?
(#310) Public method name "fakeapi::RemoveHtmlSession" must be in lower-case letters only
(#319) Public method name "fakeapi::GetServerConfiguration" must be in lower-case letters only
(#330) Public method name "fakeapi::BuildHtmlSessionUrl" must be in lower-case letters only
(#345) Public method name "fakeapi::UpdateHtmlSessionAttendee" must be in lower-case letters only
(#391) Public method name "fakeapi::ListHtmlSessionRecording" must be in lower-case letters only
(#408) Public method name "fakeapi::RemoveHtmlSessionRecording" must be in lower-case letters only
mod/collaborate/classes/soap/generated/BuildHtmlSessionUrl.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#37) Member variable "userId" must be all lower-case
(#47) Member variable "returnUrl" must be all lower-case
(#52) Member variable "reconnectUrl" must be all lower-case
(#57) Member variable "originDomain" must be all lower-case
(#62) Variable "sessionId" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Line indented incorrectly; expected at least 8 spaces, found 6
(#64) Variable "sessionId" must be all lower-case
(#70) Public method name "BuildHtmlSessionUrl::getSessionId" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#72) Line indented incorrectly; expected at least 8 spaces, found 6
(#79) Public method name "BuildHtmlSessionUrl::setSessionId" must be in lower-case letters only
(#79) Variable "sessionId" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Variable "sessionId" must be all lower-case
(#82) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Public method name "BuildHtmlSessionUrl::getUserId" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#90) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Public method name "BuildHtmlSessionUrl::setUserId" must be in lower-case letters only
(#97) Variable "userId" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#99) Line indented incorrectly; expected at least 8 spaces, found 6
(#99) Variable "userId" must be all lower-case
(#100) Line indented incorrectly; expected at least 8 spaces, found 6
(#106) Public method name "BuildHtmlSessionUrl::getLocale" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#108) Line indented incorrectly; expected at least 8 spaces, found 6
(#115) Public method name "BuildHtmlSessionUrl::setLocale" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#117) Line indented incorrectly; expected at least 8 spaces, found 6
(#118) Line indented incorrectly; expected at least 8 spaces, found 6
(#124) Public method name "BuildHtmlSessionUrl::getReturnUrl" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#126) Line indented incorrectly; expected at least 8 spaces, found 6
(#133) Public method name "BuildHtmlSessionUrl::setReturnUrl" must be in lower-case letters only
(#133) Variable "returnUrl" must be all lower-case
(#134) Opening brace should be on the same line as the declaration
(#135) Line indented incorrectly; expected at least 8 spaces, found 6
(#135) Variable "returnUrl" must be all lower-case
(#136) Line indented incorrectly; expected at least 8 spaces, found 6
(#142) Public method name "BuildHtmlSessionUrl::getReconnectUrl" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#144) Line indented incorrectly; expected at least 8 spaces, found 6
(#151) Public method name "BuildHtmlSessionUrl::setReconnectUrl" must be in lower-case letters only
(#151) Variable "reconnectUrl" must be all lower-case
(#152) Opening brace should be on the same line as the declaration
(#153) Line indented incorrectly; expected at least 8 spaces, found 6
(#153) Variable "reconnectUrl" must be all lower-case
(#154) Line indented incorrectly; expected at least 8 spaces, found 6
(#160) Public method name "BuildHtmlSessionUrl::getOriginDomain" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#162) Line indented incorrectly; expected at least 8 spaces, found 6
(#169) Public method name "BuildHtmlSessionUrl::setOriginDomain" must be in lower-case letters only
(#169) Variable "originDomain" must be all lower-case
(#170) Opening brace should be on the same line as the declaration
(#171) Line indented incorrectly; expected at least 8 spaces, found 6
(#171) Variable "originDomain" must be all lower-case
(#172) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlAttendee.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "userId" must be all lower-case
(#42) Member variable "displayName" must be all lower-case
(#47) Member variable "avatarUrl" must be all lower-case
(#52) Member variable "htmlAttendeeLogs" must be all lower-case
(#58) Variable "userId" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#60) Variable "userId" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 6
(#67) Public method name "HtmlAttendee::getUserId" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#69) Line indented incorrectly; expected at least 8 spaces, found 6
(#76) Public method name "HtmlAttendee::setUserId" must be in lower-case letters only
(#76) Variable "userId" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#78) Variable "userId" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Public method name "HtmlAttendee::getRole" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#94) Public method name "HtmlAttendee::setRole" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 8 spaces, found 6
(#103) Public method name "HtmlAttendee::getDisplayName" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Public method name "HtmlAttendee::setDisplayName" must be in lower-case letters only
(#112) Variable "displayName" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#114) Variable "displayName" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Public method name "HtmlAttendee::getAvatarUrl" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#123) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Public method name "HtmlAttendee::setAvatarUrl" must be in lower-case letters only
(#130) Variable "avatarUrl" must be all lower-case
(#131) Opening brace should be on the same line as the declaration
(#132) Line indented incorrectly; expected at least 8 spaces, found 6
(#132) Variable "avatarUrl" must be all lower-case
(#133) Line indented incorrectly; expected at least 8 spaces, found 6
(#139) Public method name "HtmlAttendee::getHtmlAttendeeLogs" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#141) Line indented incorrectly; expected at least 8 spaces, found 6
(#148) Public method name "HtmlAttendee::setHtmlAttendeeLogs" must be in lower-case letters only
(#148) Variable "htmlAttendeeLogs" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#150) Line indented incorrectly; expected at least 8 spaces, found 6
(#150) Variable "htmlAttendeeLogs" must be all lower-case
(#151) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlAttendeeCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "HtmlAttendee" must be all lower-case
(#34) Whitespace found at end of line
(#36) Opening brace should be on the same line as the declaration
(#37) Whitespace found at end of line
(#43) Public method name "HtmlAttendeeCollection::getHtmlAttendee" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "HtmlAttendeeCollection::setHtmlAttendee" must be in lower-case letters only
(#52) Variable "HtmlAttendee" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Variable "HtmlAttendee" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlAttendeeLog.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "HtmlAttendeeLog::getJoined" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected 8 spaces, found 6
(#55) Line indented incorrectly; expected at least 12 spaces, found 8
(#56) Line indented incorrectly; expected 8 spaces, found 6
(#57) Line indented incorrectly; expected 12 spaces, found 8
(#58) Line indented incorrectly; expected at least 16 spaces, found 10
(#59) Line indented incorrectly; expected 12 spaces, found 8
(#60) Line indented incorrectly; expected at least 16 spaces, found 10
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#62) Line indented incorrectly; expected 8 spaces, found 6
(#69) Public method name "HtmlAttendeeLog::setJoined" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#71) Line indented incorrectly; expected at least 8 spaces, found 6
(#72) Line indented incorrectly; expected at least 8 spaces, found 6
(#78) Public method name "HtmlAttendeeLog::getLeft" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#80) Line indented incorrectly; expected 8 spaces, found 6
(#81) Line indented incorrectly; expected at least 12 spaces, found 8
(#82) Line indented incorrectly; expected 8 spaces, found 6
(#83) Line indented incorrectly; expected 12 spaces, found 8
(#84) Line indented incorrectly; expected at least 16 spaces, found 10
(#85) Line indented incorrectly; expected 12 spaces, found 8
(#86) Line indented incorrectly; expected at least 16 spaces, found 10
(#87) Line indented incorrectly; expected 12 spaces, found 8
(#88) Line indented incorrectly; expected 8 spaces, found 6
(#95) Public method name "HtmlAttendeeLog::setLeft" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#97) Line indented incorrectly; expected at least 8 spaces, found 6
(#98) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlAttendeeLogCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "HtmlAttendeeLog" must be all lower-case
(#34) Whitespace found at end of line
(#36) Opening brace should be on the same line as the declaration
(#37) Whitespace found at end of line
(#43) Public method name "HtmlAttendeeLogCollection::getHtmlAttendeeLog" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "HtmlAttendeeLogCollection::setHtmlAttendeeLog" must be in lower-case letters only
(#52) Variable "HtmlAttendeeLog" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Variable "HtmlAttendeeLog" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlRecordingUrl.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "recordingId" must be all lower-case
(#37) Variable "recordingId" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Variable "recordingId" must be all lower-case
(#45) Public method name "HtmlRecordingUrl::getRecordingId" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "HtmlRecordingUrl::setRecordingId" must be in lower-case letters only
(#54) Variable "recordingId" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "recordingId" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlRoom.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Member variable "htmlAttendees" must be all lower-case
(#55) Variable "htmlAttendees" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
(#58) Line indented incorrectly; expected at least 8 spaces, found 6
(#59) Line indented incorrectly; expected at least 8 spaces, found 6
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#60) Variable "htmlAttendees" must be all lower-case
(#66) Public method name "HtmlRoom::getName" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#68) Line indented incorrectly; expected at least 8 spaces, found 6
(#75) Public method name "HtmlRoom::setName" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#77) Line indented incorrectly; expected at least 8 spaces, found 6
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Public method name "HtmlRoom::getOpened" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#86) Line indented incorrectly; expected 8 spaces, found 6
(#87) Line indented incorrectly; expected at least 12 spaces, found 8
(#88) Line indented incorrectly; expected 8 spaces, found 6
(#89) Line indented incorrectly; expected 12 spaces, found 8
(#90) Line indented incorrectly; expected at least 16 spaces, found 10
(#91) Line indented incorrectly; expected 12 spaces, found 8
(#92) Line indented incorrectly; expected at least 16 spaces, found 10
(#93) Line indented incorrectly; expected 12 spaces, found 8
(#94) Line indented incorrectly; expected 8 spaces, found 6
(#101) Public method name "HtmlRoom::setOpened" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#103) Line indented incorrectly; expected at least 8 spaces, found 6
(#104) Line indented incorrectly; expected at least 8 spaces, found 6
(#110) Public method name "HtmlRoom::getClosed" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#112) Line indented incorrectly; expected 8 spaces, found 6
(#113) Line indented incorrectly; expected at least 12 spaces, found 8
(#114) Line indented incorrectly; expected 8 spaces, found 6
(#115) Line indented incorrectly; expected 12 spaces, found 8
(#116) Line indented incorrectly; expected at least 16 spaces, found 10
(#117) Line indented incorrectly; expected 12 spaces, found 8
(#118) Line indented incorrectly; expected at least 16 spaces, found 10
(#119) Line indented incorrectly; expected 12 spaces, found 8
(#120) Line indented incorrectly; expected 8 spaces, found 6
(#127) Public method name "HtmlRoom::setClosed" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#129) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Line indented incorrectly; expected at least 8 spaces, found 6
(#136) Public method name "HtmlRoom::getHtmlAttendees" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#138) Line indented incorrectly; expected at least 8 spaces, found 6
(#145) Public method name "HtmlRoom::setHtmlAttendees" must be in lower-case letters only
(#145) Variable "htmlAttendees" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#147) Line indented incorrectly; expected at least 8 spaces, found 6
(#147) Variable "htmlAttendees" must be all lower-case
(#148) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlRoomCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "HtmlRoom" must be all lower-case
(#37) Variable "HtmlRoom" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Variable "HtmlRoom" must be all lower-case
(#45) Public method name "HtmlRoomCollection::getHtmlRoom" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "HtmlRoomCollection::setHtmlRoom" must be in lower-case letters only
(#54) Variable "HtmlRoom" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "HtmlRoom" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSession.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#47) Member variable "startTime" must be all lower-case
(#52) Member variable "endTime" must be all lower-case
(#57) Member variable "boundaryTime" must be all lower-case
(#62) Member variable "noEndDate" must be all lower-case
(#67) Member variable "allowGuest" must be all lower-case
(#72) Member variable "guestUrl" must be all lower-case
(#77) Member variable "guestRole" must be all lower-case
(#82) Member variable "showProfile" must be all lower-case
(#87) Member variable "canShareVideo" must be all lower-case
(#92) Member variable "canShareAudio" must be all lower-case
(#97) Member variable "canPostMessage" must be all lower-case
(#102) Member variable "canAnnotateWhiteboard" must be all lower-case
(#107) Member variable "htmlAttendees" must be all lower-case
(#112) Member variable "groupingList" must be all lower-case
(#117) Member variable "creatorId" must be all lower-case
(#122) Member variable "mustBeSupervised" must be all lower-case
(#127) Member variable "openChair" must be all lower-case
(#132) Member variable "permissionsOn" must be all lower-case
(#137) Member variable "raiseHandOnEnter" must be all lower-case
(#142) Member variable "allowInSessionInvitees" must be all lower-case
(#147) Member variable "contextId" must be all lower-case
(#152) Member variable "contextTitle" must be all lower-case
(#157) Member variable "recordingEnabled" must be all lower-case
(#162) Member variable "recordingCallBackUrl" must be all lower-case
(#167) Member variable "sessionType" must be all lower-case
(#172) Member variable "sessionRule" must be all lower-case
(#194) Variable "sessionId" must be all lower-case
(#194) Variable "startTime" must be all lower-case
(#194) Variable "endTime" must be all lower-case
(#194) Variable "boundaryTime" must be all lower-case
(#194) Variable "noEndDate" must be all lower-case
(#194) Variable "allowGuest" must be all lower-case
(#194) Variable "guestUrl" must be all lower-case
(#194) Variable "guestRole" must be all lower-case
(#194) Variable "showProfile" must be all lower-case
(#194) Variable "canShareVideo" must be all lower-case
(#194) Variable "canShareAudio" must be all lower-case
(#194) Variable "canPostMessage" must be all lower-case
(#194) Variable "canAnnotateWhiteboard" must be all lower-case
(#194) Variable "htmlAttendees" must be all lower-case
(#194) Variable "creatorId" must be all lower-case
(#194) Variable "recordingEnabled" must be all lower-case
(#194) Line exceeds maximum limit of 180 characters; contains 309 characters
(#195) Opening brace should be on the same line as the declaration
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#196) Variable "sessionId" must be all lower-case
(#197) Line indented incorrectly; expected at least 8 spaces, found 6
(#198) Line indented incorrectly; expected at least 8 spaces, found 6
(#199) Line indented incorrectly; expected at least 8 spaces, found 6
(#199) Variable "startTime" must be all lower-case
(#200) Line indented incorrectly; expected at least 8 spaces, found 6
(#200) Variable "endTime" must be all lower-case
(#201) Line indented incorrectly; expected at least 8 spaces, found 6
(#201) Variable "boundaryTime" must be all lower-case
(#202) Line indented incorrectly; expected at least 8 spaces, found 6
(#202) Variable "noEndDate" must be all lower-case
(#203) Line indented incorrectly; expected at least 8 spaces, found 6
(#203) Variable "allowGuest" must be all lower-case
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#204) Variable "guestUrl" must be all lower-case
(#205) Line indented incorrectly; expected at least 8 spaces, found 6
(#205) Variable "guestRole" must be all lower-case
(#206) Line indented incorrectly; expected at least 8 spaces, found 6
(#206) Variable "showProfile" must be all lower-case
(#207) Line indented incorrectly; expected at least 8 spaces, found 6
(#207) Variable "canShareVideo" must be all lower-case
(#208) Line indented incorrectly; expected at least 8 spaces, found 6
(#208) Variable "canShareAudio" must be all lower-case
(#209) Line indented incorrectly; expected at least 8 spaces, found 6
(#209) Variable "canPostMessage" must be all lower-case
(#210) Line indented incorrectly; expected at least 8 spaces, found 6
(#210) Variable "canAnnotateWhiteboard" must be all lower-case
(#211) Line indented incorrectly; expected at least 8 spaces, found 6
(#211) Variable "htmlAttendees" must be all lower-case
(#212) Line indented incorrectly; expected at least 8 spaces, found 6
(#212) Variable "creatorId" must be all lower-case
(#213) Line indented incorrectly; expected at least 8 spaces, found 6
(#213) Variable "recordingEnabled" must be all lower-case
(#219) Public method name "HtmlSession::getSessionId" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#221) Line indented incorrectly; expected at least 8 spaces, found 6
(#228) Public method name "HtmlSession::setSessionId" must be in lower-case letters only
(#228) Variable "sessionId" must be all lower-case
(#229) Opening brace should be on the same line as the declaration
(#230) Line indented incorrectly; expected at least 8 spaces, found 6
(#230) Variable "sessionId" must be all lower-case
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#237) Public method name "HtmlSession::getName" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#239) Line indented incorrectly; expected at least 8 spaces, found 6
(#246) Public method name "HtmlSession::setName" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#248) Line indented incorrectly; expected at least 8 spaces, found 6
(#249) Line indented incorrectly; expected at least 8 spaces, found 6
(#255) Public method name "HtmlSession::getDescription" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#257) Line indented incorrectly; expected at least 8 spaces, found 6
(#264) Public method name "HtmlSession::setDescription" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#266) Line indented incorrectly; expected at least 8 spaces, found 6
(#267) Line indented incorrectly; expected at least 8 spaces, found 6
(#273) Public method name "HtmlSession::getStartTime" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#275) Line indented incorrectly; expected 8 spaces, found 6
(#276) Line indented incorrectly; expected at least 12 spaces, found 8
(#277) Line indented incorrectly; expected 8 spaces, found 6
(#278) Line indented incorrectly; expected 12 spaces, found 8
(#279) Line indented incorrectly; expected at least 16 spaces, found 10
(#280) Line indented incorrectly; expected 12 spaces, found 8
(#281) Line indented incorrectly; expected at least 16 spaces, found 10
(#282) Line indented incorrectly; expected 12 spaces, found 8
(#283) Line indented incorrectly; expected 8 spaces, found 6
(#290) Public method name "HtmlSession::setStartTime" must be in lower-case letters only
(#290) Variable "startTime" must be all lower-case
(#291) Opening brace should be on the same line as the declaration
(#292) Line indented incorrectly; expected at least 8 spaces, found 6
(#292) Variable "startTime" must be all lower-case
(#293) Line indented incorrectly; expected at least 8 spaces, found 6
(#299) Public method name "HtmlSession::getEndTime" must be in lower-case letters only
(#300) Opening brace should be on the same line as the declaration
(#301) Line indented incorrectly; expected 8 spaces, found 6
(#302) Line indented incorrectly; expected at least 12 spaces, found 8
(#303) Line indented incorrectly; expected 8 spaces, found 6
(#304) Line indented incorrectly; expected 12 spaces, found 8
(#305) Line indented incorrectly; expected at least 16 spaces, found 10
(#306) Line indented incorrectly; expected 12 spaces, found 8
(#307) Line indented incorrectly; expected at least 16 spaces, found 10
(#308) Line indented incorrectly; expected 12 spaces, found 8
(#309) Line indented incorrectly; expected 8 spaces, found 6
(#316) Public method name "HtmlSession::setEndTime" must be in lower-case letters only
(#316) Variable "endTime" must be all lower-case
(#317) Opening brace should be on the same line as the declaration
(#318) Line indented incorrectly; expected at least 8 spaces, found 6
(#318) Variable "endTime" must be all lower-case
(#319) Line indented incorrectly; expected at least 8 spaces, found 6
(#325) Public method name "HtmlSession::getBoundaryTime" must be in lower-case letters only
(#326) Opening brace should be on the same line as the declaration
(#327) Line indented incorrectly; expected at least 8 spaces, found 6
(#334) Public method name "HtmlSession::setBoundaryTime" must be in lower-case letters only
(#334) Variable "boundaryTime" must be all lower-case
(#335) Opening brace should be on the same line as the declaration
(#336) Line indented incorrectly; expected at least 8 spaces, found 6
(#336) Variable "boundaryTime" must be all lower-case
(#337) Line indented incorrectly; expected at least 8 spaces, found 6
(#343) Public method name "HtmlSession::getNoEndDate" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#345) Line indented incorrectly; expected at least 8 spaces, found 6
(#352) Public method name "HtmlSession::setNoEndDate" must be in lower-case letters only
(#352) Variable "noEndDate" must be all lower-case
(#353) Opening brace should be on the same line as the declaration
(#354) Line indented incorrectly; expected at least 8 spaces, found 6
(#354) Variable "noEndDate" must be all lower-case
(#355) Line indented incorrectly; expected at least 8 spaces, found 6
(#361) Public method name "HtmlSession::getAllowGuest" must be in lower-case letters only
(#362) Opening brace should be on the same line as the declaration
(#363) Line indented incorrectly; expected at least 8 spaces, found 6
(#370) Public method name "HtmlSession::setAllowGuest" must be in lower-case letters only
(#370) Variable "allowGuest" must be all lower-case
(#371) Opening brace should be on the same line as the declaration
(#372) Line indented incorrectly; expected at least 8 spaces, found 6
(#372) Variable "allowGuest" must be all lower-case
(#373) Line indented incorrectly; expected at least 8 spaces, found 6
(#379) Public method name "HtmlSession::getGuestUrl" must be in lower-case letters only
(#380) Opening brace should be on the same line as the declaration
(#381) Line indented incorrectly; expected at least 8 spaces, found 6
(#388) Public method name "HtmlSession::setGuestUrl" must be in lower-case letters only
(#388) Variable "guestUrl" must be all lower-case
(#389) Opening brace should be on the same line as the declaration
(#390) Line indented incorrectly; expected at least 8 spaces, found 6
(#390) Variable "guestUrl" must be all lower-case
(#391) Line indented incorrectly; expected at least 8 spaces, found 6
(#397) Public method name "HtmlSession::getGuestRole" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#399) Line indented incorrectly; expected at least 8 spaces, found 6
(#406) Public method name "HtmlSession::setGuestRole" must be in lower-case letters only
(#406) Variable "guestRole" must be all lower-case
(#407) Opening brace should be on the same line as the declaration
(#408) Line indented incorrectly; expected at least 8 spaces, found 6
(#408) Variable "guestRole" must be all lower-case
(#409) Line indented incorrectly; expected at least 8 spaces, found 6
(#415) Public method name "HtmlSession::getShowProfile" must be in lower-case letters only
(#416) Opening brace should be on the same line as the declaration
(#417) Line indented incorrectly; expected at least 8 spaces, found 6
(#424) Public method name "HtmlSession::setShowProfile" must be in lower-case letters only
(#424) Variable "showProfile" must be all lower-case
(#425) Opening brace should be on the same line as the declaration
(#426) Line indented incorrectly; expected at least 8 spaces, found 6
(#426) Variable "showProfile" must be all lower-case
(#427) Line indented incorrectly; expected at least 8 spaces, found 6
(#433) Public method name "HtmlSession::getCanShareVideo" must be in lower-case letters only
(#434) Opening brace should be on the same line as the declaration
(#435) Line indented incorrectly; expected at least 8 spaces, found 6
(#442) Public method name "HtmlSession::setCanShareVideo" must be in lower-case letters only
(#442) Variable "canShareVideo" must be all lower-case
(#443) Opening brace should be on the same line as the declaration
(#444) Line indented incorrectly; expected at least 8 spaces, found 6
(#444) Variable "canShareVideo" must be all lower-case
(#445) Line indented incorrectly; expected at least 8 spaces, found 6
(#451) Public method name "HtmlSession::getCanShareAudio" must be in lower-case letters only
(#452) Opening brace should be on the same line as the declaration
(#453) Line indented incorrectly; expected at least 8 spaces, found 6
(#460) Public method name "HtmlSession::setCanShareAudio" must be in lower-case letters only
(#460) Variable "canShareAudio" must be all lower-case
(#461) Opening brace should be on the same line as the declaration
(#462) Line indented incorrectly; expected at least 8 spaces, found 6
(#462) Variable "canShareAudio" must be all lower-case
(#463) Line indented incorrectly; expected at least 8 spaces, found 6
(#469) Public method name "HtmlSession::getCanPostMessage" must be in lower-case letters only
(#470) Opening brace should be on the same line as the declaration
(#471) Line indented incorrectly; expected at least 8 spaces, found 6
(#478) Public method name "HtmlSession::setCanPostMessage" must be in lower-case letters only
(#478) Variable "canPostMessage" must be all lower-case
(#479) Opening brace should be on the same line as the declaration
(#480) Line indented incorrectly; expected at least 8 spaces, found 6
(#480) Variable "canPostMessage" must be all lower-case
(#481) Line indented incorrectly; expected at least 8 spaces, found 6
(#487) Public method name "HtmlSession::getCanAnnotateWhiteboard" must be in lower-case letters only
(#488) Opening brace should be on the same line as the declaration
(#489) Line indented incorrectly; expected at least 8 spaces, found 6
(#496) Public method name "HtmlSession::setCanAnnotateWhiteboard" must be in lower-case letters only
(#496) Variable "canAnnotateWhiteboard" must be all lower-case
(#497) Opening brace should be on the same line as the declaration
(#498) Line indented incorrectly; expected at least 8 spaces, found 6
(#498) Variable "canAnnotateWhiteboard" must be all lower-case
(#499) Line indented incorrectly; expected at least 8 spaces, found 6
(#505) Public method name "HtmlSession::getHtmlAttendees" must be in lower-case letters only
(#506) Opening brace should be on the same line as the declaration
(#507) Line indented incorrectly; expected at least 8 spaces, found 6
(#514) Public method name "HtmlSession::setHtmlAttendees" must be in lower-case letters only
(#514) Variable "htmlAttendees" must be all lower-case
(#515) Opening brace should be on the same line as the declaration
(#516) Line indented incorrectly; expected at least 8 spaces, found 6
(#516) Variable "htmlAttendees" must be all lower-case
(#517) Line indented incorrectly; expected at least 8 spaces, found 6
(#523) Public method name "HtmlSession::getGroupingList" must be in lower-case letters only
(#524) Opening brace should be on the same line as the declaration
(#525) Line indented incorrectly; expected at least 8 spaces, found 6
(#532) Public method name "HtmlSession::setGroupingList" must be in lower-case letters only
(#532) Variable "groupingList" must be all lower-case
(#533) Opening brace should be on the same line as the declaration
(#534) Line indented incorrectly; expected at least 8 spaces, found 6
(#534) Variable "groupingList" must be all lower-case
(#535) Line indented incorrectly; expected at least 8 spaces, found 6
(#541) Public method name "HtmlSession::getCreatorId" must be in lower-case letters only
(#542) Opening brace should be on the same line as the declaration
(#543) Line indented incorrectly; expected at least 8 spaces, found 6
(#550) Public method name "HtmlSession::setCreatorId" must be in lower-case letters only
(#550) Variable "creatorId" must be all lower-case
(#551) Opening brace should be on the same line as the declaration
(#552) Line indented incorrectly; expected at least 8 spaces, found 6
(#552) Variable "creatorId" must be all lower-case
(#553) Line indented incorrectly; expected at least 8 spaces, found 6
(#559) Public method name "HtmlSession::getMustBeSupervised" must be in lower-case letters only
(#560) Opening brace should be on the same line as the declaration
(#561) Line indented incorrectly; expected at least 8 spaces, found 6
(#568) Public method name "HtmlSession::setMustBeSupervised" must be in lower-case letters only
(#568) Variable "mustBeSupervised" must be all lower-case
(#569) Opening brace should be on the same line as the declaration
(#570) Line indented incorrectly; expected at least 8 spaces, found 6
(#570) Variable "mustBeSupervised" must be all lower-case
(#571) Line indented incorrectly; expected at least 8 spaces, found 6
(#577) Public method name "HtmlSession::getOpenChair" must be in lower-case letters only
(#578) Opening brace should be on the same line as the declaration
(#579) Line indented incorrectly; expected at least 8 spaces, found 6
(#586) Public method name "HtmlSession::setOpenChair" must be in lower-case letters only
(#586) Variable "openChair" must be all lower-case
(#587) Opening brace should be on the same line as the declaration
(#588) Line indented incorrectly; expected at least 8 spaces, found 6
(#588) Variable "openChair" must be all lower-case
(#589) Line indented incorrectly; expected at least 8 spaces, found 6
(#595) Public method name "HtmlSession::getPermissionsOn" must be in lower-case letters only
(#596) Opening brace should be on the same line as the declaration
(#597) Line indented incorrectly; expected at least 8 spaces, found 6
(#604) Public method name "HtmlSession::setPermissionsOn" must be in lower-case letters only
(#604) Variable "permissionsOn" must be all lower-case
(#605) Opening brace should be on the same line as the declaration
(#606) Line indented incorrectly; expected at least 8 spaces, found 6
(#606) Variable "permissionsOn" must be all lower-case
(#607) Line indented incorrectly; expected at least 8 spaces, found 6
(#613) Public method name "HtmlSession::getRaiseHandOnEnter" must be in lower-case letters only
(#614) Opening brace should be on the same line as the declaration
(#615) Line indented incorrectly; expected at least 8 spaces, found 6
(#622) Public method name "HtmlSession::setRaiseHandOnEnter" must be in lower-case letters only
(#622) Variable "raiseHandOnEnter" must be all lower-case
(#623) Opening brace should be on the same line as the declaration
(#624) Line indented incorrectly; expected at least 8 spaces, found 6
(#624) Variable "raiseHandOnEnter" must be all lower-case
(#625) Line indented incorrectly; expected at least 8 spaces, found 6
(#631) Public method name "HtmlSession::getAllowInSessionInvitees" must be in lower-case letters only
(#632) Opening brace should be on the same line as the declaration
(#633) Line indented incorrectly; expected at least 8 spaces, found 6
(#640) Public method name "HtmlSession::setAllowInSessionInvitees" must be in lower-case letters only
(#640) Variable "allowInSessionInvitees" must be all lower-case
(#641) Opening brace should be on the same line as the declaration
(#642) Line indented incorrectly; expected at least 8 spaces, found 6
(#642) Variable "allowInSessionInvitees" must be all lower-case
(#643) Line indented incorrectly; expected at least 8 spaces, found 6
(#649) Public method name "HtmlSession::getContextId" must be in lower-case letters only
(#650) Opening brace should be on the same line as the declaration
(#651) Line indented incorrectly; expected at least 8 spaces, found 6
(#658) Public method name "HtmlSession::setContextId" must be in lower-case letters only
(#658) Variable "contextId" must be all lower-case
(#659) Opening brace should be on the same line as the declaration
(#660) Line indented incorrectly; expected at least 8 spaces, found 6
(#660) Variable "contextId" must be all lower-case
(#661) Line indented incorrectly; expected at least 8 spaces, found 6
(#667) Public method name "HtmlSession::getContextTitle" must be in lower-case letters only
(#668) Opening brace should be on the same line as the declaration
(#669) Line indented incorrectly; expected at least 8 spaces, found 6
(#676) Public method name "HtmlSession::setContextTitle" must be in lower-case letters only
(#676) Variable "contextTitle" must be all lower-case
(#677) Opening brace should be on the same line as the declaration
(#678) Line indented incorrectly; expected at least 8 spaces, found 6
(#678) Variable "contextTitle" must be all lower-case
(#679) Line indented incorrectly; expected at least 8 spaces, found 6
(#685) Public method name "HtmlSession::getRecordingEnabled" must be in lower-case letters only
(#686) Opening brace should be on the same line as the declaration
(#687) Line indented incorrectly; expected at least 8 spaces, found 6
(#694) Public method name "HtmlSession::setRecordingEnabled" must be in lower-case letters only
(#694) Variable "recordingEnabled" must be all lower-case
(#695) Opening brace should be on the same line as the declaration
(#696) Line indented incorrectly; expected at least 8 spaces, found 6
(#696) Variable "recordingEnabled" must be all lower-case
(#697) Line indented incorrectly; expected at least 8 spaces, found 6
(#703) Public method name "HtmlSession::getRecordingCallBackUrl" must be in lower-case letters only
(#704) Opening brace should be on the same line as the declaration
(#705) Line indented incorrectly; expected at least 8 spaces, found 6
(#712) Public method name "HtmlSession::setRecordingCallBackUrl" must be in lower-case letters only
(#712) Variable "recordingCallBackUrl" must be all lower-case
(#713) Opening brace should be on the same line as the declaration
(#714) Line indented incorrectly; expected at least 8 spaces, found 6
(#714) Variable "recordingCallBackUrl" must be all lower-case
(#715) Line indented incorrectly; expected at least 8 spaces, found 6
(#721) Public method name "HtmlSession::getSessionType" must be in lower-case letters only
(#722) Opening brace should be on the same line as the declaration
(#723) Line indented incorrectly; expected at least 8 spaces, found 6
(#730) Public method name "HtmlSession::setSessionType" must be in lower-case letters only
(#730) Variable "sessionType" must be all lower-case
(#731) Opening brace should be on the same line as the declaration
(#732) Line indented incorrectly; expected at least 8 spaces, found 6
(#732) Variable "sessionType" must be all lower-case
(#733) Line indented incorrectly; expected at least 8 spaces, found 6
(#739) Public method name "HtmlSession::getSessionRule" must be in lower-case letters only
(#740) Opening brace should be on the same line as the declaration
(#741) Line indented incorrectly; expected at least 8 spaces, found 6
(#748) Public method name "HtmlSession::setSessionRule" must be in lower-case letters only
(#748) Variable "sessionRule" must be all lower-case
(#749) Opening brace should be on the same line as the declaration
(#750) Line indented incorrectly; expected at least 8 spaces, found 6
(#750) Variable "sessionRule" must be all lower-case
(#751) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionAttendance.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#37) Member variable "startTime" must be all lower-case
(#43) Variable "sessionId" must be all lower-case
(#43) Variable "startTime" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#45) Variable "sessionId" must be all lower-case
(#46) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Variable "startTime" must be all lower-case
(#52) Public method name "HtmlSessionAttendance::getSessionId" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#61) Public method name "HtmlSessionAttendance::setSessionId" must be in lower-case letters only
(#61) Variable "sessionId" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Line indented incorrectly; expected at least 8 spaces, found 6
(#63) Variable "sessionId" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 6
(#70) Public method name "HtmlSessionAttendance::getStartTime" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#72) Line indented incorrectly; expected 8 spaces, found 6
(#73) Line indented incorrectly; expected at least 12 spaces, found 8
(#74) Line indented incorrectly; expected 8 spaces, found 6
(#75) Line indented incorrectly; expected 12 spaces, found 8
(#76) Line indented incorrectly; expected at least 16 spaces, found 10
(#77) Line indented incorrectly; expected 12 spaces, found 8
(#78) Line indented incorrectly; expected at least 16 spaces, found 10
(#79) Line indented incorrectly; expected 12 spaces, found 8
(#80) Line indented incorrectly; expected 8 spaces, found 6
(#87) Public method name "HtmlSessionAttendance::setStartTime" must be in lower-case letters only
(#87) Variable "startTime" must be all lower-case
(#88) Opening brace should be on the same line as the declaration
(#89) Line indented incorrectly; expected at least 8 spaces, found 6
(#89) Variable "startTime" must be all lower-case
(#90) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "HtmlSession" must be all lower-case
(#34) Whitespace found at end of line
(#36) Opening brace should be on the same line as the declaration
(#37) Whitespace found at end of line
(#43) Public method name "HtmlSessionCollection::getHtmlSession" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "HtmlSessionCollection::setHtmlSession" must be in lower-case letters only
(#52) Variable "HtmlSession" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Variable "HtmlSession" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionOccurrence.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#37) Member variable "startTime" must be all lower-case
(#42) Member variable "endTime" must be all lower-case
(#44) Whitespace found at end of line
(#46) Opening brace should be on the same line as the declaration
(#47) Whitespace found at end of line
(#53) Public method name "HtmlSessionOccurrence::getSessionId" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
(#62) Public method name "HtmlSessionOccurrence::setSessionId" must be in lower-case letters only
(#62) Variable "sessionId" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Line indented incorrectly; expected at least 8 spaces, found 6
(#64) Variable "sessionId" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 6
(#71) Public method name "HtmlSessionOccurrence::getStartTime" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#73) Line indented incorrectly; expected 8 spaces, found 6
(#74) Line indented incorrectly; expected at least 12 spaces, found 8
(#75) Line indented incorrectly; expected 8 spaces, found 6
(#76) Line indented incorrectly; expected 12 spaces, found 8
(#77) Line indented incorrectly; expected at least 16 spaces, found 10
(#78) Line indented incorrectly; expected 12 spaces, found 8
(#79) Line indented incorrectly; expected at least 16 spaces, found 10
(#80) Line indented incorrectly; expected 12 spaces, found 8
(#81) Line indented incorrectly; expected 8 spaces, found 6
(#88) Public method name "HtmlSessionOccurrence::setStartTime" must be in lower-case letters only
(#88) Variable "startTime" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#90) Line indented incorrectly; expected at least 8 spaces, found 6
(#90) Variable "startTime" must be all lower-case
(#91) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Public method name "HtmlSessionOccurrence::getEndTime" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#99) Line indented incorrectly; expected 8 spaces, found 6
(#100) Line indented incorrectly; expected at least 12 spaces, found 8
(#101) Line indented incorrectly; expected 8 spaces, found 6
(#102) Line indented incorrectly; expected 12 spaces, found 8
(#103) Line indented incorrectly; expected at least 16 spaces, found 10
(#104) Line indented incorrectly; expected 12 spaces, found 8
(#105) Line indented incorrectly; expected at least 16 spaces, found 10
(#106) Line indented incorrectly; expected 12 spaces, found 8
(#107) Line indented incorrectly; expected 8 spaces, found 6
(#114) Public method name "HtmlSessionOccurrence::setEndTime" must be in lower-case letters only
(#114) Variable "endTime" must be all lower-case
(#115) Opening brace should be on the same line as the declaration
(#116) Line indented incorrectly; expected at least 8 spaces, found 6
(#116) Variable "endTime" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionOccurrenceCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Member variable "sessionId" must be all lower-case
(#42) Member variable "startTime" must be all lower-case
(#47) Member variable "endTime" must be all lower-case
(#49) Whitespace found at end of line
(#51) Opening brace should be on the same line as the declaration
(#52) Whitespace found at end of line
(#58) Public method name "HtmlSessionOccurrenceCollection::getId" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#67) Public method name "HtmlSessionOccurrenceCollection::setId" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#69) Line indented incorrectly; expected at least 8 spaces, found 6
(#70) Line indented incorrectly; expected at least 8 spaces, found 6
(#76) Public method name "HtmlSessionOccurrenceCollection::getSessionId" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Public method name "HtmlSessionOccurrenceCollection::setSessionId" must be in lower-case letters only
(#85) Variable "sessionId" must be all lower-case
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Variable "sessionId" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#94) Public method name "HtmlSessionOccurrenceCollection::getStartTime" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 8
(#98) Line indented incorrectly; expected 8 spaces, found 6
(#99) Line indented incorrectly; expected 12 spaces, found 8
(#100) Line indented incorrectly; expected at least 16 spaces, found 10
(#101) Line indented incorrectly; expected 12 spaces, found 8
(#102) Line indented incorrectly; expected at least 16 spaces, found 10
(#103) Line indented incorrectly; expected 12 spaces, found 8
(#104) Line indented incorrectly; expected 8 spaces, found 6
(#111) Public method name "HtmlSessionOccurrenceCollection::setStartTime" must be in lower-case letters only
(#111) Variable "startTime" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#113) Line indented incorrectly; expected at least 8 spaces, found 6
(#113) Variable "startTime" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#120) Public method name "HtmlSessionOccurrenceCollection::getEndTime" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#122) Line indented incorrectly; expected 8 spaces, found 6
(#123) Line indented incorrectly; expected at least 12 spaces, found 8
(#124) Line indented incorrectly; expected 8 spaces, found 6
(#125) Line indented incorrectly; expected 12 spaces, found 8
(#126) Line indented incorrectly; expected at least 16 spaces, found 10
(#127) Line indented incorrectly; expected 12 spaces, found 8
(#128) Line indented incorrectly; expected at least 16 spaces, found 10
(#129) Line indented incorrectly; expected 12 spaces, found 8
(#130) Line indented incorrectly; expected 8 spaces, found 6
(#137) Public method name "HtmlSessionOccurrenceCollection::setEndTime" must be in lower-case letters only
(#137) Variable "endTime" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Line indented incorrectly; expected at least 8 spaces, found 6
(#139) Variable "endTime" must be all lower-case
(#140) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionRecording.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "groupingId" must be all lower-case
(#37) Member variable "sessionId" must be all lower-case
(#42) Member variable "startTime" must be all lower-case
(#47) Member variable "endTime" must be all lower-case
(#49) Whitespace found at end of line
(#51) Opening brace should be on the same line as the declaration
(#52) Whitespace found at end of line
(#58) Public method name "HtmlSessionRecording::getGroupingId" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#67) Public method name "HtmlSessionRecording::setGroupingId" must be in lower-case letters only
(#67) Variable "groupingId" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Line indented incorrectly; expected at least 8 spaces, found 6
(#69) Variable "groupingId" must be all lower-case
(#70) Line indented incorrectly; expected at least 8 spaces, found 6
(#76) Public method name "HtmlSessionRecording::getSessionId" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Public method name "HtmlSessionRecording::setSessionId" must be in lower-case letters only
(#85) Variable "sessionId" must be all lower-case
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Variable "sessionId" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#94) Public method name "HtmlSessionRecording::getStartTime" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 8
(#98) Line indented incorrectly; expected 8 spaces, found 6
(#99) Line indented incorrectly; expected 12 spaces, found 8
(#100) Line indented incorrectly; expected at least 16 spaces, found 10
(#101) Line indented incorrectly; expected 12 spaces, found 8
(#102) Line indented incorrectly; expected at least 16 spaces, found 10
(#103) Line indented incorrectly; expected 12 spaces, found 8
(#104) Line indented incorrectly; expected 8 spaces, found 6
(#111) Public method name "HtmlSessionRecording::setStartTime" must be in lower-case letters only
(#111) Variable "startTime" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#113) Line indented incorrectly; expected at least 8 spaces, found 6
(#113) Variable "startTime" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#120) Public method name "HtmlSessionRecording::getEndTime" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#122) Line indented incorrectly; expected 8 spaces, found 6
(#123) Line indented incorrectly; expected at least 12 spaces, found 8
(#124) Line indented incorrectly; expected 8 spaces, found 6
(#125) Line indented incorrectly; expected 12 spaces, found 8
(#126) Line indented incorrectly; expected at least 16 spaces, found 10
(#127) Line indented incorrectly; expected 12 spaces, found 8
(#128) Line indented incorrectly; expected at least 16 spaces, found 10
(#129) Line indented incorrectly; expected 12 spaces, found 8
(#130) Line indented incorrectly; expected 8 spaces, found 6
(#137) Public method name "HtmlSessionRecording::setEndTime" must be in lower-case letters only
(#137) Variable "endTime" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Line indented incorrectly; expected at least 8 spaces, found 6
(#139) Variable "endTime" must be all lower-case
(#140) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponse.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "recordingId" must be all lower-case
(#37) Member variable "createdTs" must be all lower-case
(#42) Member variable "startTs" must be all lower-case
(#47) Member variable "endTs" must be all lower-case
(#52) Member variable "durationMillis" must be all lower-case
(#57) Member variable "recordingUrl" must be all lower-case
(#62) Member variable "displayName" must be all lower-case
(#67) Member variable "sessionId" must be all lower-case
(#79) Variable "recordingId" must be all lower-case
(#79) Variable "createdTs" must be all lower-case
(#79) Variable "startTs" must be all lower-case
(#79) Variable "endTs" must be all lower-case
(#79) Variable "durationMillis" must be all lower-case
(#79) Variable "recordingUrl" must be all lower-case
(#79) Variable "displayName" must be all lower-case
(#79) Variable "sessionId" must be all lower-case
(#79) Line exceeds 132 characters; contains 133 characters
(#80) Opening brace should be on the same line as the declaration
(#81) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Variable "recordingId" must be all lower-case
(#82) Line indented incorrectly; expected at least 8 spaces, found 6
(#82) Variable "createdTs" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#83) Variable "startTs" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Variable "endTs" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Variable "durationMillis" must be all lower-case
(#86) Line indented incorrectly; expected at least 8 spaces, found 6
(#86) Variable "recordingUrl" must be all lower-case
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Variable "displayName" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Variable "sessionId" must be all lower-case
(#94) Public method name "HtmlSessionRecordingResponse::getRecordingId" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#103) Public method name "HtmlSessionRecordingResponse::setRecordingId" must be in lower-case letters only
(#103) Variable "recordingId" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Variable "recordingId" must be all lower-case
(#106) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Public method name "HtmlSessionRecordingResponse::getCreatedTs" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Public method name "HtmlSessionRecordingResponse::setCreatedTs" must be in lower-case letters only
(#121) Variable "createdTs" must be all lower-case
(#122) Opening brace should be on the same line as the declaration
(#123) Line indented incorrectly; expected at least 8 spaces, found 6
(#123) Variable "createdTs" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Public method name "HtmlSessionRecordingResponse::getStartTs" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#132) Line indented incorrectly; expected at least 8 spaces, found 6
(#139) Public method name "HtmlSessionRecordingResponse::setStartTs" must be in lower-case letters only
(#139) Variable "startTs" must be all lower-case
(#140) Opening brace should be on the same line as the declaration
(#141) Line indented incorrectly; expected at least 8 spaces, found 6
(#141) Variable "startTs" must be all lower-case
(#142) Line indented incorrectly; expected at least 8 spaces, found 6
(#148) Public method name "HtmlSessionRecordingResponse::getEndTs" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#150) Line indented incorrectly; expected at least 8 spaces, found 6
(#157) Public method name "HtmlSessionRecordingResponse::setEndTs" must be in lower-case letters only
(#157) Variable "endTs" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Line indented incorrectly; expected at least 8 spaces, found 6
(#159) Variable "endTs" must be all lower-case
(#160) Line indented incorrectly; expected at least 8 spaces, found 6
(#166) Public method name "HtmlSessionRecordingResponse::getDurationMillis" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#168) Line indented incorrectly; expected at least 8 spaces, found 6
(#175) Public method name "HtmlSessionRecordingResponse::setDurationMillis" must be in lower-case letters only
(#175) Variable "durationMillis" must be all lower-case
(#176) Opening brace should be on the same line as the declaration
(#177) Line indented incorrectly; expected at least 8 spaces, found 6
(#177) Variable "durationMillis" must be all lower-case
(#178) Line indented incorrectly; expected at least 8 spaces, found 6
(#184) Public method name "HtmlSessionRecordingResponse::getRecordingUrl" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#186) Line indented incorrectly; expected at least 8 spaces, found 6
(#193) Public method name "HtmlSessionRecordingResponse::setRecordingUrl" must be in lower-case letters only
(#193) Variable "recordingUrl" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#195) Line indented incorrectly; expected at least 8 spaces, found 6
(#195) Variable "recordingUrl" must be all lower-case
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#202) Public method name "HtmlSessionRecordingResponse::getDisplayName" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#211) Public method name "HtmlSessionRecordingResponse::setDisplayName" must be in lower-case letters only
(#211) Variable "displayName" must be all lower-case
(#212) Opening brace should be on the same line as the declaration
(#213) Line indented incorrectly; expected at least 8 spaces, found 6
(#213) Variable "displayName" must be all lower-case
(#214) Line indented incorrectly; expected at least 8 spaces, found 6
(#220) Public method name "HtmlSessionRecordingResponse::getSessionId" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#222) Line indented incorrectly; expected at least 8 spaces, found 6
(#229) Public method name "HtmlSessionRecordingResponse::setSessionId" must be in lower-case letters only
(#229) Variable "sessionId" must be all lower-case
(#230) Opening brace should be on the same line as the declaration
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#231) Variable "sessionId" must be all lower-case
(#232) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponseCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "HtmlSessionRecordingResponse" must be all lower-case
(#34) Whitespace found at end of line
(#36) Opening brace should be on the same line as the declaration
(#37) Whitespace found at end of line
(#43) Public method name "HtmlSessionRecordingResponseCollection::getHtmlSessionRecordingResponse" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "HtmlSessionRecordingResponseCollection::setHtmlSessionRecordingResponse" must be in lower-case letters only
(#52) Variable "HtmlSessionRecordingResponse" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Variable "HtmlSessionRecordingResponse" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/ListHtmlSession.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "userId" must be all lower-case
(#37) Member variable "groupingId" must be all lower-case
(#42) Member variable "sessionId" must be all lower-case
(#47) Member variable "creatorId" must be all lower-case
(#52) Member variable "startTime" must be all lower-case
(#57) Member variable "endTime" must be all lower-case
(#64) Whitespace found at end of line
(#66) Opening brace should be on the same line as the declaration
(#67) Whitespace found at end of line
(#73) Public method name "ListHtmlSession::getUserId" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Line indented incorrectly; expected at least 8 spaces, found 6
(#82) Public method name "ListHtmlSession::setUserId" must be in lower-case letters only
(#82) Variable "userId" must be all lower-case
(#83) Opening brace should be on the same line as the declaration
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Variable "userId" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#91) Public method name "ListHtmlSession::getGroupingId" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Line indented incorrectly; expected at least 8 spaces, found 6
(#100) Public method name "ListHtmlSession::setGroupingId" must be in lower-case letters only
(#100) Variable "groupingId" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#102) Line indented incorrectly; expected at least 8 spaces, found 6
(#102) Variable "groupingId" must be all lower-case
(#103) Line indented incorrectly; expected at least 8 spaces, found 6
(#109) Public method name "ListHtmlSession::getSessionId" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#111) Line indented incorrectly; expected at least 8 spaces, found 6
(#118) Public method name "ListHtmlSession::setSessionId" must be in lower-case letters only
(#118) Variable "sessionId" must be all lower-case
(#119) Opening brace should be on the same line as the declaration
(#120) Line indented incorrectly; expected at least 8 spaces, found 6
(#120) Variable "sessionId" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Public method name "ListHtmlSession::getCreatorId" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#129) Line indented incorrectly; expected at least 8 spaces, found 6
(#136) Public method name "ListHtmlSession::setCreatorId" must be in lower-case letters only
(#136) Variable "creatorId" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#138) Line indented incorrectly; expected at least 8 spaces, found 6
(#138) Variable "creatorId" must be all lower-case
(#139) Line indented incorrectly; expected at least 8 spaces, found 6
(#145) Public method name "ListHtmlSession::getStartTime" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#147) Line indented incorrectly; expected 8 spaces, found 6
(#148) Line indented incorrectly; expected at least 12 spaces, found 8
(#149) Line indented incorrectly; expected 8 spaces, found 6
(#150) Line indented incorrectly; expected 12 spaces, found 8
(#151) Line indented incorrectly; expected at least 16 spaces, found 10
(#152) Line indented incorrectly; expected 12 spaces, found 8
(#153) Line indented incorrectly; expected at least 16 spaces, found 10
(#154) Line indented incorrectly; expected 12 spaces, found 8
(#155) Line indented incorrectly; expected 8 spaces, found 6
(#162) Public method name "ListHtmlSession::setStartTime" must be in lower-case letters only
(#162) Variable "startTime" must be all lower-case
(#163) Opening brace should be on the same line as the declaration
(#164) Line indented incorrectly; expected at least 8 spaces, found 6
(#164) Variable "startTime" must be all lower-case
(#165) Line indented incorrectly; expected at least 8 spaces, found 6
(#171) Public method name "ListHtmlSession::getEndTime" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#173) Line indented incorrectly; expected 8 spaces, found 6
(#174) Line indented incorrectly; expected at least 12 spaces, found 8
(#175) Line indented incorrectly; expected 8 spaces, found 6
(#176) Line indented incorrectly; expected 12 spaces, found 8
(#177) Line indented incorrectly; expected at least 16 spaces, found 10
(#178) Line indented incorrectly; expected 12 spaces, found 8
(#179) Line indented incorrectly; expected at least 16 spaces, found 10
(#180) Line indented incorrectly; expected 12 spaces, found 8
(#181) Line indented incorrectly; expected 8 spaces, found 6
(#188) Public method name "ListHtmlSession::setEndTime" must be in lower-case letters only
(#188) Variable "endTime" must be all lower-case
(#189) Opening brace should be on the same line as the declaration
(#190) Line indented incorrectly; expected at least 8 spaces, found 6
(#190) Variable "endTime" must be all lower-case
(#191) Line indented incorrectly; expected at least 8 spaces, found 6
(#197) Public method name "ListHtmlSession::getName" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#199) Line indented incorrectly; expected at least 8 spaces, found 6
(#206) Public method name "ListHtmlSession::setName" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#208) Line indented incorrectly; expected at least 8 spaces, found 6
(#209) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/RemoveHtmlSession.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#37) Variable "sessionId" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Variable "sessionId" must be all lower-case
(#45) Public method name "RemoveHtmlSession::getSessionId" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "RemoveHtmlSession::setSessionId" must be in lower-case letters only
(#54) Variable "sessionId" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "sessionId" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/RemoveHtmlSessionOccurrence.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "occurrenceId" must be all lower-case
(#37) Variable "occurrenceId" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Variable "occurrenceId" must be all lower-case
(#45) Public method name "RemoveHtmlSessionOccurrence::getOccurrenceId" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "RemoveHtmlSessionOccurrence::setOccurrenceId" must be in lower-case letters only
(#54) Variable "occurrenceId" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "occurrenceId" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/RemoveHtmlSessionRecording.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "recordingId" must be all lower-case
(#37) Variable "recordingId" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Variable "recordingId" must be all lower-case
(#45) Public method name "RemoveHtmlSessionRecording::getRecordingId" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "RemoveHtmlSessionRecording::setRecordingId" must be in lower-case letters only
(#54) Variable "recordingId" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "recordingId" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/SASDefaultAdapter.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#151) Opening brace should be on the same line as the declaration
(#152) Line indented incorrectly; expected 8 spaces, found 6
(#153) Line indented incorrectly; expected 12 spaces, found 8
(#154) Line indented incorrectly; expected at least 16 spaces, found 10
(#155) Line indented incorrectly; expected 12 spaces, found 8
(#156) Line indented incorrectly; expected 8 spaces, found 6
(#157) Line indented incorrectly; expected at least 8 spaces, found 6
(#158) Line indented incorrectly; expected at least 8 spaces, found 6
(#159) Line indented incorrectly; expected at least 8 spaces, found 4
(#160) Line indented incorrectly; expected at least 8 spaces, found 6
(#167) Public method name "SASDefaultAdapter::BuildRecordingUrl" must be in lower-case letters only
(#168) Opening brace should be on the same line as the declaration
(#169) Line indented incorrectly; expected at least 8 spaces, found 6
(#176) Public method name "SASDefaultAdapter::BuildHtmlRecordingUrl" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#178) Line indented incorrectly; expected at least 8 spaces, found 6
(#185) Public method name "SASDefaultAdapter::BuildSessionUrl" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#187) Line indented incorrectly; expected at least 8 spaces, found 6
(#194) Public method name "SASDefaultAdapter::ConvertRecording" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#203) Public method name "SASDefaultAdapter::GetEmailBody" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#205) Line indented incorrectly; expected at least 8 spaces, found 6
(#212) Public method name "SASDefaultAdapter::GetMobilePlatforms" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#214) Line indented incorrectly; expected at least 8 spaces, found 6
(#221) Public method name "SASDefaultAdapter::GetOptionLicenses" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#223) Line indented incorrectly; expected at least 8 spaces, found 6
(#230) Public method name "SASDefaultAdapter::GetQuotaLimits" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#232) Line indented incorrectly; expected at least 8 spaces, found 6
(#239) Public method name "SASDefaultAdapter::GetServerConfiguration" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#241) Line indented incorrectly; expected at least 8 spaces, found 6
(#248) Public method name "SASDefaultAdapter::GetServerQuotas" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#250) Line indented incorrectly; expected at least 8 spaces, found 6
(#257) Public method name "SASDefaultAdapter::GetSchedulingManager" must be in lower-case letters only
(#258) Opening brace should be on the same line as the declaration
(#259) Line indented incorrectly; expected at least 8 spaces, found 6
(#266) Public method name "SASDefaultAdapter::GetServerVersions" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#268) Line indented incorrectly; expected at least 8 spaces, found 6
(#275) Public method name "SASDefaultAdapter::UploadRepositoryMultimedia" must be in lower-case letters only
(#276) Opening brace should be on the same line as the declaration
(#277) Line indented incorrectly; expected at least 8 spaces, found 6
(#284) Public method name "SASDefaultAdapter::UploadRepositoryPresentation" must be in lower-case letters only
(#285) Opening brace should be on the same line as the declaration
(#286) Line indented incorrectly; expected at least 8 spaces, found 6
(#293) Public method name "SASDefaultAdapter::ListRepositoryMultimedia" must be in lower-case letters only
(#294) Opening brace should be on the same line as the declaration
(#295) Line indented incorrectly; expected at least 8 spaces, found 6
(#302) Public method name "SASDefaultAdapter::ListRepositoryPresentation" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#304) Line indented incorrectly; expected at least 8 spaces, found 6
(#311) Public method name "SASDefaultAdapter::RemoveRepositoryMultimedia" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#313) Line indented incorrectly; expected at least 8 spaces, found 6
(#320) Public method name "SASDefaultAdapter::RemoveRepositoryPresentation" must be in lower-case letters only
(#321) Opening brace should be on the same line as the declaration
(#322) Line indented incorrectly; expected at least 8 spaces, found 6
(#329) Public method name "SASDefaultAdapter::ListSessionMultimedia" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#331) Line indented incorrectly; expected at least 8 spaces, found 6
(#338) Public method name "SASDefaultAdapter::ListSessionPresentation" must be in lower-case letters only
(#339) Opening brace should be on the same line as the declaration
(#340) Line indented incorrectly; expected at least 8 spaces, found 6
(#347) Public method name "SASDefaultAdapter::SetApiCallbackUrl" must be in lower-case letters only
(#348) Opening brace should be on the same line as the declaration
(#349) Line indented incorrectly; expected at least 8 spaces, found 6
(#356) Public method name "SASDefaultAdapter::SetSessionMultimedia" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
(#358) Line indented incorrectly; expected at least 8 spaces, found 6
(#365) Public method name "SASDefaultAdapter::SetSessionPresentation" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#367) Line indented incorrectly; expected at least 8 spaces, found 6
(#374) Public method name "SASDefaultAdapter::RemoveSessionMultimedia" must be in lower-case letters only
(#375) Opening brace should be on the same line as the declaration
(#376) Line indented incorrectly; expected at least 8 spaces, found 6
(#383) Public method name "SASDefaultAdapter::RemoveSessionPresentation" must be in lower-case letters only
(#384) Opening brace should be on the same line as the declaration
(#385) Line indented incorrectly; expected at least 8 spaces, found 6
(#392) Public method name "SASDefaultAdapter::ListRecordingFiles" must be in lower-case letters only
(#393) Opening brace should be on the same line as the declaration
(#394) Line indented incorrectly; expected at least 8 spaces, found 6
(#401) Public method name "SASDefaultAdapter::ListRecordings" must be in lower-case letters only
(#402) Opening brace should be on the same line as the declaration
(#403) Line indented incorrectly; expected at least 8 spaces, found 6
(#410) Public method name "SASDefaultAdapter::ListRecordingLong" must be in lower-case letters only
(#411) Opening brace should be on the same line as the declaration
(#412) Line indented incorrectly; expected at least 8 spaces, found 6
(#419) Public method name "SASDefaultAdapter::ListRecordingShort" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#421) Line indented incorrectly; expected at least 8 spaces, found 6
(#428) Public method name "SASDefaultAdapter::ListHtmlSessionRecording" must be in lower-case letters only
(#429) Opening brace should be on the same line as the declaration
(#430) Line indented incorrectly; expected at least 8 spaces, found 6
(#437) Public method name "SASDefaultAdapter::ListSession" must be in lower-case letters only
(#438) Opening brace should be on the same line as the declaration
(#439) Line indented incorrectly; expected at least 8 spaces, found 6
(#446) Public method name "SASDefaultAdapter::ListSessionAttendance" must be in lower-case letters only
(#447) Opening brace should be on the same line as the declaration
(#448) Line indented incorrectly; expected at least 8 spaces, found 6
(#455) Public method name "SASDefaultAdapter::ListHtmlSessionAttendance" must be in lower-case letters only
(#456) Opening brace should be on the same line as the declaration
(#457) Line indented incorrectly; expected at least 8 spaces, found 6
(#464) Public method name "SASDefaultAdapter::ListHtmlSessionOccurrences" must be in lower-case letters only
(#465) Opening brace should be on the same line as the declaration
(#466) Line indented incorrectly; expected at least 8 spaces, found 6
(#473) Public method name "SASDefaultAdapter::RemoveHtmlSessionOccurrence" must be in lower-case letters only
(#474) Opening brace should be on the same line as the declaration
(#475) Line indented incorrectly; expected at least 8 spaces, found 6
(#482) Public method name "SASDefaultAdapter::UpdateHtmlSessionOccurrence" must be in lower-case letters only
(#483) Opening brace should be on the same line as the declaration
(#484) Line indented incorrectly; expected at least 8 spaces, found 6
(#491) Public method name "SASDefaultAdapter::SetSession" must be in lower-case letters only
(#492) Opening brace should be on the same line as the declaration
(#493) Line indented incorrectly; expected at least 8 spaces, found 6
(#500) Public method name "SASDefaultAdapter::UpdateSession" must be in lower-case letters only
(#501) Opening brace should be on the same line as the declaration
(#502) Line indented incorrectly; expected at least 8 spaces, found 6
(#509) Public method name "SASDefaultAdapter::UpdateSessionAttendee" must be in lower-case letters only
(#510) Opening brace should be on the same line as the declaration
(#511) Line indented incorrectly; expected at least 8 spaces, found 6
(#518) Public method name "SASDefaultAdapter::UpdateHtmlSessionAttendee" must be in lower-case letters only
(#519) Opening brace should be on the same line as the declaration
(#520) Line indented incorrectly; expected at least 8 spaces, found 6
(#527) Public method name "SASDefaultAdapter::UpdateHtmlSession" must be in lower-case letters only
(#528) Opening brace should be on the same line as the declaration
(#529) Line indented incorrectly; expected at least 8 spaces, found 6
(#536) Public method name "SASDefaultAdapter::SetHtmlSession" must be in lower-case letters only
(#537) Opening brace should be on the same line as the declaration
(#538) Line indented incorrectly; expected at least 8 spaces, found 6
(#545) Public method name "SASDefaultAdapter::BuildHtmlSessionUrl" must be in lower-case letters only
(#546) Opening brace should be on the same line as the declaration
(#547) Line indented incorrectly; expected at least 8 spaces, found 6
(#554) Public method name "SASDefaultAdapter::ListHtmlSession" must be in lower-case letters only
(#555) Opening brace should be on the same line as the declaration
(#556) Line indented incorrectly; expected at least 8 spaces, found 6
(#563) Public method name "SASDefaultAdapter::RemoveHtmlSession" must be in lower-case letters only
(#564) Opening brace should be on the same line as the declaration
(#565) Line indented incorrectly; expected at least 8 spaces, found 6
(#572) Public method name "SASDefaultAdapter::SendEmail" must be in lower-case letters only
(#573) Opening brace should be on the same line as the declaration
(#574) Line indented incorrectly; expected at least 8 spaces, found 6
(#581) Public method name "SASDefaultAdapter::RemoveSession" must be in lower-case letters only
(#582) Opening brace should be on the same line as the declaration
(#583) Line indented incorrectly; expected at least 8 spaces, found 6
(#590) Public method name "SASDefaultAdapter::RemoveRecording" must be in lower-case letters only
(#591) Opening brace should be on the same line as the declaration
(#592) Line indented incorrectly; expected at least 8 spaces, found 6
(#599) Public method name "SASDefaultAdapter::RemoveHtmlSessionRecording" must be in lower-case letters only
(#600) Opening brace should be on the same line as the declaration
(#601) Line indented incorrectly; expected at least 8 spaces, found 6
(#608) Public method name "SASDefaultAdapter::SetTelephony" must be in lower-case letters only
(#609) Opening brace should be on the same line as the declaration
(#610) Line indented incorrectly; expected at least 8 spaces, found 6
(#617) Public method name "SASDefaultAdapter::GetTelephony" must be in lower-case letters only
(#618) Opening brace should be on the same line as the declaration
(#619) Line indented incorrectly; expected at least 8 spaces, found 6
(#626) Public method name "SASDefaultAdapter::GetTelephonyLicenseInfo" must be in lower-case letters only
(#627) Opening brace should be on the same line as the declaration
(#628) Line indented incorrectly; expected at least 8 spaces, found 6
(#635) Public method name "SASDefaultAdapter::SetSessionTelephony" must be in lower-case letters only
(#636) Opening brace should be on the same line as the declaration
(#637) Line indented incorrectly; expected at least 8 spaces, found 6
(#644) Public method name "SASDefaultAdapter::ListSessionTelephony" must be in lower-case letters only
(#645) Opening brace should be on the same line as the declaration
(#646) Line indented incorrectly; expected at least 8 spaces, found 6
(#653) Public method name "SASDefaultAdapter::RemoveSessionTelephony" must be in lower-case letters only
(#654) Opening brace should be on the same line as the declaration
(#655) Line indented incorrectly; expected at least 8 spaces, found 6
(#662) Public method name "SASDefaultAdapter::SetRecordingSecureSignOn" must be in lower-case letters only
(#663) Opening brace should be on the same line as the declaration
(#664) Line indented incorrectly; expected at least 8 spaces, found 6
(#671) Public method name "SASDefaultAdapter::ClearSessionChairList" must be in lower-case letters only
(#672) Opening brace should be on the same line as the declaration
(#673) Line indented incorrectly; expected at least 8 spaces, found 6
(#680) Public method name "SASDefaultAdapter::ClearSessionNonChairList" must be in lower-case letters only
(#681) Opening brace should be on the same line as the declaration
(#682) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/ServerConfiguration.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Whitespace found at end of line
(#31) Opening brace should be on the same line as the declaration
(#32) Whitespace found at end of line
mod/collaborate/classes/soap/generated/ServerConfigurationResponse.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "boundaryTime" must be all lower-case
(#37) Member variable "maxAvailableTalkers" must be all lower-case
(#42) Member variable "maxAvailableCameras" must be all lower-case
(#47) Member variable "raiseHandOnEnter" must be all lower-case
(#52) Member variable "mayUseTelephony" must be all lower-case
(#57) Member variable "mayUseSecureSignOn" must be all lower-case
(#62) Member variable "mustReserveSeats" must be all lower-case
(#67) Member variable "timeZone" must be all lower-case
(#79) Variable "boundaryTime" must be all lower-case
(#79) Variable "maxAvailableTalkers" must be all lower-case
(#79) Variable "maxAvailableCameras" must be all lower-case
(#79) Variable "raiseHandOnEnter" must be all lower-case
(#79) Variable "mayUseTelephony" must be all lower-case
(#79) Variable "mayUseSecureSignOn" must be all lower-case
(#79) Variable "mustReserveSeats" must be all lower-case
(#79) Variable "timeZone" must be all lower-case
(#79) Line exceeds 132 characters; contains 178 characters
(#80) Opening brace should be on the same line as the declaration
(#81) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Variable "boundaryTime" must be all lower-case
(#82) Line indented incorrectly; expected at least 8 spaces, found 6
(#82) Variable "maxAvailableTalkers" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#83) Variable "maxAvailableCameras" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Variable "raiseHandOnEnter" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Variable "mayUseTelephony" must be all lower-case
(#86) Line indented incorrectly; expected at least 8 spaces, found 6
(#86) Variable "mayUseSecureSignOn" must be all lower-case
(#87) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Variable "mustReserveSeats" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Variable "timeZone" must be all lower-case
(#94) Public method name "ServerConfigurationResponse::getBoundaryTime" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#103) Public method name "ServerConfigurationResponse::setBoundaryTime" must be in lower-case letters only
(#103) Variable "boundaryTime" must be all lower-case
(#104) Opening brace should be on the same line as the declaration
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Variable "boundaryTime" must be all lower-case
(#106) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Public method name "ServerConfigurationResponse::getMaxAvailableTalkers" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Public method name "ServerConfigurationResponse::setMaxAvailableTalkers" must be in lower-case letters only
(#121) Variable "maxAvailableTalkers" must be all lower-case
(#122) Opening brace should be on the same line as the declaration
(#123) Line indented incorrectly; expected at least 8 spaces, found 6
(#123) Variable "maxAvailableTalkers" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Public method name "ServerConfigurationResponse::getMaxAvailableCameras" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#132) Line indented incorrectly; expected at least 8 spaces, found 6
(#139) Public method name "ServerConfigurationResponse::setMaxAvailableCameras" must be in lower-case letters only
(#139) Variable "maxAvailableCameras" must be all lower-case
(#140) Opening brace should be on the same line as the declaration
(#141) Line indented incorrectly; expected at least 8 spaces, found 6
(#141) Variable "maxAvailableCameras" must be all lower-case
(#142) Line indented incorrectly; expected at least 8 spaces, found 6
(#148) Public method name "ServerConfigurationResponse::getRaiseHandOnEnter" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#150) Line indented incorrectly; expected at least 8 spaces, found 6
(#157) Public method name "ServerConfigurationResponse::setRaiseHandOnEnter" must be in lower-case letters only
(#157) Variable "raiseHandOnEnter" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Line indented incorrectly; expected at least 8 spaces, found 6
(#159) Variable "raiseHandOnEnter" must be all lower-case
(#160) Line indented incorrectly; expected at least 8 spaces, found 6
(#166) Public method name "ServerConfigurationResponse::getMayUseTelephony" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#168) Line indented incorrectly; expected at least 8 spaces, found 6
(#175) Public method name "ServerConfigurationResponse::setMayUseTelephony" must be in lower-case letters only
(#175) Variable "mayUseTelephony" must be all lower-case
(#176) Opening brace should be on the same line as the declaration
(#177) Line indented incorrectly; expected at least 8 spaces, found 6
(#177) Variable "mayUseTelephony" must be all lower-case
(#178) Line indented incorrectly; expected at least 8 spaces, found 6
(#184) Public method name "ServerConfigurationResponse::getMayUseSecureSignOn" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#186) Line indented incorrectly; expected at least 8 spaces, found 6
(#193) Public method name "ServerConfigurationResponse::setMayUseSecureSignOn" must be in lower-case letters only
(#193) Variable "mayUseSecureSignOn" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#195) Line indented incorrectly; expected at least 8 spaces, found 6
(#195) Variable "mayUseSecureSignOn" must be all lower-case
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#202) Public method name "ServerConfigurationResponse::getMustReserveSeats" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#211) Public method name "ServerConfigurationResponse::setMustReserveSeats" must be in lower-case letters only
(#211) Variable "mustReserveSeats" must be all lower-case
(#212) Opening brace should be on the same line as the declaration
(#213) Line indented incorrectly; expected at least 8 spaces, found 6
(#213) Variable "mustReserveSeats" must be all lower-case
(#214) Line indented incorrectly; expected at least 8 spaces, found 6
(#220) Public method name "ServerConfigurationResponse::getTimeZone" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#222) Line indented incorrectly; expected at least 8 spaces, found 6
(#229) Public method name "ServerConfigurationResponse::setTimeZone" must be in lower-case letters only
(#229) Variable "timeZone" must be all lower-case
(#230) Opening brace should be on the same line as the declaration
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#231) Variable "timeZone" must be all lower-case
(#232) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/ServerConfigurationResponseCollection.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "ServerConfigurationResponse" must be all lower-case
(#34) Whitespace found at end of line
(#36) Opening brace should be on the same line as the declaration
(#37) Whitespace found at end of line
(#43) Public method name "ServerConfigurationResponseCollection::getServerConfigurationResponse" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#52) Public method name "ServerConfigurationResponseCollection::setServerConfigurationResponse" must be in lower-case letters only
(#52) Variable "ServerConfigurationResponse" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Variable "ServerConfigurationResponse" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/SetHtmlSession.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Member variable "startTime" must be all lower-case
(#47) Member variable "endTime" must be all lower-case
(#52) Member variable "boundaryTime" must be all lower-case
(#57) Member variable "allowGuest" must be all lower-case
(#62) Member variable "noEndDate" must be all lower-case
(#67) Member variable "showProfile" must be all lower-case
(#72) Member variable "canShareVideo" must be all lower-case
(#77) Member variable "canShareAudio" must be all lower-case
(#82) Member variable "canPostMessage" must be all lower-case
(#87) Member variable "canAnnotateWhiteboard" must be all lower-case
(#92) Member variable "htmlAttendees" must be all lower-case
(#97) Member variable "groupingList" must be all lower-case
(#102) Member variable "creatorId" must be all lower-case
(#107) Member variable "guestRole" must be all lower-case
(#112) Member variable "mustBeSupervised" must be all lower-case
(#117) Member variable "openChair" must be all lower-case
(#122) Member variable "permissionsOn" must be all lower-case
(#127) Member variable "raiseHandOnEnter" must be all lower-case
(#132) Member variable "allowInSessionInvitees" must be all lower-case
(#137) Member variable "contextId" must be all lower-case
(#142) Member variable "contextTitle" must be all lower-case
(#147) Member variable "recordingCallbackUrl" must be all lower-case
(#152) Member variable "sessionType" must be all lower-case
(#157) Member variable "sessionRule" must be all lower-case
(#165) Variable "startTime" must be all lower-case
(#165) Variable "endTime" must be all lower-case
(#165) Variable "creatorId" must be all lower-case
(#166) Opening brace should be on the same line as the declaration
(#167) Line indented incorrectly; expected at least 8 spaces, found 6
(#168) Line indented incorrectly; expected at least 8 spaces, found 6
(#168) Variable "startTime" must be all lower-case
(#169) Line indented incorrectly; expected at least 8 spaces, found 6
(#169) Variable "endTime" must be all lower-case
(#170) Line indented incorrectly; expected at least 8 spaces, found 6
(#170) Variable "creatorId" must be all lower-case
(#176) Public method name "SetHtmlSession::getName" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#178) Line indented incorrectly; expected at least 8 spaces, found 6
(#185) Public method name "SetHtmlSession::setName" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#187) Line indented incorrectly; expected at least 8 spaces, found 6
(#188) Line indented incorrectly; expected at least 8 spaces, found 6
(#194) Public method name "SetHtmlSession::getDescription" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#203) Public method name "SetHtmlSession::setDescription" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#205) Line indented incorrectly; expected at least 8 spaces, found 6
(#206) Line indented incorrectly; expected at least 8 spaces, found 6
(#212) Public method name "SetHtmlSession::getStartTime" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#214) Line indented incorrectly; expected 8 spaces, found 6
(#215) Line indented incorrectly; expected at least 12 spaces, found 8
(#216) Line indented incorrectly; expected 8 spaces, found 6
(#217) Line indented incorrectly; expected 12 spaces, found 8
(#218) Line indented incorrectly; expected at least 16 spaces, found 10
(#219) Line indented incorrectly; expected 12 spaces, found 8
(#220) Line indented incorrectly; expected at least 16 spaces, found 10
(#221) Line indented incorrectly; expected 12 spaces, found 8
(#222) Line indented incorrectly; expected 8 spaces, found 6
(#229) Public method name "SetHtmlSession::setStartTime" must be in lower-case letters only
(#229) Variable "startTime" must be all lower-case
(#230) Opening brace should be on the same line as the declaration
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#231) Variable "startTime" must be all lower-case
(#232) Line indented incorrectly; expected at least 8 spaces, found 6
(#238) Public method name "SetHtmlSession::getEndTime" must be in lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#240) Line indented incorrectly; expected 8 spaces, found 6
(#241) Line indented incorrectly; expected at least 12 spaces, found 8
(#242) Line indented incorrectly; expected 8 spaces, found 6
(#243) Line indented incorrectly; expected 12 spaces, found 8
(#244) Line indented incorrectly; expected at least 16 spaces, found 10
(#245) Line indented incorrectly; expected 12 spaces, found 8
(#246) Line indented incorrectly; expected at least 16 spaces, found 10
(#247) Line indented incorrectly; expected 12 spaces, found 8
(#248) Line indented incorrectly; expected 8 spaces, found 6
(#255) Public method name "SetHtmlSession::setEndTime" must be in lower-case letters only
(#255) Variable "endTime" must be all lower-case
(#256) Opening brace should be on the same line as the declaration
(#257) Line indented incorrectly; expected at least 8 spaces, found 6
(#257) Variable "endTime" must be all lower-case
(#258) Line indented incorrectly; expected at least 8 spaces, found 6
(#264) Public method name "SetHtmlSession::getBoundaryTime" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#266) Line indented incorrectly; expected at least 8 spaces, found 6
(#273) Public method name "SetHtmlSession::setBoundaryTime" must be in lower-case letters only
(#273) Variable "boundaryTime" must be all lower-case
(#274) Opening brace should be on the same line as the declaration
(#275) Line indented incorrectly; expected at least 8 spaces, found 6
(#275) Variable "boundaryTime" must be all lower-case
(#276) Line indented incorrectly; expected at least 8 spaces, found 6
(#282) Public method name "SetHtmlSession::getAllowGuest" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#284) Line indented incorrectly; expected at least 8 spaces, found 6
(#291) Public method name "SetHtmlSession::setAllowGuest" must be in lower-case letters only
(#291) Variable "allowGuest" must be all lower-case
(#292) Opening brace should be on the same line as the declaration
(#293) Line indented incorrectly; expected at least 8 spaces, found 6
(#293) Variable "allowGuest" must be all lower-case
(#294) Line indented incorrectly; expected at least 8 spaces, found 6
(#300) Public method name "SetHtmlSession::getNoEndDate" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#302) Line indented incorrectly; expected at least 8 spaces, found 6
(#309) Public method name "SetHtmlSession::setNoEndDate" must be in lower-case letters only
(#309) Variable "noEndDate" must be all lower-case
(#310) Opening brace should be on the same line as the declaration
(#311) Line indented incorrectly; expected at least 8 spaces, found 6
(#311) Variable "noEndDate" must be all lower-case
(#312) Line indented incorrectly; expected at least 8 spaces, found 6
(#318) Public method name "SetHtmlSession::getShowProfile" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#320) Line indented incorrectly; expected at least 8 spaces, found 6
(#327) Public method name "SetHtmlSession::setShowProfile" must be in lower-case letters only
(#327) Variable "showProfile" must be all lower-case
(#328) Opening brace should be on the same line as the declaration
(#329) Line indented incorrectly; expected at least 8 spaces, found 6
(#329) Variable "showProfile" must be all lower-case
(#330) Line indented incorrectly; expected at least 8 spaces, found 6
(#336) Public method name "SetHtmlSession::getCanShareVideo" must be in lower-case letters only
(#337) Opening brace should be on the same line as the declaration
(#338) Line indented incorrectly; expected at least 8 spaces, found 6
(#345) Public method name "SetHtmlSession::setCanShareVideo" must be in lower-case letters only
(#345) Variable "canShareVideo" must be all lower-case
(#346) Opening brace should be on the same line as the declaration
(#347) Line indented incorrectly; expected at least 8 spaces, found 6
(#347) Variable "canShareVideo" must be all lower-case
(#348) Line indented incorrectly; expected at least 8 spaces, found 6
(#354) Public method name "SetHtmlSession::getCanShareAudio" must be in lower-case letters only
(#355) Opening brace should be on the same line as the declaration
(#356) Line indented incorrectly; expected at least 8 spaces, found 6
(#363) Public method name "SetHtmlSession::setCanShareAudio" must be in lower-case letters only
(#363) Variable "canShareAudio" must be all lower-case
(#364) Opening brace should be on the same line as the declaration
(#365) Line indented incorrectly; expected at least 8 spaces, found 6
(#365) Variable "canShareAudio" must be all lower-case
(#366) Line indented incorrectly; expected at least 8 spaces, found 6
(#372) Public method name "SetHtmlSession::getCanPostMessage" must be in lower-case letters only
(#373) Opening brace should be on the same line as the declaration
(#374) Line indented incorrectly; expected at least 8 spaces, found 6
(#381) Public method name "SetHtmlSession::setCanPostMessage" must be in lower-case letters only
(#381) Variable "canPostMessage" must be all lower-case
(#382) Opening brace should be on the same line as the declaration
(#383) Line indented incorrectly; expected at least 8 spaces, found 6
(#383) Variable "canPostMessage" must be all lower-case
(#384) Line indented incorrectly; expected at least 8 spaces, found 6
(#390) Public method name "SetHtmlSession::getCanAnnotateWhiteboard" must be in lower-case letters only
(#391) Opening brace should be on the same line as the declaration
(#392) Line indented incorrectly; expected at least 8 spaces, found 6
(#399) Public method name "SetHtmlSession::setCanAnnotateWhiteboard" must be in lower-case letters only
(#399) Variable "canAnnotateWhiteboard" must be all lower-case
(#400) Opening brace should be on the same line as the declaration
(#401) Line indented incorrectly; expected at least 8 spaces, found 6
(#401) Variable "canAnnotateWhiteboard" must be all lower-case
(#402) Line indented incorrectly; expected at least 8 spaces, found 6
(#408) Public method name "SetHtmlSession::getHtmlAttendees" must be in lower-case letters only
(#409) Opening brace should be on the same line as the declaration
(#410) Line indented incorrectly; expected at least 8 spaces, found 6
(#417) Public method name "SetHtmlSession::setHtmlAttendees" must be in lower-case letters only
(#417) Variable "htmlAttendees" must be all lower-case
(#418) Opening brace should be on the same line as the declaration
(#419) Line indented incorrectly; expected at least 8 spaces, found 6
(#419) Variable "htmlAttendees" must be all lower-case
(#420) Line indented incorrectly; expected at least 8 spaces, found 6
(#426) Public method name "SetHtmlSession::getGroupingList" must be in lower-case letters only
(#427) Opening brace should be on the same line as the declaration
(#428) Line indented incorrectly; expected at least 8 spaces, found 6
(#435) Public method name "SetHtmlSession::setGroupingList" must be in lower-case letters only
(#435) Variable "groupingList" must be all lower-case
(#436) Opening brace should be on the same line as the declaration
(#437) Line indented incorrectly; expected at least 8 spaces, found 6
(#437) Variable "groupingList" must be all lower-case
(#438) Line indented incorrectly; expected at least 8 spaces, found 6
(#444) Public method name "SetHtmlSession::getCreatorId" must be in lower-case letters only
(#445) Opening brace should be on the same line as the declaration
(#446) Line indented incorrectly; expected at least 8 spaces, found 6
(#453) Public method name "SetHtmlSession::setCreatorId" must be in lower-case letters only
(#453) Variable "creatorId" must be all lower-case
(#454) Opening brace should be on the same line as the declaration
(#455) Line indented incorrectly; expected at least 8 spaces, found 6
(#455) Variable "creatorId" must be all lower-case
(#456) Line indented incorrectly; expected at least 8 spaces, found 6
(#462) Public method name "SetHtmlSession::getGuestRole" must be in lower-case letters only
(#463) Opening brace should be on the same line as the declaration
(#464) Line indented incorrectly; expected at least 8 spaces, found 6
(#471) Public method name "SetHtmlSession::setGuestRole" must be in lower-case letters only
(#471) Variable "guestRole" must be all lower-case
(#472) Opening brace should be on the same line as the declaration
(#473) Line indented incorrectly; expected at least 8 spaces, found 6
(#473) Variable "guestRole" must be all lower-case
(#474) Line indented incorrectly; expected at least 8 spaces, found 6
(#480) Public method name "SetHtmlSession::getMustBeSupervised" must be in lower-case letters only
(#481) Opening brace should be on the same line as the declaration
(#482) Line indented incorrectly; expected at least 8 spaces, found 6
(#489) Public method name "SetHtmlSession::setMustBeSupervised" must be in lower-case letters only
(#489) Variable "mustBeSupervised" must be all lower-case
(#490) Opening brace should be on the same line as the declaration
(#491) Line indented incorrectly; expected at least 8 spaces, found 6
(#491) Variable "mustBeSupervised" must be all lower-case
(#492) Line indented incorrectly; expected at least 8 spaces, found 6
(#498) Public method name "SetHtmlSession::getOpenChair" must be in lower-case letters only
(#499) Opening brace should be on the same line as the declaration
(#500) Line indented incorrectly; expected at least 8 spaces, found 6
(#507) Public method name "SetHtmlSession::setOpenChair" must be in lower-case letters only
(#507) Variable "openChair" must be all lower-case
(#508) Opening brace should be on the same line as the declaration
(#509) Line indented incorrectly; expected at least 8 spaces, found 6
(#509) Variable "openChair" must be all lower-case
(#510) Line indented incorrectly; expected at least 8 spaces, found 6
(#516) Public method name "SetHtmlSession::getPermissionsOn" must be in lower-case letters only
(#517) Opening brace should be on the same line as the declaration
(#518) Line indented incorrectly; expected at least 8 spaces, found 6
(#525) Public method name "SetHtmlSession::setPermissionsOn" must be in lower-case letters only
(#525) Variable "permissionsOn" must be all lower-case
(#526) Opening brace should be on the same line as the declaration
(#527) Line indented incorrectly; expected at least 8 spaces, found 6
(#527) Variable "permissionsOn" must be all lower-case
(#528) Line indented incorrectly; expected at least 8 spaces, found 6
(#534) Public method name "SetHtmlSession::getRaiseHandOnEnter" must be in lower-case letters only
(#535) Opening brace should be on the same line as the declaration
(#536) Line indented incorrectly; expected at least 8 spaces, found 6
(#543) Public method name "SetHtmlSession::setRaiseHandOnEnter" must be in lower-case letters only
(#543) Variable "raiseHandOnEnter" must be all lower-case
(#544) Opening brace should be on the same line as the declaration
(#545) Line indented incorrectly; expected at least 8 spaces, found 6
(#545) Variable "raiseHandOnEnter" must be all lower-case
(#546) Line indented incorrectly; expected at least 8 spaces, found 6
(#552) Public method name "SetHtmlSession::getAllowInSessionInvitees" must be in lower-case letters only
(#553) Opening brace should be on the same line as the declaration
(#554) Line indented incorrectly; expected at least 8 spaces, found 6
(#561) Public method name "SetHtmlSession::setAllowInSessionInvitees" must be in lower-case letters only
(#561) Variable "allowInSessionInvitees" must be all lower-case
(#562) Opening brace should be on the same line as the declaration
(#563) Line indented incorrectly; expected at least 8 spaces, found 6
(#563) Variable "allowInSessionInvitees" must be all lower-case
(#564) Line indented incorrectly; expected at least 8 spaces, found 6
(#570) Public method name "SetHtmlSession::getContextId" must be in lower-case letters only
(#571) Opening brace should be on the same line as the declaration
(#572) Line indented incorrectly; expected at least 8 spaces, found 6
(#579) Public method name "SetHtmlSession::setContextId" must be in lower-case letters only
(#579) Variable "contextId" must be all lower-case
(#580) Opening brace should be on the same line as the declaration
(#581) Line indented incorrectly; expected at least 8 spaces, found 6
(#581) Variable "contextId" must be all lower-case
(#582) Line indented incorrectly; expected at least 8 spaces, found 6
(#588) Public method name "SetHtmlSession::getContextTitle" must be in lower-case letters only
(#589) Opening brace should be on the same line as the declaration
(#590) Line indented incorrectly; expected at least 8 spaces, found 6
(#597) Public method name "SetHtmlSession::setContextTitle" must be in lower-case letters only
(#597) Variable "contextTitle" must be all lower-case
(#598) Opening brace should be on the same line as the declaration
(#599) Line indented incorrectly; expected at least 8 spaces, found 6
(#599) Variable "contextTitle" must be all lower-case
(#600) Line indented incorrectly; expected at least 8 spaces, found 6
(#606) Public method name "SetHtmlSession::getRecordingCallbackUrl" must be in lower-case letters only
(#607) Opening brace should be on the same line as the declaration
(#608) Line indented incorrectly; expected at least 8 spaces, found 6
(#615) Public method name "SetHtmlSession::setRecordingCallbackUrl" must be in lower-case letters only
(#615) Variable "recordingCallbackUrl" must be all lower-case
(#616) Opening brace should be on the same line as the declaration
(#617) Line indented incorrectly; expected at least 8 spaces, found 6
(#617) Variable "recordingCallbackUrl" must be all lower-case
(#618) Line indented incorrectly; expected at least 8 spaces, found 6
(#624) Public method name "SetHtmlSession::getSessionType" must be in lower-case letters only
(#625) Opening brace should be on the same line as the declaration
(#626) Line indented incorrectly; expected at least 8 spaces, found 6
(#633) Public method name "SetHtmlSession::setSessionType" must be in lower-case letters only
(#633) Variable "sessionType" must be all lower-case
(#634) Opening brace should be on the same line as the declaration
(#635) Line indented incorrectly; expected at least 8 spaces, found 6
(#635) Variable "sessionType" must be all lower-case
(#636) Line indented incorrectly; expected at least 8 spaces, found 6
(#642) Public method name "SetHtmlSession::getSessionRule" must be in lower-case letters only
(#643) Opening brace should be on the same line as the declaration
(#644) Line indented incorrectly; expected at least 8 spaces, found 6
(#651) Public method name "SetHtmlSession::setSessionRule" must be in lower-case letters only
(#651) Variable "sessionRule" must be all lower-case
(#652) Opening brace should be on the same line as the declaration
(#653) Line indented incorrectly; expected at least 8 spaces, found 6
(#653) Variable "sessionRule" must be all lower-case
(#654) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/SuccessResponse.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#45) Public method name "SuccessResponse::getSuccess" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "SuccessResponse::setSuccess" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/UpdateHtmlSessionAttendee.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#37) Member variable "htmlAttendee" must be all lower-case
(#47) Member variable "returnUrl" must be all lower-case
(#52) Member variable "reconnectUrl" must be all lower-case
(#57) Member variable "originDomain" must be all lower-case
(#63) Variable "sessionId" must be all lower-case
(#63) Variable "htmlAttendee" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Line indented incorrectly; expected at least 8 spaces, found 6
(#65) Variable "sessionId" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 6
(#66) Variable "htmlAttendee" must be all lower-case
(#72) Public method name "UpdateHtmlSessionAttendee::getSessionId" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#74) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Public method name "UpdateHtmlSessionAttendee::setSessionId" must be in lower-case letters only
(#81) Variable "sessionId" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#83) Variable "sessionId" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#90) Public method name "UpdateHtmlSessionAttendee::getHtmlAttendee" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#92) Line indented incorrectly; expected at least 8 spaces, found 6
(#99) Public method name "UpdateHtmlSessionAttendee::setHtmlAttendee" must be in lower-case letters only
(#99) Variable "htmlAttendee" must be all lower-case
(#100) Opening brace should be on the same line as the declaration
(#101) Line indented incorrectly; expected at least 8 spaces, found 6
(#101) Variable "htmlAttendee" must be all lower-case
(#102) Line indented incorrectly; expected at least 8 spaces, found 6
(#108) Public method name "UpdateHtmlSessionAttendee::getLocale" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#110) Line indented incorrectly; expected at least 8 spaces, found 6
(#117) Public method name "UpdateHtmlSessionAttendee::setLocale" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#119) Line indented incorrectly; expected at least 8 spaces, found 6
(#120) Line indented incorrectly; expected at least 8 spaces, found 6
(#126) Public method name "UpdateHtmlSessionAttendee::getReturnUrl" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#128) Line indented incorrectly; expected at least 8 spaces, found 6
(#135) Public method name "UpdateHtmlSessionAttendee::setReturnUrl" must be in lower-case letters only
(#135) Variable "returnUrl" must be all lower-case
(#136) Opening brace should be on the same line as the declaration
(#137) Line indented incorrectly; expected at least 8 spaces, found 6
(#137) Variable "returnUrl" must be all lower-case
(#138) Line indented incorrectly; expected at least 8 spaces, found 6
(#144) Public method name "UpdateHtmlSessionAttendee::getReconnectUrl" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#146) Line indented incorrectly; expected at least 8 spaces, found 6
(#153) Public method name "UpdateHtmlSessionAttendee::setReconnectUrl" must be in lower-case letters only
(#153) Variable "reconnectUrl" must be all lower-case
(#154) Opening brace should be on the same line as the declaration
(#155) Line indented incorrectly; expected at least 8 spaces, found 6
(#155) Variable "reconnectUrl" must be all lower-case
(#156) Line indented incorrectly; expected at least 8 spaces, found 6
(#162) Public method name "UpdateHtmlSessionAttendee::getOriginDomain" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#164) Line indented incorrectly; expected at least 8 spaces, found 6
(#171) Public method name "UpdateHtmlSessionAttendee::setOriginDomain" must be in lower-case letters only
(#171) Variable "originDomain" must be all lower-case
(#172) Opening brace should be on the same line as the declaration
(#173) Line indented incorrectly; expected at least 8 spaces, found 6
(#173) Variable "originDomain" must be all lower-case
(#174) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/UpdateHtmlSessionDetails.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "sessionId" must be all lower-case
(#47) Member variable "startTime" must be all lower-case
(#52) Member variable "endTime" must be all lower-case
(#57) Member variable "boundaryTime" must be all lower-case
(#62) Member variable "allowGuest" must be all lower-case
(#67) Member variable "noEndDate" must be all lower-case
(#72) Member variable "showProfile" must be all lower-case
(#77) Member variable "canShareVideo" must be all lower-case
(#82) Member variable "canShareAudio" must be all lower-case
(#87) Member variable "canPostMessage" must be all lower-case
(#92) Member variable "canAnnotateWhiteboard" must be all lower-case
(#97) Member variable "htmlAttendees" must be all lower-case
(#102) Member variable "groupingList" must be all lower-case
(#107) Member variable "creatorId" must be all lower-case
(#112) Member variable "guestRole" must be all lower-case
(#117) Member variable "mustBeSupervised" must be all lower-case
(#122) Member variable "openChair" must be all lower-case
(#127) Member variable "permissionsOn" must be all lower-case
(#132) Member variable "raiseHandOnEnter" must be all lower-case
(#137) Member variable "allowInSessionInvitees" must be all lower-case
(#142) Member variable "contextId" must be all lower-case
(#147) Member variable "contextTitle" must be all lower-case
(#152) Member variable "sessionType" must be all lower-case
(#157) Member variable "sessionRule" must be all lower-case
(#162) Variable "sessionId" must be all lower-case
(#163) Opening brace should be on the same line as the declaration
(#164) Line indented incorrectly; expected at least 8 spaces, found 6
(#164) Variable "sessionId" must be all lower-case
(#170) Public method name "UpdateHtmlSessionDetails::getSessionId" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#172) Line indented incorrectly; expected at least 8 spaces, found 6
(#179) Public method name "UpdateHtmlSessionDetails::setSessionId" must be in lower-case letters only
(#179) Variable "sessionId" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#181) Line indented incorrectly; expected at least 8 spaces, found 6
(#181) Variable "sessionId" must be all lower-case
(#182) Line indented incorrectly; expected at least 8 spaces, found 6
(#188) Public method name "UpdateHtmlSessionDetails::getName" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#190) Line indented incorrectly; expected at least 8 spaces, found 6
(#197) Public method name "UpdateHtmlSessionDetails::setName" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#199) Line indented incorrectly; expected at least 8 spaces, found 6
(#200) Line indented incorrectly; expected at least 8 spaces, found 6
(#206) Public method name "UpdateHtmlSessionDetails::getDescription" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#208) Line indented incorrectly; expected at least 8 spaces, found 6
(#215) Public method name "UpdateHtmlSessionDetails::setDescription" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#217) Line indented incorrectly; expected at least 8 spaces, found 6
(#218) Line indented incorrectly; expected at least 8 spaces, found 6
(#224) Public method name "UpdateHtmlSessionDetails::getStartTime" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#226) Line indented incorrectly; expected 8 spaces, found 6
(#227) Line indented incorrectly; expected at least 12 spaces, found 8
(#228) Line indented incorrectly; expected 8 spaces, found 6
(#229) Line indented incorrectly; expected 12 spaces, found 8
(#230) Line indented incorrectly; expected at least 16 spaces, found 10
(#231) Line indented incorrectly; expected 12 spaces, found 8
(#232) Line indented incorrectly; expected at least 16 spaces, found 10
(#233) Line indented incorrectly; expected 12 spaces, found 8
(#234) Line indented incorrectly; expected 8 spaces, found 6
(#241) Public method name "UpdateHtmlSessionDetails::setStartTime" must be in lower-case letters only
(#241) Variable "startTime" must be all lower-case
(#242) Opening brace should be on the same line as the declaration
(#243) Line indented incorrectly; expected at least 8 spaces, found 6
(#243) Variable "startTime" must be all lower-case
(#244) Line indented incorrectly; expected at least 8 spaces, found 6
(#250) Public method name "UpdateHtmlSessionDetails::getEndTime" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#252) Line indented incorrectly; expected 8 spaces, found 6
(#253) Line indented incorrectly; expected at least 12 spaces, found 8
(#254) Line indented incorrectly; expected 8 spaces, found 6
(#255) Line indented incorrectly; expected 12 spaces, found 8
(#256) Line indented incorrectly; expected at least 16 spaces, found 10
(#257) Line indented incorrectly; expected 12 spaces, found 8
(#258) Line indented incorrectly; expected at least 16 spaces, found 10
(#259) Line indented incorrectly; expected 12 spaces, found 8
(#260) Line indented incorrectly; expected 8 spaces, found 6
(#267) Public method name "UpdateHtmlSessionDetails::setEndTime" must be in lower-case letters only
(#267) Variable "endTime" must be all lower-case
(#268) Opening brace should be on the same line as the declaration
(#269) Line indented incorrectly; expected at least 8 spaces, found 6
(#269) Variable "endTime" must be all lower-case
(#270) Line indented incorrectly; expected at least 8 spaces, found 6
(#276) Public method name "UpdateHtmlSessionDetails::getBoundaryTime" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#278) Line indented incorrectly; expected at least 8 spaces, found 6
(#285) Public method name "UpdateHtmlSessionDetails::setBoundaryTime" must be in lower-case letters only
(#285) Variable "boundaryTime" must be all lower-case
(#286) Opening brace should be on the same line as the declaration
(#287) Line indented incorrectly; expected at least 8 spaces, found 6
(#287) Variable "boundaryTime" must be all lower-case
(#288) Line indented incorrectly; expected at least 8 spaces, found 6
(#294) Public method name "UpdateHtmlSessionDetails::getAllowGuest" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#296) Line indented incorrectly; expected at least 8 spaces, found 6
(#303) Public method name "UpdateHtmlSessionDetails::setAllowGuest" must be in lower-case letters only
(#303) Variable "allowGuest" must be all lower-case
(#304) Opening brace should be on the same line as the declaration
(#305) Line indented incorrectly; expected at least 8 spaces, found 6
(#305) Variable "allowGuest" must be all lower-case
(#306) Line indented incorrectly; expected at least 8 spaces, found 6
(#312) Public method name "UpdateHtmlSessionDetails::getNoEndDate" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#314) Line indented incorrectly; expected at least 8 spaces, found 6
(#321) Public method name "UpdateHtmlSessionDetails::setNoEndDate" must be in lower-case letters only
(#321) Variable "noEndDate" must be all lower-case
(#322) Opening brace should be on the same line as the declaration
(#323) Line indented incorrectly; expected at least 8 spaces, found 6
(#323) Variable "noEndDate" must be all lower-case
(#324) Line indented incorrectly; expected at least 8 spaces, found 6
(#330) Public method name "UpdateHtmlSessionDetails::getShowProfile" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#332) Line indented incorrectly; expected at least 8 spaces, found 6
(#339) Public method name "UpdateHtmlSessionDetails::setShowProfile" must be in lower-case letters only
(#339) Variable "showProfile" must be all lower-case
(#340) Opening brace should be on the same line as the declaration
(#341) Line indented incorrectly; expected at least 8 spaces, found 6
(#341) Variable "showProfile" must be all lower-case
(#342) Line indented incorrectly; expected at least 8 spaces, found 6
(#348) Public method name "UpdateHtmlSessionDetails::getCanShareVideo" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
(#350) Line indented incorrectly; expected at least 8 spaces, found 6
(#357) Public method name "UpdateHtmlSessionDetails::setCanShareVideo" must be in lower-case letters only
(#357) Variable "canShareVideo" must be all lower-case
(#358) Opening brace should be on the same line as the declaration
(#359) Line indented incorrectly; expected at least 8 spaces, found 6
(#359) Variable "canShareVideo" must be all lower-case
(#360) Line indented incorrectly; expected at least 8 spaces, found 6
(#366) Public method name "UpdateHtmlSessionDetails::getCanShareAudio" must be in lower-case letters only
(#367) Opening brace should be on the same line as the declaration
(#368) Line indented incorrectly; expected at least 8 spaces, found 6
(#375) Public method name "UpdateHtmlSessionDetails::setCanShareAudio" must be in lower-case letters only
(#375) Variable "canShareAudio" must be all lower-case
(#376) Opening brace should be on the same line as the declaration
(#377) Line indented incorrectly; expected at least 8 spaces, found 6
(#377) Variable "canShareAudio" must be all lower-case
(#378) Line indented incorrectly; expected at least 8 spaces, found 6
(#384) Public method name "UpdateHtmlSessionDetails::getCanPostMessage" must be in lower-case letters only
(#385) Opening brace should be on the same line as the declaration
(#386) Line indented incorrectly; expected at least 8 spaces, found 6
(#393) Public method name "UpdateHtmlSessionDetails::setCanPostMessage" must be in lower-case letters only
(#393) Variable "canPostMessage" must be all lower-case
(#394) Opening brace should be on the same line as the declaration
(#395) Line indented incorrectly; expected at least 8 spaces, found 6
(#395) Variable "canPostMessage" must be all lower-case
(#396) Line indented incorrectly; expected at least 8 spaces, found 6
(#402) Public method name "UpdateHtmlSessionDetails::getCanAnnotateWhiteboard" must be in lower-case letters only
(#403) Opening brace should be on the same line as the declaration
(#404) Line indented incorrectly; expected at least 8 spaces, found 6
(#411) Public method name "UpdateHtmlSessionDetails::setCanAnnotateWhiteboard" must be in lower-case letters only
(#411) Variable "canAnnotateWhiteboard" must be all lower-case
(#412) Opening brace should be on the same line as the declaration
(#413) Line indented incorrectly; expected at least 8 spaces, found 6
(#413) Variable "canAnnotateWhiteboard" must be all lower-case
(#414) Line indented incorrectly; expected at least 8 spaces, found 6
(#420) Public method name "UpdateHtmlSessionDetails::getHtmlAttendees" must be in lower-case letters only
(#421) Opening brace should be on the same line as the declaration
(#422) Line indented incorrectly; expected at least 8 spaces, found 6
(#429) Public method name "UpdateHtmlSessionDetails::setHtmlAttendees" must be in lower-case letters only
(#429) Variable "htmlAttendees" must be all lower-case
(#430) Opening brace should be on the same line as the declaration
(#431) Line indented incorrectly; expected at least 8 spaces, found 6
(#431) Variable "htmlAttendees" must be all lower-case
(#432) Line indented incorrectly; expected at least 8 spaces, found 6
(#438) Public method name "UpdateHtmlSessionDetails::getGroupingList" must be in lower-case letters only
(#439) Opening brace should be on the same line as the declaration
(#440) Line indented incorrectly; expected at least 8 spaces, found 6
(#447) Public method name "UpdateHtmlSessionDetails::setGroupingList" must be in lower-case letters only
(#447) Variable "groupingList" must be all lower-case
(#448) Opening brace should be on the same line as the declaration
(#449) Line indented incorrectly; expected at least 8 spaces, found 6
(#449) Variable "groupingList" must be all lower-case
(#450) Line indented incorrectly; expected at least 8 spaces, found 6
(#456) Public method name "UpdateHtmlSessionDetails::getCreatorId" must be in lower-case letters only
(#457) Opening brace should be on the same line as the declaration
(#458) Line indented incorrectly; expected at least 8 spaces, found 6
(#465) Public method name "UpdateHtmlSessionDetails::setCreatorId" must be in lower-case letters only
(#465) Variable "creatorId" must be all lower-case
(#466) Opening brace should be on the same line as the declaration
(#467) Line indented incorrectly; expected at least 8 spaces, found 6
(#467) Variable "creatorId" must be all lower-case
(#468) Line indented incorrectly; expected at least 8 spaces, found 6
(#474) Public method name "UpdateHtmlSessionDetails::getGuestRole" must be in lower-case letters only
(#475) Opening brace should be on the same line as the declaration
(#476) Line indented incorrectly; expected at least 8 spaces, found 6
(#483) Public method name "UpdateHtmlSessionDetails::setGuestRole" must be in lower-case letters only
(#483) Variable "guestRole" must be all lower-case
(#484) Opening brace should be on the same line as the declaration
(#485) Line indented incorrectly; expected at least 8 spaces, found 6
(#485) Variable "guestRole" must be all lower-case
(#486) Line indented incorrectly; expected at least 8 spaces, found 6
(#492) Public method name "UpdateHtmlSessionDetails::getMustBeSupervised" must be in lower-case letters only
(#493) Opening brace should be on the same line as the declaration
(#494) Line indented incorrectly; expected at least 8 spaces, found 6
(#501) Public method name "UpdateHtmlSessionDetails::setMustBeSupervised" must be in lower-case letters only
(#501) Variable "mustBeSupervised" must be all lower-case
(#502) Opening brace should be on the same line as the declaration
(#503) Line indented incorrectly; expected at least 8 spaces, found 6
(#503) Variable "mustBeSupervised" must be all lower-case
(#504) Line indented incorrectly; expected at least 8 spaces, found 6
(#510) Public method name "UpdateHtmlSessionDetails::getOpenChair" must be in lower-case letters only
(#511) Opening brace should be on the same line as the declaration
(#512) Line indented incorrectly; expected at least 8 spaces, found 6
(#519) Public method name "UpdateHtmlSessionDetails::setOpenChair" must be in lower-case letters only
(#519) Variable "openChair" must be all lower-case
(#520) Opening brace should be on the same line as the declaration
(#521) Line indented incorrectly; expected at least 8 spaces, found 6
(#521) Variable "openChair" must be all lower-case
(#522) Line indented incorrectly; expected at least 8 spaces, found 6
(#528) Public method name "UpdateHtmlSessionDetails::getPermissionsOn" must be in lower-case letters only
(#529) Opening brace should be on the same line as the declaration
(#530) Line indented incorrectly; expected at least 8 spaces, found 6
(#537) Public method name "UpdateHtmlSessionDetails::setPermissionsOn" must be in lower-case letters only
(#537) Variable "permissionsOn" must be all lower-case
(#538) Opening brace should be on the same line as the declaration
(#539) Line indented incorrectly; expected at least 8 spaces, found 6
(#539) Variable "permissionsOn" must be all lower-case
(#540) Line indented incorrectly; expected at least 8 spaces, found 6
(#546) Public method name "UpdateHtmlSessionDetails::getRaiseHandOnEnter" must be in lower-case letters only
(#547) Opening brace should be on the same line as the declaration
(#548) Line indented incorrectly; expected at least 8 spaces, found 6
(#555) Public method name "UpdateHtmlSessionDetails::setRaiseHandOnEnter" must be in lower-case letters only
(#555) Variable "raiseHandOnEnter" must be all lower-case
(#556) Opening brace should be on the same line as the declaration
(#557) Line indented incorrectly; expected at least 8 spaces, found 6
(#557) Variable "raiseHandOnEnter" must be all lower-case
(#558) Line indented incorrectly; expected at least 8 spaces, found 6
(#564) Public method name "UpdateHtmlSessionDetails::getAllowInSessionInvitees" must be in lower-case letters only
(#565) Opening brace should be on the same line as the declaration
(#566) Line indented incorrectly; expected at least 8 spaces, found 6
(#573) Public method name "UpdateHtmlSessionDetails::setAllowInSessionInvitees" must be in lower-case letters only
(#573) Variable "allowInSessionInvitees" must be all lower-case
(#574) Opening brace should be on the same line as the declaration
(#575) Line indented incorrectly; expected at least 8 spaces, found 6
(#575) Variable "allowInSessionInvitees" must be all lower-case
(#576) Line indented incorrectly; expected at least 8 spaces, found 6
(#582) Public method name "UpdateHtmlSessionDetails::getContextId" must be in lower-case letters only
(#583) Opening brace should be on the same line as the declaration
(#584) Line indented incorrectly; expected at least 8 spaces, found 6
(#591) Public method name "UpdateHtmlSessionDetails::setContextId" must be in lower-case letters only
(#591) Variable "contextId" must be all lower-case
(#592) Opening brace should be on the same line as the declaration
(#593) Line indented incorrectly; expected at least 8 spaces, found 6
(#593) Variable "contextId" must be all lower-case
(#594) Line indented incorrectly; expected at least 8 spaces, found 6
(#600) Public method name "UpdateHtmlSessionDetails::getContextTitle" must be in lower-case letters only
(#601) Opening brace should be on the same line as the declaration
(#602) Line indented incorrectly; expected at least 8 spaces, found 6
(#609) Public method name "UpdateHtmlSessionDetails::setContextTitle" must be in lower-case letters only
(#609) Variable "contextTitle" must be all lower-case
(#610) Opening brace should be on the same line as the declaration
(#611) Line indented incorrectly; expected at least 8 spaces, found 6
(#611) Variable "contextTitle" must be all lower-case
(#612) Line indented incorrectly; expected at least 8 spaces, found 6
(#618) Public method name "UpdateHtmlSessionDetails::getSessionType" must be in lower-case letters only
(#619) Opening brace should be on the same line as the declaration
(#620) Line indented incorrectly; expected at least 8 spaces, found 6
(#627) Public method name "UpdateHtmlSessionDetails::setSessionType" must be in lower-case letters only
(#627) Variable "sessionType" must be all lower-case
(#628) Opening brace should be on the same line as the declaration
(#629) Line indented incorrectly; expected at least 8 spaces, found 6
(#629) Variable "sessionType" must be all lower-case
(#630) Line indented incorrectly; expected at least 8 spaces, found 6
(#636) Public method name "UpdateHtmlSessionDetails::getSessionRule" must be in lower-case letters only
(#637) Opening brace should be on the same line as the declaration
(#638) Line indented incorrectly; expected at least 8 spaces, found 6
(#645) Public method name "UpdateHtmlSessionDetails::setSessionRule" must be in lower-case letters only
(#645) Variable "sessionRule" must be all lower-case
(#646) Opening brace should be on the same line as the declaration
(#647) Line indented incorrectly; expected at least 8 spaces, found 6
(#647) Variable "sessionRule" must be all lower-case
(#648) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/UpdateHtmlSessionOccurrence.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "occurrenceId" must be all lower-case
(#37) Member variable "startTime" must be all lower-case
(#42) Member variable "endTime" must be all lower-case
(#47) Variable "occurrenceId" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Line indented incorrectly; expected at least 8 spaces, found 6
(#49) Variable "occurrenceId" must be all lower-case
(#55) Public method name "UpdateHtmlSessionOccurrence::getOccurrenceId" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
(#64) Public method name "UpdateHtmlSessionOccurrence::setOccurrenceId" must be in lower-case letters only
(#64) Variable "occurrenceId" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Line indented incorrectly; expected at least 8 spaces, found 6
(#66) Variable "occurrenceId" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 6
(#73) Public method name "UpdateHtmlSessionOccurrence::getStartTime" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Line indented incorrectly; expected 8 spaces, found 6
(#76) Line indented incorrectly; expected at least 12 spaces, found 8
(#77) Line indented incorrectly; expected 8 spaces, found 6
(#78) Line indented incorrectly; expected 12 spaces, found 8
(#79) Line indented incorrectly; expected at least 16 spaces, found 10
(#80) Line indented incorrectly; expected 12 spaces, found 8
(#81) Line indented incorrectly; expected at least 16 spaces, found 10
(#82) Line indented incorrectly; expected 12 spaces, found 8
(#83) Line indented incorrectly; expected 8 spaces, found 6
(#90) Public method name "UpdateHtmlSessionOccurrence::setStartTime" must be in lower-case letters only
(#90) Variable "startTime" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#92) Line indented incorrectly; expected at least 8 spaces, found 6
(#92) Variable "startTime" must be all lower-case
(#93) Line indented incorrectly; expected at least 8 spaces, found 6
(#99) Public method name "UpdateHtmlSessionOccurrence::getEndTime" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#101) Line indented incorrectly; expected 8 spaces, found 6
(#102) Line indented incorrectly; expected at least 12 spaces, found 8
(#103) Line indented incorrectly; expected 8 spaces, found 6
(#104) Line indented incorrectly; expected 12 spaces, found 8
(#105) Line indented incorrectly; expected at least 16 spaces, found 10
(#106) Line indented incorrectly; expected 12 spaces, found 8
(#107) Line indented incorrectly; expected at least 16 spaces, found 10
(#108) Line indented incorrectly; expected 12 spaces, found 8
(#109) Line indented incorrectly; expected 8 spaces, found 6
(#116) Public method name "UpdateHtmlSessionOccurrence::setEndTime" must be in lower-case letters only
(#116) Variable "endTime" must be all lower-case
(#117) Opening brace should be on the same line as the declaration
(#118) Line indented incorrectly; expected at least 8 spaces, found 6
(#118) Variable "endTime" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/classes/soap/generated/UrlResponse.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#45) Public method name "UrlResponse::getUrl" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Line indented incorrectly; expected at least 8 spaces, found 6
(#54) Public method name "UrlResponse::setUrl" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
mod/collaborate/recordings.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/collaborate/testapi.php
(#39) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/collaborate/tests/fixtures/fakeurl.php
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/collaborate/vendor/autoload.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
mod/collaborate/vendor/composer/ClassLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Member variable "prefixesPsr0" must be all lower-case
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Member variable "classMap" must be all lower-case
(#57) Member variable "classMapAuthoritative" must be all lower-case
(#59) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#73) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#78) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#83) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#91) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#91) Variable "classMap" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#94) Variable "classMap" must be all lower-case
(#96) Variable "classMap" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#155) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#170) Usage of ELSEIF not allowed; use ELSE IF instead
(#178) Usage of ELSEIF not allowed; use ELSE IF instead
(#201) Opening brace should be on the same line as the declaration
(#218) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#237) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#237) Variable "useIncludePath" must be all lower-case
(#238) Opening brace should be on the same line as the declaration
(#239) Variable "useIncludePath" must be all lower-case
(#248) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#259) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#259) Variable "classMapAuthoritative" must be all lower-case
(#260) Opening brace should be on the same line as the declaration
(#261) Variable "classMapAuthoritative" must be all lower-case
(#269) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#280) Opening brace should be on the same line as the declaration
(#288) Opening brace should be on the same line as the declaration
(#298) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#314) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#315) Opening brace should be on the same line as the declaration
(#316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#316) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#345) Opening brace should be on the same line as the declaration
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Variable "logicalPathPsr4" must be all lower-case
(#354) Variable "logicalPathPsr4" must be all lower-case
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Variable "logicalPathPsr4" must be all lower-case
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Variable "logicalPathPsr0" must be all lower-case
(#372) Variable "logicalPathPsr4" must be all lower-case
(#373) Variable "logicalPathPsr4" must be all lower-case
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Variable "logicalPathPsr0" must be all lower-case
(#383) Variable "logicalPathPsr0" must be all lower-case
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Variable "logicalPathPsr0" must be all lower-case
(#399) Variable "logicalPathPsr0" must be all lower-case
(#410) function name "includeFile" must be lower-case letters only
(#411) Opening brace should be on the same line as the declaration
(#412) "include" must be immediately followed by an open parenthesis
mod/collaborate/vendor/composer/autoload_classmap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
mod/collaborate/vendor/composer/autoload_namespaces.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
mod/collaborate/vendor/composer/autoload_psr4.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#9) Line exceeds 132 characters; contains 149 characters
mod/collaborate/vendor/composer/autoload_real.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#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) Public method name "ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::getLoader" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#26) "require" must be immediately followed by an open parenthesis
(#31) "require" must be immediately followed by an open parenthesis
(#36) Variable "classMap" must be all lower-case
(#36) "require" must be immediately followed by an open parenthesis
(#37) Variable "classMap" must be all lower-case
(#38) Variable "classMap" must be all lower-case
(#47) function name "composerRequire49a901289792a64c8f04c81fbaa6a786" must be lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#49) "require" must be immediately followed by an open parenthesis
mod/collaborate/view.php
(#30) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.

Javascript coding style problems

(0 errors, 25 warnings)

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

mod/collaborate/amd/src/collaborate.js
(#53) Missing JSDoc parameter type for 'element'. (valid-jsdoc)
(#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) Missing space before opening brace. (space-before-blocks)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Requires a space before '}'. (block-spacing)
mod/collaborate/settings.js
(#5) Identifier 'mod_collaborate' is not in camel case. (camelcase)
(#13) Extra space after key 'init'. (key-spacing)
(#29) Missing JSDoc for parameter 'extraclasses'. (valid-jsdoc)
(#29) Missing JSDoc for parameter 'alertclass'. (valid-jsdoc)
(#29) Expected JSDoc for 'stringkey' but found 'string'. (valid-jsdoc)
(#29) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#29) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#29) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#35) Identifier 'api_msg' is not in camel case. (camelcase)
(#35) Extra space after key 'api_msg'. (key-spacing)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#54) Extra space after key 'testApi'. (key-spacing)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Unexpected space before function parentheses. (space-before-function-paren)
(#90) Extra space after key 'applyClickApiTest'. (key-spacing)
(#91) Missing space before opening brace. (space-before-blocks)
(#102) Extra space after key 'applySettingChangeCheck'. (key-spacing)

CSS problems

(8 errors, 2 warnings)

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

mod/collaborate/styles.css
(#95) Expected "#7700C2" to be "#7700c2" (color-hex-case)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#61) Unexpected extra semicolon (no-extra-semicolons)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(631 errors, 7 warnings)

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

mod/collaborate/backup/moodle2/restore_collaborate_stepslib.php
(#17) File-level phpdocs block is not found
mod/collaborate/classes/controller/api_controller.php
(#34) Class api_controller is not documented
(#36) Function api_controller::init is not documented
(#59) Phpdocs for function api_controller::require_capability has incomplete parameters list
mod/collaborate/classes/controller/controller_abstract.php
(#29) No one-line description found in phpdocs for class controller_abstract
(#72) Phpdocs for function controller_abstract::init has incomplete parameters list
(#83) Phpdocs for function controller_abstract::require_capability has incomplete parameters list
(#82) Not recommended phpdocs tag @abstract used
mod/collaborate/classes/controller/recordings_controller.php
(#34) Class recordings_controller is not documented
(#51) Function recordings_controller::init is not documented
(#83) Function recordings_controller::require_capability is not documented
(#34) Package is not specified for class recordings_controller. It is also not specified in file-level phpdocs
mod/collaborate/classes/controller/view_controller.php
(#35) Class view_controller is not documented
(#53) Function view_controller::init is not documented
mod/collaborate/classes/event/recording_deleted.php
(#41) Function recording_deleted::init is not documented
(#47) Function recording_deleted::get_description is not documented
(#52) Function recording_deleted::get_name is not documented
(#56) Function recording_deleted::get_url is not documented
(#66) Function recording_deleted::get_other_mapping is not documented
(#70) Function recording_deleted::get_objectid_mapping is not documented
mod/collaborate/classes/event/recording_viewed.php
(#39) Function recording_viewed::init is not documented
(#73) There is no description in phpdocs for function get_other_mapping
(#80) There is no description in phpdocs for function get_objectid_mapping
mod/collaborate/classes/event_handlers.php
(#30) Class event_handlers is not documented
(#32) There is no description in phpdocs for function group_deleted
(#40) There is no description in phpdocs for function group_updated
(#30) Package is not specified for class event_handlers. It is also not specified in file-level phpdocs
mod/collaborate/classes/grades/grading.php
(#17) File-level phpdocs block is not found
mod/collaborate/classes/local.php
(#42) Class local is not documented
(#44) Constant local::DURATIONOFCOURSE is not documented
(#46) Constant local::TIMEDURATIONOFCOURSE is not documented
(#77) Phpdocs for function local::get_times has incomplete parameters list
(#97) Phpdocs for function local::update_calendar has incomplete parameters list
(#269) Phpdocs for function local::get_apitimes has incomplete parameters list
(#290) Phpdocs for function local::api_datetime has incomplete parameters list
(#476) Phpdocs for function local::enrolees_array has incomplete parameters list
(#630) Phpdocs for function local::el_update_html_session has incomplete parameters list
mod/collaborate/classes/logging/constants.php
(#17) File-level phpdocs block is not found
(#29) Constant constants::RANGE_NONE is not documented
(#30) Constant constants::RANGE_LIGHT is not documented
(#31) Constant constants::RANGE_MEDIUM is not documented
(#32) Constant constants::RANGE_ALL is not documented
(#33) Constant constants::SEV_EMERGENCY is not documented
(#34) Constant constants::SEV_ALERT is not documented
(#35) Constant constants::SEV_CRITICAL is not documented
(#36) Constant constants::SEV_ERROR is not documented
(#37) Constant constants::SEV_WARNING is not documented
(#38) Constant constants::SEV_NOTICE is not documented
(#39) Constant constants::SEV_INFO is not documented
(#40) Constant constants::SEV_DEBUG is not documented
mod/collaborate/classes/logging/loggerbase.php
(#17) File-level phpdocs block is not found
mod/collaborate/classes/logging/loggerdb.php
(#17) File-level phpdocs block is not found
mod/collaborate/classes/recording_counter.php
(#85) There is no description in phpdocs for function get_recording_counts
(#102) There is no description in phpdocs for function query_counts
(#62) Phpdocs for function recording_counter::__construct has incomplete parameters list
(#41) Invalid phpdocs tag @const used
mod/collaborate/classes/renderables/copyablelink.php
(#28) Class copyablelink is not documented
(#29) Function copyablelink::__construct is not documented
(#28) Package is not specified for class copyablelink. It is also not specified in file-level phpdocs
mod/collaborate/classes/renderables/meetingstatus.php
(#31) Class meetingstatus is not documented
(#81) Function meetingstatus::__construct is not documented
(#31) Package is not specified for class meetingstatus. It is also not specified in file-level phpdocs
mod/collaborate/classes/renderables/view_action.php
(#29) Class view_action is not documented
(#61) Function view_action::__construct is not documented
(#70) There is no description in phpdocs for function get_collaborate
(#77) There is no description in phpdocs for function get_cm
(#84) There is no description in phpdocs for function get_context
(#91) There is no description in phpdocs for function get_canadd
(#98) There is no description in phpdocs for function get_canmoderate
(#105) There is no description in phpdocs for function get_canparticipate
mod/collaborate/classes/service/base_visit_service.php
(#31) No one-line description found in phpdocs for class base_visit_service
mod/collaborate/classes/service/forward_service.php
(#39) No one-line description found in phpdocs for class forward_service
(#59) Phpdocs for function forward_service::__construct has incomplete parameters list
mod/collaborate/classes/service/testapi_service.php
(#33) No one-line description found in phpdocs for class testapi_service
(#64) Phpdocs for function testapi_service::__construct has incomplete parameters list
mod/collaborate/classes/service/view_service.php
(#36) No one-line description found in phpdocs for class view_service
(#51) Phpdocs for function view_service::__construct has incomplete parameters list
mod/collaborate/classes/sessionlink.php
(#29) Class sessionlink is not documented
(#85) There is no description in phpdocs for function get_group_session_link
(#29) Package is not specified for class sessionlink. It is also not specified in file-level phpdocs
mod/collaborate/classes/soap/api.php
(#17) File-level phpdocs block is not found
(#129) Phpdocs for function api::set_usable has incomplete parameters list
(#145) Phpdocs for function api::quick_test_service has incomplete parameters list
(#174) Phpdocs for function api::process_error has incomplete parameters list
(#280) Phpdocs for function api::__soapCall has incomplete parameters list
mod/collaborate/classes/soap/fakeapi.php
(#49) Class fakeapi is not documented
(#241) There is no description in phpdocs for function ListHtmlSession
(#253) There is no description in phpdocs for function SetHtmlSession
(#286) There is no description in phpdocs for function UpdateHtmlSession
(#306) There is no description in phpdocs for function RemoveHtmlSession
(#315) There is no description in phpdocs for function GetServerConfiguration
(#326) There is no description in phpdocs for function BuildHtmlSessionUrl
(#341) There is no description in phpdocs for function UpdateHtmlSessionAttendee
(#353) There is no description in phpdocs for function add_test_recording
(#387) There is no description in phpdocs for function ListHtmlSessionRecording
(#404) There is no description in phpdocs for function RemoveHtmlSessionRecording
(#79) Phpdocs for function fakeapi::__soapCall has incomplete parameters list
(#144) Phpdocs for function fakeapi::deleteobject has incomplete parameters list
(#146) Invalid phpdocs tag @pram used
(#49) Package is not specified for class fakeapi. It is also not specified in file-level phpdocs
mod/collaborate/classes/soap/generated/BuildHtmlSessionUrl.php
(#26) Class BuildHtmlSessionUrl is not documented
(#59) There is no description in phpdocs for function __construct
(#67) There is no description in phpdocs for function getSessionId
(#75) There is no description in phpdocs for function setSessionId
(#85) There is no description in phpdocs for function getUserId
(#93) There is no description in phpdocs for function setUserId
(#103) There is no description in phpdocs for function getLocale
(#111) There is no description in phpdocs for function setLocale
(#121) There is no description in phpdocs for function getReturnUrl
(#129) There is no description in phpdocs for function setReturnUrl
(#139) There is no description in phpdocs for function getReconnectUrl
(#147) There is no description in phpdocs for function setReconnectUrl
(#157) There is no description in phpdocs for function getOriginDomain
(#165) There is no description in phpdocs for function setOriginDomain
mod/collaborate/classes/soap/generated/HtmlAttendee.php
(#26) Class HtmlAttendee is not documented
(#54) There is no description in phpdocs for function __construct
(#64) There is no description in phpdocs for function getUserId
(#72) There is no description in phpdocs for function setUserId
(#82) There is no description in phpdocs for function getRole
(#90) There is no description in phpdocs for function setRole
(#100) There is no description in phpdocs for function getDisplayName
(#108) There is no description in phpdocs for function setDisplayName
(#118) There is no description in phpdocs for function getAvatarUrl
(#126) There is no description in phpdocs for function setAvatarUrl
(#136) There is no description in phpdocs for function getHtmlAttendeeLogs
(#144) There is no description in phpdocs for function setHtmlAttendeeLogs
mod/collaborate/classes/soap/generated/HtmlAttendeeCollection.php
(#26) Class HtmlAttendeeCollection is not documented
(#35) Function HtmlAttendeeCollection::__construct is not documented
(#40) There is no description in phpdocs for function getHtmlAttendee
(#48) There is no description in phpdocs for function setHtmlAttendee
mod/collaborate/classes/soap/generated/HtmlAttendeeLog.php
(#26) Class HtmlAttendeeLog is not documented
(#39) There is no description in phpdocs for function __construct
(#49) There is no description in phpdocs for function getJoined
(#65) There is no description in phpdocs for function setJoined
(#75) There is no description in phpdocs for function getLeft
(#91) There is no description in phpdocs for function setLeft
mod/collaborate/classes/soap/generated/HtmlAttendeeLogCollection.php
(#26) Class HtmlAttendeeLogCollection is not documented
(#35) Function HtmlAttendeeLogCollection::__construct is not documented
(#40) There is no description in phpdocs for function getHtmlAttendeeLog
(#48) There is no description in phpdocs for function setHtmlAttendeeLog
mod/collaborate/classes/soap/generated/HtmlRecordingUrl.php
(#26) Class HtmlRecordingUrl is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getRecordingId
(#50) There is no description in phpdocs for function setRecordingId
mod/collaborate/classes/soap/generated/HtmlRoom.php
(#26) Class HtmlRoom is not documented
(#49) There is no description in phpdocs for function __construct
(#63) There is no description in phpdocs for function getName
(#71) There is no description in phpdocs for function setName
(#81) There is no description in phpdocs for function getOpened
(#97) There is no description in phpdocs for function setOpened
(#107) There is no description in phpdocs for function getClosed
(#123) There is no description in phpdocs for function setClosed
(#133) There is no description in phpdocs for function getHtmlAttendees
(#141) There is no description in phpdocs for function setHtmlAttendees
mod/collaborate/classes/soap/generated/HtmlRoomCollection.php
(#26) Class HtmlRoomCollection is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getHtmlRoom
(#50) There is no description in phpdocs for function setHtmlRoom
mod/collaborate/classes/soap/generated/HtmlSession.php
(#26) Class HtmlSession is not documented
(#174) There is no description in phpdocs for function __construct
(#216) There is no description in phpdocs for function getSessionId
(#224) There is no description in phpdocs for function setSessionId
(#234) There is no description in phpdocs for function getName
(#242) There is no description in phpdocs for function setName
(#252) There is no description in phpdocs for function getDescription
(#260) There is no description in phpdocs for function setDescription
(#270) There is no description in phpdocs for function getStartTime
(#286) There is no description in phpdocs for function setStartTime
(#296) There is no description in phpdocs for function getEndTime
(#312) There is no description in phpdocs for function setEndTime
(#322) There is no description in phpdocs for function getBoundaryTime
(#330) There is no description in phpdocs for function setBoundaryTime
(#340) There is no description in phpdocs for function getNoEndDate
(#348) There is no description in phpdocs for function setNoEndDate
(#358) There is no description in phpdocs for function getAllowGuest
(#366) There is no description in phpdocs for function setAllowGuest
(#376) There is no description in phpdocs for function getGuestUrl
(#384) There is no description in phpdocs for function setGuestUrl
(#394) There is no description in phpdocs for function getGuestRole
(#402) There is no description in phpdocs for function setGuestRole
(#412) There is no description in phpdocs for function getShowProfile
(#420) There is no description in phpdocs for function setShowProfile
(#430) There is no description in phpdocs for function getCanShareVideo
(#438) There is no description in phpdocs for function setCanShareVideo
(#448) There is no description in phpdocs for function getCanShareAudio
(#456) There is no description in phpdocs for function setCanShareAudio
(#466) There is no description in phpdocs for function getCanPostMessage
(#474) There is no description in phpdocs for function setCanPostMessage
(#484) There is no description in phpdocs for function getCanAnnotateWhiteboard
(#492) There is no description in phpdocs for function setCanAnnotateWhiteboard
(#502) There is no description in phpdocs for function getHtmlAttendees
(#510) There is no description in phpdocs for function setHtmlAttendees
(#520) There is no description in phpdocs for function getGroupingList
(#528) There is no description in phpdocs for function setGroupingList
(#538) There is no description in phpdocs for function getCreatorId
(#546) There is no description in phpdocs for function setCreatorId
(#556) There is no description in phpdocs for function getMustBeSupervised
(#564) There is no description in phpdocs for function setMustBeSupervised
(#574) There is no description in phpdocs for function getOpenChair
(#582) There is no description in phpdocs for function setOpenChair
(#592) There is no description in phpdocs for function getPermissionsOn
(#600) There is no description in phpdocs for function setPermissionsOn
(#610) There is no description in phpdocs for function getRaiseHandOnEnter
(#618) There is no description in phpdocs for function setRaiseHandOnEnter
(#628) There is no description in phpdocs for function getAllowInSessionInvitees
(#636) There is no description in phpdocs for function setAllowInSessionInvitees
(#646) There is no description in phpdocs for function getContextId
(#654) There is no description in phpdocs for function setContextId
(#664) There is no description in phpdocs for function getContextTitle
(#672) There is no description in phpdocs for function setContextTitle
(#682) There is no description in phpdocs for function getRecordingEnabled
(#690) There is no description in phpdocs for function setRecordingEnabled
(#700) There is no description in phpdocs for function getRecordingCallBackUrl
(#708) There is no description in phpdocs for function setRecordingCallBackUrl
(#718) There is no description in phpdocs for function getSessionType
(#726) There is no description in phpdocs for function setSessionType
(#736) There is no description in phpdocs for function getSessionRule
(#744) There is no description in phpdocs for function setSessionRule
mod/collaborate/classes/soap/generated/HtmlSessionAttendance.php
(#26) Class HtmlSessionAttendance is not documented
(#39) There is no description in phpdocs for function __construct
(#49) There is no description in phpdocs for function getSessionId
(#57) There is no description in phpdocs for function setSessionId
(#67) There is no description in phpdocs for function getStartTime
(#83) There is no description in phpdocs for function setStartTime
mod/collaborate/classes/soap/generated/HtmlSessionCollection.php
(#26) Class HtmlSessionCollection is not documented
(#35) Function HtmlSessionCollection::__construct is not documented
(#40) There is no description in phpdocs for function getHtmlSession
(#48) There is no description in phpdocs for function setHtmlSession
mod/collaborate/classes/soap/generated/HtmlSessionOccurrence.php
(#26) Class HtmlSessionOccurrence is not documented
(#45) Function HtmlSessionOccurrence::__construct is not documented
(#50) There is no description in phpdocs for function getSessionId
(#58) There is no description in phpdocs for function setSessionId
(#68) There is no description in phpdocs for function getStartTime
(#84) There is no description in phpdocs for function setStartTime
(#94) There is no description in phpdocs for function getEndTime
(#110) There is no description in phpdocs for function setEndTime
mod/collaborate/classes/soap/generated/HtmlSessionOccurrenceCollection.php
(#26) Class HtmlSessionOccurrenceCollection is not documented
(#50) Function HtmlSessionOccurrenceCollection::__construct is not documented
(#55) There is no description in phpdocs for function getId
(#63) There is no description in phpdocs for function setId
(#73) There is no description in phpdocs for function getSessionId
(#81) There is no description in phpdocs for function setSessionId
(#91) There is no description in phpdocs for function getStartTime
(#107) There is no description in phpdocs for function setStartTime
(#117) There is no description in phpdocs for function getEndTime
(#133) There is no description in phpdocs for function setEndTime
mod/collaborate/classes/soap/generated/HtmlSessionRecording.php
(#26) Class HtmlSessionRecording is not documented
(#50) Function HtmlSessionRecording::__construct is not documented
(#55) There is no description in phpdocs for function getGroupingId
(#63) There is no description in phpdocs for function setGroupingId
(#73) There is no description in phpdocs for function getSessionId
(#81) There is no description in phpdocs for function setSessionId
(#91) There is no description in phpdocs for function getStartTime
(#107) There is no description in phpdocs for function setStartTime
(#117) There is no description in phpdocs for function getEndTime
(#133) There is no description in phpdocs for function setEndTime
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponse.php
(#26) Class HtmlSessionRecordingResponse is not documented
(#69) There is no description in phpdocs for function __construct
(#91) There is no description in phpdocs for function getRecordingId
(#99) There is no description in phpdocs for function setRecordingId
(#109) There is no description in phpdocs for function getCreatedTs
(#117) There is no description in phpdocs for function setCreatedTs
(#127) There is no description in phpdocs for function getStartTs
(#135) There is no description in phpdocs for function setStartTs
(#145) There is no description in phpdocs for function getEndTs
(#153) There is no description in phpdocs for function setEndTs
(#163) There is no description in phpdocs for function getDurationMillis
(#171) There is no description in phpdocs for function setDurationMillis
(#181) There is no description in phpdocs for function getRecordingUrl
(#189) There is no description in phpdocs for function setRecordingUrl
(#199) There is no description in phpdocs for function getDisplayName
(#207) There is no description in phpdocs for function setDisplayName
(#217) There is no description in phpdocs for function getSessionId
(#225) There is no description in phpdocs for function setSessionId
mod/collaborate/classes/soap/generated/HtmlSessionRecordingResponseCollection.php
(#26) Class HtmlSessionRecordingResponseCollection is not documented
(#35) Function HtmlSessionRecordingResponseCollection::__construct is not documented
(#40) There is no description in phpdocs for function getHtmlSessionRecordingResponse
(#48) There is no description in phpdocs for function setHtmlSessionRecordingResponse
mod/collaborate/classes/soap/generated/ListHtmlSession.php
(#26) Class ListHtmlSession is not documented
(#65) Function ListHtmlSession::__construct is not documented
(#70) There is no description in phpdocs for function getUserId
(#78) There is no description in phpdocs for function setUserId
(#88) There is no description in phpdocs for function getGroupingId
(#96) There is no description in phpdocs for function setGroupingId
(#106) There is no description in phpdocs for function getSessionId
(#114) There is no description in phpdocs for function setSessionId
(#124) There is no description in phpdocs for function getCreatorId
(#132) There is no description in phpdocs for function setCreatorId
(#142) There is no description in phpdocs for function getStartTime
(#158) There is no description in phpdocs for function setStartTime
(#168) There is no description in phpdocs for function getEndTime
(#184) There is no description in phpdocs for function setEndTime
(#194) There is no description in phpdocs for function getName
(#202) There is no description in phpdocs for function setName
mod/collaborate/classes/soap/generated/RemoveHtmlSession.php
(#26) Class RemoveHtmlSession is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getSessionId
(#50) There is no description in phpdocs for function setSessionId
mod/collaborate/classes/soap/generated/RemoveHtmlSessionOccurrence.php
(#26) Class RemoveHtmlSessionOccurrence is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getOccurrenceId
(#50) There is no description in phpdocs for function setOccurrenceId
mod/collaborate/classes/soap/generated/RemoveHtmlSessionRecording.php
(#26) Class RemoveHtmlSessionRecording is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getRecordingId
(#50) There is no description in phpdocs for function setRecordingId
mod/collaborate/classes/soap/generated/SASDefaultAdapter.php
(#26) Class SASDefaultAdapter is not documented
(#146) There is no description in phpdocs for function __construct
(#163) There is no description in phpdocs for function BuildRecordingUrl
(#172) There is no description in phpdocs for function BuildHtmlRecordingUrl
(#181) There is no description in phpdocs for function BuildSessionUrl
(#190) There is no description in phpdocs for function ConvertRecording
(#199) There is no description in phpdocs for function GetEmailBody
(#208) There is no description in phpdocs for function GetMobilePlatforms
(#217) There is no description in phpdocs for function GetOptionLicenses
(#226) There is no description in phpdocs for function GetQuotaLimits
(#235) There is no description in phpdocs for function GetServerConfiguration
(#244) There is no description in phpdocs for function GetServerQuotas
(#253) There is no description in phpdocs for function GetSchedulingManager
(#262) There is no description in phpdocs for function GetServerVersions
(#271) There is no description in phpdocs for function UploadRepositoryMultimedia
(#280) There is no description in phpdocs for function UploadRepositoryPresentation
(#289) There is no description in phpdocs for function ListRepositoryMultimedia
(#298) There is no description in phpdocs for function ListRepositoryPresentation
(#307) There is no description in phpdocs for function RemoveRepositoryMultimedia
(#316) There is no description in phpdocs for function RemoveRepositoryPresentation
(#325) There is no description in phpdocs for function ListSessionMultimedia
(#334) There is no description in phpdocs for function ListSessionPresentation
(#343) There is no description in phpdocs for function SetApiCallbackUrl
(#352) There is no description in phpdocs for function SetSessionMultimedia
(#361) There is no description in phpdocs for function SetSessionPresentation
(#370) There is no description in phpdocs for function RemoveSessionMultimedia
(#379) There is no description in phpdocs for function RemoveSessionPresentation
(#388) There is no description in phpdocs for function ListRecordingFiles
(#397) There is no description in phpdocs for function ListRecordings
(#406) There is no description in phpdocs for function ListRecordingLong
(#415) There is no description in phpdocs for function ListRecordingShort
(#424) There is no description in phpdocs for function ListHtmlSessionRecording
(#433) There is no description in phpdocs for function ListSession
(#442) There is no description in phpdocs for function ListSessionAttendance
(#451) There is no description in phpdocs for function ListHtmlSessionAttendance
(#460) There is no description in phpdocs for function ListHtmlSessionOccurrences
(#469) There is no description in phpdocs for function RemoveHtmlSessionOccurrence
(#478) There is no description in phpdocs for function UpdateHtmlSessionOccurrence
(#487) There is no description in phpdocs for function SetSession
(#496) There is no description in phpdocs for function UpdateSession
(#505) There is no description in phpdocs for function UpdateSessionAttendee
(#514) There is no description in phpdocs for function UpdateHtmlSessionAttendee
(#523) There is no description in phpdocs for function UpdateHtmlSession
(#532) There is no description in phpdocs for function SetHtmlSession
(#541) There is no description in phpdocs for function BuildHtmlSessionUrl
(#550) There is no description in phpdocs for function ListHtmlSession
(#559) There is no description in phpdocs for function RemoveHtmlSession
(#568) There is no description in phpdocs for function SendEmail
(#577) There is no description in phpdocs for function RemoveSession
(#586) There is no description in phpdocs for function RemoveRecording
(#595) There is no description in phpdocs for function RemoveHtmlSessionRecording
(#604) There is no description in phpdocs for function SetTelephony
(#613) There is no description in phpdocs for function GetTelephony
(#622) There is no description in phpdocs for function GetTelephonyLicenseInfo
(#631) There is no description in phpdocs for function SetSessionTelephony
(#640) There is no description in phpdocs for function ListSessionTelephony
(#649) There is no description in phpdocs for function RemoveSessionTelephony
(#658) There is no description in phpdocs for function SetRecordingSecureSignOn
(#667) There is no description in phpdocs for function ClearSessionChairList
(#676) There is no description in phpdocs for function ClearSessionNonChairList
mod/collaborate/classes/soap/generated/ServerConfiguration.php
(#26) Class ServerConfiguration is not documented
(#30) Function ServerConfiguration::__construct is not documented
mod/collaborate/classes/soap/generated/ServerConfigurationResponse.php
(#26) Class ServerConfigurationResponse is not documented
(#69) There is no description in phpdocs for function __construct
(#91) There is no description in phpdocs for function getBoundaryTime
(#99) There is no description in phpdocs for function setBoundaryTime
(#109) There is no description in phpdocs for function getMaxAvailableTalkers
(#117) There is no description in phpdocs for function setMaxAvailableTalkers
(#127) There is no description in phpdocs for function getMaxAvailableCameras
(#135) There is no description in phpdocs for function setMaxAvailableCameras
(#145) There is no description in phpdocs for function getRaiseHandOnEnter
(#153) There is no description in phpdocs for function setRaiseHandOnEnter
(#163) There is no description in phpdocs for function getMayUseTelephony
(#171) There is no description in phpdocs for function setMayUseTelephony
(#181) There is no description in phpdocs for function getMayUseSecureSignOn
(#189) There is no description in phpdocs for function setMayUseSecureSignOn
(#199) There is no description in phpdocs for function getMustReserveSeats
(#207) There is no description in phpdocs for function setMustReserveSeats
(#217) There is no description in phpdocs for function getTimeZone
(#225) There is no description in phpdocs for function setTimeZone
mod/collaborate/classes/soap/generated/ServerConfigurationResponseCollection.php
(#26) Class ServerConfigurationResponseCollection is not documented
(#35) Function ServerConfigurationResponseCollection::__construct is not documented
(#40) There is no description in phpdocs for function getServerConfigurationResponse
(#48) There is no description in phpdocs for function setServerConfigurationResponse
mod/collaborate/classes/soap/generated/SetHtmlSession.php
(#26) Class SetHtmlSession is not documented
(#159) There is no description in phpdocs for function __construct
(#173) There is no description in phpdocs for function getName
(#181) There is no description in phpdocs for function setName
(#191) There is no description in phpdocs for function getDescription
(#199) There is no description in phpdocs for function setDescription
(#209) There is no description in phpdocs for function getStartTime
(#225) There is no description in phpdocs for function setStartTime
(#235) There is no description in phpdocs for function getEndTime
(#251) There is no description in phpdocs for function setEndTime
(#261) There is no description in phpdocs for function getBoundaryTime
(#269) There is no description in phpdocs for function setBoundaryTime
(#279) There is no description in phpdocs for function getAllowGuest
(#287) There is no description in phpdocs for function setAllowGuest
(#297) There is no description in phpdocs for function getNoEndDate
(#305) There is no description in phpdocs for function setNoEndDate
(#315) There is no description in phpdocs for function getShowProfile
(#323) There is no description in phpdocs for function setShowProfile
(#333) There is no description in phpdocs for function getCanShareVideo
(#341) There is no description in phpdocs for function setCanShareVideo
(#351) There is no description in phpdocs for function getCanShareAudio
(#359) There is no description in phpdocs for function setCanShareAudio
(#369) There is no description in phpdocs for function getCanPostMessage
(#377) There is no description in phpdocs for function setCanPostMessage
(#387) There is no description in phpdocs for function getCanAnnotateWhiteboard
(#395) There is no description in phpdocs for function setCanAnnotateWhiteboard
(#405) There is no description in phpdocs for function getHtmlAttendees
(#413) There is no description in phpdocs for function setHtmlAttendees
(#423) There is no description in phpdocs for function getGroupingList
(#431) There is no description in phpdocs for function setGroupingList
(#441) There is no description in phpdocs for function getCreatorId
(#449) There is no description in phpdocs for function setCreatorId
(#459) There is no description in phpdocs for function getGuestRole
(#467) There is no description in phpdocs for function setGuestRole
(#477) There is no description in phpdocs for function getMustBeSupervised
(#485) There is no description in phpdocs for function setMustBeSupervised
(#495) There is no description in phpdocs for function getOpenChair
(#503) There is no description in phpdocs for function setOpenChair
(#513) There is no description in phpdocs for function getPermissionsOn
(#521) There is no description in phpdocs for function setPermissionsOn
(#531) There is no description in phpdocs for function getRaiseHandOnEnter
(#539) There is no description in phpdocs for function setRaiseHandOnEnter
(#549) There is no description in phpdocs for function getAllowInSessionInvitees
(#557) There is no description in phpdocs for function setAllowInSessionInvitees
(#567) There is no description in phpdocs for function getContextId
(#575) There is no description in phpdocs for function setContextId
(#585) There is no description in phpdocs for function getContextTitle
(#593) There is no description in phpdocs for function setContextTitle
(#603) There is no description in phpdocs for function getRecordingCallbackUrl
(#611) There is no description in phpdocs for function setRecordingCallbackUrl
(#621) There is no description in phpdocs for function getSessionType
(#629) There is no description in phpdocs for function setSessionType
(#639) There is no description in phpdocs for function getSessionRule
(#647) There is no description in phpdocs for function setSessionRule
mod/collaborate/classes/soap/generated/SuccessResponse.php
(#26) Class SuccessResponse is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getSuccess
(#50) There is no description in phpdocs for function setSuccess
mod/collaborate/classes/soap/generated/UpdateHtmlSessionAttendee.php
(#26) Class UpdateHtmlSessionAttendee is not documented
(#59) There is no description in phpdocs for function __construct
(#69) There is no description in phpdocs for function getSessionId
(#77) There is no description in phpdocs for function setSessionId
(#87) There is no description in phpdocs for function getHtmlAttendee
(#95) There is no description in phpdocs for function setHtmlAttendee
(#105) There is no description in phpdocs for function getLocale
(#113) There is no description in phpdocs for function setLocale
(#123) There is no description in phpdocs for function getReturnUrl
(#131) There is no description in phpdocs for function setReturnUrl
(#141) There is no description in phpdocs for function getReconnectUrl
(#149) There is no description in phpdocs for function setReconnectUrl
(#159) There is no description in phpdocs for function getOriginDomain
(#167) There is no description in phpdocs for function setOriginDomain
mod/collaborate/classes/soap/generated/UpdateHtmlSessionDetails.php
(#26) Class UpdateHtmlSessionDetails is not documented
(#159) There is no description in phpdocs for function __construct
(#167) There is no description in phpdocs for function getSessionId
(#175) There is no description in phpdocs for function setSessionId
(#185) There is no description in phpdocs for function getName
(#193) There is no description in phpdocs for function setName
(#203) There is no description in phpdocs for function getDescription
(#211) There is no description in phpdocs for function setDescription
(#221) There is no description in phpdocs for function getStartTime
(#237) There is no description in phpdocs for function setStartTime
(#247) There is no description in phpdocs for function getEndTime
(#263) There is no description in phpdocs for function setEndTime
(#273) There is no description in phpdocs for function getBoundaryTime
(#281) There is no description in phpdocs for function setBoundaryTime
(#291) There is no description in phpdocs for function getAllowGuest
(#299) There is no description in phpdocs for function setAllowGuest
(#309) There is no description in phpdocs for function getNoEndDate
(#317) There is no description in phpdocs for function setNoEndDate
(#327) There is no description in phpdocs for function getShowProfile
(#335) There is no description in phpdocs for function setShowProfile
(#345) There is no description in phpdocs for function getCanShareVideo
(#353) There is no description in phpdocs for function setCanShareVideo
(#363) There is no description in phpdocs for function getCanShareAudio
(#371) There is no description in phpdocs for function setCanShareAudio
(#381) There is no description in phpdocs for function getCanPostMessage
(#389) There is no description in phpdocs for function setCanPostMessage
(#399) There is no description in phpdocs for function getCanAnnotateWhiteboard
(#407) There is no description in phpdocs for function setCanAnnotateWhiteboard
(#417) There is no description in phpdocs for function getHtmlAttendees
(#425) There is no description in phpdocs for function setHtmlAttendees
(#435) There is no description in phpdocs for function getGroupingList
(#443) There is no description in phpdocs for function setGroupingList
(#453) There is no description in phpdocs for function getCreatorId
(#461) There is no description in phpdocs for function setCreatorId
(#471) There is no description in phpdocs for function getGuestRole
(#479) There is no description in phpdocs for function setGuestRole
(#489) There is no description in phpdocs for function getMustBeSupervised
(#497) There is no description in phpdocs for function setMustBeSupervised
(#507) There is no description in phpdocs for function getOpenChair
(#515) There is no description in phpdocs for function setOpenChair
(#525) There is no description in phpdocs for function getPermissionsOn
(#533) There is no description in phpdocs for function setPermissionsOn
(#543) There is no description in phpdocs for function getRaiseHandOnEnter
(#551) There is no description in phpdocs for function setRaiseHandOnEnter
(#561) There is no description in phpdocs for function getAllowInSessionInvitees
(#569) There is no description in phpdocs for function setAllowInSessionInvitees
(#579) There is no description in phpdocs for function getContextId
(#587) There is no description in phpdocs for function setContextId
(#597) There is no description in phpdocs for function getContextTitle
(#605) There is no description in phpdocs for function setContextTitle
(#615) There is no description in phpdocs for function getSessionType
(#623) There is no description in phpdocs for function setSessionType
(#633) There is no description in phpdocs for function getSessionRule
(#641) There is no description in phpdocs for function setSessionRule
mod/collaborate/classes/soap/generated/UpdateHtmlSessionOccurrence.php
(#26) Class UpdateHtmlSessionOccurrence is not documented
(#44) There is no description in phpdocs for function __construct
(#52) There is no description in phpdocs for function getOccurrenceId
(#60) There is no description in phpdocs for function setOccurrenceId
(#70) There is no description in phpdocs for function getStartTime
(#86) There is no description in phpdocs for function setStartTime
(#96) There is no description in phpdocs for function getEndTime
(#112) There is no description in phpdocs for function setEndTime
mod/collaborate/classes/soap/generated/UrlResponse.php
(#26) Class UrlResponse is not documented
(#34) There is no description in phpdocs for function __construct
(#42) There is no description in phpdocs for function getUrl
(#50) There is no description in phpdocs for function setUrl
mod/collaborate/classes/task/cleanup_sessions_task.php
(#30) Class cleanup_sessions_task is not documented
mod/collaborate/classes/testables/local.php
(#17) File-level phpdocs block is not found
(#24) Package is not specified for class local. It is also not specified in file-level phpdocs
mod/collaborate/classes/testables/sessionlink.php
(#31) Class sessionlink is not documented
(#31) Package is not specified for class sessionlink. It is also not specified in file-level phpdocs
mod/collaborate/classes/testables/trait_exportable.php
(#17) File-level phpdocs block is not found
(#40) Function trait_exportable::__construct is not documented
(#24) Package is not specified for class trait_exportable. It is also not specified in file-level phpdocs
mod/collaborate/classes/traits/exportable.php
(#115) There is no description in phpdocs for function export_for_template
(#34) Phpdocs for function array_keys_numeric has incomplete parameters list
(#32) Package is not specified for function array_keys_numeric. It is also not specified in file-level phpdocs
(#47) Package is not specified for function convert_object_for_export. It is also not specified in file-level phpdocs
(#115) Package is not specified for function export_for_template. It is also not specified in file-level phpdocs
mod/collaborate/classes/traits/testable_class.php
(#42) Function __get is not documented
(#58) Function __set is not documented
(#73) Function __call is not documented
(#93) Function __callStatic is not documented
(#42) Package is not specified for function __get. It is also not specified in file-level phpdocs
(#58) Package is not specified for function __set. It is also not specified in file-level phpdocs
(#73) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#93) Package is not specified for function __callStatic. It is also not specified in file-level phpdocs
mod/collaborate/classes/trimmed_configtext.php
(#17) File-level phpdocs block is not found
(#21) Class trimmed_configtext is not documented
(#43) Function trimmed_configtext::write_setting is not documented
(#21) Package is not specified for class trimmed_configtext. It is also not specified in file-level phpdocs
mod/collaborate/db/upgradelib.php
(#17) File-level phpdocs block is not found
(#19) Package is not specified for class collaborate_update_manager. It is also not specified in file-level phpdocs
mod/collaborate/index.php
(#17) No one-line description found in phpdocs for file
mod/collaborate/lib.php
(#455) Function collaborate_get_completion_state is not documented
mod/collaborate/renderer.php
(#40) Class mod_collaborate_renderer is not documented
(#158) There is no description in phpdocs for function render_view_action
(#386) There is no description in phpdocs for function render_copyablelink
(#412) There is no description in phpdocs for function render_recording_counts
(#45) Phpdocs for function mod_collaborate_renderer::datetime has incomplete parameters list
(#81) Phpdocs for function mod_collaborate_renderer::meeting_times has incomplete parameters list
(#297) Phpdocs for function mod_collaborate_renderer::render_instance_table has incomplete parameters list
(#350) Phpdocs for function mod_collaborate_renderer::recent_activity has incomplete parameters list
(#387) Phpdocs for function mod_collaborate_renderer::render_copyablelink has incomplete parameters list
(#349) Invalid phpdocs tag @author: used
mod/collaborate/tests/behat/behat_mod_collaborate.php
(#32) Class behat_mod_collaborate is not documented
(#88) Function behat_mod_collaborate::i_edit_the_nth_collaborate_entitled is not documented
(#55) There is no description in phpdocs for function i_check_the_radio_button
(#72) There is no description in phpdocs for function recording_heading_should_not_exist
(#167) There is no description in phpdocs for function i_see_timespan_of
(#47) Phpdocs for function behat_mod_collaborate::delete_group_by_name has incomplete parameters list
(#55) Phpdocs for function behat_mod_collaborate::i_check_the_radio_button has incomplete parameters list
(#73) Phpdocs for function behat_mod_collaborate::recording_heading_should_not_exist has incomplete parameters list
(#109) Phpdocs for function behat_mod_collaborate::the_following_fake_recordings_exist has incomplete parameters list
mod/collaborate/tests/calendar_test.php
(#33) Class mod_collaborate_calendar_testcase is not documented
(#35) Variable mod_collaborate_calendar_testcase::$user is not documented
(#21) Category phpunit is not valid
mod/collaborate/tests/fakeapi_test.php
(#46) Class mod_collaborate_fakeapi_testcase is not documented
(#48) There is no description in phpdocs for function assert_dates_equal
(#21) Category phpunit is not valid
mod/collaborate/tests/fixtures/recordingstub.php
(#45) There is no description in phpdocs for function getRecordingId
mod/collaborate/tests/generator/lib.php
(#37) Function mod_collaborate_generator::create_instance is not documented
mod/collaborate/tests/local_test.php
(#33) Class mod_collaborate_local_testcase is not documented
(#33) Package is not specified for class mod_collaborate_local_testcase. It is also not specified in file-level phpdocs
mod/collaborate/tests/mod_form_collab_time_zones_test.php
(#29) Class mod_form_collab_time_zones_testcase is not documented
(#29) Package is not specified for class mod_form_collab_time_zones_testcase. It is also not specified in file-level phpdocs
mod/collaborate/tests/recording_counter_test.php
(#63) There is no description in phpdocs for function assert_counts
(#79) There is no description in phpdocs for function assert_empty_counts
(#80) Phpdocs for function mod_collaborate_recording_counter_testcase::assert_empty_counts has incomplete parameters list
mod/collaborate/tests/sessionlink_test.php
(#30) Class mod_collaborate_sessionlink_testcase is not documented
(#292) Phpdocs for function mod_collaborate_sessionlink_testcase::links_contain_group has incomplete parameters list
(#30) Package is not specified for class mod_collaborate_sessionlink_testcase. It is also not specified in file-level phpdocs
mod/collaborate/tests/trait_exportable_test.php
(#28) Class mod_collaborate_trait_exportable_testcase is not documented
(#28) Package is not specified for class mod_collaborate_trait_exportable_testcase. It is also not specified in file-level phpdocs
mod/collaborate/tests/upgradelib_test.php
(#17) File-level phpdocs block is not found
(#49) Function mod_collaborate_upgradelib_testcase::make_session_id is not documented
(#21) Package is not specified for class mod_collaborate_upgradelib_testcase. It is also not specified in file-level phpdocs
mod/collaborate/vendor/autoload.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/collaborate/vendor/composer/ClassLoader.php
(#2) Empty line found after PHP open tag
(#13) File-level phpdocs block is not found
(#59) Function ClassLoader::getPrefixes is not documented
(#68) Function ClassLoader::getPrefixesPsr4 is not documented
(#73) Function ClassLoader::getFallbackDirs is not documented
(#78) Function ClassLoader::getFallbackDirsPsr4 is not documented
(#83) Function ClassLoader::getClassMap is not documented
(#344) Function ClassLoader::findFileWithExtension is not documented
(#46) Variable ClassLoader::$prefixLengthsPsr4 is not documented
(#47) Variable ClassLoader::$prefixDirsPsr4 is not documented
(#48) Variable ClassLoader::$fallbackDirsPsr4 is not documented
(#51) Variable ClassLoader::$prefixesPsr0 is not documented
(#52) Variable ClassLoader::$fallbackDirsPsr0 is not documented
(#54) Variable ClassLoader::$useIncludePath is not documented
(#55) Variable ClassLoader::$classMap is not documented
(#57) Variable ClassLoader::$classMapAuthoritative is not documented
(#88) There is no description in phpdocs for function addClassMap
(#405) Phpdocs for function includeFile has incomplete parameters list
(#15) Class ClassLoader does not have @copyright tag
(#15) Class ClassLoader does not have @license tag
(#15) Package is not specified for class ClassLoader. It is also not specified in file-level phpdocs
(#405) Package is not specified for function includeFile. It is also not specified in file-level phpdocs
mod/collaborate/vendor/composer/autoload_classmap.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/collaborate/vendor/composer/autoload_namespaces.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/collaborate/vendor/composer/autoload_psr4.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
mod/collaborate/vendor/composer/autoload_real.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786 is not documented
(#9) Function ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::loadClassLoader is not documented
(#16) Function ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::getLoader is not documented
(#47) Function composerRequire49a901289792a64c8f04c81fbaa6a786 is not documented
(#7) Variable ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786::$loader is not documented
(#5) Package is not specified for class ComposerAutoloaderInit49a901289792a64c8f04c81fbaa6a786. It is also not specified in file-level phpdocs
(#47) Package is not specified for function composerRequire49a901289792a64c8f04c81fbaa6a786. It is also not specified in file-level phpdocs

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]

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 5 warnings)

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

mod/collaborate/templates/copyablelink.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “for” on element “label”: An ID must not be the empty string. (ink"> <label for=""></labe)
(#1) HTML Validation error, line 5: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (abel> <input id="" value="" readonly /> <)
(#1) HTML Validation error, line 4: The “for” attribute of the “label” element must refer to a non-hidden form control. (ink"> <label for=""></labe)
mod/collaborate/templates/meetingstatus.mustache
(#1) Example context missing (@template section not found.)