Passed
Push — main ( ee0f4a...cfad8e )
by Richard
04:30
created
src/Http/Controllers/PlayerController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
             } else {
134 134
                 return response(Player::findOrFail($id)->games->take($request->limit), 200);
135 135
             } 
136
-         } catch (\Illuminate\Database\Eloquent\ModelNotFoundException $e) {
136
+            } catch (\Illuminate\Database\Eloquent\ModelNotFoundException $e) {
137 137
             return response([
138 138
                 'error' => 'No player found.'
139 139
             ], 400);
Please login to merge, or discard this patch.