mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 09:31:53 +02:00
Merge pull request #489 from localheinz/fix/unused-imports
Fix: Remove unused imports
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Gd\Commands;
|
namespace Intervention\Image\Gd\Commands;
|
||||||
|
|
||||||
use \Intervention\Image\Point;
|
|
||||||
use \Intervention\Image\Size;
|
use \Intervention\Image\Size;
|
||||||
|
|
||||||
class FitCommand extends ResizeCommand
|
class FitCommand extends ResizeCommand
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Gd\Commands;
|
namespace Intervention\Image\Gd\Commands;
|
||||||
|
|
||||||
use Intervention\Image\Gd\Color;
|
|
||||||
|
|
||||||
class LimitColorsCommand extends \Intervention\Image\Commands\AbstractCommand
|
class LimitColorsCommand extends \Intervention\Image\Commands\AbstractCommand
|
||||||
{
|
{
|
||||||
|
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Gd\Commands;
|
namespace Intervention\Image\Gd\Commands;
|
||||||
|
|
||||||
use \Intervention\Image\Point;
|
|
||||||
use \Intervention\Image\Size;
|
|
||||||
|
|
||||||
class ResizeCanvasCommand extends \Intervention\Image\Commands\AbstractCommand
|
class ResizeCanvasCommand extends \Intervention\Image\Commands\AbstractCommand
|
||||||
{
|
{
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
namespace Intervention\Image\Gd;
|
namespace Intervention\Image\Gd;
|
||||||
|
|
||||||
use \Intervention\Image\Image;
|
use \Intervention\Image\Image;
|
||||||
use \Intervention\Image\Size;
|
|
||||||
|
|
||||||
class Decoder extends \Intervention\Image\AbstractDecoder
|
class Decoder extends \Intervention\Image\AbstractDecoder
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Gd;
|
namespace Intervention\Image\Gd;
|
||||||
|
|
||||||
use \Intervention\Image\Size;
|
|
||||||
|
|
||||||
class Driver extends \Intervention\Image\AbstractDriver
|
class Driver extends \Intervention\Image\AbstractDriver
|
||||||
{
|
{
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
namespace Intervention\Image;
|
namespace Intervention\Image;
|
||||||
|
|
||||||
use Illuminate\Support\ServiceProvider;
|
use Illuminate\Support\ServiceProvider;
|
||||||
use Illuminate\Http\Response as IlluminateResponse;
|
|
||||||
|
|
||||||
class ImageServiceProviderLaravel5 extends ServiceProvider
|
class ImageServiceProviderLaravel5 extends ServiceProvider
|
||||||
{
|
{
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
namespace Intervention\Image\Imagick;
|
namespace Intervention\Image\Imagick;
|
||||||
|
|
||||||
use \Intervention\Image\Image;
|
use \Intervention\Image\Image;
|
||||||
use \Intervention\Image\Size;
|
|
||||||
|
|
||||||
class Decoder extends \Intervention\Image\AbstractDecoder
|
class Decoder extends \Intervention\Image\AbstractDecoder
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
namespace Intervention\Image\Imagick;
|
namespace Intervention\Image\Imagick;
|
||||||
|
|
||||||
use \Intervention\Image\Size;
|
|
||||||
|
|
||||||
class Driver extends \Intervention\Image\AbstractDriver
|
class Driver extends \Intervention\Image\AbstractDriver
|
||||||
{
|
{
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use \Intervention\Image\AbstractDecoder;
|
|
||||||
|
|
||||||
class AbstractDecoderTest extends PHPUnit_Framework_TestCase
|
class AbstractDecoderTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user