summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-25 18:04:42 +0300
committerAndrew Dolgov <[email protected]>2023-10-25 18:04:42 +0300
commit8c9c69921f8552e49291df9e2503709aaa564270 (patch)
tree1a7d28db96394537976b4121190f2bdcac0afc3d
parent31812726190407ae52f673b9c3184f5348c2fcc1 (diff)
make phpstan happyprotected/psr-4
-rw-r--r--classes/Handler_Public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Handler_Public.php b/classes/Handler_Public.php
index d0e434c8e..208c8e40a 100644
--- a/classes/Handler_Public.php
+++ b/classes/Handler_Public.php
@@ -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";
}