Skip to content

Commit c61d969

Browse files
committed
Needed for testing.
1 parent 53fc0b9 commit c61d969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Utils/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ public static function apcaContrast(string $fgColor, string $bgColor): float
408408
/**
409409
* @return array{string, string}
410410
*/
411-
private static function hexToForegroundAndBorder(string $rgb): array
411+
public static function hexToForegroundAndBorder(string $rgb): array
412412
{
413413
$background = Utils::parseHexColor($rgb);
414414

0 commit comments

Comments
 (0)