| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class GetChatMemberMethod implements MethodInterface |
||
| 17 | { |
||
| 18 | use ChatIdVariableTrait; |
||
| 19 | use UserIdVariableTrait; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param int|string $chatId |
||
| 23 | * @param int $userId |
||
| 24 | * |
||
| 25 | * @return GetChatMemberMethod |
||
| 26 | */ |
||
| 27 | 2 | public static function create($chatId, int $userId): GetChatMemberMethod |
|
| 36 |