1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-06-15 19:23:11 +00:00
parent f4ebed69d8
commit be4233f3ff
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

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