We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b8431 commit 4d7aa0aCopy full SHA for 4d7aa0a
app/code/Magento/Swatches/Helper/Data.php
@@ -176,7 +176,7 @@ private function populateAdditionalDataEavAttribute(Attribute $attribute)
176
* @param string $attributeCode
177
* @return bool
178
*/
179
- private function isMediaAvailable(ModelProduct $product, string $attributeCode)
+ private function isMediaAvailable(ModelProduct $product, string $attributeCode): bool
180
{
181
$isAvailable = false;
182
0 commit comments