Passed
Push — master ( e0363c...e4a82c )
by Bas
07:23 queued 02:44
created
Category
src/Soap/Serializer/SoapSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                 }
59 59
             )
60 60
             ->configureListeners(
61
-                function (EventDispatcher $dispatcher) use ($config) {
61
+                function(EventDispatcher $dispatcher) use ($config) {
62 62
                     $dispatcher->addSubscriber(new SoapExceptionEventSubscriber());
63 63
                     $dispatcher->addSubscriber(new SoapDateTimeSanitizerEventSubscriber());
64 64
                     $dispatcher->addSubscriber(new SoapMessageEventSubscriber());
Please login to merge, or discard this patch.