mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
chore: add missing Override attribute to app code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user