File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ You can also create more customized pools:
305305 Each pool manages a set of independent cache keys: keys from different pools
306306*never * collide, even if they share the same backend. This is achieved by prefixing
307307keys with a namespace that's generated by hashing the name of the pool, the name
308- of the compiled container class and a :ref: `configurable seed<reference-cache-prefix-seed> `
308+ of the compiled container class and a :ref: `configurable seed <reference-cache-prefix-seed >`
309309that defaults to the project directory.
310310
311311Each custom pool becomes a service whose service ID is the name of the pool
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Referencing Secrets in Configuration Files
102102------------------------------------------
103103
104104Secret values can be referenced in the same way as
105- :ref: `environment variables<config-env-vars> `. Be careful that you don't
105+ :ref: `environment variables <config-env-vars >`. Be careful that you don't
106106accidentally define a secret *and * an environment variable with the same name:
107107**environment variables override secrets **.
108108
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ going on:
137137
138138
139139 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 ``:
141141
142142.. code-block :: terminal
143143
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Sending Emails with Mailer
44.. versionadded :: 4.3
55
66 The Mailer component was introduced in Symfony 4.3. The previous solution,
7- called Swift Mailer, is still valid: :doc: `Swift Mailer</email> `.
7+ called Swift Mailer, is still valid: :doc: `Swift Mailer </email >`.
88
99Installation
1010------------
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ the AJAX request to force the refresh of the toolbar::
201201
202202Ideally this header should only be set during development and not for
203203production. 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 >`
205205event::
206206
207207 use Symfony\Component\HttpKernel\Event\ResponseEvent;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ String Constraints
2020* :doc:`Url </ reference/constraints/Url> `
2121* :doc:`Regex </ reference/constraints/Regex> `
2222* :doc:`Ip </ reference/constraints/Ip> `
23- * :doc:`Json</ reference/constraints/Json> `
23+ * :doc:`Json </ reference/constraints/Json> `
2424* :doc:`Uuid </ reference/constraints/Uuid> `
2525* :doc:`UserPassword </ reference/constraints/UserPassword> `
2626* :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.
88
99The Security component offers:
1010
11- * The ``ldap `` :doc: `user provider</security/user_provider> `, using the
11+ * The ``ldap `` :doc: `user provider </security/user_provider >`, using the
1212 :class: `Symfony\\ Component\\ Ldap\\ Security\\ LdapUserProvider `
1313 class. Like all other user providers, it can be used with any
1414 authentication provider.
You can’t perform that action at this time.
0 commit comments