catalyst / moodle-local_sitenotice

https://moodle.org/plugins/local_sitenotice
4 stars 7 forks source link

Add type hinting for all methods #70

Closed dmitriim closed 2 weeks ago

dmitriim commented 11 months ago

Lacking of type hinting can case some nasty bugs related to changes in PHP. E.g. https://github.com/catalyst/moodle-local_sitenotice/issues/65

We need to refactor the code and add type hinting for all methods.

dmitriim commented 2 weeks ago

This should be fixed in the latest version of the plugin.