Completed
Push — development ( f82eb6...c8f467 )
by Andrij
52s
created
application/modules/template_manager/classes/Template.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace template_manager\classes;
4 4
 
5 5
 use Exception;
6
-use Symfony\Component\Config\FileLocator;
7 6
 use template_manager\classes\TemplateManager;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
application/modules/CMSFactory/MetaManipulator/MetaManipulator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use CMSFactory\assetManager;
7 7
 use Currency\Currency;
8 8
 use Exception;
9
-use MY_Controller;
10 9
 use phpMorphy;
11 10
 use phpMorphy_Exception;
12 11
 use SBrands;
Please login to merge, or discard this patch.
modules/CMSFactory/MetaManipulator/ShopProductMetaManipulator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use MY_Controller;
6 6
 use SProductPropertiesDataQuery;
7
-use SProducts;
8 7
 
9 8
 /**
10 9
  * Class ShopProductMetaManipulator
Please login to merge, or discard this patch.
application/modules/xbanners/models/Base/BannersI18n.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Propel\Runtime\ActiveQuery\Criteria;
9 9
 use Propel\Runtime\ActiveQuery\ModelCriteria;
10 10
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
11
-use Propel\Runtime\Collection\Collection;
12 11
 use Propel\Runtime\Connection\ConnectionInterface;
13 12
 use Propel\Runtime\Exception\BadMethodCallException;
14 13
 use Propel\Runtime\Exception\LogicException;
Please login to merge, or discard this patch.
application/modules/xbanners/models/Base/BannerImageI18n.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Propel\Runtime\ActiveQuery\Criteria;
9 9
 use Propel\Runtime\ActiveQuery\ModelCriteria;
10 10
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
11
-use Propel\Runtime\Collection\Collection;
12 11
 use Propel\Runtime\Connection\ConnectionInterface;
13 12
 use Propel\Runtime\Exception\BadMethodCallException;
14 13
 use Propel\Runtime\Exception\LogicException;
Please login to merge, or discard this patch.
application/modules/ymarket/ymarket.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Category\CategoryApi;
4 4
 use CMSFactory\assetManager;
5 5
 use CMSFactory\Events;
6
-use Currency\Currency;
7 6
 
8 7
 (defined('BASEPATH')) OR exit('No direct script access allowed');
9 8
 
Please login to merge, or discard this patch.