Completed
Push — master ( 171474...8d265e )
by Michael
01:31
created
admin/admin_header.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 Xoopsmodules\randomquote;
27 26
 
28 27
 require_once __DIR__ . '/../../../include/cp_header.php';
Please login to merge, or discard this patch.
admin/category.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Xmf\Module\Helper\Permission;
26 26
 use Xmf\Request;
27 27
 use Xoopsmodules\randomquote;
28
-use Xoopsmodules\randomquote\common;
29 28
 
30 29
 require_once __DIR__ . '/admin_header.php';
31 30
 xoops_cp_header();
Please login to merge, or discard this patch.
admin/index.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,9 +22,7 @@
 block discarded – undo
22 22
  * @since           1.0.0
23 23
  */
24 24
 
25
-use Xmf\Request;
26 25
 use Xoopsmodules\randomquote;
27
-use Xoopsmodules\randomquote\common;
28 26
 
29 27
 require_once __DIR__ . '/admin_header.php';
30 28
 xoops_cp_header();
Please login to merge, or discard this patch.
admin/quotes.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use Xmf\Request;
26 26
 use Xmf\Module\Helper\Permission;
27 27
 use Xoopsmodules\randomquote;
28
-use Xoopsmodules\randomquote\common;
29 28
 
30 29
 require_once __DIR__ . '/admin_header.php';
31 30
 xoops_cp_header();
Please login to merge, or discard this patch.
class/form/CategoryForm.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Constructor
44 44
      *
45
-     * @param $target
45
+     * @param randomquote\Category $target
46 46
      */
47 47
     public function __construct($target)
48 48
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
  * @since           1.0.0
22 22
  */
23 23
 
24
-use Xmf\Request;
25 24
 use Xoopsmodules\randomquote;
26 25
 
27 26
 require_once __DIR__ . '/../../include/common.php';
Please login to merge, or discard this patch.
header.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\Language;
26 25
 use Xoopsmodules\randomquote;
27 26
 
28 27
 require_once dirname(dirname(__DIR__)) . '/mainfile.php';
Please login to merge, or discard this patch.