mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 08:54:03 +02:00
Rename method
- ImageInterface::removeAnimation to ImageInterface::withoutAnimation
This commit is contained in:
@@ -362,7 +362,7 @@ abstract class AbstractImage implements ImageInterface
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function removeAnimation(int $position = 0): ImageInterface
|
public function withoutAnimation(int $position = 0): ImageInterface
|
||||||
{
|
{
|
||||||
return $this->modify(
|
return $this->modify(
|
||||||
$this->resolveDriverClass('Modifiers\RemoveAnimationModifier', $position)
|
$this->resolveDriverClass('Modifiers\RemoveAnimationModifier', $position)
|
||||||
|
@@ -82,7 +82,7 @@ interface ImageInterface extends Traversable, Countable
|
|||||||
* @param int $position
|
* @param int $position
|
||||||
* @return ImageInterface
|
* @return ImageInterface
|
||||||
*/
|
*/
|
||||||
public function removeAnimation(int $position = 0): ImageInterface;
|
public function withoutAnimation(int $position = 0): ImageInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply given modifier to current image
|
* Apply given modifier to current image
|
||||||
|
Reference in New Issue
Block a user