| Total Complexity | 7 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 7 | class StyleValue implements \JsonSerializable |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * When is an optional APL boolean expression controlling whether this style value block applies. |
||
| 11 | * If null, the block always applies. |
||
| 12 | */ |
||
| 13 | 17 | public function __construct( |
|
| 17 | 17 | } |
|
| 18 | |||
| 19 | 6 | public function set(string $name, mixed $value): self |
|
| 28 | } |
||
| 29 | |||
| 30 | 7 | public function jsonSerialize(): array |
|
| 41 |