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 c6d7657 commit d66b2ecCopy full SHA for d66b2ec
app/code/Magento/Catalog/Plugin/Model/ConfigPlugin.php
@@ -3,6 +3,7 @@
3
* Copyright 2025 Adobe
4
* All Rights Reserved.
5
*/
6
+declare(strict_types=1);
7
8
namespace Magento\Catalog\Plugin\Model;
9
@@ -11,8 +12,7 @@
11
12
use Magento\Eav\Model\Config as EavConfig;
13
14
/**
- * Plugin to ensure special_price attribute is always loaded in product listings
15
- * even when used_in_product_listing = 0
+ * Plugin to ensure special_price attribute is always loaded in product listings even when used_in_product_listing = 0
16
17
class ConfigPlugin
18
{
0 commit comments