make phpstan happy

This commit is contained in:
Andrew Dolgov 2023-10-25 18:04:42 +03:00
parent 3181272619
commit 8c9c69921f
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 1 additions and 1 deletions

View File

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