We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d344cf8 commit 2d25b25Copy full SHA for 2d25b25
classes/privacy/provider.php
@@ -33,15 +33,14 @@
33
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
*/
35
class provider implements \core_privacy\local\metadata\null_provider {
36
- use \core_privacy\local\legacy_polyfill;
37
38
/**
39
* Get the language string identifier with the component's language
40
* file to explain why this plugin stores no data.
41
*
42
* @return string
43
44
- public static function _get_reason() {
+ public static function get_reason() : string {
45
return 'privacy:metadata';
46
}
47
0 commit comments