Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Apr 19, 2019
2 parents 47920ee + 58b2059 commit 5c7f5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/NullProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function verify(User $user, string $token)
/**
* {@inheritdoc}
*/
public function sendSMSToken(User $user)
public function sendSMSToken(User $user) : void
{
//
}
Expand Down

0 comments on commit 5c7f5cf

Please sign in to comment.