Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 5c7f5cf

Browse files
committed
Merge branch 'develop'
2 parents 47920ee + 58b2059 commit 5c7f5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/NullProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function verify(User $user, string $token)
3535
/**
3636
* {@inheritdoc}
3737
*/
38-
public function sendSMSToken(User $user)
38+
public function sendSMSToken(User $user) : void
3939
{
4040
//
4141
}

0 commit comments

Comments
 (0)