Total Complexity | 1 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | class DeleteStickerFromSetMethod |
||
13 | { |
||
14 | /** |
||
15 | * File identifier of the sticker. |
||
16 | * |
||
17 | * @var string |
||
18 | */ |
||
19 | public $sticker; |
||
20 | |||
21 | /** |
||
22 | * @param string $sticker |
||
23 | * |
||
24 | * @return DeleteStickerFromSetMethod |
||
25 | */ |
||
26 | 3 | public static function create(string $sticker): DeleteStickerFromSetMethod |
|
34 |