Skip to content

Commit

Permalink
BUFIX: Cleanup use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Oct 18, 2018
1 parent 773ac25 commit 68e14fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/FusionObjects/AssetImageSourceImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Neos\Flow\ResourceManagement\ResourceManager;
use Sitegeist\Kaleidoscope\EelHelpers\ImageSourceHelperInterface;
use Sitegeist\Kaleidoscope\EelHelpers\AssetImageSourceHelper;
use Neos\Fusion\FusionObjects\AbstractFusionObject;
use Sitegeist\Kaleidoscope\EelHelpers\UriImageSourceHelper;

class AssetImageSourceImplementation extends AbstractImageSourceImplementation
{
Expand Down
1 change: 0 additions & 1 deletion Classes/FusionObjects/DummyImageSourceImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Neos\Flow\Annotations as Flow;
use Sitegeist\Kaleidoscope\EelHelpers\ImageSourceHelperInterface;
use Sitegeist\Kaleidoscope\EelHelpers\DummyImageSourceHelper;
use Neos\Fusion\FusionObjects\AbstractFusionObject;

class DummyImageSourceImplementation extends AbstractImageSourceImplementation
{
Expand Down
1 change: 0 additions & 1 deletion Classes/FusionObjects/UriImageSourceImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use Neos\Flow\Annotations as Flow;
use Sitegeist\Kaleidoscope\EelHelpers\ImageSourceHelperInterface;
use Sitegeist\Kaleidoscope\EelHelpers\ResourceImageSourceHelper;
use Neos\Fusion\FusionObjects\AbstractFusionObject;
use Sitegeist\Kaleidoscope\EelHelpers\UriImageSourceHelper;

Expand Down

0 comments on commit 68e14fc

Please sign in to comment.