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 9596d76 commit 157b526Copy full SHA for 157b526
lib/internal/Magento/Framework/GraphQl/Query/Fields.php
@@ -76,9 +76,9 @@ public function getFieldsUsedInQuery()
76
*
77
* @param array $variables
78
79
- * @return string[]
+ * @return void
80
*/
81
- private function extractVariables(array &$fields, array $variables): array
+ private function extractVariables(array &$fields, array $variables): void
82
{
83
foreach ($variables as $key => $value) {
84
if (is_array($value)) {
0 commit comments