Browse Source

uri: Remove outdated docs in WhatWG uri parser (#19806)

[ci skip]
pull/19807/head
Niels Dossche 1 month ago
committed by GitHub
parent
commit
7404829085
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      ext/uri/uri_parser_whatwg.c

3
ext/uri/uri_parser_whatwg.c

@ -59,9 +59,6 @@ static zend_always_inline void zval_long_or_null_to_lexbor_str(zval *value, lexb
* Creates a Uri\WhatWg\UrlValidationError class by mapping error codes listed in
* https://url.spec.whatwg.org/#writing to a Uri\WhatWg\UrlValidationErrorType enum.
* The result is passed by reference to the errors parameter.
*
* When errors is NULL, the caller is not interested in the additional error information,
* so the function does nothing.
*/
static const char *fill_errors(zval *errors)
{

Loading…
Cancel
Save