mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 10:23:29 +02:00
Change docblock documentation
This commit is contained in:
@@ -69,7 +69,7 @@ interface CollectionInterface extends Traversable
|
|||||||
public function empty(): CollectionInterface;
|
public function empty(): CollectionInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Keep a slice of items and remove the rest from the collection
|
* Extract items based on given values and discard the rest.
|
||||||
*
|
*
|
||||||
* @param int $offset
|
* @param int $offset
|
||||||
* @param null|int $length
|
* @param null|int $length
|
||||||
|
@@ -113,7 +113,7 @@ interface ImageInterface extends IteratorAggregate, Countable
|
|||||||
public function removeAnimation(int|string $position = 0): ImageInterface;
|
public function removeAnimation(int|string $position = 0): ImageInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Keep a slice of the animated frame and remove the rest
|
* Extract animation frames based on given values and discard the rest
|
||||||
*
|
*
|
||||||
* @param int $offset
|
* @param int $offset
|
||||||
* @param null|int $length
|
* @param null|int $length
|
||||||
|
Reference in New Issue
Block a user