From e00fd03f87af890f040a1fe59d48584cc2ae9843 Mon Sep 17 00:00:00 2001 From: kw-pr <9133572+kw-pr@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:47:34 +0100 Subject: [PATCH] Chore: throws Throwable --- src/PhpPresentation/Traits/ShapeCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpPresentation/Traits/ShapeCollection.php b/src/PhpPresentation/Traits/ShapeCollection.php index ea71fa581..78e6acbda 100644 --- a/src/PhpPresentation/Traits/ShapeCollection.php +++ b/src/PhpPresentation/Traits/ShapeCollection.php @@ -77,7 +77,7 @@ public function setShapeCollection(array $shapeCollection = []): self /** * @return static - * @throws ShapeContainerAlreadyAssignedException + * @throws ShapeContainerAlreadyAssignedException&Throwable */ public function addShape(AbstractShape $shape) {