@@ -262,7 +262,7 @@ |
||
| 262 | 262 | } |
| 263 | 263 | |
| 264 | 264 | //Convert each Entity item into an object based on its JSON reflection |
| 265 | - $json_entities = array_map(function ($entity) { |
|
| 265 | + $json_entities = array_map(function($entity) { |
|
| 266 | 266 | return json_decode($entity, true); |
| 267 | 267 | }, $entities); |
| 268 | 268 | |