1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

[ci skip]
This commit is contained in:
Niels Dossche
2025-09-11 21:54:41 +02:00
committed by GitHub
parent 62660e6275
commit 7404829085

View File

@@ -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)
{