Completed
Push — master ( dad9bd...bab220 )
by Simonas
63:13
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/Controller/PersonalSettingsControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace ONGR\SettingsBundle\Tests\Functional\Controller;
13 13
 
14 14
 use ONGR\SettingsBundle\Tests\Fixtures\Security\LoginTestHelper;
15
-use ONGR\SettingsBundle\Tests\Functional\PreparePersonalData;
16
-use ONGR\SettingsBundle\Tests\Functional\PrepareAdminData;
17 15
 use ONGR\ElasticsearchBundle\Test\ElasticsearchTestCase;
18 16
 use Symfony\Bundle\FrameworkBundle\Client;
19 17
 
Please login to merge, or discard this patch.
Document/Setting.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use JsonSerializable;
15 15
 use ONGR\ElasticsearchBundle\Annotation as ES;
16 16
 use ONGR\ElasticsearchBundle\Document\AbstractDocument;
17
-use ONGR\ElasticsearchBundle\Document\DocumentInterface;
18 17
 
19 18
 /**
20 19
  * Stores admin settings.
Please login to merge, or discard this patch.