Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(798 errors, 237 warnings)

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

local/eportfolio/actions.php
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#38) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#39) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#39) Only one argument is allowed per line in a multi-line function call
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#45) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#45) Only one argument is allowed per line in a multi-line function call
(#45) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) Blank line found at start of control structure
(#97) Blank line found at start of control structure
(#109) Opening parenthesis of a multi-line function call must be the last content on the line
(#109) Only one argument is allowed per line in a multi-line function call
(#110) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#110) Closing parenthesis of a multi-line function call must be on a line by itself
(#114) Opening parenthesis of a multi-line function call must be the last content on the line
(#114) Only one argument is allowed per line in a multi-line function call
(#115) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#115) Only one argument is allowed per line in a multi-line function call
(#115) Closing parenthesis of a multi-line function call must be on a line by itself
(#116) Blank line found at end of control structure
(#117) Blank line found at start of control structure
(#119) Opening parenthesis of a multi-line function call must be the last content on the line
(#119) Only one argument is allowed per line in a multi-line function call
(#120) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Closing parenthesis of a multi-line function call must be on a line by itself
(#122) Blank line found at end of control structure
(#125) Blank line found at start of control structure
(#136) Blank line found at start of control structure
(#146) Blank line found at end of control structure
(#181) Blank line found at start of control structure
(#194) Opening parenthesis of a multi-line function call must be the last content on the line
(#194) Only one argument is allowed per line in a multi-line function call
(#195) Multi-line function call not indented correctly; expected 28 spaces but found 32
(#196) Multi-line function call not indented correctly; expected 24 spaces but found 40
(#196) Closing parenthesis of a multi-line function call must be on a line by itself
(#200) Opening parenthesis of a multi-line function call must be the last content on the line
(#200) Only one argument is allowed per line in a multi-line function call
(#201) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#201) Only one argument is allowed per line in a multi-line function call
(#201) Closing parenthesis of a multi-line function call must be on a line by itself
(#202) Blank line found at end of control structure
(#204) Opening parenthesis of a multi-line function call must be the last content on the line
(#204) Only one argument is allowed per line in a multi-line function call
(#205) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#205) Only one argument is allowed per line in a multi-line function call
(#205) Closing parenthesis of a multi-line function call must be on a line by itself
(#206) Blank line found at end of control structure
(#210) Blank line found at start of control structure
(#212) Blank line found at start of control structure
(#236) Opening parenthesis of a multi-line function call must be the last content on the line
(#236) Only one argument is allowed per line in a multi-line function call
(#237) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#237) Only one argument is allowed per line in a multi-line function call
(#237) Only one argument is allowed per line in a multi-line function call
(#238) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#238) Only one argument is allowed per line in a multi-line function call
(#238) Closing parenthesis of a multi-line function call must be on a line by itself
(#277) Blank line found at end of control structure
(#281) Blank line found at start of control structure
(#292) Blank line found at start of control structure
(#298) Opening parenthesis of a multi-line function call must be the last content on the line
(#298) Only one argument is allowed per line in a multi-line function call
(#299) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#299) Only one argument is allowed per line in a multi-line function call
(#299) Closing parenthesis of a multi-line function call must be on a line by itself
(#301) Opening parenthesis of a multi-line function call must be the last content on the line
(#302) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#303) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#303) Only one argument is allowed per line in a multi-line function call
(#303) Closing parenthesis of a multi-line function call must be on a line by itself
(#306) Opening parenthesis of a multi-line function call must be the last content on the line
(#307) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#308) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#308) Only one argument is allowed per line in a multi-line function call
(#308) Closing parenthesis of a multi-line function call must be on a line by itself
(#312) Opening parenthesis of a multi-line function call must be the last content on the line
(#313) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#314) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#314) Only one argument is allowed per line in a multi-line function call
(#314) Closing parenthesis of a multi-line function call must be on a line by itself
(#316) Blank line found at end of control structure
(#317) Expected 1 blank line at end of file; 2 found
local/eportfolio/classes/event/eportfolio_created.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#86) Expected 1 blank line at end of file; 2 found
(#86) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/event/eportfolio_deleted.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#86) Expected 1 blank line at end of file; 2 found
(#86) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/event/eportfolio_edited.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#86) Expected 1 blank line at end of file; 2 found
(#86) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/event/eportfolio_shared.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#86) Expected 1 blank line at end of file; 2 found
(#86) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/event/eportfolio_viewed.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#86) Expected 1 blank line at end of file; 2 found
(#86) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/contentselect.php
(#32) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#41) Opening brace must not be followed by a blank line
(#70) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#71) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#72) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#73) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#73) Closing parenthesis of a multi-line function call must be on a line by itself
local/eportfolio/classes/forms/create_form.php
(#44) Opening brace must not be followed by a blank line
(#76) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#163) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/edit_form.php
(#42) Opening brace must not be followed by a blank line
(#102) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#131) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/sharing_form_1.php
(#36) Opening brace must not be followed by a blank line
(#50) Opening parenthesis of a multi-line function call must be the last content on the line
(#51) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#52) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#52) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) Opening parenthesis of a multi-line function call must be the last content on the line
(#55) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#56) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#56) Closing parenthesis of a multi-line function call must be on a line by itself
(#58) Opening parenthesis of a multi-line function call must be the last content on the line
(#59) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#60) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#60) Closing parenthesis of a multi-line function call must be on a line by itself
(#62) Opening parenthesis of a multi-line function call must be the last content on the line
(#63) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#64) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#64) Closing parenthesis of a multi-line function call must be on a line by itself
(#66) Opening parenthesis of a multi-line function call must be the last content on the line
(#67) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#68) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#68) Closing parenthesis of a multi-line function call must be on a line by itself
(#73) Opening parenthesis of a multi-line function call must be the last content on the line
(#74) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#74) Closing parenthesis of a multi-line function call must be on a line by itself
(#75) Opening parenthesis of a multi-line function call must be the last content on the line
(#76) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#76) Closing parenthesis of a multi-line function call must be on a line by itself
(#99) Opening parenthesis of a multi-line function call must be the last content on the line
(#100) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#100) Closing parenthesis of a multi-line function call must be on a line by itself
(#106) Blank line found at end of control structure
(#108) Opening parenthesis of a multi-line function call must be the last content on the line
(#109) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#110) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#110) Only one argument is allowed per line in a multi-line function call
(#110) Closing parenthesis of a multi-line function call must be on a line by itself
(#113) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#115) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/sharing_form_2.php
(#36) Opening brace must not be followed by a blank line
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#52) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#53) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#53) Closing parenthesis of a multi-line function call must be on a line by itself
(#55) Opening parenthesis of a multi-line function call must be the last content on the line
(#56) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#57) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#57) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Opening parenthesis of a multi-line function call must be the last content on the line
(#60) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#61) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#61) Closing parenthesis of a multi-line function call must be on a line by itself
(#63) Opening parenthesis of a multi-line function call must be the last content on the line
(#64) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#67) Opening parenthesis of a multi-line function call must be the last content on the line
(#68) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#69) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#69) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) Opening parenthesis of a multi-line function call must be the last content on the line
(#75) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#75) Closing parenthesis of a multi-line function call must be on a line by itself
(#76) Opening parenthesis of a multi-line function call must be the last content on the line
(#77) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#77) Closing parenthesis of a multi-line function call must be on a line by itself
(#114) Opening parenthesis of a multi-line function call must be the last content on the line
(#114) Only one argument is allowed per line in a multi-line function call
(#115) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#115) Only one argument is allowed per line in a multi-line function call
(#115) Closing parenthesis of a multi-line function call must be on a line by itself
(#118) Opening parenthesis of a multi-line function call must be the last content on the line
(#118) Only one argument is allowed per line in a multi-line function call
(#118) Only one argument is allowed per line in a multi-line function call
(#119) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#119) Only one argument is allowed per line in a multi-line function call
(#119) Only one argument is allowed per line in a multi-line function call
(#119) Closing parenthesis of a multi-line function call must be on a line by itself
(#131) Opening parenthesis of a multi-line function call must be the last content on the line
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Only one argument is allowed per line in a multi-line function call
(#132) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#132) Closing parenthesis of a multi-line function call must be on a line by itself
(#142) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#144) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/sharing_form_3.php
(#36) Opening brace must not be followed by a blank line
(#52) Opening parenthesis of a multi-line function call must be the last content on the line
(#53) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#54) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#54) Closing parenthesis of a multi-line function call must be on a line by itself
(#56) Opening parenthesis of a multi-line function call must be the last content on the line
(#57) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#58) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
(#60) Opening parenthesis of a multi-line function call must be the last content on the line
(#61) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#62) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#62) Closing parenthesis of a multi-line function call must be on a line by itself
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#66) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#66) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#70) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#70) Closing parenthesis of a multi-line function call must be on a line by itself
(#75) Opening parenthesis of a multi-line function call must be the last content on the line
(#76) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#76) Closing parenthesis of a multi-line function call must be on a line by itself
(#77) Opening parenthesis of a multi-line function call must be the last content on the line
(#78) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#78) Closing parenthesis of a multi-line function call must be on a line by itself
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Opening parenthesis of a multi-line function call must be the last content on the line
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Only one argument is allowed per line in a multi-line function call
(#92) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#92) Only one argument is allowed per line in a multi-line function call
(#92) Closing parenthesis of a multi-line function call must be on a line by itself
(#96) Opening parenthesis of a multi-line function call must be the last content on the line
(#96) Only one argument is allowed per line in a multi-line function call
(#96) Only one argument is allowed per line in a multi-line function call
(#97) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#97) Only one argument is allowed per line in a multi-line function call
(#97) Closing parenthesis of a multi-line function call must be on a line by itself
(#98) Opening parenthesis of a multi-line function call must be the last content on the line
(#98) Only one argument is allowed per line in a multi-line function call
(#98) Only one argument is allowed per line in a multi-line function call
(#98) Only one argument is allowed per line in a multi-line function call
(#99) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#99) Closing parenthesis of a multi-line function call must be on a line by itself
(#104) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#106) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/sharing_form_4.php
(#36) Opening brace must not be followed by a blank line
(#52) Opening parenthesis of a multi-line function call must be the last content on the line
(#53) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#54) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#54) Closing parenthesis of a multi-line function call must be on a line by itself
(#56) Opening parenthesis of a multi-line function call must be the last content on the line
(#57) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#58) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
(#60) Opening parenthesis of a multi-line function call must be the last content on the line
(#61) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#62) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#62) Closing parenthesis of a multi-line function call must be on a line by itself
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#66) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#66) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#70) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#70) Closing parenthesis of a multi-line function call must be on a line by itself
(#75) Opening parenthesis of a multi-line function call must be the last content on the line
(#76) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#76) Closing parenthesis of a multi-line function call must be on a line by itself
(#77) Opening parenthesis of a multi-line function call must be the last content on the line
(#78) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#78) Closing parenthesis of a multi-line function call must be on a line by itself
(#93) Opening parenthesis of a multi-line function call must be the last content on the line
(#93) Only one argument is allowed per line in a multi-line function call
(#93) Only one argument is allowed per line in a multi-line function call
(#94) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#94) Closing parenthesis of a multi-line function call must be on a line by itself
(#96) Opening parenthesis of a multi-line function call must be the last content on the line
(#96) Only one argument is allowed per line in a multi-line function call
(#97) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#97) Only one argument is allowed per line in a multi-line function call
(#97) Only one argument is allowed per line in a multi-line function call
(#97) Closing parenthesis of a multi-line function call must be on a line by itself
(#127) Blank line found at start of control structure
(#130) Opening parenthesis of a multi-line function call must be the last content on the line
(#130) Only one argument is allowed per line in a multi-line function call
(#130) Only one argument is allowed per line in a multi-line function call
(#130) Only one argument is allowed per line in a multi-line function call
(#131) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Closing parenthesis of a multi-line function call must be on a line by itself
(#142) Opening parenthesis of a multi-line function call must be the last content on the line
(#142) Only one argument is allowed per line in a multi-line function call
(#142) Only one argument is allowed per line in a multi-line function call
(#142) Only one argument is allowed per line in a multi-line function call
(#143) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#143) Only one argument is allowed per line in a multi-line function call
(#143) Closing parenthesis of a multi-line function call must be on a line by itself
(#184) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#186) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/forms/upload_form.php
(#36) Opening brace must not be followed by a blank line
(#68) Blank line found at start of control structure
(#74) Opening parenthesis of a multi-line function call must be the last content on the line
(#74) Only one argument is allowed per line in a multi-line function call
(#74) Only one argument is allowed per line in a multi-line function call
(#75) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#75) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Opening parenthesis of a multi-line function call must be the last content on the line
(#89) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#89) Closing parenthesis of a multi-line function call must be on a line by itself
(#93) Blank line found at end of control structure
(#99) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#101) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/h5p/canedit.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Opening brace must not be followed by a blank line
(#39) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/local/hooks/output/primary_extend.php
(#42) Blank line found at start of control structure
(#47) Opening parenthesis of a multi-line function call must be the last content on the line
(#48) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#48) Closing parenthesis of a multi-line function call must be on a line by itself
local/eportfolio/classes/local/overview.php
(#36) Opening brace must not be followed by a blank line
(#144) Opening parenthesis of a multi-line function call must be the last content on the line
(#145) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#146) Multi-line function call not indented correctly; expected 16 spaces but found 32
(#146) Only one argument is allowed per line in a multi-line function call
(#146) Closing parenthesis of a multi-line function call must be on a line by itself
(#149) Blank line found at start of control structure
(#160) Opening parenthesis of a multi-line function call must be the last content on the line
(#161) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#164) Multi-line function call not indented correctly; expected 16 spaces but found 32
(#164) Only one argument is allowed per line in a multi-line function call
(#164) Closing parenthesis of a multi-line function call must be on a line by itself
(#168) Blank line found at end of control structure
(#191) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#255) Blank line found at end of control structure
(#261) Blank line found at start of control structure
(#278) Blank line found at end of control structure
(#290) Blank line found at start of control structure
(#301) Blank line found at end of control structure
(#306) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#396) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#510) The CASE body must start on the line following the statement
(#535) Blank line found at start of control structure
(#550) Opening parenthesis of a multi-line function call must be the last content on the line
(#551) Multi-line function call not indented correctly; expected 36 spaces but found 40
(#552) Multi-line function call not indented correctly; expected 32 spaces but found 48
(#552) Only one argument is allowed per line in a multi-line function call
(#552) Closing parenthesis of a multi-line function call must be on a line by itself
(#555) Blank line found at end of control structure
(#559) Opening parenthesis of a multi-line function call must be the last content on the line
(#559) Only one argument is allowed per line in a multi-line function call
(#560) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#560) Closing parenthesis of a multi-line function call must be on a line by itself
(#569) The CASE body must start on the line following the statement
(#590) Opening parenthesis of a multi-line function call must be the last content on the line
(#590) Only one argument is allowed per line in a multi-line function call
(#591) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#591) Only one argument is allowed per line in a multi-line function call
(#591) Only one argument is allowed per line in a multi-line function call
(#591) Closing parenthesis of a multi-line function call must be on a line by itself
(#602) Opening parenthesis of a multi-line function call must be the last content on the line
(#602) Only one argument is allowed per line in a multi-line function call
(#603) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#603) Closing parenthesis of a multi-line function call must be on a line by itself
(#615) The CASE body must start on the line following the statement
(#651) Opening parenthesis of a multi-line function call must be the last content on the line
(#652) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#653) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#653) Closing parenthesis of a multi-line function call must be on a line by itself
(#668) Blank line found at start of control structure
(#678) Opening parenthesis of a multi-line function call must be the last content on the line
(#678) Only one argument is allowed per line in a multi-line function call
(#679) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#679) Closing parenthesis of a multi-line function call must be on a line by itself
(#691) The CASE body must start on the line following the statement
(#719) Opening parenthesis of a multi-line function call must be the last content on the line
(#719) Only one argument is allowed per line in a multi-line function call
(#720) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#720) Closing parenthesis of a multi-line function call must be on a line by itself
(#730) The CASE body must start on the line following the statement
(#758) Opening parenthesis of a multi-line function call must be the last content on the line
(#759) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#760) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#760) Closing parenthesis of a multi-line function call must be on a line by itself
(#766) Blank line found at end of control structure
(#785) Opening parenthesis of a multi-line function call must be the last content on the line
(#785) Only one argument is allowed per line in a multi-line function call
(#786) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#786) Closing parenthesis of a multi-line function call must be on a line by itself
(#797) The CASE body must start on the line following the statement
(#819) Opening parenthesis of a multi-line function call must be the last content on the line
(#819) Only one argument is allowed per line in a multi-line function call
(#820) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#820) Closing parenthesis of a multi-line function call must be on a line by itself
(#831) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1019) Blank line found at end of control structure
(#1025) Function closing brace must go on the next line following the body; found 1 blank lines before brace
local/eportfolio/classes/local_eportfolio_observer.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Opening brace must not be followed by a blank line
(#60) Blank line found at end of control structure
(#66) Expected 1 newline at end of file; 0 found
(#66) The closing brace for the class must go on the next line after the body
local/eportfolio/classes/privacy/provider.php
(#44) The interface names in a "class implements" statement should be ordered alphabetically. Expected: \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider, \core_privacy\local\request\core_userlist_provider; Found: \core_privacy\local\request\core_userlist_provider, \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider
(#45) Expected 4 spaces before interface name; 8 found
(#46) Expected 4 spaces before interface name; 8 found
(#47) Expected 4 spaces before interface name; 8 found
(#47) Opening brace must not be followed by a blank line
(#57) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#58) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#64) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#68) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#69) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#78) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#193) Blank line found at start of control structure
(#213) Blank line found at end of control structure
(#239) Blank line found at start of control structure
(#272) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#285) Blank line found at start of control structure
(#289) Blank line found at start of control structure
(#321) Function closing brace must go on the next line following the body; found 1 blank lines before brace
local/eportfolio/classes/task/send_messages.php
(#34) Opening brace must not be followed by a blank line
(#37) The first trait import statement must be declared on the first non-comment line after the class opening brace
(#52) Opening parenthesis of a multi-line function call must be the last content on the line
(#53) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#53) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Parentheses must be used when instantiating a new class
local/eportfolio/create.php
(#30) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#32) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#36) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#38) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#38) Only one argument is allowed per line in a multi-line function call
(#38) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Blank line found at end of control structure
(#71) Blank line found at start of control structure
(#78) Opening parenthesis of a multi-line function call must be the last content on the line
(#78) Only one argument is allowed per line in a multi-line function call
(#79) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#79) Only one argument is allowed per line in a multi-line function call
(#79) Closing parenthesis of a multi-line function call must be on a line by itself
(#80) Blank line found at end of control structure
(#84) Blank line found at start of control structure
(#101) Blank line found at start of control structure
(#113) Opening parenthesis of a multi-line function call must be the last content on the line
(#113) Only one argument is allowed per line in a multi-line function call
(#114) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#114) Closing parenthesis of a multi-line function call must be on a line by itself
(#118) Opening parenthesis of a multi-line function call must be the last content on the line
(#118) Only one argument is allowed per line in a multi-line function call
(#119) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#119) Only one argument is allowed per line in a multi-line function call
(#119) Closing parenthesis of a multi-line function call must be on a line by itself
(#121) Opening parenthesis of a multi-line function call must be the last content on the line
(#121) Only one argument is allowed per line in a multi-line function call
(#122) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#122) Only one argument is allowed per line in a multi-line function call
(#122) Closing parenthesis of a multi-line function call must be on a line by itself
(#125) Opening parenthesis of a multi-line function call must be the last content on the line
(#125) Only one argument is allowed per line in a multi-line function call
(#126) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#126) Only one argument is allowed per line in a multi-line function call
(#126) Closing parenthesis of a multi-line function call must be on a line by itself
(#128) Blank line found at end of control structure
(#135) Blank line found at end of control structure
local/eportfolio/db/events.php
(#33) Expected 1 newline at end of file; 0 found
local/eportfolio/db/install.php
(#53) Each PHP statement must be on a line by itself
local/eportfolio/db/uninstall.php
(#53) Blank line found at start of control structure
(#56) Blank line found at start of control structure
(#64) Blank line found at end of control structure
local/eportfolio/db/upgrade.php
(#42) Blank line found at start of control structure
(#69) Blank line found at start of control structure
(#120) Blank line found at start of control structure
(#135) Blank line found at start of control structure
(#150) Blank line found at start of control structure
(#165) Blank line found at start of control structure
(#191) Blank line found at end of control structure
(#194) Blank line found at start of control structure
(#208) Blank line found at start of control structure
(#237) Blank line found at start of control structure
(#240) Blank line found at start of control structure
(#246) Blank line found at start of control structure
(#260) Blank line found at end of control structure
(#267) Blank line found at start of control structure
(#310) Blank line found at start of control structure
(#343) Blank line found at start of control structure
(#367) Blank line found at start of control structure
(#382) Blank line found at start of control structure
(#415) Blank line found at start of control structure
(#428) Blank line found at start of control structure
local/eportfolio/download.php
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#33) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#33) Only one argument is allowed per line in a multi-line function call
(#33) Closing parenthesis of a multi-line function call must be on a line by itself
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#38) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#39) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#39) Only one argument is allowed per line in a multi-line function call
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
local/eportfolio/edit.php
(#30) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#32) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#36) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#38) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#38) Only one argument is allowed per line in a multi-line function call
(#38) Closing parenthesis of a multi-line function call must be on a line by itself
(#65) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Only one argument is allowed per line in a multi-line function call
(#66) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#66) Only one argument is allowed per line in a multi-line function call
(#66) Only one argument is allowed per line in a multi-line function call
(#67) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#67) Only one argument is allowed per line in a multi-line function call
(#67) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Blank line found at start of control structure
(#75) Long list syntax is not allowed
(#92) Long list syntax is not allowed
(#97) Long list syntax is not allowed
(#122) Blank line found at start of control structure
(#124) Opening parenthesis of a multi-line function call must be the last content on the line
(#124) Only one argument is allowed per line in a multi-line function call
(#125) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#125) Only one argument is allowed per line in a multi-line function call
(#125) Closing parenthesis of a multi-line function call must be on a line by itself
(#126) Blank line found at end of control structure
(#127) Blank line found at start of control structure
(#131) Blank line found at start of control structure
(#150) Blank line found at start of control structure
(#155) Blank line found at start of control structure
(#157) Blank line found at start of control structure
(#160) Blank line found at start of control structure
(#210) Opening parenthesis of a multi-line function call must be the last content on the line
(#211) Multi-line function call not indented correctly; expected 28 spaces but found 36
(#211) Closing parenthesis of a multi-line function call must be on a line by itself
(#215) Blank line found at start of control structure
(#260) Opening parenthesis of a multi-line function call must be the last content on the line
(#260) Only one argument is allowed per line in a multi-line function call
(#261) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#261) Closing parenthesis of a multi-line function call must be on a line by itself
(#265) Opening parenthesis of a multi-line function call must be the last content on the line
(#265) Only one argument is allowed per line in a multi-line function call
(#265) Only one argument is allowed per line in a multi-line function call
(#266) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#266) Closing parenthesis of a multi-line function call must be on a line by itself
(#268) Blank line found at end of control structure
(#270) Opening parenthesis of a multi-line function call must be the last content on the line
(#270) Only one argument is allowed per line in a multi-line function call
(#270) Only one argument is allowed per line in a multi-line function call
(#271) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#271) Closing parenthesis of a multi-line function call must be on a line by itself
(#273) Blank line found at end of control structure
(#274) Blank line found at start of control structure
(#280) Expected 1 blank line at end of file; 2 found
local/eportfolio/helpfaq.php
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#33) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#33) Only one argument is allowed per line in a multi-line function call
(#33) Closing parenthesis of a multi-line function call must be on a line by itself
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#38) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#39) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#39) Only one argument is allowed per line in a multi-line function call
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
local/eportfolio/index.php
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#36) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#36) Only one argument is allowed per line in a multi-line function call
(#36) Closing parenthesis of a multi-line function call must be on a line by itself
(#40) Opening parenthesis of a multi-line function call must be the last content on the line
(#41) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#42) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#42) Only one argument is allowed per line in a multi-line function call
(#42) Closing parenthesis of a multi-line function call must be on a line by itself
local/eportfolio/lang/de/local_eportfolio.php
(#29) The string key "navbar" is not in the correct order, it should be before "pluginname"
(#31) The string key "actions:header" is not in the correct order, it should be before "navbar"
(#33) Unexpected comment found. Auto-fixing will not work after this comment
(#37) The string key "error:missingcapability" is not in the correct order, it should be before "error:noguestaccess"
(#45) The string key "error:missingconfig:h5pcapability" is not in the correct order, it should be before "error:missingconfig:studentroles"
(#47) Unexpected comment found. Auto-fixing will not work after this comment
(#51) The string key "overview:shareoption:grade" is not in the correct order, it should be before "overview:shareoption:share"
(#53) The string key "overview:helpfaq:title" is not in the correct order, it should be before "overview:shareoption:template"
(#55) The string key "navbar:tab:myeportfolios" is not in the correct order, it should be before "overview:helpfaq:title"
(#64) The string key "overview:table:actions:edit" is not in the correct order, it should be before "overview:table:actions:share"
(#65) The string key "overview:table:actions:delete" is not in the correct order, it should be before "overview:table:actions:edit"
(#68) The string key "overview:table:actions:undo" is not in the correct order, it should be before "overview:table:actions:viewgradeform"
(#70) The string key "overview:table:actions:template" is not in the correct order, it should be before "overview:table:actions:undo:template"
(#73) The string key "overview:table:viewcourse" is not in the correct order, it should be before "overview:table:viewfile"
(#75) The string key "overview:table:selection" is not in the correct order, it should be before "overview:table:viewgradeform"
(#76) The string key "overview:table:filename" is not in the correct order, it should be before "overview:table:selection"
(#79) The string key "overview:table:filesize" is not in the correct order, it should be before "overview:table:filetimemodified"
(#80) The string key "overview:table:coursefullname" is not in the correct order, it should be before "overview:table:filesize"
(#83) The string key "overview:table:participants" is not in the correct order, it should be before "overview:table:sharedby"
(#85) The string key "overview:table:shareend" is not in the correct order, it should be before "overview:table:sharestart"
(#86) The string key "overview:table:grading" is not in the correct order, it should be before "overview:table:shareend"
(#87) The string key "overview:table:graded" is not in the correct order, it should be before "overview:table:grading"
(#89) The string key "overview:table:graded:done" is not in the correct order, it should be before "overview:table:graded:pending"
(#91) The string key "overview:table:filedeleted" is not in the correct order, it should be before "overview:table:istemplate"
(#95) The string key "overview:table:participants:enrolled" is not in the correct order, it should be before "overview:table:participants:fullcourse"
(#96) The string key "overview:table:participants:courserole" is not in the correct order, it should be before "overview:table:participants:enrolled"
(#97) The string key "overview:table:participants:coursegroup" is not in the correct order, it should be before "overview:table:participants:courserole"
(#98) The string key "overview:table:participants:anonymous" is not in the correct order, it should be before "overview:table:participants:coursegroup"
(#100) The string key "overview:eportfolio:fileselect" is not in the correct order, it should be before "overview:table:participants:anonymous"
(#102) The string key "overview:eportfolio:createnewfile" is not in the correct order, it should be before "overview:eportfolio:uploadnewfile"
(#109) The string key "overview:eportfolio:nofiles:mygrade" is not in the correct order, it should be before "overview:eportfolio:nofiles:myshared"
(#112) The string key "overview:eportfolio:nofiles:grade" is not in the correct order, it should be before "overview:eportfolio:nofiles:shared"
(#115) Unexpected comment found. Auto-fixing will not work after this comment
(#116) The string key "customfield:name" is not in the correct order, it should be before "overview:eportfolio:nofiles:template"
(#117) The string key "customfield:description" is not in the correct order, it should be before "customfield:name"
(#119) Unexpected comment found. Auto-fixing will not work after this comment
(#121) The string key "view:eportfolio:button:backtoeportfolio" is not in the correct order, it should be before "view:header"
(#122) The string key "view:eportfolio:button:backtocourse" is not in the correct order, it should be before "view:eportfolio:button:backtoeportfolio"
(#128) Unexpected comment found. Auto-fixing will not work after this comment
(#129) The string key "sharing:header" is not in the correct order, it should be before "view:eportfolio:timemodified"
(#130) The string key "sharing:form:step:nocourseselection" is not in the correct order, it should be before "sharing:header"
(#131) The string key "sharing:form:step:courseselection" is not in the correct order, it should be before "sharing:form:step:nocourseselection"
(#132) The string key "sharing:form:step:activityselection" is not in the correct order, it should be before "sharing:form:step:courseselection"
(#134) The string key "sharing:form:select:hint" is not in the correct order, it should be before "sharing:form:step:shareoptionselection"
(#136) The string key "sharing:form:step:confirm" is not in the correct order, it should be before "sharing:form:step:userselection"
(#137) The string key "sharing:form:courseselection" is not in the correct order, it should be before "sharing:form:step:confirm"
(#149) The string key "sharing:form:sharedcourses" is not in the correct order, it should be before "sharing:form:shareoptionselection:desc"
(#151) The string key "sharing:form:select:allcourses" is not in the correct order, it should be before "sharing:form:sharedcourses_help"
(#154) The string key "sharing:form:select:share" is not in the correct order, it should be before "sharing:form:shareoption"
(#155) The string key "sharing:form:select:grade" is not in the correct order, it should be before "sharing:form:select:share"
(#157) The string key "sharing:form:enddate:enable" is not in the correct order, it should be before "sharing:form:select:template"
(#168) The string key "sharing:form:select:pleaseselect" is not in the correct order, it should be before "sharing:form:sharedusers:desc"
(#169) The string key "sharing:form:fullcourse" is not in the correct order, it should be before "sharing:form:select:pleaseselect"
(#172) The string key "sharing:form:roles" is not in the correct order, it should be before "sharing:form:select:targetgroup"
(#174) The string key "sharing:form:enrolledusers" is not in the correct order, it should be before "sharing:form:roles_help"
(#183) The string key "sharing:alreadyshared:info" is not in the correct order, it should be before "sharing:form:nousersselected"
(#184) The string key "sharing:alreadyshared:course" is not in the correct order, it should be before "sharing:alreadyshared:info"
(#188) The string key "sharing:share:inserterror" is not in the correct order, it should be before "sharing:share:successful"
(#189) The string key "sharing:share:alreadyexists" is not in the correct order, it should be before "sharing:share:inserterror"
(#191) Unexpected comment found. Auto-fixing will not work after this comment
(#192) The string key "form:field:required" is not in the correct order, it should be before "sharing:share:alreadyexists"
(#193) The string key "form:cancelled" is not in the correct order, it should be before "form:field:required"
(#195) Unexpected comment found. Auto-fixing will not work after this comment
(#198) The string key "uploadform:description" is not in the correct order, it should be before "uploadform:title"
(#202) The string key "uploadform:template:check" is not in the correct order, it should be before "uploadform:template:header"
(#206) The string key "uploadform:successful" is not in the correct order, it should be before "uploadform:template:checklabel"
(#207) The string key "uploadform:error" is not in the correct order, it should be before "uploadform:successful"
(#208) The string key "uploadform:cancelled" is not in the correct order, it should be before "uploadform:error"
(#210) Unexpected comment found. Auto-fixing will not work after this comment
(#211) The string key "create:header" is not in the correct order, it should be before "uploadform:cancelled"
(#212) The string key "contenteditor" is not in the correct order, it should be before "create:header"
(#214) The string key "create:error" is not in the correct order, it should be before "create:success"
(#218) Unexpected comment found. Auto-fixing will not work after this comment
(#219) The string key "edit:header" is not in the correct order, it should be before "h5plibraries"
(#221) The string key "edit:error" is not in the correct order, it should be before "edit:success"
(#223) Unexpected comment found. Auto-fixing will not work after this comment
(#225) The string key "undo:confirm" is not in the correct order, it should be before "undo:header"
(#226) The string key "undo:checkconfirm" is not in the correct order, it should be before "undo:confirm"
(#228) The string key "undo:error" is not in the correct order, it should be before "undo:success"
(#229) The string key "delete:header" is not in the correct order, it should be before "undo:error"
(#230) The string key "delete:confirm" is not in the correct order, it should be before "delete:header"
(#232) The string key "delete:checkconfirm" is not in the correct order, it should be before "delete:nocourses"
(#234) The string key "delete:error" is not in the correct order, it should be before "delete:success"
(#236) The string key "use:template:confirm" is not in the correct order, it should be before "use:template:header"
(#237) The string key "use:template:checkconfirm" is not in the correct order, it should be before "use:template:confirm"
(#239) The string key "use:template:error" is not in the correct order, it should be before "use:template:success"
(#241) Unexpected comment found. Auto-fixing will not work after this comment
(#242) The string key "event:eportfolio:viewed:name" is not in the correct order, it should be before "use:template:error"
(#243) The string key "event:eportfolio:shared:name" is not in the correct order, it should be before "event:eportfolio:viewed:name"
(#244) The string key "event:eportfolio:created:name" is not in the correct order, it should be before "event:eportfolio:shared:name"
(#246) The string key "event:eportfolio:deleted:name" is not in the correct order, it should be before "event:eportfolio:edited:name"
(#249) The string key "event:eportfolio:shared:share" is not in the correct order, it should be before "event:eportfolio:viewed"
(#251) The string key "event:eportfolio:shared:grade" is not in the correct order, it should be before "event:eportfolio:shared:share"
(#257) The string key "event:eportfolio:created" is not in the correct order, it should be before "event:eportfolio:undo"
(#261) The string key "event:eportfolio:deleted" is not in the correct order, it should be before "event:eportfolio:edited"
(#264) Unexpected comment found. Auto-fixing will not work after this comment
(#266) The string key "message:emailmessage" is not in the correct order, it should be before "messageprovider:sharing"
(#273) The string key "message:contexturlname" is not in the correct order, it should be before "message:subject"
(#275) Unexpected comment found. Auto-fixing will not work after this comment
(#276) The string key "download:error" is not in the correct order, it should be before "message:contexturlname"
(#278) Unexpected comment found. Auto-fixing will not work after this comment
(#286) The string key "settings:globalnavbar:enable" is not in the correct order, it should be before "settings:studentroles:desc"
(#291) The string key "settings:disableuserselection:disable" is not in the correct order, it should be before "settings:helpandfaq:desc"
(#295) Unexpected comment found. Auto-fixing will not work after this comment
(#296) The string key "privacy:metadata:myeportfolios" is not in the correct order, it should be before "settings:disableuserselection:disable:desc"
(#299) The string key "privacy:metadata:local_eportfolio" is not in the correct order, it should be before "privacy:metadata:mysharedeportfolios"
(#301) The string key "privacy:metadata:local_eportfolio:title" is not in the correct order, it should be before "privacy:metadata:local_eportfolio:usermodified"
(#302) The string key "privacy:metadata:local_eportfolio:timecreated" is not in the correct order, it should be before "privacy:metadata:local_eportfolio:title"
(#308) The string key "privacy:metadata:local_eportfolio_share:title" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:usermodified"
(#309) The string key "privacy:metadata:local_eportfolio_share:shareoption" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:title"
(#310) The string key "privacy:metadata:local_eportfolio_share:enddate" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:shareoption"
(#311) The string key "privacy:metadata:local_eportfolio_share:courseid" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:enddate"
local/eportfolio/lang/en/local_eportfolio.php
(#29) The string key "navbar" is not in the correct order, it should be before "pluginname"
(#31) The string key "actions:header" is not in the correct order, it should be before "navbar"
(#33) Unexpected comment found. Auto-fixing will not work after this comment
(#37) The string key "error:missingcapability" is not in the correct order, it should be before "error:noguestaccess"
(#44) The string key "error:missingconfig:h5pcapability" is not in the correct order, it should be before "error:missingconfig:studentroles"
(#46) Unexpected comment found. Auto-fixing will not work after this comment
(#50) The string key "overview:shareoption:grade" is not in the correct order, it should be before "overview:shareoption:share"
(#52) The string key "overview:helpfaq:title" is not in the correct order, it should be before "overview:shareoption:template"
(#54) The string key "navbar:tab:myeportfolios" is not in the correct order, it should be before "overview:helpfaq:title"
(#63) The string key "overview:table:actions:edit" is not in the correct order, it should be before "overview:table:actions:share"
(#64) The string key "overview:table:actions:delete" is not in the correct order, it should be before "overview:table:actions:edit"
(#67) The string key "overview:table:actions:undo" is not in the correct order, it should be before "overview:table:actions:viewgradeform"
(#69) The string key "overview:table:actions:template" is not in the correct order, it should be before "overview:table:actions:undo:template"
(#72) The string key "overview:table:viewcourse" is not in the correct order, it should be before "overview:table:viewfile"
(#74) The string key "overview:table:selection" is not in the correct order, it should be before "overview:table:viewgradeform"
(#75) The string key "overview:table:filename" is not in the correct order, it should be before "overview:table:selection"
(#78) The string key "overview:table:filesize" is not in the correct order, it should be before "overview:table:filetimemodified"
(#79) The string key "overview:table:coursefullname" is not in the correct order, it should be before "overview:table:filesize"
(#82) The string key "overview:table:participants" is not in the correct order, it should be before "overview:table:sharedby"
(#84) The string key "overview:table:shareend" is not in the correct order, it should be before "overview:table:sharestart"
(#85) The string key "overview:table:grading" is not in the correct order, it should be before "overview:table:shareend"
(#86) The string key "overview:table:graded" is not in the correct order, it should be before "overview:table:grading"
(#88) The string key "overview:table:graded:done" is not in the correct order, it should be before "overview:table:graded:pending"
(#90) The string key "overview:table:filedeleted" is not in the correct order, it should be before "overview:table:istemplate"
(#94) The string key "overview:table:participants:enrolled" is not in the correct order, it should be before "overview:table:participants:fullcourse"
(#95) The string key "overview:table:participants:courserole" is not in the correct order, it should be before "overview:table:participants:enrolled"
(#96) The string key "overview:table:participants:coursegroup" is not in the correct order, it should be before "overview:table:participants:courserole"
(#97) The string key "overview:table:participants:anonymous" is not in the correct order, it should be before "overview:table:participants:coursegroup"
(#99) The string key "overview:eportfolio:fileselect" is not in the correct order, it should be before "overview:table:participants:anonymous"
(#101) The string key "overview:eportfolio:createnewfile" is not in the correct order, it should be before "overview:eportfolio:uploadnewfile"
(#106) The string key "overview:eportfolio:nofiles:mygrade" is not in the correct order, it should be before "overview:eportfolio:nofiles:myshared"
(#108) The string key "overview:eportfolio:nofiles:grade" is not in the correct order, it should be before "overview:eportfolio:nofiles:shared"
(#111) Unexpected comment found. Auto-fixing will not work after this comment
(#112) The string key "customfield:name" is not in the correct order, it should be before "overview:eportfolio:nofiles:template"
(#113) The string key "customfield:description" is not in the correct order, it should be before "customfield:name"
(#115) Unexpected comment found. Auto-fixing will not work after this comment
(#117) The string key "view:eportfolio:button:backtoeportfolio" is not in the correct order, it should be before "view:header"
(#118) The string key "view:eportfolio:button:backtocourse" is not in the correct order, it should be before "view:eportfolio:button:backtoeportfolio"
(#124) Unexpected comment found. Auto-fixing will not work after this comment
(#125) The string key "sharing:header" is not in the correct order, it should be before "view:eportfolio:timemodified"
(#126) The string key "sharing:form:step:nocourseselection" is not in the correct order, it should be before "sharing:header"
(#127) The string key "sharing:form:step:courseselection" is not in the correct order, it should be before "sharing:form:step:nocourseselection"
(#128) The string key "sharing:form:step:activityselection" is not in the correct order, it should be before "sharing:form:step:courseselection"
(#130) The string key "sharing:form:select:hint" is not in the correct order, it should be before "sharing:form:step:shareoptionselection"
(#132) The string key "sharing:form:step:confirm" is not in the correct order, it should be before "sharing:form:step:userselection"
(#133) The string key "sharing:form:courseselection" is not in the correct order, it should be before "sharing:form:step:confirm"
(#145) The string key "sharing:form:sharedcourses" is not in the correct order, it should be before "sharing:form:shareoptionselection:desc"
(#147) The string key "sharing:form:select:allcourses" is not in the correct order, it should be before "sharing:form:sharedcourses_help"
(#150) The string key "sharing:form:select:share" is not in the correct order, it should be before "sharing:form:shareoption"
(#151) The string key "sharing:form:select:grade" is not in the correct order, it should be before "sharing:form:select:share"
(#153) The string key "sharing:form:enddate:enable" is not in the correct order, it should be before "sharing:form:select:template"
(#164) The string key "sharing:form:fullcourse" is not in the correct order, it should be before "sharing:form:sharedusers:desc"
(#166) The string key "sharing:form:select:fullcourse" is not in the correct order, it should be before "sharing:form:select:pleaseselect"
(#168) The string key "sharing:form:roles" is not in the correct order, it should be before "sharing:form:select:targetgroup"
(#170) The string key "sharing:form:enrolledusers" is not in the correct order, it should be before "sharing:form:roles_help"
(#178) The string key "sharing:alreadyshared:info" is not in the correct order, it should be before "sharing:form:nousersselected"
(#179) The string key "sharing:alreadyshared:course" is not in the correct order, it should be before "sharing:alreadyshared:info"
(#183) The string key "sharing:share:inserterror" is not in the correct order, it should be before "sharing:share:successful"
(#184) The string key "sharing:share:alreadyexists" is not in the correct order, it should be before "sharing:share:inserterror"
(#186) Unexpected comment found. Auto-fixing will not work after this comment
(#187) The string key "form:field:required" is not in the correct order, it should be before "sharing:share:alreadyexists"
(#188) The string key "form:cancelled" is not in the correct order, it should be before "form:field:required"
(#190) Unexpected comment found. Auto-fixing will not work after this comment
(#193) The string key "uploadform:description" is not in the correct order, it should be before "uploadform:title"
(#197) The string key "uploadform:template:check" is not in the correct order, it should be before "uploadform:template:header"
(#200) The string key "uploadform:successful" is not in the correct order, it should be before "uploadform:template:checklabel"
(#201) The string key "uploadform:error" is not in the correct order, it should be before "uploadform:successful"
(#202) The string key "uploadform:cancelled" is not in the correct order, it should be before "uploadform:error"
(#204) Unexpected comment found. Auto-fixing will not work after this comment
(#205) The string key "create:header" is not in the correct order, it should be before "uploadform:cancelled"
(#206) The string key "contenteditor" is not in the correct order, it should be before "create:header"
(#208) The string key "create:error" is not in the correct order, it should be before "create:success"
(#212) Unexpected comment found. Auto-fixing will not work after this comment
(#213) The string key "edit:header" is not in the correct order, it should be before "h5plibraries"
(#215) The string key "edit:error" is not in the correct order, it should be before "edit:success"
(#217) Unexpected comment found. Auto-fixing will not work after this comment
(#219) The string key "undo:confirm" is not in the correct order, it should be before "undo:header"
(#220) The string key "undo:checkconfirm" is not in the correct order, it should be before "undo:confirm"
(#222) The string key "undo:error" is not in the correct order, it should be before "undo:success"
(#223) The string key "delete:header" is not in the correct order, it should be before "undo:error"
(#224) The string key "delete:confirm" is not in the correct order, it should be before "delete:header"
(#226) The string key "delete:checkconfirm" is not in the correct order, it should be before "delete:nocourses"
(#228) The string key "delete:error" is not in the correct order, it should be before "delete:success"
(#230) The string key "use:template:confirm" is not in the correct order, it should be before "use:template:header"
(#231) The string key "use:template:checkconfirm" is not in the correct order, it should be before "use:template:confirm"
(#233) The string key "use:template:error" is not in the correct order, it should be before "use:template:success"
(#235) Unexpected comment found. Auto-fixing will not work after this comment
(#236) The string key "event:eportfolio:viewed:name" is not in the correct order, it should be before "use:template:error"
(#237) The string key "event:eportfolio:shared:name" is not in the correct order, it should be before "event:eportfolio:viewed:name"
(#238) The string key "event:eportfolio:created:name" is not in the correct order, it should be before "event:eportfolio:shared:name"
(#240) The string key "event:eportfolio:deleted:name" is not in the correct order, it should be before "event:eportfolio:edited:name"
(#243) The string key "event:eportfolio:shared:share" is not in the correct order, it should be before "event:eportfolio:viewed"
(#245) The string key "event:eportfolio:shared:grade" is not in the correct order, it should be before "event:eportfolio:shared:share"
(#251) The string key "event:eportfolio:created" is not in the correct order, it should be before "event:eportfolio:undo"
(#255) The string key "event:eportfolio:deleted" is not in the correct order, it should be before "event:eportfolio:edited"
(#258) Unexpected comment found. Auto-fixing will not work after this comment
(#260) The string key "message:emailmessage" is not in the correct order, it should be before "messageprovider:sharing"
(#267) The string key "message:contexturlname" is not in the correct order, it should be before "message:subject"
(#269) Unexpected comment found. Auto-fixing will not work after this comment
(#270) The string key "download:error" is not in the correct order, it should be before "message:contexturlname"
(#272) Unexpected comment found. Auto-fixing will not work after this comment
(#280) The string key "settings:globalnavbar:enable" is not in the correct order, it should be before "settings:studentroles:desc"
(#284) The string key "settings:disableuserselection:disable" is not in the correct order, it should be before "settings:helpandfaq:desc"
(#288) Unexpected comment found. Auto-fixing will not work after this comment
(#289) The string key "privacy:metadata:myeportfolios" is not in the correct order, it should be before "settings:disableuserselection:disable:desc"
(#292) The string key "privacy:metadata:local_eportfolio" is not in the correct order, it should be before "privacy:metadata:mysharedeportfolios"
(#294) The string key "privacy:metadata:local_eportfolio:title" is not in the correct order, it should be before "privacy:metadata:local_eportfolio:usermodified"
(#295) The string key "privacy:metadata:local_eportfolio:timecreated" is not in the correct order, it should be before "privacy:metadata:local_eportfolio:title"
(#300) The string key "privacy:metadata:local_eportfolio_share:title" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:usermodified"
(#301) The string key "privacy:metadata:local_eportfolio_share:shareoption" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:title"
(#302) The string key "privacy:metadata:local_eportfolio_share:enddate" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:shareoption"
(#303) The string key "privacy:metadata:local_eportfolio_share:courseid" is not in the correct order, it should be before "privacy:metadata:local_eportfolio_share:enddate"
local/eportfolio/lib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
local/eportfolio/locallib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#46) Blank line found at start of control structure
(#81) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#81) Multi-line function declarations must define one parameter per line
(#81) Multi-line function declarations must define one parameter per line
(#81) Multi-line function declarations must define one parameter per line
(#82) Multi-line function declaration not indented correctly; expected 4 spaces but found 8
(#82) The closing parenthesis of a multi-line function declaration must be on a new line
(#130) Blank line found at start of control structure
(#144) Blank line found at end of control structure
(#197) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#197) Multi-line function declarations must define one parameter per line
(#197) Multi-line function declarations must define one parameter per line
(#197) Multi-line function declarations must define one parameter per line
(#198) Multi-line function declaration not indented correctly; expected 4 spaces but found 8
(#198) The closing parenthesis of a multi-line function declaration must be on a new line
(#216) Blank line found at end of control structure
(#392) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#416) Blank line found at end of control structure
(#462) Blank line found at end of control structure
(#467) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#503) Missing docblock for function local_eportfolio_is_grading_teacher
local/eportfolio/settings.php
(#29) Blank line found at start of control structure
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#34) Closing parenthesis of a multi-line function call must be on a line by itself
(#38) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#39) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#40) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#41) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#42) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#49) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#50) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#51) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#56) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#57) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#58) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#59) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#64) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#66) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#67) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#72) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#73) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#74) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#75) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#76) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#79) Whitespace found at end of line
(#83) Expected 1 blank line at end of file; 2 found
local/eportfolio/share.php
(#38) Opening parenthesis of a multi-line function call must be the last content on the line
(#39) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#40) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#40) Only one argument is allowed per line in a multi-line function call
(#40) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) Opening parenthesis of a multi-line function call must be the last content on the line
(#45) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#46) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#46) Only one argument is allowed per line in a multi-line function call
(#46) Closing parenthesis of a multi-line function call must be on a line by itself
(#92) Blank line found at start of control structure
(#97) Opening parenthesis of a multi-line function call must be the last content on the line
(#97) Only one argument is allowed per line in a multi-line function call
(#97) Only one argument is allowed per line in a multi-line function call
(#98) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#98) Closing parenthesis of a multi-line function call must be on a line by itself
(#99) Blank line found at end of control structure
(#100) Blank line found at start of control structure
(#106) Blank line found at end of control structure
(#123) Blank line found at start of control structure
(#128) Opening parenthesis of a multi-line function call must be the last content on the line
(#128) Only one argument is allowed per line in a multi-line function call
(#128) Only one argument is allowed per line in a multi-line function call
(#129) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#129) Closing parenthesis of a multi-line function call must be on a line by itself
(#130) Blank line found at end of control structure
(#131) Blank line found at start of control structure
(#159) Blank line found at end of control structure
(#180) Opening parenthesis of a multi-line function call must be the last content on the line
(#180) Only one argument is allowed per line in a multi-line function call
(#180) Only one argument is allowed per line in a multi-line function call
(#181) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#181) Closing parenthesis of a multi-line function call must be on a line by itself
(#182) Blank line found at end of control structure
(#183) Blank line found at start of control structure
(#189) Blank line found at end of control structure
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Blank line found at start of control structure
(#215) Opening parenthesis of a multi-line function call must be the last content on the line
(#215) Only one argument is allowed per line in a multi-line function call
(#215) Only one argument is allowed per line in a multi-line function call
(#216) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#216) Closing parenthesis of a multi-line function call must be on a line by itself
(#217) Blank line found at end of control structure
(#218) Blank line found at start of control structure
(#250) Blank line found at start of control structure
(#284) Opening parenthesis of a multi-line function call must be the last content on the line
(#284) Only one argument is allowed per line in a multi-line function call
(#284) Only one argument is allowed per line in a multi-line function call
(#285) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#285) Closing parenthesis of a multi-line function call must be on a line by itself
(#292) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#293) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#293) Blank line found at start of control structure
(#309) Blank line found at start of control structure
(#323) Blank line found at end of control structure
(#334) Blank line found at end of control structure
(#337) Blank line found at start of control structure
(#344) Opening parenthesis of a multi-line function call must be the last content on the line
(#344) Only one argument is allowed per line in a multi-line function call
(#345) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#345) Only one argument is allowed per line in a multi-line function call
(#345) Only one argument is allowed per line in a multi-line function call
(#345) Closing parenthesis of a multi-line function call must be on a line by itself
(#369) Blank line found at end of control structure
(#376) Opening parenthesis of a multi-line function call must be the last content on the line
(#376) Only one argument is allowed per line in a multi-line function call
(#377) Multi-line function call not indented correctly; expected 32 spaces but found 40
(#377) Closing parenthesis of a multi-line function call must be on a line by itself
(#381) Opening parenthesis of a multi-line function call must be the last content on the line
(#382) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#383) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#383) Only one argument is allowed per line in a multi-line function call
(#383) Closing parenthesis of a multi-line function call must be on a line by itself
(#384) Blank line found at end of control structure
(#385) Blank line found at start of control structure
(#387) Opening parenthesis of a multi-line function call must be the last content on the line
(#388) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#389) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#389) Only one argument is allowed per line in a multi-line function call
(#389) Closing parenthesis of a multi-line function call must be on a line by itself
(#391) Blank line found at start of control structure
(#393) Opening parenthesis of a multi-line function call must be the last content on the line
(#394) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#395) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#395) Only one argument is allowed per line in a multi-line function call
(#395) Closing parenthesis of a multi-line function call must be on a line by itself
(#397) Blank line found at end of control structure
(#398) Blank line found at start of control structure
(#401) Blank line found at end of control structure
local/eportfolio/upload.php
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#35) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#35) Only one argument is allowed per line in a multi-line function call
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#39) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#41) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#41) Only one argument is allowed per line in a multi-line function call
(#41) Closing parenthesis of a multi-line function call must be on a line by itself
(#72) Opening parenthesis of a multi-line function call must be the last content on the line
(#72) Only one argument is allowed per line in a multi-line function call
(#72) Only one argument is allowed per line in a multi-line function call
(#72) Only one argument is allowed per line in a multi-line function call
(#73) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#73) Only one argument is allowed per line in a multi-line function call
(#73) Closing parenthesis of a multi-line function call must be on a line by itself
(#77) Blank line found at start of control structure
(#80) Opening parenthesis of a multi-line function call must be the last content on the line
(#80) Only one argument is allowed per line in a multi-line function call
(#80) Only one argument is allowed per line in a multi-line function call
(#81) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#81) Closing parenthesis of a multi-line function call must be on a line by itself
(#82) Blank line found at end of control structure
(#83) Blank line found at start of control structure
(#85) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#86) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#86) Only one argument is allowed per line in a multi-line function call
(#86) Closing parenthesis of a multi-line function call must be on a line by itself
(#106) Blank line found at start of control structure
(#108) Blank line found at start of control structure
(#110) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#111) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#111) Blank line found at start of control structure
(#115) Opening parenthesis of a multi-line function call must be the last content on the line
(#115) Only one argument is allowed per line in a multi-line function call
(#115) Only one argument is allowed per line in a multi-line function call
(#115) Only one argument is allowed per line in a multi-line function call
(#115) Only one argument is allowed per line in a multi-line function call
(#116) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#116) Closing parenthesis of a multi-line function call must be on a line by itself
(#144) Blank line found at end of control structure
(#158) Opening parenthesis of a multi-line function call must be the last content on the line
(#158) Only one argument is allowed per line in a multi-line function call
(#159) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#159) Closing parenthesis of a multi-line function call must be on a line by itself
(#163) Opening parenthesis of a multi-line function call must be the last content on the line
(#163) Only one argument is allowed per line in a multi-line function call
(#163) Only one argument is allowed per line in a multi-line function call
(#164) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#164) Closing parenthesis of a multi-line function call must be on a line by itself
(#166) Blank line found at end of control structure
(#167) Blank line found at start of control structure
local/eportfolio/view.php
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#35) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#35) Only one argument is allowed per line in a multi-line function call
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#39) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#41) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#41) Only one argument is allowed per line in a multi-line function call
(#41) Closing parenthesis of a multi-line function call must be on a line by itself
(#103) Blank line found at end of control structure
(#120) Opening parenthesis of a multi-line function call must be the last content on the line
(#120) Only one argument is allowed per line in a multi-line function call
(#121) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#121) Only one argument is allowed per line in a multi-line function call
(#121) Only one argument is allowed per line in a multi-line function call
(#122) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#122) Only one argument is allowed per line in a multi-line function call
(#122) Closing parenthesis of a multi-line function call must be on a line by itself
(#173) Each PHP statement must be on a line by itself
(#186) Opening parenthesis of a multi-line function call must be the last content on the line
(#186) Only one argument is allowed per line in a multi-line function call
(#187) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#187) Closing parenthesis of a multi-line function call must be on a line by itself

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(1 errors, 0 warnings)

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

local/eportfolio/classes/local/overview.php
(#892) Phpdocs for function overview::action_button_undo has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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

local/eportfolio/templates/helpfaq.mustache
(#1) HTML Validation info, line 1: This document appears to be written in German but the “html” start tag has “lang="en"”. Consider using “lang="de"” (or variant) instead. (TYPE html><html lang="en"><head>)
local/eportfolio/templates/view_h5p_player.mustache
(#1) HTML Validation info, line 10: Empty heading. (> <h4></h4>)

Gherkin .feature problems

(0 errors, 0 warnings)

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