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