1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 09:10:21 +02:00

Mark Image class as final

This commit is contained in:
Oliver Vogel
2023-11-26 14:11:42 +01:00
parent 01b819c845
commit c8bc9caf5d

View File

@@ -61,7 +61,7 @@ use Intervention\Image\Modifiers\SharpenModifier;
use Intervention\Image\Modifiers\TextModifier;
use Intervention\Image\Typography\FontFactory;
class Image implements ImageInterface, Countable
final class Image implements ImageInterface, Countable
{
public function __construct(
protected DriverInterface $driver,