Skip to content

Commit 7404829

Browse files
authored
uri: Remove outdated docs in WhatWG uri parser (#19806)
[ci skip]
1 parent 62660e6 commit 7404829

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/uri/uri_parser_whatwg.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ static zend_always_inline void zval_long_or_null_to_lexbor_str(zval *value, lexb
5959
* Creates a Uri\WhatWg\UrlValidationError class by mapping error codes listed in
6060
* https://url.spec.whatwg.org/#writing to a Uri\WhatWg\UrlValidationErrorType enum.
6161
* The result is passed by reference to the errors parameter.
62-
*
63-
* When errors is NULL, the caller is not interested in the additional error information,
64-
* so the function does nothing.
6562
*/
6663
static const char *fill_errors(zval *errors)
6764
{

0 commit comments

Comments
 (0)