mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
Fix phpcs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user