Completed
Push — master ( adc6c1...fb8e44 )
by Michael
01:12
created
admin/admin_header.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@
 block discarded – undo
29 29
  * ****************************************************************************
30 30
  */
31 31
 
32
-use Xmf\Request;
33
-
34 32
 $moduleDirName = basename(dirname(__DIR__));
35 33
 //include_once dirname(dirname(dirname(__DIR__))) . '/mainfile.php';
36 34
 //include_once $GLOBALS['xoops']->path('www/include/cp_functions.php');
Please login to merge, or discard this patch.
class/utility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     }
90 90
 
91 91
     /**
92
-     * @param $name
92
+     * @param string $name
93 93
      * @param $value
94 94
      * @return XoopsFormDhtmlTextArea|XoopsFormEditor
95 95
      */
Please login to merge, or discard this patch.