From 56fb694fcffbcabb378cf19b9ffa5913ce9c887b Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 10 Feb 2025 12:34:35 +0100 Subject: [PATCH] [BUGFIX] Fix an incorrect type annotation in `OutputFormat` --- src/OutputFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OutputFormat.php b/src/OutputFormat.php index 8bdfdb1d..95fab462 100644 --- a/src/OutputFormat.php +++ b/src/OutputFormat.php @@ -18,7 +18,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 */