We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5388ba commit baff6e1Copy full SHA for baff6e1
phpdbg_prompt.c
@@ -786,7 +786,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
786
phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name);
787
while (sub_command && sub_command->name) {
788
if (sub_command->alias) {
789
- phpdbg_writeln(" |-------- %c -> %s\t%s", sub_command->alias,
+ phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias,
790
sub_command->name, sub_command->tip);
791
}
792
++sub_command;
0 commit comments