Completed
Pull Request — master (#91)
by
unknown
81:58 queued 17:06
created
Service/Export/ExportManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use ONGR\TranslationsBundle\Document\Message;
15 15
 use ONGR\TranslationsBundle\Document\Translation;
16
-use ONGR\TranslationsBundle\Service\LoadersContainer;
17 16
 use ONGR\TranslationsBundle\Service\TranslationManager;
18 17
 use Symfony\Component\Filesystem\Filesystem;
19 18
 use Symfony\Component\HttpFoundation\ParameterBag;
Please login to merge, or discard this patch.
Service/Import/ImportManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace ONGR\TranslationsBundle\Service;
13 13
 
14
-use Elasticsearch\Common\Exceptions\BadRequest400Exception;
15 14
 use ONGR\ElasticsearchBundle\Service\Manager;
16 15
 use ONGR\TranslationsBundle\Document\Message;
17 16
 use ONGR\TranslationsBundle\Document\Translation;
Please login to merge, or discard this patch.
Service/TranslationManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@  discard block
 block discarded – undo
11 11
 
12 12
 namespace ONGR\TranslationsBundle\Service;
13 13
 
14
-use Elasticsearch\Common\Exceptions\Missing404Exception;
15 14
 use ONGR\ElasticsearchBundle\Result\DocumentIterator;
16 15
 use ONGR\ElasticsearchDSL\Aggregation\Bucketing\TermsAggregation;
17 16
 use ONGR\ElasticsearchDSL\Query\MatchAllQuery;
@@ -23,7 +22,6 @@  discard block
 block discarded – undo
23 22
 use ONGR\TranslationsBundle\Event\TranslationEditMessageEvent;
24 23
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
25 24
 use Symfony\Component\HttpFoundation\Request;
26
-use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
27 25
 
28 26
 /**
29 27
  * Handles translation objects by http requests.
Please login to merge, or discard this patch.