Completed
Push — master ( e876a4...a7100c )
by Michael
01:36
created
admin/customer.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  */
24 24
 
25 25
 use Xmf\Module\Admin;
26
-use Xmf\Database\Tables;
27
-use Xmf\Debug;
28
-use Xmf\Module\Helper;
29 26
 use Xmf\Module\Helper\Permission;
30 27
 use Xmf\Request;
31 28
 
Please login to merge, or discard this patch.
admin/equipment.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  */
24 24
 
25 25
 use Xmf\Module\Admin;
26
-use Xmf\Database\Tables;
27
-use Xmf\Debug;
28
-use Xmf\Module\Helper;
29 26
 use Xmf\Module\Helper\Permission;
30 27
 use Xmf\Request;
31 28
 
Please login to merge, or discard this patch.
class/form/customer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  * @since           1.0.0
23 23
  */
24 24
 
25
-use Xmf\Request;
26 25
 use Xmf\Module\Helper;
27 26
 use Xmf\Module\Helper\Permission;
28 27
 
Please login to merge, or discard this patch.
class/form/equipment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
  * @since           1.0.0
23 23
  */
24 24
 
25
-use Xmf\Request;
26 25
 use Xmf\Module\Helper;
27 26
 use Xmf\Module\Helper\Permission;
28 27
 
Please login to merge, or discard this patch.
include/onupdate.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
  * @since           1.0.0
23 23
  */
24 24
 
25
-use Xmf\Language;
26
-
27 25
 if ((!defined('XOOPS_ROOT_PATH')) || !$GLOBALS['xoopsUser'] instanceof XoopsUser
28 26
     || !$GLOBALS['xoopsUser']->IsAdmin()) {
29 27
     exit('Restricted access' . PHP_EOL);
Please login to merge, or discard this patch.