mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
5 lines
72 B
PHP
5 lines
72 B
PHP
<?php
|
|
interface ICatchall {
|
|
function catchall(string $method): void;
|
|
}
|