Skip to content

Commit 47761ec

Browse files
committed
fix typo, remove empty line in test
1 parent f17148f commit 47761ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/internal/Magento/Framework/Indexer/CacheContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ public function getIdentities()
7373
$identities[] = $cacheTag . '_' . $id;
7474
}
7575
}
76-
return array_unique(array_merge($identities, array_unique($this->tags));
76+
return array_unique(array_merge($identities, array_unique($this->tags)));
7777
}
7878
}

lib/internal/Magento/Framework/Indexer/Test/Unit/CacheContextTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ public function getTagsDataProvider()
5656
];
5757
}
5858
}
59-

0 commit comments

Comments
 (0)