Skip to content

Commit

Permalink
minor symfony#20096 Update Cidr.rst (etshy)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

Update Cidr.rst

Update netmaskMax type to match the type in the code (`?int`).

Commits
-------

cc528c5 Update Cidr.rst
  • Loading branch information
javiereguiluz committed Aug 6, 2024
2 parents 5a99476 + cc528c5 commit 96158ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/Cidr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ It's a constraint for the lowest value a valid netmask may have.
``netmaskMax``
~~~~~~~~~~~~~~

**type**: ``string`` **default**: ``32`` for IPv4 or ``128`` for IPv6
**type**: ``integer`` **default**: ``32`` for IPv4 or ``128`` for IPv6

It's a constraint for the biggest value a valid netmask may have.

Expand Down

0 comments on commit 96158ed

Please sign in to comment.