Completed
Branch master (9997d9)
by Pierre-Henry
32:47
created
_protected/framework/Translate/Adapter/Gettext/gettext.inc.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 defined('PH7') or exit('Restricted access');
7 7
 
8 8
 use PH7\Framework\Translate\Adapter\Gettext\StreamReader;
9
-use PH7\Framework\Translate\Adapter\Gettext\StringReader;
10 9
 use PH7\Framework\Translate\Adapter\Gettext\FileReader;
11
-use PH7\Framework\Translate\Adapter\Gettext\CachedFileReader;
12 10
 
13 11
 
14 12
 /*
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/controllers/InfoController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,9 @@
 block discarded – undo
8 8
 
9 9
 namespace PH7;
10 10
 
11
-use PH7\Framework\Core\Kernel;
12 11
 use PH7\Framework\Mvc\Router\Uri;
13 12
 use PH7\Framework\Security\Version;
14 13
 use PH7\Framework\Url\Header;
15
-use PH7\Framework\Url\Url;
16 14
 
17 15
 class InfoController extends Controller
18 16
 {
Please login to merge, or discard this patch.
app/system/modules/profile-faker/controllers/GeneratorController.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -8,13 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace PH7;
10 10
 
11
-use PH7\Framework\Layout\Html\Design;
12
-use PH7\Framework\Layout\Tpl\Engine\PH7Tpl\PH7Tpl;
13
-use PH7\Framework\Mvc\Model\DbConfig;
14
-use PH7\Framework\Mvc\Router\Uri;
15
-use PH7\Framework\Payment\Gateway\Api\PayPal;
16
-use PH7\Framework\Url\Header;
17
-
18 11
 class GeneratorController extends Controller
19 12
 {
20 13
     public function addMember()
Please login to merge, or discard this patch.
_protected/framework/Mvc/Model/Design.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use PH7\Framework\Mvc\Model\Lang as LangModel;
23 23
 use PH7\Framework\Navigation\Page;
24 24
 use PH7\Framework\Parse\SysVar;
25
-use PH7\Framework\Registry\Registry;
26 25
 use PH7\Framework\Translate\Lang;
27 26
 
28 27
 class Design extends HtmlDesign
Please login to merge, or discard this patch.