Skip to content

Commit b3e83b8

Browse files
authored
[BUGFIX] Fix an incorrect type annotation in OutputFormat (#902)
1 parent 3614c0d commit b3e83b8

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
@@ -18,7 +18,7 @@ class OutputFormat
1818
/**
1919
* Output RGB colors in hash notation if possible
2020
*
21-
* @var string
21+
* @var bool
2222
*
2323
* @internal since 8.8.0, will be made private in 9.0.0
2424
*/

0 commit comments

Comments
 (0)