@@ 334-338 (lines=5) @@ | ||
331 | $mapping = []; |
|
332 | } |
|
333 | ||
334 | foreach (['attributes', 'relationships'] as $key) { |
|
335 | if (!isset($mapping[$key]) || !is_array($mapping[$key])) { |
|
336 | $mapping[$key] = []; |
|
337 | } |
|
338 | } |
|
339 | ||
340 | if ('mixin' === $metaType) { |
|
341 | return $mapping; |
|
@@ 344-348 (lines=5) @@ | ||
341 | return $mapping; |
|
342 | } |
|
343 | ||
344 | foreach (['entity', 'mixins'] as $key) { |
|
345 | if (!isset($mapping[$key]) || !is_array($mapping[$key])) { |
|
346 | $mapping[$key] = []; |
|
347 | } |
|
348 | } |
|
349 | ||
350 | if (!isset($mapping['entity']['persistence']) || !is_array($mapping['entity']['persistence'])) { |
|
351 | $mapping['entity']['persistence'] = []; |