Completed
Push — develop ( 8e0c4b...421a12 )
by Henry
02:07
created
src/Controllers/MediaRequestHandler.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -255,9 +255,9 @@
 block discarded – undo
255 255
         }
256 256
 
257 257
         if (isset($_SERVER['HTTP_ACCEPT'])) {
258
-	    if ($_SERVER['HTTP_ACCEPT'] == 'application/json') {
259
-	        $this->responseBuilder = JsonBuilder::class;
260
-	    }
258
+        if ($_SERVER['HTTP_ACCEPT'] == 'application/json') {
259
+            $this->responseBuilder = JsonBuilder::class;
260
+        }
261 261
         }
262 262
 
263 263
         if ($this->responseBuilder == JsonBuilder::class) {
Please login to merge, or discard this patch.