diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php
index 4aef2d3ade68bb9cf0ae92f4af9c0ddc30b27bd8..bd3e7f157b23fcecd557403a5783ffdc58f65d3d 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