| 1 | <?php |
||
| 23 | class UserMessageValidator |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param LoginUserMessage $event |
||
| 27 | * |
||
| 28 | * @return bool |
||
| 29 | */ |
||
| 30 | public function loginUserValidator(LoginUserMessage $event) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param LogoutUserMessage $event |
||
| 37 | * |
||
| 38 | * @return bool |
||
| 39 | */ |
||
| 40 | public function logoutUserValidator(LogoutUserMessage $event) |
||
| 44 | } |
||
| 45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.