1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Rename method

This commit is contained in:
Oliver Vogel 2024-08-05 16:54:09 +02:00
parent 839bc6a3c6
commit 5e9b4aa681
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -48,7 +48,7 @@ final class ClonerTest extends BaseTestCase
);
}
public function testCLoneBlended(): void
public function testCloneBlended(): void
{
$gd = imagecreatefromgif($this->getTestResourcePath('gradient.gif'));
$clone = Cloner::cloneBlended($gd, new Color(255, 0, 255, 255));