chore: add missing Override attribute to app code

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2026-04-28 19:35:30 +02:00
parent 20acaf307e
commit d8e8703796
955 changed files with 3007 additions and 0 deletions
@@ -32,14 +32,17 @@ class JavaScriptSourceMaps implements ISetupCheck {
) {
}
#[\Override]
public function getCategory(): string {
return 'network';
}
#[\Override]
public function getName(): string {
return $this->l10n->t('JavaScript source map support');
}
#[\Override]
public function run(): SetupResult {
$testFile = $this->urlGenerator->linkTo('settings', 'js/map-test.js.map');