Skip to content

Commit d9dfa96

Browse files
committed
order class names alphabetically
The codechecker wants the "implements" class names in alphabetical order
1 parent 78dbbad commit d9dfa96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/privacy/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
4141
*/
4242
class provider implements
43-
core_userlist_provider,
4443
\core_privacy\local\metadata\provider,
45-
\core_privacy\local\request\plugin\provider {
44+
\core_privacy\local\request\plugin\provider,
45+
core_userlist_provider {
4646
/**
4747
* Function that describes the type of data that is stored.
4848
* @param collection $collection

0 commit comments

Comments
 (0)