mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
f6711bb394
All the setup/teardown/pre/post/conditions template methods now are required to return void. This was warned with phpunit 7 and now is enforced. At the same time, fix a few wrong function names, provider data and param types, return statements...
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766