Closed dmitriim closed 2 weeks 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.
This should be fixed in the latest version of the plugin.
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.