Passed
Push — master ( 659a6b...ce4dca )
by Tommy
02:04
created
src/Messages/AnnulRequest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     public function sendData($data)
47
-     {
47
+        {
48 48
         $result = $this->httpClient->request(
49 49
             'POST',
50 50
             $this->getEndpoint() . $this->resource,
@@ -60,5 +60,5 @@  discard block
 block discarded – undo
60 60
             $this,
61 61
             $result->getBody()->getContents()
62 62
         );
63
-     }
63
+        }
64 64
 }
Please login to merge, or discard this patch.