1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-21 11:26:38 +02:00
ttrss/classes/ICatchall.php
2023-10-25 12:55:09 +03:00

5 lines
72 B
PHP

<?php
interface ICatchall {
function catchall(string $method): void;
}