mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
Typing IHandler methods, typing Handler_Public, fix type of $feed_id (might be tag).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
interface IHandler {
|
||||
function csrf_ignore(string $method): bool;
|
||||
function before($method);
|
||||
function after();
|
||||
function before(string $method): bool;
|
||||
function after(): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user