Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | public function __construct( |
||
25 | PurgeApi $purgeApi, |
||
26 | #[Named('fastlyServiceId')] string $fastlyServiceId, |
||
27 | #[Named('fastlyEnableSoftPurge')] bool $enableSoftPurge |
||
28 | ) { |
||
29 | $this->purgeApi = $purgeApi; |
||
30 | $this->fastlyServiceId = $fastlyServiceId; |
||
31 | $this->enableSoftPurge = $enableSoftPurge; |
||
32 | } |
||
54 |