Completed
Push — master ( a1059e...55b12e )
by Michael
01:29
created
admin/main.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  */
21 21
 
22 22
 use Xmf\Request;
23
- use XoopsModules\Marquee;
23
+use XoopsModules\Marquee;
24 24
 
25 25
 require_once __DIR__ . '/admin_header.php';
26 26
 require_once __DIR__ . '/../../../include/cp_header.php';
Please login to merge, or discard this patch.
class/utility.php 2 patches
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -347,6 +347,11 @@
 block discarded – undo
347 347
         return $sform;
348 348
     }
349 349
 
350
+    /**
351
+     * @param string $option
352
+     *
353
+     * @return string
354
+     */
350 355
     public static function getModuleOption($option, $repmodule = 'marquee')
351 356
     {
352 357
         global $xoopsModuleConfig, $xoopsModule;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace XoopsModules\Marquee;
2 2
 
3
-use Xmf\Request;
4 3
 use \XoopsModules\Marquee\Common;
5 4
 
6 5
 /**
Please login to merge, or discard this patch.
plugins/news.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
  * @return array
27 27
  */
28 28
 
29
-use XoopsModules\Marquee;
30
-
31 29
 // Script to list recent articles from the News module (version >=1.21)
32 30
 function b_marquee_news($limit, $dateFormat, $itemsSize)
33 31
 {
Please login to merge, or discard this patch.