Passed
Push — master ( 195ade...2d4dea )
by Bas
01:13 queued 29s
created
src/Handler/CheckVatHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
                 'https://ec.europa.eu/taxation_customs/vies/services/checkVatService'
90 90
             )
91 91
             ->withHeader('Content-Type', 'text/xml; charset=utf-8')
92
-            ->withHeader( 'SOAPAction', '""');
92
+            ->withHeader('SOAPAction', '""');
93 93
         $httpRequest->getBody()->write($this->serializer->serialize($request, 'soap'));
94 94
 
95 95
         $httpResponse = $this->requestHandler->handle($httpRequest);
Please login to merge, or discard this patch.