1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 08:40:33 +02:00

Change docblock documentation

This commit is contained in:
Oliver Vogel
2024-01-04 21:02:40 +01:00
parent 296b9a1c13
commit ae0004a018
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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