We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62660e6 commit 7404829Copy full SHA for 7404829
1 file changed
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
59
* Creates a Uri\WhatWg\UrlValidationError class by mapping error codes listed in
60
* https://url.spec.whatwg.org/#writing to a Uri\WhatWg\UrlValidationErrorType enum.
61
* 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.
65
*/
66
static const char *fill_errors(zval *errors)
67
{
0 commit comments