Skip to content

Commit 00ed3f1

Browse files
committed
[BUGFIX] Fix an incorrect type annotation in OutputFormat
This is the V8.x backport of #902.
1 parent 980e00d commit 00ed3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OutputFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class OutputFormat
2222
/**
2323
* Output RGB colors in hash notation if possible
2424
*
25-
* @var string
25+
* @var bool
2626
*
2727
* @internal since 8.8.0, will be made private in 9.0.0
2828
*/

0 commit comments

Comments
 (0)