Passed
Push — master ( e47aa3...7c1a2b )
by Bas
01:54
created
src/ClientBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,13 +79,13 @@
 block discarded – undo
79 79
                 ->setDeserializationVisitor('soap', new SoapDeserializationVisitorFactory())
80 80
                 ->setPropertyNamingStrategy(new IdenticalPropertyNamingStrategy())
81 81
                 ->configureListeners(
82
-                    function (EventDispatcher $dispatcher) {
82
+                    function(EventDispatcher $dispatcher) {
83 83
                         $dispatcher->addSubscriber(
84 84
                             new SoapMessageEventSubscriber()
85 85
                         );
86 86
                     }
87 87
                 )
88
-                ->configureHandlers(function (HandlerRegistry $registry) {
88
+                ->configureHandlers(function(HandlerRegistry $registry) {
89 89
                     $registry->registerSubscribingHandler(new SoapDateHandler());
90 90
                 })
91 91
                 ->build()
Please login to merge, or discard this patch.