1 | <?php |
||
5 | class FavAUserMail extends Mail{ |
||
6 | |||
7 | |||
8 | /** |
||
9 | * Sending Email to User Being Favorited |
||
10 | * @param [type] $user User Object (User Being Favorited) |
||
|
|||
11 | * @param [type] $userFaved User Being Favorited |
||
12 | * @param [type] $faveeUser User Favoriting |
||
13 | * @return [type] [description] |
||
14 | */ |
||
15 | public function sendFavAUserNotificationEmail($user, $userFaved, $faveeUser){ |
||
23 | |||
24 | |||
25 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.