Make Moodle linter happy. Mainly tests.

This commit is contained in:
Srdjan
2023-07-04 12:17:41 +10:00
parent 143862e25a
commit 4aa5976ea8
27 changed files with 105 additions and 80 deletions

View File

@@ -23,8 +23,6 @@
namespace auth_outage\privacy;
use core_privacy\local\legacy_polyfill;
/**
* Privacy provider for the authentication manual.
*
@@ -34,8 +32,6 @@ use core_privacy\local\legacy_polyfill;
class provider implements
\core_privacy\local\metadata\null_provider {
use legacy_polyfill;
/**
* Get the language string identifier with the component's language
* file to explain why this plugin stores no data.
@@ -45,7 +41,7 @@ class provider implements
*
* @return string
*/
public static function _get_reason() {
public static function get_reason() : string {
return 'privacy:no_data_reason';
}