Fixing style errors.

This commit is contained in:
stickler-ci 2019-09-05 14:12:52 +00:00
parent 1cfd5615d3
commit 6bb5860f62

View File

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