Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(366 errors, 32 warnings)

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

mod/data/field/poodll/classes/constants.php
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// deprecated" but found "//deprecated"
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
mod/data/field/poodll/field.class.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) 75 slashes comments are not allowed; use "// Comment." instead
(#3) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#8) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line exceeds 132 characters; contains 151 characters
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#20) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#21) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) 75 slashes comments are not allowed; use "// Comment." instead
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$type"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) No space found before comment text; expected "// max bytes field" but found "//max bytes field"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) No space found before comment text; expected "// response type" but found "//response type"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) This comment is 58% valid code; is this commented out code?
(#49) Line indented incorrectly; expected at least 8 spaces, found 7
(#61) Visibility must be declared on method "display_add_field"
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) This comment is 75% valid code; is this commented out code?
(#69) No space found before comment text; expected "// editors_head_setup();" but found "//editors_head_setup();"
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Whitespace found at end of line
(#77) Expected "if (...) {\n"; found "if (...){\n"
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#79) Expected "if (...) {\n"; found "if(...){\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 13
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#84) Commas (,) must be followed by white space.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Whitespace found at end of line
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 8 spaces, found 7
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 12 spaces, found 9
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 10
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 12 spaces, found 9
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 16 spaces, found 10
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#117) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 9
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 9
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 4
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 5
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 16 spaces, found 4
(#123) Expected "} else {\n"; found "}else{\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 20 spaces, found 5
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 16 spaces, found 4
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 16 spaces, found 10
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Line exceeds maximum limit of 180 characters; contains 189 characters
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 9
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 10
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#131) Line exceeds 132 characters; contains 141 characters
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Closing brace indented incorrectly; expected 8 spaces, found 2
(#135) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#140) Visibility must be declared on method "get_file"
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) No space found before comment text; expected "// remove @@pluginfile" but found "//remove @@pluginfile"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#155) Closing brace indented incorrectly; expected 1 spaces, found 4
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Visibility must be declared on method "display_search_field"
(#162) Visibility must be declared on method "parse_search_field"
(#166) Visibility must be declared on method "generate_sql"
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Line exceeds 132 characters; contains 161 characters
(#175) Visibility must be declared on method "print_after_form"
(#179) Visibility must be declared on method "update_content"
(#185) Whitespace found at end of line
(#185) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Usage of ELSEIF not allowed; use ELSE IF instead
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 14
(#195) Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) This comment is 58% valid code; is this commented out code?
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 5
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 9
(#227) Visibility must be declared on method "display_browse_field"
(#229) Whitespace found at end of line
(#230) No space found before comment text; expected "// We have quite the old javascript.php based "click to play"" but found "//We have quite the old javascript.php based "click to play""
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) No space found before comment text; expected "// This just make sure double sure doesn't get called." but found "//This just make sure double sure doesn't get called."
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#234) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 16 spaces, found 5
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#246) Line indented incorrectly; expected 16 spaces, found 9
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 20 spaces, found 9
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 20 spaces, found 9
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 24 spaces, found 13
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 24 spaces, found 11
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 20 spaces, found 9
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 24 spaces, found 11
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 24 spaces, found 12
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 20 spaces, found 9
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 20 spaces, found 9
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 24 spaces, found 10
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 20 spaces, found 9
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 24 spaces, found 10
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Whitespace found at end of line
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 16 spaces, found 3
(#267) Closing brace indented incorrectly; expected 9 spaces, found 3
(#268) Whitespace found at end of line
(#283) Visibility must be declared on method "file_ok"
(#293) Visibility must be declared on method "image"
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
mod/data/field/poodll/lang/en/datafield_poodll.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// these need to go in /mod/data/lang/en/data.php" but found "//these need to go in /mod/data/lang/en/data.php"
mod/data/field/poodll/version.php
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 50% valid code; is this commented out code?
(#27) No space found before comment text; expected "// moodle 3.1.0" but found "//moodle 3.1.0"

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

(4 errors, 0 warnings)

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

mod/data/field/poodll/styles.css
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(28 errors, 2 warnings)

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

mod/data/field/poodll/classes/constants.php
(#30) Class constants is not documented
(#34) Constant constants::M_COMPONENT is not documented
(#35) Constant constants::M_FILEAREA is not documented
(#36) Constant constants::M_SUBPLUGIN is not documented
(#38) Constant constants::REC_AUDIO is not documented
(#39) Constant constants::REC_VIDEO is not documented
(#40) Constant constants::REC_AUDIOMP3 is not documented
(#41) Constant constants::REC_WHITEBOARDSIMPLE is not documented
(#42) Constant constants::REC_WHITEBOARDFULL is not documented
(#43) Constant constants::REC_SNAPSHOT is not documented
(#17) No one-line description found in phpdocs for file
mod/data/field/poodll/classes/privacy/provider.php
(#39) Class provider is not documented
mod/data/field/poodll/field.class.php
(#24) File-level phpdocs block is not found
(#29) Class data_field_poodll is not documented
(#61) Function data_field_poodll::display_add_field is not documented
(#140) Function data_field_poodll::get_file is not documented
(#158) Function data_field_poodll::display_search_field is not documented
(#162) Function data_field_poodll::parse_search_field is not documented
(#166) Function data_field_poodll::generate_sql is not documented
(#175) Function data_field_poodll::print_after_form is not documented
(#179) Function data_field_poodll::update_content is not documented
(#31) Variable data_field_poodll::$type is not documented
(#2) Found comment starting with three or more slashes
(#22) Found comment starting with three or more slashes
(#290) Not recommended phpdocs tag @global used
(#29) Package is not specified for class data_field_poodll. It is also not specified in file-level phpdocs
mod/data/field/poodll/lang/en/datafield_poodll.php
(#2) Empty line found after PHP open tag
(#21) Package datafield is not valid
mod/data/field/poodll/version.php
(#17) No one-line description found in phpdocs for file
(#18) Package datafield is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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