Skip to content

Commit 3039806

Browse files
committed
[#5890] minor tweaks
1 parent 4a4c68a commit 3039806

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cookbook/security/custom_provider.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,8 @@ is compared to the hashed password returned by your ``getPassword()`` method.
378378
'AppBundle\Security\User\WebserviceUser' => array(
379379
'algorithm' => 'bcrypt',
380380
'cost' => 12,
381-
)
381+
),
382382
),
383-
// ...
384383
));
385384
386385
.. _MessageDigestPasswordEncoder: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php

0 commit comments

Comments
 (0)