Completed
Push — master ( b64fc1...5651bd )
by Raffael
16:20 queued 08:39
created
src/lib/Endpoint/MicrosoftGraph.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
                     'body' => [
287 287
                         '@odata.id' => self::API_ENDPOINT.'/directoryObjects/'.$member,
288 288
                     ],
289
-                     'headers' => [
289
+                        'headers' => [
290 290
                         'Content-Type' => 'application/json',
291 291
                     ],
292 292
                 ];
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
                     'id' => 'remove-'.$type.'-'.$member,
298 298
                     'method' => 'DELETE',
299 299
                     'url' => '/groups/'.$id.'/'.$type.'/'.$member.'/$ref',
300
-                     'headers' => [
300
+                        'headers' => [
301 301
                         'Content-Type' => 'application/json',
302 302
                     ],
303 303
                 ];
Please login to merge, or discard this patch.