Completed
Branch master (ae19d9)
by Pierre-Henry
36:56
created
_protected/app/system/core/models/design/UserDesignCoreModel.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
 namespace PH7;
11 11
 
12
-use
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Url\Url;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Url\Url;
15 14
 
16 15
 class UserDesignCoreModel extends Framework\Mvc\Model\Design
17 16
 {
Please login to merge, or discard this patch.
_protected/app/system/core/models/ExistsCoreModel.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,8 @@
 block discarded – undo
11 11
  */
12 12
 namespace PH7;
13 13
 
14
-use PH7\Framework\Mvc\Model\Engine\Db, PH7\Framework\Mvc\Model\Engine\Util\Various;
14
+use PH7\Framework\Mvc\Model\Engine\Db;
15
+use PH7\Framework\Mvc\Model\Engine\Util\Various;
15 16
 
16 17
 class ExistsCoreModel extends Framework\Mvc\Model\Engine\Model
17 18
 {
Please login to merge, or discard this patch.
_protected/app/system/core/models/RatingCoreModel.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 RatingCoreModel extends Framework\Mvc\Model\Engine\Model
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/assets/ajax/AdsAjax.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\Request\Http, PH7\Framework\Mvc\Model\Design;
11
+use PH7\Framework\Mvc\Request\Http;
12
+use PH7\Framework\Mvc\Model\Design;
12 13
 
13 14
 class AdsAjax
14 15
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/controllers/AdminController.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 block discarded – undo
9 9
  */
10 10
 namespace PH7;
11 11
 
12
-use
13
-PH7\Framework\Navigation\Page,
14
-PH7\Framework\Url\Header,
15
-PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Navigation\Page;
13
+use PH7\Framework\Url\Header;
14
+use PH7\Framework\Mvc\Router\Uri;
16 15
 
17 16
 class AdminController extends Controller
18 17
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/controllers/ToolController.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,9 @@
 block discarded – undo
10 10
  */
11 11
 namespace PH7;
12 12
 
13
-use
14
-PH7\Framework\Mvc\Model\Engine as D,
15
-PH7\Framework\Url\Header,
16
-PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Mvc\Model\Engine as D;
14
+use PH7\Framework\Url\Header;
15
+use PH7\Framework\Mvc\Router\Uri;
17 16
 
18 17
 class ToolController extends Controller
19 18
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/controllers/UserController.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,9 @@
 block discarded – undo
7 7
  */
8 8
 namespace PH7;
9 9
 
10
-use
11
-PH7\Framework\Navigation\Page,
12
-PH7\Framework\Url\Header,
13
-PH7\Framework\Mvc\Router\Uri;
10
+use PH7\Framework\Navigation\Page;
11
+use PH7\Framework\Url\Header;
12
+use PH7\Framework\Mvc\Router\Uri;
14 13
 
15 14
 class UserController extends Controller
16 15
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/inc/class/ImportUser.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,10 +11,9 @@
 block discarded – undo
11 11
 namespace PH7;
12 12
 defined('PH7') or exit('Restricted access');
13 13
 
14
-use
15
-PH7\Framework\Util\Various,
16
-PH7\Framework\Security\Validate\Validate,
17
-PH7\Framework\Ip\Ip;
14
+use PH7\Framework\Util\Various;
15
+use PH7\Framework\Security\Validate\Validate;
16
+use PH7\Framework\Ip\Ip;
18 17
 
19 18
 /** Reset the time limit and increase the memory **/
20 19
 @set_time_limit(0);
Please login to merge, or discard this patch.
_protected/app/system/modules/affiliate/forms/EditForm.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\Session\Session,
12
-PH7\Framework\Mvc\Request\Http,
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Date\CDateTime;
10
+use PH7\Framework\Session\Session;
11
+use PH7\Framework\Mvc\Request\Http;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Date\CDateTime;
15 14
 
16 15
 class EditForm
17 16
 {
Please login to merge, or discard this patch.