Skip to content

Commit 7e31fc5

Browse files
committed
Fixed Failing static tests
1 parent 8ab4cb7 commit 7e31fc5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/code/Magento/Catalog/Ui/Component/Listing/Columns/Thumbnail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function prepareDataSource(array $dataSource)
8787
protected function getAlt($row)
8888
{
8989
$altField = $this->getData('config/altField') ?: self::ALT_FIELD;
90+
// phpcs:disable Magento2.Functions.DiscouragedFunction
9091
return html_entity_decode($row[$altField], ENT_QUOTES, "UTF-8") ?? null;
9192
}
9293
}

app/code/Magento/ConfigurableProduct/Model/LinkManagement.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ class LinkManagement implements \Magento\ConfigurableProduct\Api\LinkManagementI
5959
*/
6060
public \Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterfaceFactory $myModelFactory;
6161

62-
/**
63-
* @var array
64-
*/
65-
private array $images;
66-
6762
/**
6863
* Constructor
6964
*

0 commit comments

Comments
 (0)