Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2021-05-16 02:41:53 +00:00
committed by StyleCI Bot
parent 3407075214
commit 321847e067
108 changed files with 525 additions and 543 deletions
@@ -98,7 +98,7 @@ class TwoStepController extends Controller
*
* @throws \Exception
*/
public function showVerification(): \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
public function showVerification(): \Illuminate\Contracts\Foundation\Application | \Illuminate\Contracts\View\Factory | \Illuminate\View\View
{
if (! \config('auth.TwoStepEnabled')) {
\abort(404);
@@ -153,6 +153,7 @@ class TwoStepController extends Controller
*
*
* @throws \Exception
*
* @return \Illuminate\Http\JsonResponse
*/
public function verify(Request $request)