Skip to content

Commit 48ea7d8

Browse files
committed
Merge branch 'MC-23790' into cia-2.4.4-develop-bugfixes-04112021
2 parents 494e366 + 45cf4a2 commit 48ea7d8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/code/Magento/Cms/Ui/Component/Listing/Column/BlockActions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function prepareDataSource(array $dataSource)
102102
private function getEscaper()
103103
{
104104
if (!$this->escaper) {
105+
// phpcs:ignore Magento2.PHP.AutogeneratedClassNotInConstructor
105106
$this->escaper = ObjectManager::getInstance()->get(Escaper::class);
106107
}
107108
return $this->escaper;

app/code/Magento/Ui/Component/Filters/Type/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Select extends AbstractFilter
2222
const COMPONENT = 'select';
2323

2424
/**
25-
* Wrapped component
25+
* UI Component
2626
*
2727
* @var ElementSelect
2828
*/

app/code/Magento/Ui/Component/Listing/Columns/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Column extends AbstractComponent implements ColumnInterface
1919
const NAME = 'column';
2020

2121
/**
22-
* Wrapped component
22+
* UI component
2323
*
2424
* @var UiComponentInterface
2525
*/

0 commit comments

Comments
 (0)