Skip to content

Commit

Permalink
php5 compatibility : remove type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed Apr 25, 2018
1 parent f6fae84 commit 548ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class provider implements \core_privacy\local\metadata\null_provider {
*
* @return string
*/
public static function get_reason() : string {
public static function get_reason() {
return 'privacy:metadata';
}
}

0 comments on commit 548ae02

Please sign in to comment.