We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d66bbf commit 11a6f28Copy full SHA for 11a6f28
classes/privacy/provider.php
@@ -36,7 +36,7 @@ class provider implements null_provider {
36
*
37
* @return string
38
*/
39
- public static function get_reason() {
+ public static function get_reason(): string {
40
return 'privacy:metadata';
41
}
42
0 commit comments