Fix some issues detected by static analysis

This commit is contained in:
Bubka
2022-08-26 15:57:18 +02:00
parent 808d5a0d10
commit 70c4c271cd
34 changed files with 68 additions and 50 deletions

View File

@ -14,7 +14,7 @@ class QrCodeController extends Controller
/**
* Show a QR code image
*
* @param App\Models\TwoFAccount $twofaccount
* @param \App\Models\TwoFAccount $twofaccount
* @return \Illuminate\Http\JsonResponse
*/
public function show(TwoFAccount $twofaccount)