summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-10-08 17:30:40 +0200
committerLukas Reschke <lukas@owncloud.com>2015-10-08 17:35:31 +0200
commit9b220d0576d2639740c60a72343ece99dbc39a9c (patch)
tree43ea79361f8a922de89fb4725ba871fc75206986 /settings
parentadeab41e2ab86e149912e37cdc7ee8bb5a0625c7 (diff)
downloadnextcloud-server-9b220d0576d2639740c60a72343ece99dbc39a9c.tar.gz
nextcloud-server-9b220d0576d2639740c60a72343ece99dbc39a9c.zip
Fix comment syntax
Diffstat (limited to 'settings')
-rw-r--r--settings/controller/checksetupcontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php
index 4aef2d3ade6..bd3e7f157b2 100644
--- a/settings/controller/checksetupcontroller.php
+++ b/settings/controller/checksetupcontroller.php
@@ -178,7 +178,7 @@ class CheckSetupController extends Controller {
return '';
}
- /*
+ /**
* Whether the php version is still supported (at time of release)
* according to: https://secure.php.net/supported-versions.php
*
@@ -195,7 +195,7 @@ class CheckSetupController extends Controller {
return ['eol' => $eol, 'version' => PHP_VERSION];
}
- /*
+ /**
* Check if the reverse proxy configuration is working as expected
*
* @return bool