Completed
Pull Request — master (#582)
by
unknown
11:36
created
catalog/includes/OSC/OM/OSCOM.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use OSC\OM\DateTime;
12 12
 use OSC\OM\ErrorHandler;
13
-use OSC\OM\FileSystem;
14 13
 use OSC\OM\HTML;
15 14
 use OSC\OM\HTTP;
16 15
 use OSC\OM\Registry;
Please login to merge, or discard this patch.
catalog/admin/define_language.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 
9 9
     use OSC\OM\Cache;
10
-    use OSC\OM\DateTime;
11 10
     use OSC\OM\HTML;
12 11
     use OSC\OM\OSCOM;
13 12
 
Please login to merge, or discard this patch.
catalog/admin/includes/modules/dashboard/d_admin_logins.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\DateTime;
10
-  use OSC\OM\HTML;
11 10
   use OSC\OM\OSCOM;
12 11
   use OSC\OM\Registry;
13 12
 
Please login to merge, or discard this patch.
catalog/admin/includes/modules/dashboard/d_partner_news.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\Cache;
10
-  use OSC\OM\FileSystem;
11 10
   use OSC\OM\HTTP;
12 11
   use OSC\OM\OSCOM;
13 12
   use OSC\OM\Registry;
Please login to merge, or discard this patch.
catalog/admin/online_update.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
   use OSC\OM\HTTP;
14 14
   use OSC\OM\OnlineUpdate;
15 15
   use OSC\OM\OSCOM;
16
-  use OSC\OM\Registry;
17 16
 
18 17
   require('includes/application_top.php');
19 18
 
Please login to merge, or discard this patch.
catalog/includes/modules/action_recorder/ar_admin_login.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\HTTP;
10
-  use OSC\OM\OSCOM;	
10
+  use OSC\OM\OSCOM;
11 11
   use OSC\OM\Registry;
12 12
 
13 13
   class ar_admin_login {
Please login to merge, or discard this patch.
catalog/includes/modules/action_recorder/ar_contact_us.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\HTTP;
10
-  use OSC\OM\OSCOM;	
10
+  use OSC\OM\OSCOM;
11 11
   use OSC\OM\Registry;
12 12
 
13 13
   class ar_contact_us {
Please login to merge, or discard this patch.
catalog/includes/modules/action_recorder/ar_reset_password.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\HTTP;
10
-  use OSC\OM\OSCOM;	
10
+  use OSC\OM\OSCOM;
11 11
   use OSC\OM\Registry;
12 12
 
13 13
   class ar_reset_password {
Please login to merge, or discard this patch.
catalog/includes/modules/action_recorder/ar_tell_a_friend.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
   */
8 8
 
9 9
   use OSC\OM\HTTP;
10
-  use OSC\OM\OSCOM;	
10
+  use OSC\OM\OSCOM;
11 11
   use OSC\OM\Registry;
12 12
 
13 13
   class ar_tell_a_friend {
Please login to merge, or discard this patch.