Completed
Push — scrutinizer-integration ( a42d60 )
by Konstantin
02:53
created
src/entities/Authorization.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -27,9 +27,9 @@
 block discarded – undo
27 27
      */
28 28
     public function get()
29 29
     {
30
-       return [
31
-           'USER_LOGIN' => $this->login,
32
-           'USER_HASH' => $this->apiHash
33
-       ];
30
+        return [
31
+            'USER_LOGIN' => $this->login,
32
+            'USER_HASH' => $this->apiHash
33
+        ];
34 34
     }
35 35
 }
36 36
\ No newline at end of file
Please login to merge, or discard this patch.
src/services/LeadService.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@
 block discarded – undo
87 87
      */
88 88
     protected function composeAddFields()
89 89
     {
90
-       $fields = [];
90
+        $fields = [];
91 91
 
92
-       foreach ($this->lead as $lead) {
93
-           $fields[] = $lead->get();
94
-       }
92
+        foreach ($this->lead as $lead) {
93
+            $fields[] = $lead->get();
94
+        }
95 95
 
96 96
         $this->fields['add'] = $fields;
97 97
     }
Please login to merge, or discard this patch.