Completed
Branch master (c33d8c)
by Pierre-Henry
35:50
created
_protected/app/system/modules/note/inc/class/Note.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,8 @@
 block discarded – undo
6 6
  * @package        PH7 / App / System / Module / Note / Inc / Class
7 7
  */
8 8
 namespace PH7;
9
-use PH7\Framework\Util\Various, PH7\Framework\Config\Config;
9
+use PH7\Framework\Util\Various;
10
+use PH7\Framework\Config\Config;
10 11
 
11 12
 class Note extends WriteCore
12 13
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/payment/controllers/AdminController.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,8 @@
 block discarded – undo
9 9
  * @version        1.0
10 10
  */
11 11
 namespace PH7;
12
-use PH7\Framework\Url\Header, PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Url\Header;
13
+use PH7\Framework\Mvc\Router\Uri;
13 14
 
14 15
 class AdminController extends MainController
15 16
 {
Please login to merge, or discard this patch.
app/system/modules/picture/forms/processing/EditAlbumFormProcess.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\Url\Header;
11
+use PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Url\Header;
12 13
 
13 14
 class EditAlbumFormProcess extends Form
14 15
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/report/inc/class/Report.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\Date\CDateTime,
14
-PH7\Framework\Mvc\Model\DbConfig;
10
+use PH7\Framework\Mail\Mail;
11
+use PH7\Framework\Layout\Tpl\Engine\PH7Tpl\PH7Tpl;
12
+use PH7\Framework\Date\CDateTime;
13
+use PH7\Framework\Mvc\Model\DbConfig;
15 14
 
16 15
 class Report
17 16
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/user/controllers/MainController.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\Mobile\MobApp, PH7\Framework\Mvc\Model\DbConfig;
10
+use PH7\Framework\Mobile\MobApp;
11
+use PH7\Framework\Mvc\Model\DbConfig;
11 12
 
12 13
 class MainController extends Controller
13 14
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/user/controllers/SettingController.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\Url\Header, PH7\Framework\Mvc\Router\Uri;
10
+use PH7\Framework\Url\Header;
11
+use PH7\Framework\Mvc\Router\Uri;
11 12
 
12 13
 class SettingController extends Controller
13 14
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/user/forms/processing/JoinFormProcess.php 1 patch
Unused Use Statements   +9 added lines, -10 removed lines patch added patch discarded remove patch
@@ -8,16 +8,15 @@
 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\Security\Security,
14
-PH7\Framework\Mvc\Request\Http,
15
-PH7\Framework\Util\Various,
16
-PH7\Framework\Cookie\Cookie,
17
-PH7\Framework\Ip\Ip,
18
-PH7\Framework\Date\CDateTime,
19
-PH7\Framework\Mvc\Router\Uri,
20
-PH7\Framework\Url\Header;
11
+use PH7\Framework\Mvc\Model\DbConfig;
12
+use PH7\Framework\Security\Security;
13
+use PH7\Framework\Mvc\Request\Http;
14
+use PH7\Framework\Util\Various;
15
+use PH7\Framework\Cookie\Cookie;
16
+use PH7\Framework\Ip\Ip;
17
+use PH7\Framework\Date\CDateTime;
18
+use PH7\Framework\Mvc\Router\Uri;
19
+use PH7\Framework\Url\Header;
21 20
 
22 21
 class JoinFormProcess extends Form
23 22
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/video/forms/processing/VideoFormProcess.php 1 patch
Unused Use Statements   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -15,13 +15,12 @@
 block discarded – undo
15 15
 namespace PH7;
16 16
 defined('PH7') or exit('Restricted access');
17 17
 
18
-use
19
-PH7\Framework\Util\Various,
20
-PH7\Framework\Mvc\Model\DbConfig,
21
-PH7\Framework\Mvc\Router\Uri,
22
-PH7\Framework\Url\Header,
23
-PH7\Framework\File as F,
24
-PH7\Framework\Video as V;
18
+use PH7\Framework\Util\Various;
19
+use PH7\Framework\Mvc\Model\DbConfig;
20
+use PH7\Framework\Mvc\Router\Uri;
21
+use PH7\Framework\Url\Header;
22
+use PH7\Framework\File as F;
23
+use PH7\Framework\Video as V;
25 24
 
26 25
 class VideoFormProcess extends Form
27 26
 {
Please login to merge, or discard this patch.
_protected/framework/Geo/Ip/Geo.class.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,8 @@
 block discarded – undo
12 12
 namespace PH7\Framework\Geo\Ip;
13 13
 defined('PH7') or exit('Restricted access');
14 14
 
15
-use GeoIp2\Database\Reader, PH7\Framework\Ip\Ip;
15
+use GeoIp2\Database\Reader;
16
+use PH7\Framework\Ip\Ip;
16 17
 
17 18
 class Geo
18 19
 {
Please login to merge, or discard this patch.