Fixing style errors.

This commit is contained in:
stickler-ci 2019-09-05 14:19:35 +00:00
parent 89f2ecafe9
commit cd96238adc

View File

@ -7801,7 +7801,7 @@ abstract class CommonObject
* @param string $type Type of category ('product', ...)
* @return int < 0 si erreur, > 0 si ok
*/
public function cloneCategories($fromId, $toId, $type='')
public function cloneCategories($fromId, $toId, $type = '')
{
$this->db->begin();