tt-rss/classes/ICatchall.php
2023-10-25 12:55:09 +03:00

5 lines
72 B
PHP

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