Skip to content

Commit 536d4fa

Browse files
committed
Minor code style fix
Fixes indentation in a configuration file
1 parent d3ccc96 commit 536d4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Resources/config/console.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
return static function (ContainerConfigurator $container) {
1717
$container->services()
1818
->set('security.command.user_password_hash', UserPasswordHashCommand::class)
19-
->args([
20-
service('security.password_hasher_factory'),
21-
abstract_arg('list of user classes'),
22-
])
23-
->tag('console.command')
19+
->args([
20+
service('security.password_hasher_factory'),
21+
abstract_arg('list of user classes'),
22+
])
23+
->tag('console.command')
2424
;
2525
};

0 commit comments

Comments
 (0)