Skip to content

Commit 26ca6ea

Browse files
committed
[Validator] Added a link in a constraint description
1 parent e0fb739 commit 26ca6ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/constraints/MacAddress.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MacAddress
55

66
The ``MacAddress`` constraint was introduced in Symfony 7.1.
77

8-
This constraint ensures that the given value is a valid MAC address (internally it
8+
This constraint ensures that the given value is a valid `MAC address`_ (internally it
99
uses the ``FILTER_VALIDATE_MAC`` option of the :phpfunction:`filter_var` PHP
1010
function).
1111

@@ -102,3 +102,5 @@ Parameter Description
102102
.. include:: /reference/constraints/_normalizer-option.rst.inc
103103

104104
.. include:: /reference/constraints/_payload-option.rst.inc
105+
106+
.. _`MAC address`: https://en.wikipedia.org/wiki/MAC_address

0 commit comments

Comments
 (0)