KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Missing PHP Doc #202

Closed hgeorgsch closed 1 year ago

hgeorgsch commented 3 years ago

/home/runner/work/moodle-mod_capquiz/moodle-mod_capquiz/moodle/mod/capquiz/classes/output/renderer.php Line 214: Class ( is not documented

/home/runner/work/moodle-mod_capquiz/moodle-mod_capquiz/moodle/mod/capquiz/classes/capquiz_question_rating.php Line 86: Phpdocs for function capquiz_question_rating::insert_question_rating_entry has incomplete parameters list

hgeorgsch commented 3 years ago

The first one, renderer line 214 is from instantiation of an anonymous class. This is clearly a syntax feature which the CI does not recognise.

The second error has been resolved. It was due to mistyping, boolean instead of bool

hgeorgsch commented 1 year ago

Test currently pass. Closing.