From bed0cf833952865d2b5d254e26593ea9e7aaf10a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Jun 2022 18:12:58 +0200 Subject: [PATCH] Fix phpcs --- .../product/stock/stocktransfer/class/stocktransfer.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php index a144895e836..edc263f55b7 100644 --- a/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php +++ b/htdocs/product/stock/stocktransfer/class/stocktransfer.class.php @@ -357,8 +357,8 @@ class StockTransfer extends CommonObject /** * Used to sort lines by rank * - * @param $a 1st element to test - * @param $b 1st element to test + * @param Object $a 1st element to test + * @param Object $b 2nd element to test * @return int */ public function cmp($a, $b)