Completed
Branch master (fac64b)
by Luka
04:09
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
                 'Authorization' => "Bearer {$session->getAccessToken()}",
93 93
                 'User-Agent'    => $user_agent,
94 94
             ],
95
-         ];
95
+            ];
96 96
     }
97 97
 
98 98
     /**
Please login to merge, or discard this patch.