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 00ac183 commit 68f8cdbCopy full SHA for 68f8cdb
lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/Snapshot.php
@@ -75,7 +75,7 @@ public function getSnapshotData(DataObject $entity): array
75
* @param DataObject $entity
76
* @return bool
77
*/
78
- public function isModified(DataObject $entity): bool
+ public function isModified(DataObject $entity)
79
{
80
if (!$entity->getId()) {
81
return true;
0 commit comments