Skip to content

Commit 81c6d5f

Browse files
committed
Use static call
1 parent 16b0146 commit 81c6d5f

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 function hexToForegroundAndBorder(string $rgb): array
411+
private static function hexToForegroundAndBorder(string $rgb): array
412412
{
413413
$background = Utils::parseHexColor($rgb);
414414

0 commit comments

Comments
 (0)