Skip to content

Commit c7e94de

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Formatting typo [Container] Missing link RST link begin
2 parents 19bd38d + c8139b5 commit c7e94de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/constraints/UniqueEntity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ the combination value is unique (e.g. two users could have the same email,
269269
as long as they don't have the same name also).
270270

271271
If you need to require two fields to be individually unique (e.g. a unique
272-
``email`` *and* a unique ``username``), you use two ``UniqueEntity`` entries,
272+
``email`` and a unique ``username``), you use two ``UniqueEntity`` entries,
273273
each with a single field.
274274

275275
.. include:: /reference/constraints/_groups-option.rst.inc

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ and ``site_update_manager.normal_users``. Thanks to the alias, if you type-hint
13761376
``SiteUpdateManager`` the first (``site_update_manager.superadmin``) will be passed.
13771377

13781378
If you want to pass the second, you'll need to :ref:`manually wire the service <services-wire-specific-service>`
1379-
or to create a named ref:`autowiring alias <autowiring-alias>`.
1379+
or to create a named :ref:`autowiring alias <autowiring-alias>`.
13801380

13811381
.. caution::
13821382

0 commit comments

Comments
 (0)