diff --git a/src/Image.php b/src/Image.php index f30ab50d..7f705235 100644 --- a/src/Image.php +++ b/src/Image.php @@ -205,6 +205,11 @@ final class Image implements ImageInterface return $this->modify(new RemoveAnimationModifier($position)); } + /** + * {@inheritdoc} + * + * @see ImageInterface::sliceAnimation() + */ public function sliceAnimation(int $offset = 0, ?int $length = null): ImageInterface { return $this->modify(new SliceAnimationModifier($offset, $length));