mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 05:52:47 +02:00
Add doc block
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user