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

(2661 errors, 164 warnings)

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

mod/collaborate/classes/soap/api.php
(#238) method name "api::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#238) Variable "function_name" must not contain underscores.
(#238) Variable "input_headers" must not contain underscores.
(#238) Variable "output_headers" must not contain underscores.
(#259) Variable "function_name" must not contain underscores.
(#259) Variable "input_headers" must not contain underscores.
(#259) Variable "output_headers" must not contain underscores.
(#631) Expected 1 space after "="; 0 found
mod/collaborate/classes/soap/fakeapi.php
(#88) method name "fakeapi::__soapCall" is invalid; only PHP magic methods should be prefixed with a double underscore
(#88) Variable "function_name" must not contain underscores.
(#88) Variable "input_headers" must not contain underscores.
(#88) Variable "output_headers" must not contain underscores.
(#101) Possible useless method overriding detected
(#228) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#247) Public method name "fakeapi::ListHtmlSession" must be in lower-case letters only
(#259) Public method name "fakeapi::SetHtmlSession" must be in lower-case letters only
(#291) Public method name "fakeapi::UpdateHtmlSession" must be in lower-case letters only
(#293) This comment is 43% valid code; is this commented out code?
(#311) Public method name "fakeapi::RemoveHtmlSession" must be in lower-case letters only
(#320) Public method name "fakeapi::GetServerConfiguration" must be in lower-case letters only
(#331) Public method name "fakeapi::BuildHtmlSessionUrl" must be in lower-case letters only
(#346) Public method name "fakeapi::UpdateHtmlSessionAttendee" must be in lower-case letters only
(#392) Public method name "fakeapi::ListHtmlSessionRecording" must be in lower-case letters only
(#409) Public method name "fakeapi::RemoveHtmlSessionRecording" must be in lower-case letters only
mod/collaborate/classes/soap/generated/BuildHtmlSessionUrl.php
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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
(#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/renderer.php
(#130) global $OUTPUT cannot be used in renderers. Use $this->output.
(#133) global $OUTPUT cannot be used in renderers. Use $this->output.
(#135) global $OUTPUT cannot be used in renderers. Use $this->output.
(#138) global $OUTPUT cannot be used in renderers. Use $this->output.
(#140) global $OUTPUT cannot be used in renderers. Use $this->output.
(#141) global $OUTPUT cannot be used in renderers. Use $this->output.
(#165) global $OUTPUT cannot be used in renderers. Use $this->output.
(#186) global $OUTPUT cannot be used in renderers. Use $this->output.
(#388) global $OUTPUT cannot be used in renderers. Use $this->output.
(#394) global $OUTPUT cannot be used in renderers. Use $this->output.
(#400) global $OUTPUT cannot be used in renderers. Use $this->output.
(#432) global $OUTPUT cannot be used in renderers. Use $this->output.
(#435) global $OUTPUT cannot be used in renderers. Use $this->output.
(#436) global $OUTPUT cannot be used in renderers. Use $this->output.
(#437) global $OUTPUT cannot be used in renderers. Use $this->output.
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.
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Member variable "prefixesPsr0" must be all lower-case
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Member variable "classMap" must be all lower-case
(#56) Member variable "classMapAuthoritative" must be all lower-case
(#57) Member variable "missingClasses" must be all lower-case
(#58) Member variable "apcuPrefix" must be all lower-case
(#60) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#74) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#79) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#84) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#92) Variable "classMap" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#95) Variable "classMap" must be all lower-case
(#97) Variable "classMap" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#156) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#171) Usage of ELSEIF not allowed; use ELSE IF instead
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Opening brace should be on the same line as the declaration
(#219) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#238) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#238) Variable "useIncludePath" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "useIncludePath" must be all lower-case
(#249) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#260) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#260) Variable "classMapAuthoritative" must be all lower-case
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "classMapAuthoritative" must be all lower-case
(#270) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#280) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#280) Variable "apcuPrefix" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Variable "apcuPrefix" must be all lower-case
(#290) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#301) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#319) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#335) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Variable "logicalPathPsr4" must be all lower-case
(#377) Variable "subPath" must be all lower-case
(#378) Variable "lastPos" must be all lower-case
(#378) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "subPath" must be all lower-case
(#379) Variable "lastPos" must be all lower-case
(#380) Variable "subPath" must be all lower-case
(#384) Variable "logicalPathPsr4" must be all lower-case
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Variable "logicalPathPsr4" must be all lower-case
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Variable "logicalPathPsr0" must be all lower-case
(#402) Variable "logicalPathPsr4" must be all lower-case
(#403) Variable "logicalPathPsr4" must be all lower-case
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Variable "logicalPathPsr0" must be all lower-case
(#413) Variable "logicalPathPsr0" must be all lower-case
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Variable "logicalPathPsr0" must be all lower-case
(#429) Variable "logicalPathPsr0" must be all lower-case
(#442) function name "includeFile" must be lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#444) "include" must be immediately followed by an open parenthesis
mod/collaborate/vendor/composer/autoload_classmap.php
(#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_files.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
mod/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
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
(#10) Variable "vendorDir" must be all lower-case
(#11) Variable "vendorDir" must be all lower-case
(#12) Variable "vendorDir" must be all lower-case
(#13) Variable "vendorDir" must be all lower-case
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
(#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) Variable "useStaticLoader" must be all lower-case
(#26) Line exceeds 132 characters; contains 160 characters
(#27) Variable "useStaticLoader" must be all lower-case
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require" must be immediately followed by an open parenthesis
(#37) "require" must be immediately followed by an open parenthesis
(#42) Variable "classMap" must be all lower-case
(#42) "require" must be immediately followed by an open parenthesis
(#43) Variable "classMap" must be all lower-case
(#44) Variable "classMap" must be all lower-case
(#50) Variable "useStaticLoader" must be all lower-case
(#51) Variable "includeFiles" must be all lower-case
(#53) Variable "includeFiles" must be all lower-case
(#53) "require" must be immediately followed by an open parenthesis
(#55) Variable "includeFiles" must be all lower-case
(#55) Variable "fileIdentifier" must be all lower-case
(#56) Variable "fileIdentifier" must be all lower-case
(#63) function name "composerRequire49a901289792a64c8f04c81fbaa6a786" must be lower-case letters only
(#63) Variable "fileIdentifier" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "GLOBALS" must be all lower-case
(#65) Variable "fileIdentifier" must be all lower-case
(#66) "require" must be immediately followed by an open parenthesis
(#68) Variable "GLOBALS" must be all lower-case
(#68) Variable "fileIdentifier" must be all lower-case
mod/collaborate/vendor/composer/autoload_static.php
(#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
(#13) Member variable "prefixLengthsPsr4" must be all lower-case
(#14) Whitespace found at end of line
(#18) Whitespace found at end of line
(#23) Whitespace found at end of line
(#27) Whitespace found at end of line
(#33) Member variable "prefixDirsPsr4" must be all lower-case
(#34) Whitespace found at end of line
(#39) Whitespace found at end of line
(#43) Whitespace found at end of line
(#47) Whitespace found at end of line
(#51) Whitespace found at end of line
(#57) Public method name "ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::getInitializer" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#60) Variable "prefixLengthsPsr4" must be all lower-case
(#61) Variable "prefixDirsPsr4" must be all lower-case
mod/collaborate/vendor/firebase/php-jwt/src/BeforeValidException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/collaborate/vendor/firebase/php-jwt/src/ExpiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/collaborate/vendor/firebase/php-jwt/src/JWT.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Member variable "supported_algs" must not contain underscores.
(#60) Variable "allowed_algs" must not contain underscores.
(#61) Opening brace should be on the same line as the declaration
(#70) Must use "self::" for local static member reference
(#70) Must use "self::" for local static member reference
(#73) Must use "self::" for local static member reference
(#73) Must use "self::" for local static member reference
(#76) Must use "self::" for local static member reference
(#77) Whitespace found at end of line
(#81) Variable "supported_algs" must not contain underscores.
(#84) Variable "allowed_algs" must not contain underscores.
(#84) Variable "allowed_algs" must not contain underscores.
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Must use "self::" for local static member reference
(#140) Variable "keyId" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#143) Variable "keyId" must be all lower-case
(#144) Variable "keyId" must be all lower-case
(#150) Must use "self::" for local static member reference
(#150) Must use "self::" for local static member reference
(#151) Must use "self::" for local static member reference
(#151) Must use "self::" for local static member reference
(#152) Variable "signing_input" must not contain underscores.
(#154) Must use "self::" for local static member reference
(#154) Variable "signing_input" must not contain underscores.
(#155) Must use "self::" for local static member reference
(#173) Opening brace should be on the same line as the declaration
(#174) Variable "supported_algs" must not contain underscores.
(#177) Variable "supported_algs" must not contain underscores.
(#206) Opening brace should be on the same line as the declaration
(#207) Variable "supported_algs" must not contain underscores.
(#211) Variable "supported_algs" must not contain underscores.
(#247) Public method name "JWT::jsonDecode" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#250) Inline doc block comments are not allowed; use "// Comment." instead
(#256) Inline doc block comments are not allowed; use "// Comment." instead
(#260) Variable "max_int_length" must not contain underscores.
(#261) Variable "json_without_bigints" must not contain underscores.
(#261) Variable "max_int_length" must not contain underscores.
(#262) Variable "json_without_bigints" must not contain underscores.
(#266) Must use "self::" for local static member reference
(#267) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Public method name "JWT::jsonEncode" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#286) Must use "self::" for local static member reference
(#287) Usage of ELSEIF not allowed; use ELSE IF instead
(#300) Public method name "JWT::urlsafeB64Decode" must be in lower-case letters only
(#301) Opening brace should be on the same line as the declaration
(#317) Public method name "JWT::urlsafeB64Encode" must be in lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#329) Private method name "JWT::handleJsonError" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#350) Private method name "JWT::safeStrlen" must be in lower-case letters only
(#351) Opening brace should be on the same line as the declaration
mod/collaborate/vendor/firebase/php-jwt/src/SignatureInvalidException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/collaborate/vendor/firebase/php-jwt/tests/JWTTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Public method name "JWTTest::testEncodeDecode" must be in lower-case letters only
(#7) Opening brace should be on the same line as the declaration
(#12) Public method name "JWTTest::testDecodeFromPython" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#14) Line exceeds maximum limit of 180 characters; contains 181 characters
(#21) Public method name "JWTTest::testUrlSafeCharacters" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#27) Public method name "JWTTest::testMalformedUtf8StringsFail" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#33) Public method name "JWTTest::testMalformedJsonThrowsException" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#39) Public method name "JWTTest::testExpiredToken" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Public method name "JWTTest::testBeforeValidTokenWithNbf" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Public method name "JWTTest::testBeforeValidTokenWithIat" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Public method name "JWTTest::testValidToken" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Public method name "JWTTest::testValidTokenWithLeeway" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Public method name "JWTTest::testExpiredTokenWithLeeway" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Public method name "JWTTest::testValidTokenWithList" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Public method name "JWTTest::testValidTokenWithNbf" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Public method name "JWTTest::testValidTokenWithNbfLeeway" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Public method name "JWTTest::testInvalidTokenWithNbfLeeway" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Public method name "JWTTest::testValidTokenWithIatLeeway" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Public method name "JWTTest::testInvalidTokenWithIatLeeway" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Public method name "JWTTest::testInvalidToken" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Public method name "JWTTest::testNullKeyFails" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Public method name "JWTTest::testEmptyKeyFails" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Public method name "JWTTest::testRSEncodeDecode" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#206) Variable "privKey" must be all lower-case
(#209) Variable "privKey" must be all lower-case
(#210) Variable "pubKey" must be all lower-case
(#210) Variable "privKey" must be all lower-case
(#211) Variable "pubKey" must be all lower-case
(#211) Variable "pubKey" must be all lower-case
(#212) Variable "pubKey" must be all lower-case
(#216) Public method name "JWTTest::testKIDChooser" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#224) Public method name "JWTTest::testArrayAccessKIDChooser" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#232) Public method name "JWTTest::testNoneAlgorithm" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#239) Public method name "JWTTest::testIncorrectAlgorithm" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#246) Public method name "JWTTest::testMissingAlgorithm" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#253) Public method name "JWTTest::testAdditionalHeaders" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#256) Whitespace found at end of line
(#259) Public method name "JWTTest::testInvalidSegmentCount" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
mod/collaborate/vendor/firebase/php-jwt/tests/bootstrap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#4) "require_once" must be immediately followed by an open parenthesis
(#5) Usage of ELSEIF not allowed; use ELSE IF instead
(#6) "require_once" must be immediately followed by an open parenthesis
mod/collaborate/vendor/symfony/polyfill-iconv/Iconv.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) The use of backticks in strings is not recommended
(#42) Member variable "inputEncoding" must be all lower-case
(#43) Member variable "outputEncoding" must be all lower-case
(#44) Member variable "internalEncoding" must be all lower-case
(#120) Member variable "translitMap" must be all lower-case
(#121) Member variable "convertMap" must be all lower-case
(#122) Member variable "errorHandler" must be all lower-case
(#123) Member variable "lastError" must be all lower-case
(#125) Member variable "ulenMask" must be all lower-case
(#126) Member variable "isValidUtf8" must be all lower-case
(#128) PHP4 style constructors are not allowed; use "__construct()" instead
(#128) Variable "inCharset" must be all lower-case
(#128) Variable "outCharset" must be all lower-case
(#129) Opening brace should be on the same line as the declaration
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "outCharset" must be all lower-case
(#138) Variable "outCharset" must be all lower-case
(#139) Variable "inCharset" must be all lower-case
(#139) Variable "inCharset" must be all lower-case
(#141) Variable "outCharset" must be all lower-case
(#142) Variable "outCharset" must be all lower-case
(#144) Variable "inCharset" must be all lower-case
(#145) Variable "inCharset" must be all lower-case
(#148) Variable "outCharset" must be all lower-case
(#150) Variable "outCharset" must be all lower-case
(#150) Variable "outCharset" must be all lower-case
(#153) Variable "outCharset" must be all lower-case
(#155) Variable "outCharset" must be all lower-case
(#155) Variable "outCharset" must be all lower-case
(#158) Variable "inCharset" must be all lower-case
(#159) Variable "inCharset" must be all lower-case
(#159) Variable "inCharset" must be all lower-case
(#161) Variable "inCharset" must be all lower-case
(#162) Variable "inCharset" must be all lower-case
(#162) Variable "inCharset" must be all lower-case
(#165) Variable "inCharset" must be all lower-case
(#166) Variable "inCharset" must be all lower-case
(#166) Variable "inCharset" must be all lower-case
(#168) Variable "outCharset" must be all lower-case
(#169) Variable "outCharset" must be all lower-case
(#169) Variable "outCharset" must be all lower-case
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Variable "inCharset" must be all lower-case
(#174) Variable "inCharset" must be all lower-case
(#174) Variable "inMap" must be all lower-case
(#175) Variable "outCharset" must be all lower-case
(#175) Variable "outCharset" must be all lower-case
(#175) Variable "outMap" must be all lower-case
(#176) Variable "inCharset" must be all lower-case
(#176) Variable "outCharset" must be all lower-case
(#181) Variable "inCharset" must be all lower-case
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Variable "inMap" must be all lower-case
(#189) Variable "isValidUtf8" must be all lower-case
(#191) Variable "isValidUtf8" must be all lower-case
(#193) Variable "isValidUtf8" must be all lower-case
(#199) Variable "outCharset" must be all lower-case
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Variable "outCharset" must be all lower-case
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Variable "outMap" must be all lower-case
(#219) Opening brace should be on the same line as the declaration
(#221) Variable "internalEncoding" must be all lower-case
(#255) Opening brace should be on the same line as the declaration
(#257) Variable "internalEncoding" must be all lower-case
(#285) Usage of ELSEIF not allowed; use ELSE IF instead
(#303) Usage of ELSEIF not allowed; use ELSE IF instead
(#317) Opening brace should be on the same line as the declaration
(#319) Closing brace must be on a line by itself
(#319) Variable "inputEncoding" must be all lower-case
(#320) Closing brace must be on a line by itself
(#320) Variable "outputEncoding" must be all lower-case
(#321) Closing brace must be on a line by itself
(#321) Variable "internalEncoding" must be all lower-case
(#325) Variable "inputEncoding" must be all lower-case
(#326) Variable "outputEncoding" must be all lower-case
(#327) Variable "internalEncoding" must be all lower-case
(#332) Opening brace should be on the same line as the declaration
(#334) Variable "inputEncoding" must be all lower-case
(#334) Closing brace must be on a line by itself
(#335) Variable "outputEncoding" must be all lower-case
(#335) Closing brace must be on a line by itself
(#336) Variable "internalEncoding" must be all lower-case
(#336) Closing brace must be on a line by itself
(#338) Closing brace must be on a line by itself
(#344) Variable "fieldName" must be all lower-case
(#344) Variable "fieldValue" must be all lower-case
(#345) Opening brace should be on the same line as the declaration
(#352) Variable "internalEncoding" must be all lower-case
(#353) Variable "internalEncoding" must be all lower-case
(#358) Variable "fieldName" must be all lower-case
(#359) Variable "fieldName" must be all lower-case
(#366) Variable "fieldValue" must be all lower-case
(#366) Variable "fieldValue" must be all lower-case
(#370) Variable "fieldValue" must be all lower-case
(#374) Variable "lineBreak" must be all lower-case
(#375) Variable "lineStart" must be all lower-case
(#376) Variable "lineLength" must be all lower-case
(#376) Variable "fieldName" must be all lower-case
(#376) Variable "lineStart" must be all lower-case
(#377) Variable "lineOffset" must be all lower-case
(#377) Variable "lineStart" must be all lower-case
(#378) Variable "lineData" must be all lower-case
(#380) Variable "fieldValue" must be all lower-case
(#382) Variable "Q" must be all lower-case
(#389) Variable "Q" must be all lower-case
(#395) Variable "lineData" must be all lower-case
(#397) Variable "lineBreak" must be all lower-case
(#397) Variable "lineLength" must be all lower-case
(#398) Variable "Q" must be all lower-case
(#399) Variable "lineData" must be all lower-case
(#399) Variable "lineData" must be all lower-case
(#401) Variable "fieldValue" must be all lower-case
(#401) Variable "lineStart" must be all lower-case
(#401) Variable "lineData" must be all lower-case
(#402) Variable "lineLength" must be all lower-case
(#402) Variable "lineOffset" must be all lower-case
(#403) Variable "lineData" must be all lower-case
(#406) Variable "lineData" must be all lower-case
(#407) Variable "Q" must be all lower-case
(#407) Variable "lineLength" must be all lower-case
(#410) Variable "lineData" must be all lower-case
(#411) Variable "Q" must be all lower-case
(#412) Variable "lineData" must be all lower-case
(#412) Variable "lineData" must be all lower-case
(#414) Variable "fieldValue" must be all lower-case
(#414) Variable "lineStart" must be all lower-case
(#414) Variable "lineData" must be all lower-case
(#417) Variable "fieldName" must be all lower-case
(#417) Variable "fieldValue" must be all lower-case
(#421) Opening brace should be on the same line as the declaration
(#422) Variable "hasXml" must be all lower-case
(#423) Variable "hasXml" must be all lower-case
(#424) Variable "hasXml" must be all lower-case
(#427) Variable "hasXml" must be all lower-case
(#435) Opening brace should be on the same line as the declaration
(#437) Variable "internalEncoding" must be all lower-case
(#447) Opening brace should be on the same line as the declaration
(#449) Variable "internalEncoding" must be all lower-case
(#455) Variable "ulenMask" must be all lower-case
(#455) Variable "ulenMask" must be all lower-case
(#463) Variable "ulenMask" must be all lower-case
(#463) Variable "ulenMask" must be all lower-case
(#471) Opening brace should be on the same line as the declaration
(#473) Variable "internalEncoding" must be all lower-case
(#494) Opening brace should be on the same line as the declaration
(#496) Variable "internalEncoding" must be all lower-case
(#514) Opening brace should be on the same line as the declaration
(#516) Variable "internalEncoding" must be all lower-case
(#520) Usage of ELSEIF not allowed; use ELSE IF instead
(#565) Private method name "Iconv::loadMap" must be in lower-case letters only
(#566) Opening brace should be on the same line as the declaration
(#567) Variable "convertMap" must be all lower-case
(#576) Variable "convertMap" must be all lower-case
(#578) Variable "convertMap" must be all lower-case
(#584) Private method name "Iconv::utf8ToUtf8" must be in lower-case letters only
(#585) Opening brace should be on the same line as the declaration
(#586) Variable "ulenMask" must be all lower-case
(#586) Variable "ulenMask" must be all lower-case
(#587) Variable "isValidUtf8" must be all lower-case
(#598) Variable "ulenMask" must be all lower-case
(#598) Variable "ulenMask" must be all lower-case
(#625) Private method name "Iconv::mapToUtf8" must be in lower-case letters only
(#626) Opening brace should be on the same line as the declaration
(#631) Usage of ELSEIF not allowed; use ELSE IF instead
(#633) Usage of ELSEIF not allowed; use ELSE IF instead
(#643) Private method name "Iconv::mapFromUtf8" must be in lower-case letters only
(#644) Opening brace should be on the same line as the declaration
(#645) Variable "ulenMask" must be all lower-case
(#645) Variable "ulenMask" must be all lower-case
(#646) Variable "isValidUtf8" must be all lower-case
(#648) Variable "translitMap" must be all lower-case
(#649) Variable "translitMap" must be all lower-case
(#660) Variable "ulenMask" must be all lower-case
(#660) Variable "ulenMask" must be all lower-case
(#673) Usage of ELSEIF not allowed; use ELSE IF instead
(#674) Variable "translitMap" must be all lower-case
(#675) Variable "translitMap" must be all lower-case
(#676) Usage of ELSEIF not allowed; use ELSE IF instead
(#681) Usage of ELSEIF not allowed; use ELSE IF instead
(#691) Usage of ELSEIF not allowed; use ELSE IF instead
(#699) Private method name "Iconv::qpByteCallback" must be in lower-case letters only
(#700) Opening brace should be on the same line as the declaration
(#704) Private method name "Iconv::pregOffset" must be in lower-case letters only
(#705) Opening brace should be on the same line as the declaration
(#717) Private method name "Iconv::getData" must be in lower-case letters only
(#718) Opening brace should be on the same line as the declaration
(#720) "require" must be immediately followed by an open parenthesis
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) The use of backticks in strings is not recommended
(#193) The use of backticks in strings is not recommended
(#350) The use of backticks in strings is not recommended
(#444) The use of backticks in strings is not recommended
(#601) The use of backticks in strings is not recommended
(#758) The use of backticks in strings is not recommended
(#915) The use of backticks in strings is not recommended
(#1072) The use of backticks in strings is not recommended
(#1229) The use of backticks in strings is not recommended
(#1386) The use of backticks in strings is not recommended
(#1543) The use of backticks in strings is not recommended
(#1700) The use of backticks in strings is not recommended
(#1857) The use of backticks in strings is not recommended
(#2014) The use of backticks in strings is not recommended
(#2171) The use of backticks in strings is not recommended
(#2328) The use of backticks in strings is not recommended
(#2485) The use of backticks in strings is not recommended
(#2642) The use of backticks in strings is not recommended
(#2799) The use of backticks in strings is not recommended
(#2956) The use of backticks in strings is not recommended
(#3113) The use of backticks in strings is not recommended
(#3270) The use of backticks in strings is not recommended
(#3427) The use of backticks in strings is not recommended
(#3584) The use of backticks in strings is not recommended
(#3741) The use of backticks in strings is not recommended
(#3898) The use of backticks in strings is not recommended
(#4055) The use of backticks in strings is not recommended
(#4212) The use of backticks in strings is not recommended
(#4369) The use of backticks in strings is not recommended
(#4526) The use of backticks in strings is not recommended
(#4683) The use of backticks in strings is not recommended
(#4840) The use of backticks in strings is not recommended
(#4997) The use of backticks in strings is not recommended
(#5154) The use of backticks in strings is not recommended
(#5311) The use of backticks in strings is not recommended
(#5468) The use of backticks in strings is not recommended
(#5625) The use of backticks in strings is not recommended
(#5782) The use of backticks in strings is not recommended
(#5939) The use of backticks in strings is not recommended
(#6094) The use of backticks in strings is not recommended
(#6251) The use of backticks in strings is not recommended
(#6408) The use of backticks in strings is not recommended
(#6565) The use of backticks in strings is not recommended
(#6722) The use of backticks in strings is not recommended
(#6879) The use of backticks in strings is not recommended
(#7036) The use of backticks in strings is not recommended
(#7193) The use of backticks in strings is not recommended
(#7350) The use of backticks in strings is not recommended
(#7507) The use of backticks in strings is not recommended
(#7664) The use of backticks in strings is not recommended
(#7821) The use of backticks in strings is not recommended
(#7978) The use of backticks in strings is not recommended
(#8135) The use of backticks in strings is not recommended
(#8292) The use of backticks in strings is not recommended
(#8449) The use of backticks in strings is not recommended
(#8606) The use of backticks in strings is not recommended
(#8763) The use of backticks in strings is not recommended
(#8920) The use of backticks in strings is not recommended
(#9077) The use of backticks in strings is not recommended
(#9234) The use of backticks in strings is not recommended
(#9391) The use of backticks in strings is not recommended
(#9548) The use of backticks in strings is not recommended
(#9705) The use of backticks in strings is not recommended
(#9862) The use of backticks in strings is not recommended
(#10019) The use of backticks in strings is not recommended
(#10176) The use of backticks in strings is not recommended
(#10333) The use of backticks in strings is not recommended
(#10490) The use of backticks in strings is not recommended
(#10647) The use of backticks in strings is not recommended
(#10804) The use of backticks in strings is not recommended
(#10961) The use of backticks in strings is not recommended
(#11118) The use of backticks in strings is not recommended
(#11275) The use of backticks in strings is not recommended
(#11432) The use of backticks in strings is not recommended
(#11589) The use of backticks in strings is not recommended
(#11746) The use of backticks in strings is not recommended
(#11903) The use of backticks in strings is not recommended
(#12060) The use of backticks in strings is not recommended
(#12217) The use of backticks in strings is not recommended
(#12374) The use of backticks in strings is not recommended
(#12531) The use of backticks in strings is not recommended
(#12688) The use of backticks in strings is not recommended
(#12845) The use of backticks in strings is not recommended
(#13002) The use of backticks in strings is not recommended
(#13159) The use of backticks in strings is not recommended
(#13316) The use of backticks in strings is not recommended
(#13473) The use of backticks in strings is not recommended
(#13630) The use of backticks in strings is not recommended
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1716) The use of backticks in strings is not recommended
mod/collaborate/vendor/symfony/polyfill-iconv/bootstrap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Opening brace must be the last content on the line
(#20) Closing brace must be on a line by itself
(#21) Opening brace must be the last content on the line
(#21) Closing brace must be on a line by itself
(#22) Opening brace must be the last content on the line
(#22) Closing brace must be on a line by itself
(#23) Opening brace must be the last content on the line
(#23) Closing brace must be on a line by itself
(#24) Variable "encodedHeaders" must be all lower-case
(#24) Opening brace must be the last content on the line
(#24) Variable "encodedHeaders" must be all lower-case
(#24) Line exceeds 132 characters; contains 156 characters
(#24) Closing brace must be on a line by itself
(#27) Opening brace must be the last content on the line
(#27) Variable "internalEncoding" must be all lower-case
(#27) Closing brace must be on a line by itself
(#28) Opening brace must be the last content on the line
(#28) Variable "internalEncoding" must be all lower-case
(#28) Line exceeds 132 characters; contains 171 characters
(#28) Closing brace must be on a line by itself
(#29) Opening brace must be the last content on the line
(#29) Variable "internalEncoding" must be all lower-case
(#29) Line exceeds 132 characters; contains 154 characters
(#29) Closing brace must be on a line by itself
(#30) Opening brace must be the last content on the line
(#30) Variable "internalEncoding" must be all lower-case
(#30) Line exceeds 132 characters; contains 178 characters
(#30) Closing brace must be on a line by itself
(#31) Variable "encodedHeaders" must be all lower-case
(#31) Opening brace must be the last content on the line
(#31) Variable "internalEncoding" must be all lower-case
(#31) Variable "encodedHeaders" must be all lower-case
(#31) Line exceeds maximum limit of 180 characters; contains 191 characters
(#31) Closing brace must be on a line by itself
(#34) Opening brace must be the last content on the line
(#34) Closing brace must be on a line by itself
(#36) Opening brace must be the last content on the line
(#36) Closing brace must be on a line by itself
(#39) Opening brace must be the last content on the line
(#39) Closing brace must be on a line by itself
(#40) Opening brace must be the last content on the line
(#40) Closing brace must be on a line by itself
(#41) Opening brace must be the last content on the line
(#41) Line exceeds 132 characters; contains 137 characters
(#41) Closing brace must be on a line by itself
(#42) Variable "encodedHeaders" must be all lower-case
(#42) Opening brace must be the last content on the line
(#42) Variable "encodedHeaders" must be all lower-case
(#42) Line exceeds 132 characters; contains 144 characters
(#42) Closing brace must be on a line by itself

Javascript coding style problems

(0 errors, 19 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) Statement inside of curly braces should be on next line. (brace-style)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Requires a space before '}'. (block-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
mod/collaborate/amd/src/settings.js
(#70) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#70) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#70) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#70) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#70) Duplicate JSDoc parameter 'string'. (valid-jsdoc)
(#70) Expected JSDoc for 'stringKey' but found 'string'. (valid-jsdoc)
(#70) Missing JSDoc for parameter 'alertClass'. (valid-jsdoc)
(#70) Missing JSDoc for parameter 'extraClasses'. (valid-jsdoc)
(#161) Expected catch,fail() or return (promise/catch-or-return)
(#166) Missing space before opening brace. (space-before-blocks)
(#190) Each then() should return a value or throw (promise/always-return)

CSS problems

(16 errors, 2 warnings)

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

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

PHPDocs style problems

(881 errors, 16 warnings)

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

mod/collaborate/backup/moodle2/restore_collaborate_activity_task.class.php
(#83) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#85) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#99) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#101) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/collaborate/backup/moodle2/restore_collaborate_stepslib.php
(#17) File-level phpdocs block is not found
(#39) Inline phpdocs tag {@link restore_path_element} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/collaborate/classes/controller/api_controller.php
(#34) Class api_controller is not documented
(#36) Function api_controller::init is not documented
(#61) 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
(#35) Class recordings_controller is not documented
(#52) Function recordings_controller::init is not documented
(#84) Function recordings_controller::require_capability is not documented
(#35) 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/course_module_viewed.php
(#49) There is no description in phpdocs for function get_objectid_mapping
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_downloaded.php
(#40) Function recording_downloaded::init is not documented
(#74) There is no description in phpdocs for function get_other_mapping
(#81) There is no description in phpdocs for function get_objectid_mapping
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/session_launched.php
(#108) There is no description in phpdocs for function get_other_mapping
(#115) 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/iface/api_attendee.php
(#17) File-level phpdocs block is not found
(#32) Package is not specified for function update_attendee. It is also not specified in file-level phpdocs
mod/collaborate/classes/iface/api_recordings.php
(#17) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function get_recordings
(#40) There is no description in phpdocs for function delete_recording
(#32) Package is not specified for function get_recordings. It is also not specified in file-level phpdocs
(#40) Package is not specified for function delete_recording. It is also not specified in file-level phpdocs
mod/collaborate/classes/iface/api_session.php
(#17) File-level phpdocs block is not found
(#46) Phpdocs for function update_collaborate_instance_record has incomplete parameters list
(#73) Phpdocs for function guest_url has incomplete parameters list
(#32) Package is not specified for function create_session. It is also not specified in file-level phpdocs
(#43) Package is not specified for function update_collaborate_instance_record. It is also not specified in file-level phpdocs
(#52) Package is not specified for function update_session. It is also not specified in file-level phpdocs
(#64) Package is not specified for function delete_session. It is also not specified in file-level phpdocs
(#71) Package is not specified for function guest_url. It is also not specified in file-level phpdocs
mod/collaborate/classes/local.php
(#35) Class local is not documented
(#37) Constant local::DURATIONOFCOURSE is not documented
(#39) Constant local::TIMEDURATIONOFCOURSE is not documented
(#59) Phpdocs for function local::timeend_open_ended has incomplete parameters list
(#79) Phpdocs for function local::get_times has incomplete parameters list
(#99) Phpdocs for function local::update_calendar has incomplete parameters list
(#239) Phpdocs for function local::get_sessionid_or_sessionuid has incomplete parameters list
(#355) Phpdocs for function local::get_apitimes has incomplete parameters list
(#375) Phpdocs for function local::enrolees_array has incomplete parameters list
(#546) Phpdocs for function local::entitydecode has incomplete parameters list
mod/collaborate/classes/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/privacy/provider.php
(#59) Function provider::get_contexts_for_userid is not documented
(#63) Function provider::export_user_data is not documented
(#66) Function provider::delete_data_for_all_users_in_context is not documented
(#69) Function provider::delete_data_for_user is not documented
(#72) Function provider::get_users_in_context is not documented
(#75) Function provider::delete_data_for_users is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Package mod_collab is not valid
mod/collaborate/classes/recording_counter.php
(#107) There is no description in phpdocs for function get_recording_counts
(#124) There is no description in phpdocs for function query_counts
(#42) Invalid phpdocs tag @const used
(#47) Invalid phpdocs tag @const used
(#52) Invalid phpdocs tag @const used
(#57) Invalid phpdocs tag @const used
mod/collaborate/classes/renderables/copyablelink.php
(#28) Class copyablelink is not documented
(#30) 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
(#86) 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/recording.php
(#27) Class recording is not documented
(#27) Package is not specified for class recording. 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/rest/api.php
(#40) Class api is not documented
(#60) Function api::__construct is not documented
(#163) Function api::is_usable is not documented
(#167) Function api::process_resource_path is not documented
(#189) Function api::test_service_reachable is not documented
(#396) Function api::create_session is not documented
(#424) Function api::update_collaborate_instance_record is not documented
(#454) Function api::update_session is not documented
(#564) Function api::update_attendee is not documented
(#604) Function api::delete_session is not documented
(#621) Function api::guest_url is not documented
(#646) Function api::get_recordings is not documented
(#736) Function api::delete_recording is not documented
(#54) Constant api::DELETE is not documented
(#55) Constant api::GET is not documented
(#56) Constant api::PATCH is not documented
(#57) Constant api::POST is not documented
(#58) Constant api::PUT is not documented
(#101) There is no description in phpdocs for function api_url
(#211) There is no description in phpdocs for function rest_call
(#314) There is no description in phpdocs for function make_session_request_object
(#90) Phpdocs for function api::configured has incomplete parameters list
(#212) Phpdocs for function api::rest_call has incomplete parameters list
(#524) Phpdocs for function api::ensure_user has incomplete parameters list
(#40) Package is not specified for class api. It is also not specified in file-level phpdocs
mod/collaborate/classes/rest/http_code_validation.php
(#31) Class http_code_validation is not documented
(#31) Package is not specified for class http_code_validation. It is also not specified in file-level phpdocs
mod/collaborate/classes/rest/http_validation_code_error.php
(#30) Class http_validation_code_error is not documented
(#53) Function http_validation_code_error::__construct is not documented
(#30) Package is not specified for class http_validation_code_error. It is also not specified in file-level phpdocs
mod/collaborate/classes/rest/jwthelper.php
(#37) Constant jwthelper::ALGO is not documented
(#39) Phpdocs for function jwthelper::get_token has incomplete parameters list
(#60) Invalid phpdocs tag @noinspection used
(#34) Package filter_ally is not valid
mod/collaborate/classes/rest/requestoptions.php
(#28) Class requestoptions is not documented
(#52) Phpdocs for function requestoptions::__construct has incomplete parameters list
(#28) Package is not specified for class requestoptions. It is also not specified in file-level phpdocs
mod/collaborate/classes/rest/response.php
(#28) Class response is not documented
(#28) Package is not specified for class response. It is also not specified in file-level phpdocs
mod/collaborate/classes/service/base_visit_service.php
(#33) No one-line description found in phpdocs for class base_visit_service
mod/collaborate/classes/service/forward_service.php
(#38) No one-line description found in phpdocs for class forward_service
(#58) 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
(#37) No one-line description found in phpdocs for class view_service
(#52) Phpdocs for function view_service::__construct has incomplete parameters list
mod/collaborate/classes/sessionlink.php
(#30) Class sessionlink is not documented
(#220) Function sessionlink::apply_session_links_soap is not documented
(#92) There is no description in phpdocs for function get_session_link_row_by_sessionid
(#102) There is no description in phpdocs for function get_session_link_row_by_sessionuid
(#112) There is no description in phpdocs for function get_session_link_row
(#199) There is no description in phpdocs for function get_group_session_link
(#30) Package is not specified for class sessionlink. It is also not specified in file-level phpdocs
mod/collaborate/classes/settings/setting_statictext.php
(#33) Function setting_statictext::__construct is not documented
(#37) Function setting_statictext::write_setting is not documented
(#40) Function setting_statictext::get_setting is not documented
(#43) Function setting_statictext::output_html is not documented
(#32) Variable setting_statictext::$text is not documented
(#16) No one-line description found in phpdocs for file
(#26) No one-line description found in phpdocs for class setting_statictext
(#26) Package is not specified for class setting_statictext. It is also not specified in file-level phpdocs
mod/collaborate/classes/settings/setting_trimmed_configtext.php
(#17) File-level phpdocs block is not found
(#21) Class setting_trimmed_configtext is not documented
(#43) Function setting_trimmed_configtext::write_setting is not documented
(#21) Package is not specified for class setting_trimmed_configtext. It is also not specified in file-level phpdocs
mod/collaborate/classes/soap/api.php
(#17) File-level phpdocs block is not found
(#153) Function api::is_usable is not documented
(#391) Function api::create_session is not documented
(#425) Function api::update_collaborate_instance_record is not documented
(#455) Function api::update_session is not documented
(#499) Function api::update_attendee is not documented
(#536) Function api::delete_session is not documented
(#570) Function api::guest_url is not documented
(#576) Function api::get_recordings is not documented
(#662) Function api::delete_recording is not documented
(#112) Phpdocs for function api::configured has incomplete parameters list
(#147) Phpdocs for function api::set_usable has incomplete parameters list
(#160) Phpdocs for function api::test_service_reachable has incomplete parameters list
(#230) Phpdocs for function api::__soapCall has incomplete parameters list
(#382) Phpdocs for function api::el_update_html_session has incomplete parameters list
mod/collaborate/classes/soap/fakeapi.php
(#50) Class fakeapi is not documented
(#242) There is no description in phpdocs for function ListHtmlSession
(#254) There is no description in phpdocs for function SetHtmlSession
(#287) There is no description in phpdocs for function UpdateHtmlSession
(#307) There is no description in phpdocs for function RemoveHtmlSession
(#316) There is no description in phpdocs for function GetServerConfiguration
(#327) There is no description in phpdocs for function BuildHtmlSessionUrl
(#342) There is no description in phpdocs for function UpdateHtmlSessionAttendee
(#354) There is no description in phpdocs for function add_test_recording
(#388) There is no description in phpdocs for function ListHtmlSessionRecording
(#405) There is no description in phpdocs for function RemoveHtmlSessionRecording
(#80) Phpdocs for function fakeapi::__soapCall has incomplete parameters list
(#145) Phpdocs for function fakeapi::deleteobject has incomplete parameters list
(#147) Invalid phpdocs tag @pram used
(#50) 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/testable_api.php
(#34) Class testable_api is not documented
(#38) Function testable_api::__construct is not documented
(#64) Function testable_api::is_usable is not documented
(#68) Function testable_api::configured is not documented
(#72) Function testable_api::test_service_reachable is not documented
(#34) Package is not specified for class testable_api. It is also not specified in file-level phpdocs
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/api.php
(#46) There is no description in phpdocs for function is_usable
(#51) There is no description in phpdocs for function configured
(#100) Phpdocs for function test_service_reachable has incomplete parameters list
(#46) Package is not specified for function is_usable. It is also not specified in file-level phpdocs
(#51) Package is not specified for function configured. It is also not specified in file-level phpdocs
(#57) Package is not specified for function require_configured. It is also not specified in file-level phpdocs
(#67) Package is not specified for function setup. It is also not specified in file-level phpdocs
(#79) Package is not specified for function api_datetime. It is also not specified in file-level phpdocs
(#97) Package is not specified for function test_service_reachable. It is also not specified in file-level phpdocs
(#105) Package is not specified for function set_silent. It is also not specified in file-level phpdocs
(#114) Package is not specified for function process_error. 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/loggable.php
(#39) Package is not specified for function setup_logger. It is also not specified in file-level phpdocs
(#48) Package is not specified for function process_error. 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/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
(#477) Function collaborate_get_completion_state is not documented
(#47) Inline phpdocs tag {@link plugin_supports()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#230) Inline phpdocs tag {@link grade_update_mod_grades()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#283) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/collaborate/renderer.php
(#41) Class mod_collaborate_renderer is not documented
(#159) There is no description in phpdocs for function render_view_action
(#417) There is no description in phpdocs for function render_copyablelink
(#443) There is no description in phpdocs for function render_recording_counts
(#46) Phpdocs for function mod_collaborate_renderer::datetime has incomplete parameters list
(#82) Phpdocs for function mod_collaborate_renderer::meeting_times has incomplete parameters list
(#328) Phpdocs for function mod_collaborate_renderer::render_instance_table has incomplete parameters list
(#381) Phpdocs for function mod_collaborate_renderer::recent_activity has incomplete parameters list
(#418) Phpdocs for function mod_collaborate_renderer::render_copyablelink has incomplete parameters list
(#380) 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
(#32) Class mod_collaborate_calendar_testcase is not documented
(#34) 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/jwthelper_test.php
(#31) Class mod_collaborate_jwthelper_testcase is not documented
(#21) Category phpunit is not valid
mod/collaborate/tests/local_test.php
(#34) Class mod_collaborate_local_testcase is not documented
(#34) 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/rest_api_test.php
(#31) Class mod_collaborate_rest_api_testcase is not documented
(#21) Category phpunit is not valid
mod/collaborate/tests/sessionlink_test.php
(#30) Class mod_collaborate_sessionlink_testcase is not documented
(#496) There is no description in phpdocs for function assert_session_link_row_by_sessionid_or_sessionuid
(#302) 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/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
(#60) Function ClassLoader::getPrefixes is not documented
(#69) Function ClassLoader::getPrefixesPsr4 is not documented
(#74) Function ClassLoader::getFallbackDirs is not documented
(#79) Function ClassLoader::getFallbackDirsPsr4 is not documented
(#84) Function ClassLoader::getClassMap is not documented
(#370) Function ClassLoader::findFileWithExtension is not documented
(#46) Variable ClassLoader::$prefixLengthsPsr4 is not documented
(#47) Variable ClassLoader::$prefixDirsPsr4 is not documented
(#48) Variable ClassLoader::$fallbackDirsPsr4 is not documented
(#51) Variable ClassLoader::$prefixesPsr0 is not documented
(#52) Variable ClassLoader::$fallbackDirsPsr0 is not documented
(#54) Variable ClassLoader::$useIncludePath is not documented
(#55) Variable ClassLoader::$classMap is not documented
(#56) Variable ClassLoader::$classMapAuthoritative is not documented
(#57) Variable ClassLoader::$missingClasses is not documented
(#58) Variable ClassLoader::$apcuPrefix is not documented
(#89) There is no description in phpdocs for function addClassMap
(#437) Phpdocs for function includeFile has incomplete parameters list
(#15) Package is not specified for class ClassLoader. It is also not specified in file-level phpdocs
(#437) Package is not specified for function includeFile. It is also not specified in file-level phpdocs
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_files.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
(#63) 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
(#63) Package is not specified for function composerRequire49a901289792a64c8f04c81fbaa6a786. It is also not specified in file-level phpdocs
mod/collaborate/vendor/composer/autoload_static.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#7) Class ComposerStaticInit49a901289792a64c8f04c81fbaa6a786 is not documented
(#57) Function ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::getInitializer is not documented
(#9) Variable ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::$files is not documented
(#13) Variable ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::$prefixLengthsPsr4 is not documented
(#33) Variable ComposerStaticInit49a901289792a64c8f04c81fbaa6a786::$prefixDirsPsr4 is not documented
(#7) Package is not specified for class ComposerStaticInit49a901289792a64c8f04c81fbaa6a786. It is also not specified in file-level phpdocs
mod/collaborate/vendor/firebase/php-jwt/src/BeforeValidException.php
(#2) File-level phpdocs block is not found
(#4) Class BeforeValidException is not documented
(#4) Package is not specified for class BeforeValidException. It is also not specified in file-level phpdocs
mod/collaborate/vendor/firebase/php-jwt/src/ExpiredException.php
(#2) File-level phpdocs block is not found
(#4) Class ExpiredException is not documented
(#4) Package is not specified for class ExpiredException. It is also not specified in file-level phpdocs
mod/collaborate/vendor/firebase/php-jwt/src/JWT.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Variable JWT::$supported_algs is not documented
(#9) No one-line description found in phpdocs for class JWT
(#128) Phpdocs for function JWT::encode has incomplete parameters list
(#346) Phpdocs for function JWT::safeStrlen has incomplete parameters list
(#25) Phpdocs for variable JWT::$leeway does not contain @var or incorrect
(#16) Package Authentication_JWT is not valid
(#15) Category Authentication is not valid
mod/collaborate/vendor/firebase/php-jwt/src/SignatureInvalidException.php
(#2) File-level phpdocs block is not found
(#4) Class SignatureInvalidException is not documented
(#4) Package is not specified for class SignatureInvalidException. It is also not specified in file-level phpdocs
mod/collaborate/vendor/firebase/php-jwt/tests/JWTTest.php
(#2) File-level phpdocs block is not found
(#4) Class JWTTest is not documented
(#6) Function JWTTest::testEncodeDecode is not documented
(#12) Function JWTTest::testDecodeFromPython is not documented
(#21) Function JWTTest::testUrlSafeCharacters is not documented
(#27) Function JWTTest::testMalformedUtf8StringsFail is not documented
(#33) Function JWTTest::testMalformedJsonThrowsException is not documented
(#39) Function JWTTest::testExpiredToken is not documented
(#49) Function JWTTest::testBeforeValidTokenWithNbf is not documented
(#59) Function JWTTest::testBeforeValidTokenWithIat is not documented
(#69) Function JWTTest::testValidToken is not documented
(#79) Function JWTTest::testValidTokenWithLeeway is not documented
(#91) Function JWTTest::testExpiredTokenWithLeeway is not documented
(#104) Function JWTTest::testValidTokenWithList is not documented
(#114) Function JWTTest::testValidTokenWithNbf is not documented
(#126) Function JWTTest::testValidTokenWithNbfLeeway is not documented
(#138) Function JWTTest::testInvalidTokenWithNbfLeeway is not documented
(#150) Function JWTTest::testValidTokenWithIatLeeway is not documented
(#162) Function JWTTest::testInvalidTokenWithIatLeeway is not documented
(#174) Function JWTTest::testInvalidToken is not documented
(#184) Function JWTTest::testNullKeyFails is not documented
(#194) Function JWTTest::testEmptyKeyFails is not documented
(#204) Function JWTTest::testRSEncodeDecode is not documented
(#216) Function JWTTest::testKIDChooser is not documented
(#224) Function JWTTest::testArrayAccessKIDChooser is not documented
(#232) Function JWTTest::testNoneAlgorithm is not documented
(#239) Function JWTTest::testIncorrectAlgorithm is not documented
(#246) Function JWTTest::testMissingAlgorithm is not documented
(#253) Function JWTTest::testAdditionalHeaders is not documented
(#259) Function JWTTest::testInvalidSegmentCount is not documented
(#4) Package is not specified for class JWTTest. It is also not specified in file-level phpdocs
mod/collaborate/vendor/firebase/php-jwt/tests/bootstrap.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/collaborate/vendor/symfony/polyfill-iconv/Iconv.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#128) Function Iconv::iconv is not documented
(#218) Function Iconv::iconv_mime_decode_headers is not documented
(#254) Function Iconv::iconv_mime_decode is not documented
(#316) Function Iconv::iconv_get_encoding is not documented
(#331) Function Iconv::iconv_set_encoding is not documented
(#344) Function Iconv::iconv_mime_encode is not documented
(#420) Function Iconv::iconv_strlen is not documented
(#434) Function Iconv::strlen1 is not documented
(#446) Function Iconv::strlen2 is not documented
(#470) Function Iconv::iconv_strpos is not documented
(#493) Function Iconv::iconv_strrpos is not documented
(#513) Function Iconv::iconv_substr is not documented
(#565) Function Iconv::loadMap is not documented
(#584) Function Iconv::utf8ToUtf8 is not documented
(#625) Function Iconv::mapToUtf8 is not documented
(#643) Function Iconv::mapFromUtf8 is not documented
(#699) Function Iconv::qpByteCallback is not documented
(#704) Function Iconv::pregOffset is not documented
(#717) Function Iconv::getData is not documented
(#42) Variable Iconv::$inputEncoding is not documented
(#43) Variable Iconv::$outputEncoding is not documented
(#44) Variable Iconv::$internalEncoding is not documented
(#46) Variable Iconv::$alias is not documented
(#120) Variable Iconv::$translitMap is not documented
(#121) Variable Iconv::$convertMap is not documented
(#122) Variable Iconv::$errorHandler is not documented
(#123) Variable Iconv::$lastError is not documented
(#125) Variable Iconv::$ulenMask is not documented
(#126) Variable Iconv::$isValidUtf8 is not documented
(#39) Constant Iconv::ERROR_ILLEGAL_CHARACTER is not documented
(#40) Constant Iconv::ERROR_WRONG_CHARSET is not documented
(#35) Not recommended phpdocs tag @internal used
(#14) Package is not specified for class Iconv. It is also not specified in file-level phpdocs
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/collaborate/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/collaborate/vendor/symfony/polyfill-iconv/bootstrap.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#20) Function iconv is not documented
(#21) Function iconv_get_encoding is not documented
(#22) Function iconv_set_encoding is not documented
(#23) Function iconv_mime_encode is not documented
(#24) Function iconv_mime_decode_headers is not documented
(#27) Function iconv_strlen is not documented
(#28) Function iconv_strpos is not documented
(#29) Function iconv_strrpos is not documented
(#30) Function iconv_substr is not documented
(#31) Function iconv_mime_decode is not documented
(#34) Function iconv_strlen is not documented
(#36) Function iconv_strlen is not documented
(#39) Function iconv_strpos is not documented
(#40) Function iconv_strrpos is not documented
(#41) Function iconv_substr is not documented
(#42) Function iconv_mime_decode is not documented
(#20) Package is not specified for function iconv. It is also not specified in file-level phpdocs
(#21) Package is not specified for function iconv_get_encoding. It is also not specified in file-level phpdocs
(#22) Package is not specified for function iconv_set_encoding. It is also not specified in file-level phpdocs
(#23) Package is not specified for function iconv_mime_encode. It is also not specified in file-level phpdocs
(#24) Package is not specified for function iconv_mime_decode_headers. It is also not specified in file-level phpdocs
(#27) Package is not specified for function iconv_strlen. It is also not specified in file-level phpdocs
(#28) Package is not specified for function iconv_strpos. It is also not specified in file-level phpdocs
(#29) Package is not specified for function iconv_strrpos. It is also not specified in file-level phpdocs
(#30) Package is not specified for function iconv_substr. It is also not specified in file-level phpdocs
(#31) Package is not specified for function iconv_mime_decode. It is also not specified in file-level phpdocs
(#34) Package is not specified for function iconv_strlen. It is also not specified in file-level phpdocs
(#36) Package is not specified for function iconv_strlen. It is also not specified in file-level phpdocs
(#39) Package is not specified for function iconv_strpos. It is also not specified in file-level phpdocs
(#40) Package is not specified for function iconv_strrpos. It is also not specified in file-level phpdocs
(#41) Package is not specified for function iconv_substr. It is also not specified in file-level phpdocs
(#42) Package is not specified for function iconv_mime_decode. 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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 2 warnings)

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

mod/collaborate/templates/copyablelink.mustache
(#1) Example context missing (@template section not found.)
mod/collaborate/templates/meetingstatus.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(6 errors, 0 warnings)

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

mod/collaborate/tests/behat/guest_access.feature
(#94) Wrong indentation for "and", expected indentation level of 4, but got 6
(#95) Wrong indentation for "and", expected indentation level of 4, but got 6
(#98) Wrong indentation for "and", expected indentation level of 4, but got 6
(#99) Wrong indentation for "Step", expected indentation level of 4, but got 5
(#100) Wrong indentation for "and", expected indentation level of 4, but got 6
(#101) Wrong indentation for "and", expected indentation level of 4, but got 6