File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Cms/Model
lib/internal/Magento/Framework/Validator/HTML Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ private function getCollectionProcessor()
219
219
{
220
220
if (!$ this ->collectionProcessor ) {
221
221
$ this ->collectionProcessor = \Magento \Framework \App \ObjectManager::getInstance ()->get (
222
- \ Magento \Cms \Model \Api \SearchCriteria \BlockCollectionProcessor::class
222
+ ' Magento\Cms\Model\Api\SearchCriteria\BlockCollectionProcessor '
223
223
);
224
224
}
225
225
return $ this ->collectionProcessor ;
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ function (string $tag): string {
122
122
if (!empty ($ this ->attributesAllowedByTags [$ tag ])) {
123
123
$ allowed [] = $ this ->attributesAllowedByTags [$ tag ];
124
124
}
125
+ // phpcs:ignore Magento2.Performance.ForeachArrayMerge
125
126
$ allowed = array_unique (array_merge (...$ allowed ));
126
127
$ allowedQuery = '' ;
127
128
if ($ allowed ) {
You can’t perform that action at this time.
0 commit comments