mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Reformatted and checked everything. [skip ci]
This commit is contained in:
@@ -2,13 +2,33 @@
|
||||
|
||||
namespace Firefly\Helper\Email;
|
||||
|
||||
/**
|
||||
* Interface EmailHelperInterface
|
||||
*
|
||||
* @package Firefly\Helper\Email
|
||||
*/
|
||||
interface EmailHelperInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param \User $user
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function sendVerificationMail(\User $user);
|
||||
|
||||
/**
|
||||
* @param \User $user
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function sendPasswordMail(\User $user);
|
||||
|
||||
/**
|
||||
* @param \User $user
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function sendResetVerification(\User $user);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user