Fix phpcs

This commit is contained in:
Laurent Destailleur 2017-07-01 14:25:46 +02:00
parent 9a2e945b91
commit c5aed0c333

View File

@ -539,7 +539,8 @@ class AccountancyCategory
/** /**
* get cpts of category * get cpts of category
* *
* @return array Result in table * @param int $cat_id Category id
* @return array Result in table
*/ */
public function getCptsCat($cat_id) { public function getCptsCat($cat_id) {
global $mysoc; global $mysoc;