Completed
Push — master ( fd59c6...f2565d )
by Paweł
18s
created
src/SWP/Bundle/ContentBundle/Factory/ORM/MediaFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use SWP\Bundle\ContentBundle\Doctrine\ImageRepositoryInterface;
20 20
 use SWP\Bundle\ContentBundle\Model\ArticleMedia;
21
-use SWP\Bundle\ContentBundle\Model\File;
22 21
 use SWP\Bundle\ContentBundle\Model\Image;
23 22
 use SWP\Bundle\ContentBundle\Model\ImageRendition;
24 23
 use SWP\Bundle\ContentBundle\Factory\MediaFactoryInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/ContentBundle/Doctrine/ORM/ArticleRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace SWP\Bundle\ContentBundle\Doctrine\ORM;
18 18
 
19 19
 use Doctrine\ORM\QueryBuilder;
20
-use Elastica\Query;
21 20
 use SWP\Bundle\ContentBundle\Model\ArticleSourceReference;
22 21
 use SWP\Component\Common\Criteria\Criteria;
23 22
 use SWP\Bundle\ContentBundle\Doctrine\ArticleRepositoryInterface;
Please login to merge, or discard this patch.