Test Failed
Push — master ( fdf81b...dbf4e1 )
by Gabriel
05:35 queued 03:22
created
src/Request.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,11 +50,11 @@
 block discarded – undo
50 50
         $content = file_get_contents($this->template);
51 51
 
52 52
         $data = array_merge($data, [
53
-          'ThreePLID' => $this->getId(),
54
-          'Login' => $this->getLogin(),
55
-          'Password' => $this->getPassword(),
56
-          'CustomerID' => $this->getCustomerId(),
57
-          'FacilityID' => $this->getFacilityId()
53
+            'ThreePLID' => $this->getId(),
54
+            'Login' => $this->getLogin(),
55
+            'Password' => $this->getPassword(),
56
+            'CustomerID' => $this->getCustomerId(),
57
+            'FacilityID' => $this->getFacilityId()
58 58
         ]);
59 59
 
60 60
         foreach ($data as $prop => $value) {
Please login to merge, or discard this patch.