Fixing style errors.

This commit is contained in:
stickler-ci 2020-06-04 18:20:48 +00:00
parent ca4a1dc266
commit e9b17aac8d
2 changed files with 1 additions and 2 deletions

View File

@ -7976,7 +7976,7 @@ abstract class CommonObject
* @return int <0 if KO, >0 if OK
* @throws Exception
*/
public function deleteByParentField($parentId = 0, $parentField='')
public function deleteByParentField($parentId = 0, $parentField = '')
{
global $user;

View File

@ -1708,7 +1708,6 @@ class Societe extends CommonObject
$this->errors[] = $this->db->lasterror();
}
}
}
}