We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fb739 commit 26ca6eaCopy full SHA for 26ca6ea
reference/constraints/MacAddress.rst
@@ -5,7 +5,7 @@ MacAddress
5
6
The ``MacAddress`` constraint was introduced in Symfony 7.1.
7
8
-This constraint ensures that the given value is a valid MAC address (internally it
+This constraint ensures that the given value is a valid `MAC address`_ (internally it
9
uses the ``FILTER_VALIDATE_MAC`` option of the :phpfunction:`filter_var` PHP
10
function).
11
@@ -102,3 +102,5 @@ Parameter Description
102
.. include:: /reference/constraints/_normalizer-option.rst.inc
103
104
.. include:: /reference/constraints/_payload-option.rst.inc
105
+
106
+.. _`MAC address`: https://en.wikipedia.org/wiki/MAC_address
0 commit comments