Fix phpcs

This commit is contained in:
Laurent Destailleur
2022-06-03 18:12:58 +02:00
parent d85e4e1bce
commit bed0cf8339

View File

@@ -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)