1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-06-15 21:22:41 +02:00
parent 651cf64f1e
commit f4ebed69d8

View File

@ -209,12 +209,8 @@ final class Main
continue;
}
if (!isset(self::GLOBAL_CODES[$err])) {
<<<<<<< HEAD
echo "Missing code for $err!\n";
=======
echo("Missing code for $err!\n");
continue;
>>>>>>> d38130e (Fix)
}
$r[self::GLOBAL_CODES[$err]][$err] = [];
}