Passed
Push — master ( 3de7ee...b534e3 )
by Mihail
14:25
created
Widgets/Basic/LanguageSwitcher.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 Ffcms\Core\Arch\Widget;
7 7
 use Ffcms\Core\Helper\HTML\Listing;
8 8
 use Ffcms\Core\Helper\Type\Any;
9
-use Ffcms\Core\Helper\Type\Obj;
10 9
 
11 10
 /**
12 11
  * Class LanguageSwitcher. Show language switched as listing html object
Please login to merge, or discard this patch.
Widgets/Front/Contenttag/Contenttag.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 Extend\Core\Arch\FrontWidget as AbstractWidget;
7 7
 use Ffcms\Core\Helper\Type\Any;
8 8
 use Ffcms\Core\Traits\ClassTools;
9
-use Ffcms\Core\Helper\Type\Obj;
10 9
 use Apps\ActiveRecord\ContentTag as TagRecord;
11 10
 
12 11
 class Contenttag extends AbstractWidget
Please login to merge, or discard this patch.
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.