Skip to content

Commit

Permalink
Merge branch 'sirosfakhri-hotfix/extra_interface' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Dec 30, 2023
2 parents 818a7fd + 5f4135a commit 3f96a8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

namespace Intervention\Image;

use Countable;
use Intervention\Gif\Exception\EncoderException;
use Traversable;
use Intervention\Gif\Exception\EncoderException;
use Intervention\Image\Analyzers\ColorspaceAnalyzer;
use Intervention\Image\Analyzers\HeightAnalyzer;
use Intervention\Image\Analyzers\PixelColorAnalyzer;
Expand Down Expand Up @@ -84,7 +83,7 @@
use Intervention\Image\Modifiers\TextModifier;
use Intervention\Image\Typography\FontFactory;

final class Image implements ImageInterface, Countable
final class Image implements ImageInterface
{
/**
* The origin from which the image was created
Expand Down

0 comments on commit 3f96a8f

Please sign in to comment.