Test Setup Failed
Push — test ( d87e3e...9e2bf3 )
by Jonathan
03:39
created
src/Object/Representation/ColorRepresentation.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
      * @param float $s Saturation
410 410
      * @param float $l Lightness
411 411
      *
412
-     * @return int[] RGB array
412
+     * @return integer[] RGB array
413 413
      */
414 414
     public static function hslToRgb($h, $s, $l)
415 415
     {
@@ -442,6 +442,9 @@  discard block
 block discarded – undo
442 442
     /**
443 443
      * Helper function for hslToRgb. Even blacker magic.
444 444
      *
445
+     * @param double $m1
446
+     * @param double $m2
447
+     * @param double $hue
445 448
      * @return float Color value
446 449
      */
447 450
     private static function hueToRgb($m1, $m2, $hue)
Please login to merge, or discard this patch.