Skip to content

Commit

Permalink
Chore: @throws \Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
kw-pr authored Nov 28, 2024
1 parent e00fd03 commit c2f78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPresentation/Traits/ShapeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function setShapeCollection(array $shapeCollection = []): self

/**
* @return static
* @throws ShapeContainerAlreadyAssignedException&Throwable
* @throws ShapeContainerAlreadyAssignedException&\Throwable
*/
public function addShape(AbstractShape $shape)
{
Expand Down

0 comments on commit c2f78ff

Please sign in to comment.