Completed
Pull Request — master (#2609)
by
unknown
05:53
created
src/Kunstmaan/MediaBundle/Helper/ManipulateImageService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\MediaBundle\Helper;
4 4
 
5
-use Imagine\Filter\Basic\Crop;
6 5
 use Kunstmaan\MediaBundle\Entity\CroppableMediaLink;
7 6
 use Kunstmaan\MediaBundle\Entity\Media;
8 7
 use Kunstmaan\UtilitiesBundle\Helper\Slugifier;
Please login to merge, or discard this patch.
src/Kunstmaan/MediaBundle/Twig/MediaTwigExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\MediaBundle\Twig;
4 4
 
5
-use Imagine\Filter\Basic\Crop;
6 5
 use Kunstmaan\MediaBundle\Entity\CroppableMediaLink;
7 6
 use Kunstmaan\MediaBundle\Helper\ManipulateImageService;
8 7
 use Twig\Extension\AbstractExtension;
Please login to merge, or discard this patch.