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 864a7c8 commit 0ffbbe8Copy full SHA for 0ffbbe8
app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product/ProductCustomAttributesTest.php
@@ -101,6 +101,7 @@ protected function setUp(): void
101
* Test resolve with simple scalar attributes
102
*
103
* @return void
104
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
105
*/
106
public function testResolveWithScalarAttributes(): void
107
{
@@ -223,6 +224,7 @@ public function testResolveWithFlatArrayAttribute(): void
223
224
* Test resolve with multi-dimensional array attribute (should be flattened and imploded)
225
226
227
228
229
public function testResolveWithMultiDimensionalArrayAttribute(): void
230
0 commit comments