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 a00fba8 commit 6f797dfCopy full SHA for 6f797df
app/code/Magento/GraphQlResolverCache/Model/Resolver/Result/ValueProcessor.php
@@ -132,7 +132,7 @@ public function preProcessParentValue(array &$value): void
132
* @param array $value
133
* @return void
134
*/
135
- private function hydrateData(array &$value)
+ private function hydrateData(array &$value): void
136
{
137
// the parent value is always a single object that contains currently resolved value
138
$reference = $this->defaultFlagGetter->getFlagFromValue($value) ?? null;
0 commit comments