summaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler.php')
-rw-r--r--classes/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler.php b/classes/handler.php
index 09557c284..4c79628db 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -8,7 +8,7 @@ class Handler implements IHandler {
$this->args = $args;
}
- function csrf_ignore($method) {
+ function csrf_ignore(string $method): bool {
return false;
}