Completed
Push — develop ( 7b3a71...d951b0 )
by John
02:11
created
Alpha/Model/Article.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace Alpha\Model;
4 4
 
5 5
 use Alpha\Model\Type\SmallText;
6
-use Alpha\Model\Type\DEnum;
7 6
 use Alpha\Model\Type\Text;
8 7
 use Alpha\Model\Type\LargeText;
9 8
 use Alpha\Model\Type\Boolean;
10 9
 use Alpha\Model\Type\Relation;
11
-use Alpha\Util\Config\Configprovider;
12 10
 use Alpha\Util\Logging\Logger;
13 11
 use Alpha\Util\Service\ServiceFactory;
14 12
 use Alpha\Exception\ValidationException;
Please login to merge, or discard this patch.
Alpha/Model/Type/HugeText.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Alpha\Model\Type;
4 4
 
5
-use Alpha\Util\Helper\Validator;
6
-use Alpha\Exception\IllegalArguementException;
7
-
8 5
 /**
9 6
  * The HugeText complex data type.
10 7
  *
Please login to merge, or discard this patch.
Alpha/Model/Type/LargeText.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Alpha\Model\Type;
4 4
 
5
-use Alpha\Util\Helper\Validator;
6
-use Alpha\Exception\IllegalArguementException;
7
-
8 5
 /**
9 6
  * The LargeText complex data type.
10 7
  *
Please login to merge, or discard this patch.