| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | final class FastlyCachePurger implements PurgerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @SuppressWarnings("PHPMD.BooleanArgumentFlag") |
||
| 18 | * @Named("fastlyServiceId=fastlyServiceId,enableSoftPurge=fastlyEnableSofrPurge") |
||
| 19 | */ |
||
| 20 | public function __construct( |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @throws ApiException |
||
| 29 | * |
||
| 30 | * @see https://developer.fastly.com/reference/api/purging/ |
||
| 31 | */ |
||
| 32 | public function __invoke(string $tag): void |
||
| 41 |