From fe79d12d8b4329e52aa8117c3a2947cfbcb0bb2c Mon Sep 17 00:00:00 2001
From: JamesRezo <james@rezo.net>
Date: Mon, 24 May 2021 18:18:56 +0200
Subject: [PATCH] =?UTF-8?q?am=C3=A9liorer=20les=20@deprecated?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 filtres/images_lib.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/filtres/images_lib.php b/filtres/images_lib.php
index 83cb994..c44486b 100644
--- a/filtres/images_lib.php
+++ b/filtres/images_lib.php
@@ -161,7 +161,8 @@ function _couleur_hsv2rgb($H, $S, $V) {
  * HSL float entre 0 et 1
  * RGB entiers entre 0 et 255
  *
- * @deprecated use _couleur_rgb_to_hsl()
+ * @deprecated 3.0 (pour SPIP4)
+ * @uses _couleur_rgb_to_hsl()
  * @param int $R
  * @param int $G
  * @param int $B
@@ -177,7 +178,8 @@ function _couleur_rgb2hsl($R, $G, $B) {
  * HSL float entre 0 et 1
  * RGB entiers entre 0 et 255
  *
- * @deprecated use _couleur_hsl_to_rgb()
+ * @deprecated 3.0 (pour SPIP4)
+ * @uses _couleur_hsl_to_rgb()
  * @param float $H
  * @param float $S
  * @param float $L
-- 
GitLab