We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40176a7 commit 314eaeaCopy full SHA for 314eaea
lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/Snapshot.php
@@ -68,7 +68,7 @@ public function isModified(\Magento\Framework\DataObject $entity)
68
}
69
foreach ($this->snapshotData[$entityClass][$entity->getId()] as $field => $value) {
70
$fieldValue = $entity->getDataByKey($field);
71
- if(is_numeric($fieldValue) && is_numeric($value)) {
+ if (is_numeric($fieldValue) && is_numeric($value)) {
72
if ($fieldValue !== $value) {
73
return true;
74
0 commit comments