Passed
Push — master ( b534e3...17b30a )
by Mihail
19:51
created
Widgets/Front/Newcontent/Newcontent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use Ffcms\Core\App;
5 5
 use Extend\Core\Arch\FrontWidget as Widget;
6 6
 use Ffcms\Core\Helper\Type\Any;
7
-use Ffcms\Core\Helper\Type\Obj;
8 7
 use Ffcms\Core\Traits\ClassTools;
9 8
 use Apps\ActiveRecord\Content;
10 9
 
Please login to merge, or discard this patch.
Apps/View/Install/default/native/macro/notify.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 /** @var $notify array */
3 3
 
4 4
 use Ffcms\Core\Helper\Type\Any;
5
-use Ffcms\Core\Helper\Type\Obj;
6 5
 
7 6
 /**
8 7
  * Get html css class from notify response type
Please login to merge, or discard this patch.
Apps/View/Front/default/content/read.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 Ffcms\Core\Helper\Date;
4 4
 use Ffcms\Core\Helper\Type\Any;
5 5
 use Ffcms\Core\Helper\Type\Arr;
6
-use Ffcms\Core\Helper\Type\Obj;
7 6
 use Ffcms\Core\Helper\Type\Str;
8 7
 use Ffcms\Core\Helper\Url;
9 8
 
Please login to merge, or discard this patch.