1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/classes/ICatchall.php

5 lines
72 B
PHP
Raw Normal View History

2023-04-09 20:30:04 +02:00
<?php
interface ICatchall {
function catchall(string $method): void;
}