Fix comment syntax

This commit is contained in:
Lukas Reschke 2015-10-08 17:30:40 +02:00
parent adeab41e2a
commit 9b220d0576
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ class CheckSetupController extends Controller {
return ''; return '';
} }
/* /**
* Whether the php version is still supported (at time of release) * Whether the php version is still supported (at time of release)
* according to: https://secure.php.net/supported-versions.php * according to: https://secure.php.net/supported-versions.php
* *
@ -195,7 +195,7 @@ class CheckSetupController extends Controller {
return ['eol' => $eol, 'version' => PHP_VERSION]; return ['eol' => $eol, 'version' => PHP_VERSION];
} }
/* /**
* Check if the reverse proxy configuration is working as expected * Check if the reverse proxy configuration is working as expected
* *
* @return bool * @return bool