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.
2 parents 256a890 + 330bef6 commit 3fa030aCopy full SHA for 3fa030a
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductName.php
@@ -34,8 +34,8 @@ public function resolve(
34
Field $field,
35
$context,
36
ResolveInfo $info,
37
- array $value = null,
38
- array $args = null
+ ?array $value = null,
+ ?array $args = null
39
): string {
40
if (!isset($value['model'])) {
41
throw new LocalizedException(__('"model" value should be specified'));
0 commit comments