| Total Complexity | 5 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | readonly class PackedItem implements JsonSerializable |
||
| 20 | { |
||
| 21 | public int $volume; |
||
| 22 | 102 | ||
| 23 | public function __construct( |
||
| 32 | } |
||
| 33 | 98 | ||
| 34 | public static function fromOrientatedItem(OrientatedItem $orientatedItem, int $x, int $y, int $z): self |
||
| 44 | ); |
||
| 45 | } |
||
| 46 | 3 | ||
| 47 | public function jsonSerialize(): array |
||
| 78 |