Skip to content

Commit 72659e2

Browse files
committed
fix PHP code block
1 parent c7f2ee6 commit 72659e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/form/type_guesser.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ that the type guesser cannot guess the type.
7474

7575
The ``TypeGuess`` constructor requires 3 options:
7676

77-
* The type name (one of the :doc:`form types </reference/forms/types`);
77+
* The type name (one of the :doc:`form types </reference/forms/types>`);
7878
* Additional options (for instance, when the type is ``entity``, you also
7979
want to set the ``class`` option). If no types are guessed, this should be
8080
set to an empty array;

components/security/authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ own, it just needs to follow these rules:
205205
must first of all make sure the password is not too long, i.e. the password length is no longer
206206
than 4096 characters. This is for security reasons (see `CVE-2013-5750`_), and you can use the
207207
:method:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder::isPasswordTooLong`
208-
method for this check:
208+
method for this check::
209209

210210
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
211211

0 commit comments

Comments
 (0)