Changeset 57099 for trunk/tests/phpunit/tests/functions/anonymization.php
- Timestamp:
- 11/09/2023 09:49:41 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/anonymization.php
r56971 r57099 42 42 * @return array { 43 43 * @type array { 44 * @ stringstring $raw_ip Raw IP address.45 * @ stringstring $expected_result Expected result.44 * @type string $raw_ip Raw IP address. 45 * @type string $expected_result Expected result. 46 46 * } 47 47 * } … … 196 196 * @return array { 197 197 * @type array { 198 * @ stringstring $raw_ip Raw IP address.199 * @ stringstring $expected_result Expected result.198 * @type string $raw_ip Raw IP address. 199 * @type string $expected_result Expected result. 200 200 * } 201 201 * }
Note: See TracChangeset
for help on using the changeset viewer.