File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ You can also create more customized pools:
301
301
Each pool manages a set of independent cache keys: keys from different pools
302
302
*never * collide, even if they share the same backend. This is achieved by prefixing
303
303
keys with a namespace that's generated by hashing the name of the pool, the name
304
- of the compiled container class and a :ref: `configurable seed<reference-cache-prefix-seed> `
304
+ of the compiled container class and a :ref: `configurable seed <reference-cache-prefix-seed >`
305
305
that defaults to the project directory.
306
306
307
307
Each custom pool becomes a service whose service ID is the name of the pool
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Referencing Secrets in Configuration Files
98
98
------------------------------------------
99
99
100
100
Secret values can be referenced in the same way as
101
- :ref: `environment variables<config-env-vars> `. Be careful that you don't
101
+ :ref: `environment variables <config-env-vars >`. Be careful that you don't
102
102
accidentally define a secret *and * an environment variable with the same name:
103
103
**environment variables override secrets **.
104
104
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ going on:
137
137
138
138
139
139
If that is not the case, you can obtain a stack trace by increasing the
140
- :doc: `verbosity level</console/verbosity> ` with ``--verbose ``:
140
+ :doc: `verbosity level </console/verbosity >` with ``--verbose ``:
141
141
142
142
.. code-block :: terminal
143
143
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ the AJAX request to force the refresh of the toolbar::
201
201
202
202
Ideally this header should only be set during development and not for
203
203
production. To do that, create an :doc: `event subscriber </event_dispatcher >`
204
- and listen to the :ref: `kernel.response<component-http-kernel-kernel-response> `
204
+ and listen to the :ref: `kernel.response <component-http-kernel-kernel-response >`
205
205
event::
206
206
207
207
use Symfony\Component\HttpKernel\Event\ResponseEvent;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ String Constraints
22
22
* :doc:`Regex </ reference/constraints/Regex> `
23
23
* :doc:`Hostname </ reference/constraints/Hostname> `
24
24
* :doc:`Ip </ reference/constraints/Ip> `
25
- * :doc:`Json</ reference/constraints/Json> `
25
+ * :doc:`Json </ reference/constraints/Json> `
26
26
* :doc:`Uuid </ reference/constraints/Uuid> `
27
27
* :doc:`UserPassword </ reference/constraints/UserPassword> `
28
28
* :doc:`NotCompromisedPassword </ reference/constraints/NotCompromisedPassword> `
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Symfony provides different means to work with an LDAP server.
8
8
9
9
The Security component offers:
10
10
11
- * The ``ldap `` :doc: `user provider</security/user_provider> `, using the
11
+ * The ``ldap `` :doc: `user provider </security/user_provider >`, using the
12
12
:class: `Symfony\\ Component\\ Ldap\\ Security\\ LdapUserProvider `
13
13
class. Like all other user providers, it can be used with any
14
14
authentication provider.
You can’t perform that action at this time.
0 commit comments