@@ -68,12 +68,12 @@ |
||
| 68 | 68 | ->setDebug(false) |
| 69 | 69 | ->addDefaultHandlers() |
| 70 | 70 | ->addDefaultListeners() |
| 71 | - ->configureHandlers(function (HandlerRegistry $registry) { |
|
| 71 | + ->configureHandlers(function(HandlerRegistry $registry) { |
|
| 72 | 72 | $registry->registerHandler( |
| 73 | 73 | GraphNavigator::DIRECTION_DESERIALIZATION, |
| 74 | 74 | Collection::class, |
| 75 | 75 | 'xml', |
| 76 | - function (VisitorInterface $visitor, $data, array $type, Context $context) { |
|
| 76 | + function(VisitorInterface $visitor, $data, array $type, Context $context) { |
|
| 77 | 77 | $data = $visitor->visitArray($data, $type, $context); |
| 78 | 78 | |
| 79 | 79 | return new Collection($data); |