Completed
Push — master ( f30f41...c0e84a )
by Pierre-Henry
35:53
created
_protected/app/system/modules/connect/inc/class/Google.php 1 patch
Unused Use Statements   +12 added lines, -13 removed lines patch added patch discarded remove patch
@@ -11,19 +11,18 @@
 block discarded – undo
11 11
 namespace PH7;
12 12
 defined('PH7') or exit('Restricted access');
13 13
 
14
-use
15
-PH7\Framework\File\Import,
16
-PH7\Framework\Date\CDateTime,
17
-PH7\Framework\Config\Config,
18
-PH7\Framework\Mvc\Model\DbConfig,
19
-PH7\Framework\Ip\Ip,
20
-PH7\Framework\File\File,
21
-PH7\Framework\Util\Various,
22
-PH7\Framework\Session\Session,
23
-PH7\Framework\Registry\Registry,
24
-PH7\Framework\Mvc\Request\Http as HttpRequest,
25
-PH7\Framework\Geo\Ip\Geo,
26
-PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\File\Import;
15
+use PH7\Framework\Date\CDateTime;
16
+use PH7\Framework\Config\Config;
17
+use PH7\Framework\Mvc\Model\DbConfig;
18
+use PH7\Framework\Ip\Ip;
19
+use PH7\Framework\File\File;
20
+use PH7\Framework\Util\Various;
21
+use PH7\Framework\Session\Session;
22
+use PH7\Framework\Registry\Registry;
23
+use PH7\Framework\Mvc\Request\Http as HttpRequest;
24
+use PH7\Framework\Geo\Ip\Geo;
25
+use PH7\Framework\Mvc\Router\Uri;
27 26
 
28 27
 class Google extends Api implements IApi
29 28
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/connect/inc/class/Microsoft.php 1 patch
Unused Use Statements   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -11,15 +11,14 @@
 block discarded – undo
11 11
 namespace PH7;
12 12
 defined('PH7') or exit('Restricted access');
13 13
 
14
-use
15
-PH7\Framework\File\Import,
16
-PH7\Framework\Date\CDateTime,
17
-PH7\Framework\Config\Config,
18
-PH7\Framework\Mvc\Model\DbConfig,
19
-PH7\Framework\Ip\Ip,
20
-PH7\Framework\Util\Various,
21
-PH7\Framework\Geo\Ip\Geo,
22
-PH7\Framework\Mvc\Router\Uri;
14
+use PH7\Framework\File\Import;
15
+use PH7\Framework\Date\CDateTime;
16
+use PH7\Framework\Config\Config;
17
+use PH7\Framework\Mvc\Model\DbConfig;
18
+use PH7\Framework\Ip\Ip;
19
+use PH7\Framework\Util\Various;
20
+use PH7\Framework\Geo\Ip\Geo;
21
+use PH7\Framework\Mvc\Router\Uri;
23 22
 
24 23
 class Microsoft extends Api
25 24
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/connect/inc/class/Twitter.php 1 patch
Unused Use Statements   +9 added lines, -10 removed lines patch added patch discarded remove patch
@@ -12,16 +12,15 @@
 block discarded – undo
12 12
 namespace PH7;
13 13
 defined('PH7') or exit('Restricted access');
14 14
 
15
-use
16
-PH7\Framework\File\Import,
17
-PH7\Framework\Date\CDateTime,
18
-PH7\Framework\Config\Config,
19
-PH7\Framework\Mvc\Model\DbConfig,
20
-PH7\Framework\Ip\Ip,
21
-PH7\Framework\File\File,
22
-PH7\Framework\Util\Various,
23
-PH7\Framework\Geo\Ip\Geo,
24
-PH7\Framework\Mvc\Router\Uri;
15
+use PH7\Framework\File\Import;
16
+use PH7\Framework\Date\CDateTime;
17
+use PH7\Framework\Config\Config;
18
+use PH7\Framework\Mvc\Model\DbConfig;
19
+use PH7\Framework\Ip\Ip;
20
+use PH7\Framework\File\File;
21
+use PH7\Framework\Util\Various;
22
+use PH7\Framework\Geo\Ip\Geo;
23
+use PH7\Framework\Mvc\Router\Uri;
25 24
 
26 25
 class Twitter extends Api implements IApi
27 26
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/contact/inc/class/Contact.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\DbConfig, PH7\Framework\Mail\Mail;
10
+use PH7\Framework\Mvc\Model\DbConfig;
11
+use PH7\Framework\Mail\Mail;
11 12
 
12 13
 class Contact extends Core
13 14
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/error/controllers/HttpController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * @package        PH7 / App / System / Module / Error / Controller
7 7
  */
8 8
 namespace PH7;
9
-use PH7\Framework\Http\Http, PH7\Framework\Mvc\Router\Uri;
9
+use PH7\Framework\Http\Http;
10 10
 
11 11
 class HttpController extends Controller
12 12
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/field/controllers/FieldController.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\Cache\Cache,
12
-PH7\Framework\Mvc\Router\Uri,
13
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Cache\Cache;
11
+use PH7\Framework\Mvc\Router\Uri;
12
+use PH7\Framework\Url\Header;
14 13
 
15 14
 class FieldController extends Controller
16 15
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/field/models/FieldModel.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\Mvc\Model\Engine\Util\Various,
12
-PH7\Framework\Mvc\Request\Http,
13
-PH7\Framework\Mvc\Model\Engine\Db;
10
+use PH7\Framework\Mvc\Model\Engine\Util\Various;
11
+use PH7\Framework\Mvc\Request\Http;
12
+use PH7\Framework\Mvc\Model\Engine\Db;
14 13
 
15 14
 class FieldModel extends Framework\Mvc\Model\Engine\Model
16 15
 {
Please login to merge, or discard this patch.
_protected/app/system/modules/forum/controllers/ForumController.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\Navigation\Page,
12
-PH7\Framework\Security\Ban\Ban,
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Url\Header;
10
+use PH7\Framework\Navigation\Page;
11
+use PH7\Framework\Security\Ban\Ban;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Url\Header;
15 14
 
16 15
 class ForumController extends Controller
17 16
 {
Please login to merge, or discard this patch.
app/system/modules/forum/forms/processing/CategoryFormProcess.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,9 @@
 block discarded – undo
8 8
 namespace PH7;
9 9
 defined('PH7') or exit('Restricted access');
10 10
 
11
-use
12
-PH7\Framework\Mvc\Model\Engine\Db,
13
-PH7\Framework\Mvc\Router\Uri,
14
-PH7\Framework\Url\Header;
11
+use PH7\Framework\Mvc\Model\Engine\Db;
12
+use PH7\Framework\Mvc\Router\Uri;
13
+use PH7\Framework\Url\Header;
15 14
 
16 15
 class CategoryFormProcess extends Form
17 16
 {
Please login to merge, or discard this patch.