Fixing style errors.

This commit is contained in:
stickler-ci
2022-10-08 05:53:48 +00:00
parent 53502ccd70
commit 837573c6ea
2 changed files with 0 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ class ProductAttribute extends CommonObject
$query = $this->db->query($sql);
if ($query) {
while ($result = $this->db->fetch_object($query)) {
if (empty($returnonlydata)) {
$tmp = new ProductAttribute($this->db);
} else {

View File

@@ -131,7 +131,6 @@ class ProductAttributeValue extends CommonObject
$query = $this->db->query($sql);
while ($result = $this->db->fetch_object($query)) {
if (empty($returnonlydata)) {
$tmp = new ProductAttributeValue($this->db);
} else {