Passed
Push — main ( e780b1...772627 )
by ikechukwu
07:41 queued 02:01
created
src/Services/PinService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
                 ? $this->httpResponse($request,
81 81
                     trans('requirepin::general.fail'), 400,
82 82
                     ['message' => trans('requirepin::pin.unknown_error')]
83
-                  )
83
+                    )
84 84
                 : redirect($requirePin->redirect_to)->with('return_payload',
85 85
                     session('return_payload'));
86 86
         }
Please login to merge, or discard this patch.