1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00

Add more global codes

This commit is contained in:
Daniil Gentili 2024-06-15 18:09:39 +02:00
parent d16e275a29
commit 58bb7dd5e4

View File

@ -216,7 +216,7 @@ final class Main
}
$anyok = true;
}
if (!$anyok) {
if (!$anyok && $methods) {
continue;
}