Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Tests | 1 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | 4 | public function __construct( |
|
14 | protected ParseSpecInterface $parseSpec, |
||
15 | protected string $uri, |
||
16 | protected null|int|string $pollPeriod = null, |
||
17 | protected ?int $maxHeapPercentage = null, |
||
18 | protected bool $injective = false, |
||
19 | protected int $firstCacheTimeoutMs = 0 |
||
20 | ) { |
||
21 | |||
47 | } |