summaryrefslogtreecommitdiffstats
path: root/settings/Controller
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-02-10 10:31:46 +0100
committerMichael Weimann <mail@michael-weimann.eu>2019-02-10 10:31:46 +0100
commit587a140c8a75e9a3a0a98ccd37675f785d37f5ab (patch)
tree2d6121cd80407f933b10e9413e159e577c3f223f /settings/Controller
parent6c5282138979a7d56feeb5d38462761f1102f1d1 (diff)
downloadnextcloud-server-587a140c8a75e9a3a0a98ccd37675f785d37f5ab.tar.gz
nextcloud-server-587a140c8a75e9a3a0a98ccd37675f785d37f5ab.zip
Code style and comment fixes
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'settings/Controller')
-rw-r--r--settings/Controller/ServerInfoSettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/ServerInfoSettingsController.php b/settings/Controller/ServerInfoSettingsController.php
index 29d36b2e196..a5c80211712 100644
--- a/settings/Controller/ServerInfoSettingsController.php
+++ b/settings/Controller/ServerInfoSettingsController.php
@@ -53,7 +53,7 @@ class ServerInfoSettingsController extends Controller {
string $providerWebsite,
string $providerPrivacyLink,
string $adminContact
- ) {
+ ): void {
$configs = [
ServerInfo::SETTING_LOCATION => $location,
ServerInfo::SETTING_PROVIDER => $provider,