Completed
Push — master ( 3a75d1...df92f9 )
by
unknown
01:39
created
editprofile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25 24
 
26 25
 require_once __DIR__ . '/header.php';
Please login to merge, or discard this patch.
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
  * If array check for magicQuotes.
54 54
  * Pass string to XoopsModules\Smallworld\MyFunctions\cleanupString function
55 55
  *
56
- * @param array|string $text
56
+ * @param string $text
57 57
  * @return array|mixed
58 58
  */
59 59
 function smallworld_cleanup($text)
Please login to merge, or discard this patch.
submit.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@
 block discarded – undo
20 20
  * @author       Michael Albertsen (http://culex.dk) <[email protected]>
21 21
  */
22 22
 
23
-use Xmf\Request;
24 23
 use XoopsModules\Smallworld;
25
-use XoopsModules\Smallworld\Constants;
26 24
 require_once __DIR__ . '/header.php';
27 25
 
28 26
 /** @var \XoopsModules\Smallworld\Helper $helper */
Please login to merge, or discard this patch.