From 00ed3f19c4ea4f22f7ca98cdfbef0a10ed628692 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 11 Feb 2025 08:18:35 +0100 Subject: [PATCH] [BUGFIX] Fix an incorrect type annotation in `OutputFormat` This is the V8.x backport of #902. --- src/OutputFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OutputFormat.php b/src/OutputFormat.php index 2101c31f..6910f997 100644 --- a/src/OutputFormat.php +++ b/src/OutputFormat.php @@ -22,7 +22,7 @@ class OutputFormat /** * Output RGB colors in hash notation if possible * - * @var string + * @var bool * * @internal since 8.8.0, will be made private in 9.0.0 */