| 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 |
||
| 16 | 13 | public function __construct( |
|
| 17 | public readonly array $alwaysArray = [], |
||
| 18 | public readonly bool $fullResponse = false, |
||
| 19 | public readonly bool $autoCast = false, |
||
| 20 | public readonly string $attributesName = self::ATTRIBUTES, |
||
| 21 | public readonly string $valueName = self::VALUE, |
||
| 22 | public readonly string $nodesName = self::NODES, |
||
| 23 | ) { |
||
| 24 | } |
||
| 26 |