Passed
Push — master ( 81a9f5...3de7ee )
by Mihail
04:22
created
Extend/Core/Captcha/Recaptcha.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 Ffcms\Core\App;
6 6
 use Ffcms\Core\Helper\FileSystem\File;
7
-use Ffcms\Core\Helper\Url;
8 7
 use Ffcms\Core\Interfaces\iCaptcha;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 
Please login to merge, or discard this patch.
Private/Config/Object.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage;
8 8
 use Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler;
9 9
 use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
10
-use phpFastCache\CacheManager;
11
-use phpFastCache\Core\phpFastCache;
12 10
 
13 11
 // define timezone
14 12
 date_default_timezone_set(App::$Properties->get('timezone'));
Please login to merge, or discard this patch.
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.