Completed
Push — master ( 0e55e2...669173 )
by Lukáš
02:29
created
src/Redtube.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,12 +68,12 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.