Completed
Push — develop ( ada86c...9cfff8 )
by John
04:02
created
Alpha/View/Renderer/Html/RendererProviderHTML.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Alpha\Model\Type\Text;
24 24
 use Alpha\Model\ActiveRecord;
25 25
 use Alpha\Exception\IllegalArguementException;
26
-use Alpha\Exception\AlphaException;
27 26
 use ReflectionClass;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.
Alpha/Model/Article.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 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\Boolean;
9 8
 use Alpha\Model\Type\Relation;
10
-use Alpha\Util\Config\Configprovider;
11 9
 use Alpha\Util\Logging\Logger;
12 10
 use Alpha\Util\Service\ServiceFactory;
13 11
 use Alpha\Exception\ValidationException;
Please login to merge, or discard this patch.
Alpha/Controller/ArticleController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Alpha\Util\Http\Request;
11 11
 use Alpha\Util\Http\Response;
12 12
 use Alpha\Util\Service\ServiceFactory;
13
-use Alpha\Util\File\FileUtils;
14 13
 use Alpha\Model\Article;
15 14
 use Alpha\Model\ArticleComment;
16 15
 use Alpha\Model\Type\Relation;
Please login to merge, or discard this patch.