From 68edf9ff92eabd3d92a07e7fa0cd0dcb00628887 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:47:10 +0200 Subject: [PATCH] Correct the type of $tidy->errorBuffer This is a nullable string: https://github.com/php/php-src/blob/e9254494ffde88af0160a30cee53c3dfce226edf/ext/tidy/tidy.stub.php#L866 --- reference/tidy/tidy/errorbuffer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/tidy/tidy/errorbuffer.xml b/reference/tidy/tidy/errorbuffer.xml index 8296f952d778..2a6c1a37ff4f 100644 --- a/reference/tidy/tidy/errorbuffer.xml +++ b/reference/tidy/tidy/errorbuffer.xml @@ -9,7 +9,7 @@ &reftitle.description; &style.oop; (property): - public stringtidy->errorBuffer + public stringnulltidy->errorBuffer &style.procedural;: stringfalsetidy_get_error_buffer