Skip to content

Commit 7412770

Browse files
committed
MAGETWO-81034: API for fetching multiple products
- static fixes
1 parent 6ae9d4e commit 7412770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQl/Model/Resolver/Products.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function resolve(array $args, ResolveInfo $info)
5959
throw new \GraphQL\Error\Error(
6060
sprintf(
6161
'The value specified in the currentPage attribute is greater than the number'
62-
. 'of pages available (%s).',
62+
. ' of pages available (%s).',
6363
$maxPages
6464
)
6565
);

0 commit comments

Comments
 (0)