Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-07-22 20:57:33 +00:00
committed by StyleCI Bot
parent 0733269867
commit 5aac6a8f04
29 changed files with 67 additions and 34 deletions
@@ -96,8 +96,9 @@ class TwoStepController extends Controller
/**
* Show the twostep verification form.
*
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
* @throws \Exception
*
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
*/
public function showVerification()
{
@@ -154,8 +155,9 @@ class TwoStepController extends Controller
*
* @param \Illuminate\Http\Request $request
*
* @return \Illuminate\Http\JsonResponse
* @throws \Exception
*
* @return \Illuminate\Http\JsonResponse
*/
public function verify(Request $request)
{