Completed
Push — master ( 5f640f...f30f41 )
by Pierre-Henry
34:09
created
_protected/app/system/core/classes/design/VideoDesignCore.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -14,11 +14,10 @@
 block discarded – undo
14 14
  */
15 15
 namespace PH7;
16 16
 
17
-use
18
-PH7\Framework\Date\Various,
19
-PH7\Framework\Video\Api,
20
-PH7\Framework\Mvc\Model\DbConfig,
21
-PH7\Framework\File\File;
17
+use PH7\Framework\Date\Various;
18
+use PH7\Framework\Video\Api;
19
+use PH7\Framework\Mvc\Model\DbConfig;
20
+use PH7\Framework\File\File;
22 21
 
23 22
 class VideoDesignCore
24 23
 {
Please login to merge, or discard this patch.
_protected/app/system/core/classes/Security.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -7,11 +7,10 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Mail\Mail,
12
-PH7\Framework\Layout\Tpl\Engine\PH7Tpl\PH7Tpl,
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Mvc\Model\Engine\Util\Various;
10
+use PH7\Framework\Mail\Mail;
11
+use PH7\Framework\Layout\Tpl\Engine\PH7Tpl\PH7Tpl;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Mvc\Model\Engine\Util\Various;
15 14
 
16 15
 class Security
17 16
 {
Please login to merge, or discard this patch.
_protected/app/system/core/classes/UserCore.php 1 patch
Unused Use Statements   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -10,15 +10,14 @@
 block discarded – undo
10 10
  */
11 11
 namespace PH7;
12 12
 
13
-use
14
-PH7\Framework\Session\Session,
15
-PH7\Framework\Navigation\Browser,
16
-PH7\Framework\Mvc\Model\DbConfig,
17
-PH7\Framework\Ip\Ip,
18
-PH7\Framework\File\File,
19
-PH7\Framework\Util\Various,
20
-PH7\Framework\Mvc\Router\Uri,
21
-PH7\Framework\Url\Header;
13
+use PH7\Framework\Session\Session;
14
+use PH7\Framework\Navigation\Browser;
15
+use PH7\Framework\Mvc\Model\DbConfig;
16
+use PH7\Framework\Ip\Ip;
17
+use PH7\Framework\File\File;
18
+use PH7\Framework\Util\Various;
19
+use PH7\Framework\Mvc\Router\Uri;
20
+use PH7\Framework\Url\Header;
22 21
 
23 22
 // Abstract Class
24 23
 class UserCore
Please login to merge, or discard this patch.
_protected/app/system/core/forms/ConfigFileCoreForm.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,8 @@
 block discarded – undo
10 10
 namespace PH7;
11 11
 defined('PH7') or exit('Restricted access');
12 12
 
13
-use PH7\Framework\Str\Str, PH7\Framework\Registry\Registry;
13
+use PH7\Framework\Str\Str;
14
+use PH7\Framework\Registry\Registry;
14 15
 
15 16
 class ConfigFileCoreForm
16 17
 {
Please login to merge, or discard this patch.
app/system/core/forms/processing/ChangePasswordCoreFormProcess.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 namespace PH7;
9 9
 defined('PH7') or exit('Restricted access');
10 10
 
11
-use PH7\Framework\Mvc\Router\Uri, PH7\Framework\Url\Header;
12
-
13 11
 /** For "user", "affiliate" and "admin" module **/
14 12
 class ChangePasswordCoreFormProcess extends Form
15 13
 {
Please login to merge, or discard this patch.
_protected/app/system/core/forms/processing/DeleteUserCoreFormProcess.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -8,11 +8,10 @@
 block discarded – undo
8 8
 namespace PH7;
9 9
 defined('PH7') or exit('Restricted access');
10 10
 
11
-use
12
-PH7\Framework\Mvc\Model\DbConfig,
13
-PH7\Framework\Mail\Mail,
14
-PH7\Framework\Mvc\Router\Uri,
15
-PH7\Framework\Url\Header;
11
+use PH7\Framework\Mvc\Model\DbConfig;
12
+use PH7\Framework\Mail\Mail;
13
+use PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\Url\Header;
16 15
 
17 16
 /** For "user" and "affiliate" module **/
18 17
 class DeleteUserCoreFormProcess extends Form
Please login to merge, or discard this patch.
app/system/core/forms/processing/ResendActivationCoreFormProcess.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,8 @@
 block discarded – undo
8 8
 namespace PH7;
9 9
 defined('PH7') or exit('Restricted access');
10 10
 
11
-use PH7\Framework\Mvc\Router\Uri, PH7\Framework\Mail\Mail;
11
+use PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Mail\Mail;
12 13
 
13 14
 /** For "user" and "affiliate" module **/
14 15
 class ResendActivationCoreFormProcess extends Form
Please login to merge, or discard this patch.
_protected/app/system/core/models/AdminCoreModel.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use PH7\Framework\Mvc\Model\Engine\Db, PH7\Framework\Mvc\Model\Engine\Util\Various;
10
+use PH7\Framework\Mvc\Model\Engine\Db;
11
+use PH7\Framework\Mvc\Model\Engine\Util\Various;
11 12
 
12 13
 // Abstract Class
13 14
 class AdminCoreModel extends UserCoreModel
Please login to merge, or discard this patch.
_protected/app/system/core/models/AffiliateCoreModel.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,8 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Mvc\Model\Engine\Db,
12
-PH7\Framework\Mvc\Model\Engine\Util\Various;
10
+use PH7\Framework\Mvc\Model\Engine\Db;
11
+use PH7\Framework\Mvc\Model\Engine\Util\Various;
13 12
 
14 13
 // Abstract Class
15 14
 class AffiliateCoreModel extends AdminCoreModel
Please login to merge, or discard this patch.