mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 11:17:10 +00:00
Update signature of handler 'csrf_ignore' to include types.
This commit is contained in:
@@ -8,7 +8,7 @@ class Handler implements IHandler {
|
||||
$this->args = $args;
|
||||
}
|
||||
|
||||
function csrf_ignore($method) {
|
||||
function csrf_ignore(string $method): bool {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user