Skip to content

Commit a7cbb18

Browse files
committed
create new composer lock and amend spacing in QrcodeService.php
1 parent 6b0f6ad commit a7cbb18

File tree

2 files changed

+254
-251
lines changed

2 files changed

+254
-251
lines changed

app/Services/QrcodeService.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ class QrcodeService
3030
{
3131
// If the form is completed faster than this, then suspect a robot.
3232
// private const float MINIMUM_FORM_TIME = 3.0;
33-
/**
34-
* Generate a QR code image based on 2FA secret and return both.
35-
*
36-
* @param UserInterface $user
37-
* @return array<string, mixed>
38-
*/
33+
/**
34+
* Generate a QR code image based on 2FA secret and return both.
35+
*
36+
* @param UserInterface $user
37+
* @return array<string, mixed>
38+
*/
3939

4040
public function genQRcode(UserInterface $user): array
4141
{

0 commit comments

Comments
 (0)