Passed
Push — navbar ( b4d43e )
by Daniel
20:10
created
controller/navbar.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,6 +111,6 @@
 block discarded – undo
111 111
 		$response = new Response(json_encode($data), $status);
112 112
 		$response->headers->set('Content-Type', 'application/json');
113 113
 
114
-        return $response;
114
+		return $response;
115 115
 	}
116 116
 }
Please login to merge, or discard this patch.