diff --git a/src/PackedItem.php b/src/PackedItem.php index 3529f96c..d4650449 100644 --- a/src/PackedItem.php +++ b/src/PackedItem.php @@ -122,6 +122,9 @@ public static function fromOrientatedItem(OrientatedItem $orientatedItem, int $x ); } + /** + * @deprecated + */ public function toOrientatedItem(): OrientatedItem { return new OrientatedItem($this->item, $this->width, $this->length, $this->depth);