mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-30 19:22:12 +00:00
Fix CS
This commit is contained in:
parent
bf329d34d8
commit
c6a69e595c
23 changed files with 57 additions and 57 deletions
|
@ -59,7 +59,7 @@ class ListUserCommand extends Command
|
|||
$io->table(['username', 'email', 'is enabled?', 'is admin?'], $rows);
|
||||
|
||||
$io->success(
|
||||
sprintf(
|
||||
\sprintf(
|
||||
'%s/%s%s user(s) displayed.',
|
||||
\count($users),
|
||||
$nbUsers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue