mirror of
https://github.com/Intervention/image.git
synced 2025-08-11 08:24:02 +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(
|
||||
$this->resolveDriverClass('Modifiers\RemoveAnimationModifier', $position)
|
||||
|
@@ -82,7 +82,7 @@ interface ImageInterface extends Traversable, Countable
|
||||
* @param int $position
|
||||
* @return ImageInterface
|
||||
*/
|
||||
public function removeAnimation(int $position = 0): ImageInterface;
|
||||
public function withoutAnimation(int $position = 0): ImageInterface;
|
||||
|
||||
/**
|
||||
* Apply given modifier to current image
|
||||
|
Reference in New Issue
Block a user