Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 4f4e95e

Browse files
committed
MAGETWO-80188: [2.2.x] - Prevent change log entry when nothing has changed #4893
1 parent 7a69e7e commit 4f4e95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View/Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ protected function getLinkedViews()
194194
* @param ChangelogInterface $changelog
195195
* @return string
196196
*/
197-
protected function buildStatement(string $event, ChangelogInterface $changelog)
197+
protected function buildStatement($event, $changelog)
198198
{
199199
switch ($event) {
200200
case Trigger::EVENT_INSERT:

0 commit comments

Comments
 (0)