Passed
Branch master (5dec71)
by Bas
03:17
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
             new CommandHandlerMiddleware(
71 71
                 new ClassNameExtractor(),
72 72
                 new CallableLocator(
73
-                    function (string $request) {
73
+                    function(string $request) {
74 74
                         return $this->getHandler($request);
75 75
                     }
76 76
                 ),
@@ -328,7 +328,7 @@  discard block
 block discarded – undo
328 328
             );
329 329
         }
330 330
 
331
-        $soapActionMiddleware =new SoapActionMiddleware();
331
+        $soapActionMiddleware = new SoapActionMiddleware();
332 332
         return new SoapHandler(
333 333
             $this->config,
334 334
             new RequestHandler($this->client, $exceptionMiddleware, $soapActionMiddleware),
Please login to merge, or discard this patch.