Completed
Push — development ( eb9524...db4517 )
by Andrij
28:49 queued 02:09
created
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/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/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.