Skip to content

Commit 919ae47

Browse files
authored
simplify
1 parent ba60ee2 commit 919ae47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ analysis purposes. Use the ``anonymize()`` method from the
362362
$anonymousIpv6 = IpUtils::anonymize($ipv6);
363363
// $anonymousIpv6 = '2a01:198:603:10::'
364364

365-
If you need even more anonymization, you can use a second and third parameters
366-
to the ``anonymize()`` method to specify the number of bytes that should be
365+
If you need even more anonymization, you can use the second and third parameters
366+
of the ``anonymize()`` method to specify the number of bytes that should be
367367
anonymized depending on the IP address format::
368368

369369
$ipv4 = '123.234.235.236';

0 commit comments

Comments
 (0)