Skip to content

Commit e8b2010

Browse files
committed
Apply fixes from StyleCI
1 parent 2465d20 commit e8b2010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/EnableTwoFactorAuthentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(TwoFactorAuthenticationProvider $provider)
3131
* Enable two factor authentication for the user.
3232
*
3333
* @param mixed $user
34-
* @param bool $force
34+
* @param bool $force
3535
* @return void
3636
*/
3737
public function __invoke($user, $force = false)

0 commit comments

Comments
 (0)