mirror of
https://github.com/danog/telerpc.git
synced 2024-11-26 12:04:47 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
f4ebed69d8
commit
be4233f3ff
@ -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] = [];
|
||||
|
Loading…
Reference in New Issue
Block a user