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 669e717 commit 4f7497cCopy full SHA for 4f7497c
app/code/Magento/SwatchesGraphQl/Plugin/Filters/DataProviderPlugin.php
@@ -61,10 +61,10 @@ public function __construct(
61
* phpcs:disable Generic.Metrics.NestingLevel
62
*/
63
public function aroundGetData(
64
- Filters $subject,
+ Flters $subject,
65
\Closure $proceed,
66
string $layerType,
67
- array $attributesToFilter = null
+ $attributesToFilter = null
68
) : array {
69
$swatchFilters = [];
70
/** @var AbstractFilter $filter */
0 commit comments