Skip to content

Commit ebb0ebd

Browse files
nickygerritsenvmcj
andauthored
Update webapp/src/Twig/TwigExtension.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent 3f80a77 commit ebb0ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webapp/src/Twig/TwigExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,6 @@ private function relativeLuminance(string $rgb): float
11661166
private function apcaContrast(string $fgColor, string $bgColor): float
11671167
{
11681168
// Based on WCAG 3.x (https://www.w3.org/TR/wcag-3.0/)
1169-
11701169
$luminanceForeground = $this->relativeLuminance($fgColor);
11711170
$luminanceBackground = $this->relativeLuminance($bgColor);
11721171

0 commit comments

Comments
 (0)