| 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 |
||
| 14 | 4 | public function __construct( |
|
| 15 | protected ParseSpecInterface $parseSpec, |
||
| 16 | protected string $uri, |
||
| 17 | protected null|int|string $pollPeriod = null, |
||
| 18 | protected ?int $maxHeapPercentage = null, |
||
| 19 | protected bool $injective = false, |
||
| 20 | protected int $firstCacheTimeoutMs = 0 |
||
| 21 | ) { |
||
| 22 | |||
| 48 | } |