Completed
Push — master ( 689800...fe66cd )
by Konstantin
01:50
created
src/entities/Authorization.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@
 block discarded – undo
28 28
     public function get()
29 29
     {
30 30
         return [
31
-           'USER_LOGIN' => $this->login,
32
-           'USER_HASH' => $this->apiHash
31
+            'USER_LOGIN' => $this->login,
32
+            'USER_HASH' => $this->apiHash
33 33
         ];
34 34
     }
35 35
 }
36 36
\ No newline at end of file
Please login to merge, or discard this patch.