Completed
Branch master (b67f97)
by Pierre-Henry
35:51
created
app/system/modules/admin123/forms/processing/AddFakeProfilesFormProcess.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,11 +12,10 @@
 block discarded – undo
12 12
 
13 13
 defined('PH7') or exit('Restricted access');
14 14
 
15
-use
16
-PH7\Framework\Url\Url,
17
-PH7\Framework\Geo\Misc\Country,
18
-PH7\Framework\Security\Validate\Validate,
19
-PH7\Framework\Ip\Ip;
15
+use PH7\Framework\Url\Url;
16
+use PH7\Framework\Geo\Misc\Country;
17
+use PH7\Framework\Security\Validate\Validate;
18
+use PH7\Framework\Ip\Ip;
20 19
 
21 20
 /** Reset the time limit and increase the memory **/
22 21
 @set_time_limit(0);
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/forms/processing/AdsFormProcess.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,10 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or exit('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Cache\Cache,
14
-PH7\Framework\Mvc\Request\Http,
15
-PH7\Framework\Mvc\Router\Uri,
16
-PH7\Framework\Url\Header;
12
+use PH7\Framework\Cache\Cache;
13
+use PH7\Framework\Mvc\Request\Http;
14
+use PH7\Framework\Mvc\Router\Uri;
15
+use PH7\Framework\Url\Header;
17 16
 
18 17
 class AdsFormProcess extends Form
19 18
 {
Please login to merge, or discard this patch.
app/system/modules/admin123/forms/processing/DisableModuleFormProcess.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,8 @@
 block discarded – undo
9 9
 
10 10
 defined('PH7') or exit('Restricted access');
11 11
 
12
-use
13
-PH7\Framework\Cache\Cache,
14
-PH7\Framework\Mvc\Model\Module as ModuleModel;
12
+use PH7\Framework\Cache\Cache;
13
+use PH7\Framework\Mvc\Model\Module as ModuleModel;
15 14
 
16 15
 class DisableModuleFormProcess extends Form
17 16
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/validate-site/controllers/MainController.php 1 patch
Unused Use Statements   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -7,11 +7,9 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Layout\Html\Design,
12
-PH7\Framework\Mvc\Model\DbConfig,
13
-PH7\Framework\Cache\Cache,
14
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Layout\Html\Design;
11
+use PH7\Framework\Mvc\Model\DbConfig;
12
+use PH7\Framework\Url\Header;
15 13
 
16 14
 class MainController extends Controller
17 15
 {
Please login to merge, or discard this patch.