We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36851 commit b4c7634Copy full SHA for b4c7634
1 file changed
common/helpers.php
@@ -7,7 +7,7 @@
7
*
8
* @return string
9
*/
10
- function color_value_format(string $value, string $color ): string
+ function color_value_format(string $value, string $color): string
11
{
12
$value = str_replace(' ', ' \space ', $value);
13
0 commit comments