diff --git a/src/Interfaces/CollectionInterface.php b/src/Interfaces/CollectionInterface.php index f75781fb..7a8d5c3c 100644 --- a/src/Interfaces/CollectionInterface.php +++ b/src/Interfaces/CollectionInterface.php @@ -69,7 +69,7 @@ interface CollectionInterface extends Traversable 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 null|int $length diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index ef1a559e..b01ddfd8 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -113,7 +113,7 @@ interface ImageInterface extends IteratorAggregate, Countable 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 null|int $length