Completed
Pull Request — master (#155)
by
unknown
21:15
created
Settings/General/SettingsManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use ONGR\ElasticsearchBundle\ORM\Manager;
18 18
 use ONGR\SettingsBundle\Document\Setting;
19 19
 use ONGR\SettingsBundle\Event\SettingChangeEvent;
20
-use Exception;
21 20
 
22 21
 /**
23 22
  * Class SettingsManager responsible for managing settings actions.
Please login to merge, or discard this patch.
Tests/Functional/Settings/SettingsManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
17 17
 use ONGR\ElasticsearchBundle\Service\Manager;
18 18
 use ONGR\ElasticsearchDSL\Query\MatchAllQuery;
19
-use Symfony\Component\Translation\TranslatorInterface;
20 19
 use Symfony\Component\DependencyInjection\ContainerInterface;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.