File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 29
29
replace_code_block_types : ~
30
30
replacement : ~
31
31
short_array_syntax : ~
32
+ space_between_label_and_link_in_doc : ~
32
33
space_between_label_and_link_in_ref : ~
33
34
typo : ~
34
35
unused_links : ~
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Authentication and Firewalls (i.e. Getting the User's Credentials)
6
6
7
7
You can configure Symfony to authenticate your users using any method you
8
8
want and to load user information from any source. This is a complex topic, but
9
- the :doc: `Security guide</security> ` has a lot of information about
9
+ the :doc: `Security guide </security >` has a lot of information about
10
10
this.
11
11
12
12
Regardless of your needs, authentication is configured in ``security.yml ``,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ String Constraints
20
20
* :doc:`Url </ reference/constraints/Url> `
21
21
* :doc:`Regex </ reference/constraints/Regex> `
22
22
* :doc:`Ip </ reference/constraints/Ip> `
23
- * :doc:`Uuid</ reference/constraints/Uuid> `
23
+ * :doc:`Uuid </ reference/constraints/Uuid> `
24
24
* :doc:`UserPassword </ reference/constraints/UserPassword> `
25
25
26
26
Comparison Constraints
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ the option. Symfony will then pass the form when calling it::
49
49
.. note::
50
50
51
51
When your form contains multiple submit buttons, you can change the
52
- validation group depending on :doc:`which button is used</form/button_based_validation>`
52
+ validation group depending on :doc:`which button is used </form/button_based_validation>`
53
53
to submit the form.
54
54
55
55
If you need advanced logic to determine the validation groups have
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A submit button.
16
16
| | - `translation_domain `_ |
17
17
| | - `validation_groups `_ |
18
18
+----------------------+----------------------------------------------------------------------+
19
- | Parent type | :doc: `ButtonType</reference/forms/types/button> ` |
19
+ | Parent type | :doc: `ButtonType </reference/forms/types/button >` |
20
20
+----------------------+----------------------------------------------------------------------+
21
21
| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ SubmitType ` |
22
22
+----------------------+----------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments