@@ -168,7 +168,9 @@ |
||
168 | 168 | $value = []; |
169 | 169 | |
170 | 170 | if ($fieldType->getKind() == TypeMap::KIND_LIST) { |
171 | - if (!$this->resolveValidator->hasArrayAccess($resolvedValue)) return null; |
|
171 | + if (!$this->resolveValidator->hasArrayAccess($resolvedValue)) { |
|
172 | + return null; |
|
173 | + } |
|
172 | 174 | foreach ($resolvedValue as $resolvedValueItem) { |
173 | 175 | $value[] = []; |
174 | 176 | $index = count($value) - 1; |