Skip to content

Commit e00fd03

Browse files
authored
Chore: throws Throwable
1 parent 6a549ba commit e00fd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Traits/ShapeCollection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function setShapeCollection(array $shapeCollection = []): self
7777

7878
/**
7979
* @return static
80-
* @throws ShapeContainerAlreadyAssignedException
80+
* @throws ShapeContainerAlreadyAssignedException&Throwable
8181
*/
8282
public function addShape(AbstractShape $shape)
8383
{

0 commit comments

Comments
 (0)