mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 05:28:30 +01:00
29a541724f
This has been generated running the following Sniff, part of the Moodle's CodeSniffer standard: - PSR2.Methods.MethodDeclaration It just ensures all the function declarations have the correct order for: - abstract and final. - visibility (public, protected, private). - static. So, all the lines modified by this commit are function declarations and the only changes are in the positions of those keywords.
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: https://moodledev.io/docs/apis/plugintypes/repository Track: http://tracker.moodle.org/browse/MDL-13766