make phpstan happy

This commit is contained in:
Andrew Dolgov
2023-10-25 18:04:42 +03:00
parent 3181272619
commit 8c9c69921f

View File

@@ -835,7 +835,7 @@ class Handler_Public extends Handler {
}
// implicit Config::sanity_check() does the actual checking */
public function healthcheck() {
public function healthcheck() : void {
header("Content-Type: text/plain");
print "OK";
}