Completed
Push — miscsec ( 26cc53 )
by Richard
10:25
created
htdocs/modules/system/help.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 10
 */
11 11
 
12
-use Xoops\Core\Kernel\Criteria;
13 12
 use Xoops\Core\Kernel\CriteriaCompo;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
htdocs/modules/xcaptcha/class/form/text.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 class XcaptchaTextForm extends Xoops\Form\ThemeForm
21 21
 {
22 22
     /**
23
-     * @param null $obj
24 23
      */
25 24
     public function __construct($object = null)
26 25
     {
Please login to merge, or discard this patch.
htdocs/modules/xlanguage/class/xlanguage.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -190,9 +190,9 @@
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-     * @param $folder_in
194
-     * @param $source_file
195
-     * @param $folder_out
193
+     * @param string $folder_in
194
+     * @param string $source_file
195
+     * @param string $folder_out
196 196
      *
197 197
      * @return bool
198 198
      */
Please login to merge, or discard this patch.
htdocs/modules/xlanguage/include/functions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
  */
18 18
 
19 19
 /**
20
- * @param string|array $value
20
+ * @param string $value
21 21
  * @param string       $out_charset
22 22
  * @param string       $in_charset
23 23
  *
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
  * @param string  $str     string to analyze
70 70
  * @param integer $envType type of the PHP environment variable which value is $str
71 71
  *
72
- * @return int|string
72
+ * @return string
73 73
  */
74 74
 function xlanguage_lang_detect($str = '', $envType = 0)
75 75
 {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 /**
156 156
  * @param string $s
157 157
  *
158
- * @return mixed
158
+ * @return string
159 159
  */
160 160
 function xlanguage_ml($s)
161 161
 {
Please login to merge, or discard this patch.
htdocs/modules/xlanguage/include/install.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,9 +75,9 @@
 block discarded – undo
75 75
 }
76 76
 
77 77
 /**
78
- * @param $folder_in
79
- * @param $source_file
80
- * @param $folder_out
78
+ * @param string $folder_in
79
+ * @param string $source_file
80
+ * @param string $folder_out
81 81
  *
82 82
  * @return bool
83 83
  */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xmf/Module/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      * clear all keys and data from the module's cache. This will do a hierarchical
137 137
      * delete on our module specific prefix.
138 138
      *
139
-     * @return boolean True if the cache was successfully cleared, false otherwise
139
+     * @return boolean|null True if the cache was successfully cleared, false otherwise
140 140
      */
141 141
     public function clear()
142 142
     {
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xmf/Template/Buttonbox.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@
 block discarded – undo
71 71
      * set path - path to image files. Do not set if icons are 
72 72
      * specified with absoulte URLs
73 73
      * 
74
-     * @param string $position left, right, center
75 74
      * 
76 75
      * @return void
77 76
      */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Auth/Provisioning.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      * setVarsMapping
141 141
      *
142 142
      * @param object $object user object
143
-     * @param array  $data   data
143
+     * @param string  $data   data
144 144
      *
145 145
      * @return void
146 146
      */
Please login to merge, or discard this patch.
htdocs/xoops_lib/Xoops/Core/Assets.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@
 block discarded – undo
323 323
     /**
324 324
      * setDebug enable debug mode, will skip filters prefixed with '?'
325 325
      *
326
-     * @return true
326
+     * @return boolean
327 327
      */
328 328
     public function setDebug()
329 329
     {
Please login to merge, or discard this patch.