diff --git a/src/Encoders/FileExtensionEncoder.php b/src/Encoders/FileExtensionEncoder.php index 41b7821f..8eabe21b 100644 --- a/src/Encoders/FileExtensionEncoder.php +++ b/src/Encoders/FileExtensionEncoder.php @@ -2,7 +2,6 @@ namespace Intervention\Image\Encoders; -use Intervention\Gif\Exception\EncoderException; use Intervention\Image\Interfaces\EncodedImageInterface; use Intervention\Image\Interfaces\EncoderInterface; use Intervention\Image\Interfaces\ImageInterface; diff --git a/src/Exceptions/AnimationException.php b/src/Exceptions/AnimationException.php index 0019e2a3..e77279bf 100644 --- a/src/Exceptions/AnimationException.php +++ b/src/Exceptions/AnimationException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class AnimationException extends \RuntimeException { - // } diff --git a/src/Exceptions/ColorException.php b/src/Exceptions/ColorException.php index 4eda9322..2287c115 100644 --- a/src/Exceptions/ColorException.php +++ b/src/Exceptions/ColorException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class ColorException extends \RuntimeException { - // } diff --git a/src/Exceptions/DecoderException.php b/src/Exceptions/DecoderException.php index 9271e202..a2cb273e 100644 --- a/src/Exceptions/DecoderException.php +++ b/src/Exceptions/DecoderException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class DecoderException extends \RuntimeException { - // } diff --git a/src/Exceptions/FontException.php b/src/Exceptions/FontException.php index be32f177..ec3e61c3 100644 --- a/src/Exceptions/FontException.php +++ b/src/Exceptions/FontException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class FontException extends \RuntimeException { - // } diff --git a/src/Exceptions/GeometryException.php b/src/Exceptions/GeometryException.php index 7bca9ad7..ec80e83c 100644 --- a/src/Exceptions/GeometryException.php +++ b/src/Exceptions/GeometryException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class GeometryException extends \RuntimeException { - // } diff --git a/src/Exceptions/InputException.php b/src/Exceptions/InputException.php index 5710e09f..b20ec74d 100644 --- a/src/Exceptions/InputException.php +++ b/src/Exceptions/InputException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class InputException extends \RuntimeException { - // } diff --git a/src/Exceptions/NotSupportedException.php b/src/Exceptions/NotSupportedException.php index e4c88468..05411b8f 100644 --- a/src/Exceptions/NotSupportedException.php +++ b/src/Exceptions/NotSupportedException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class NotSupportedException extends \RuntimeException { - // } diff --git a/src/Exceptions/NotWritableException.php b/src/Exceptions/NotWritableException.php index 86a9a41a..d93c6781 100644 --- a/src/Exceptions/NotWritableException.php +++ b/src/Exceptions/NotWritableException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class NotWritableException extends \RuntimeException { - # nothing to override } diff --git a/src/Exceptions/RuntimeException.php b/src/Exceptions/RuntimeException.php index 55a4e9d8..188d86f6 100644 --- a/src/Exceptions/RuntimeException.php +++ b/src/Exceptions/RuntimeException.php @@ -4,5 +4,4 @@ namespace Intervention\Image\Exceptions; class RuntimeException extends \RuntimeException { - // }