Skip to content

Commit c2254ef

Browse files
authored
[BUGFIX] Fix an incorrect type annotation in OutputFormat (#906)
This is the V8.x backport of #902.
1 parent b407f21 commit c2254ef

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)