make phpstan happy
This commit is contained in:
parent
3181272619
commit
8c9c69921f
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue