@@ -1371,7 +1371,7 @@ |
||
1371 | 1371 | { |
1372 | 1372 | |
1373 | 1373 | // flatten the array, because we don't handle the entity type code yet |
1374 | - $finderMappings = array_reduce($this->finderMappings, function ($carry, $item) { |
|
1374 | + $finderMappings = array_reduce($this->finderMappings, function($carry, $item) { |
|
1375 | 1375 | return array_replace($carry, $item); |
1376 | 1376 | }, array()); |
1377 | 1377 |