coactum / moodle-mod_annopy

A moodle plugin where teachers can upload a wide variety of multimedia texts which participants can then annotate.
Other
1 stars 0 forks source link

Frankenstyle was not being followed #5

Open purnendudash opened 9 months ago

purnendudash commented 9 months ago

https://github.com/coactum/moodle-mod_annopy/blob/b940750110b417760029540c9e87883305b9b72d/classes/event/annotation_created.php#L33

Kindly check the Frankenstyle from here - https://moodledev.io/general/development/policies/codingstyle/frankenstyle

nicke commented 9 months ago

Thanks for the suggestion. We will change this in the next version.

danmarsden commented 7 months ago

this looks ok to me - it's namespaced in namespace mod_annopy\event;

or was there something else missing there?