Completed
Pull Request — master (#582)
by
unknown
11:36
created
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.
catalog/includes/modules/boxes/bm_languages.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
   * @license MIT; https://www.oscommerce.com/license/mit.txt
7 7
   */
8 8
 
9
-  use OSC\OM\HTML;
10 9
   use OSC\OM\OSCOM;
11 10
   use OSC\OM\Registry;
12 11
 
Please login to merge, or discard this patch.
catalog/includes/modules/navbar_modules/templates/languages.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use OSC\OM\HTML;
3 2
 use OSC\OM\OSCOM;
4 3
 use OSC\OM\Registry;
5 4
 
Please login to merge, or discard this patch.
catalog/includes/OSC/OM/PagesAbstract.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\HTML;
12 12
 use OSC\OM\OSCOM;
13
-use OSC\OM\Registry;
14 13
 
15 14
 abstract class PagesAbstract implements \OSC\OM\PagesInterface
16 15
 {
Please login to merge, or discard this patch.
catalog/includes/OSC/Sites/Shop/Shop.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use OSC\OM\Cookies;
13 13
 use OSC\OM\Db;
14 14
 use OSC\OM\Hooks;
15
-use OSC\OM\HTML;
16 15
 use OSC\OM\Language;
17 16
 use OSC\OM\OSCOM;
18 17
 use OSC\OM\Registry;
Please login to merge, or discard this patch.
catalog/product_info.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
   use OSC\OM\DateTime;
10 10
   use OSC\OM\HTML;
11 11
   use OSC\OM\OSCOM;
12
-  use OSC\OM\Registry;
13 12
 
14 13
   require('includes/application_top.php');
15 14
 
Please login to merge, or discard this patch.
catalog/admin/includes/modules/dashboard/d_orders.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.