Skip to content

Commit 296ba10

Browse files
Update src/PhpPresentation/Shape/AutoShape.php
Co-authored-by: Progi1984 <progi1984@gmail.com>
1 parent 635245a commit 296ba10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhpPresentation/Shape/AutoShape.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function getRoundRectCorner(): ?int
285285
/**
286286
* Set corner radius.
287287
*/
288-
public function setRoundRectCorner(int $pixels): self
288+
public function setRoundRectCorner(?int $pixels): self
289289
{
290290
$this->roundRectCorner = max(0, $pixels);
291291

0 commit comments

Comments
 (0)