Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cffd6b9 + c7d1791 commit 5ab5246Copy full SHA for 5ab5246
cookbook/security/named_encoders.rst
@@ -105,7 +105,7 @@ named encoders:
105
This creates an encoder named ``harsh``. In order for a ``User`` instance
106
to use it, the class must implement
107
:class:`Symfony\\Component\\Security\\Core\\Encoder\\EncoderAwareInterface`.
108
-The interface requires one method - ``getEncoderName`` - which should reutrn
+The interface requires one method - ``getEncoderName`` - which should return
109
the name of the encoder to use::
110
111
// src/Acme/UserBundle/Entity/User.php
0 commit comments