Completed
Pull Request — master (#61)
by
unknown
63:57
created
Event/HistoryListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 use ONGR\ElasticsearchBundle\Document\DocumentInterface;
15 15
 use ONGR\ElasticsearchBundle\Service\Repository;
16 16
 use ONGR\TranslationsBundle\Document\History;
17
-use Symfony\Component\Config\Definition\Exception\Exception;
18
-use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
19 17
 
20 18
 /**
21 19
  * Listens for edit message request event and add old message to history.
Please login to merge, or discard this patch.
Service/Import.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 use ONGR\TranslationsBundle\Storage\StorageInterface;
16 16
 use ONGR\TranslationsBundle\Translation\Import\FileImport;
17 17
 use Symfony\Component\Finder\Finder;
18
-use Symfony\Component\HttpKernel\Bundle\Bundle;
19
-use Symfony\Component\HttpKernel\Bundle\BundleInterface;
20 18
 
21 19
 /**
22 20
  * Collects translations.
Please login to merge, or discard this patch.