Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Sep 5, 2019
1 parent 89f2eca commit cd96238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Expand Up @@ -7801,7 +7801,7 @@ public function trimParameters($parameters)
* @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();

Expand Down

0 comments on commit cd96238

Please sign in to comment.