Completed
Pull Request — master (#124)
by Lucio
11:47
created
upgrade/index.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
59 59
 
60 60
 /**
61 61
  * @param XoopsDatabase $db
62
- * @param        $table
63
- * @param        $field
62
+ * @param        string $table
63
+ * @param        string $field
64 64
  * @param string $condition
65 65
  *
66 66
  * @return bool
Please login to merge, or discard this patch.
upgrade/language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
  * @global        array    the list of available translations
105 105
  * @global        string   the retained translation keyword
106 106
  * @access   private
107
- * @return int|string
107
+ * @return string
108 108
  */
109 109
 function xoops_analyzeLanguage($str = '', $envType = '')
110 110
 {
Please login to merge, or discard this patch.
upgrade/upd-2.0.17-to-2.0.18/index.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param $sql
42
+     * @param string $sql
43 43
      */
44 44
     public function query($sql)
45 45
     {
Please login to merge, or discard this patch.
upgrade/upd-2.0.18-to-2.3.0/index.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     }
234 234
 
235 235
     /**
236
-     * @param $task
236
+     * @param string $task
237 237
      *
238 238
      * @return bool
239 239
      */
@@ -253,10 +253,10 @@  discard block
 block discarded – undo
253 253
     }
254 254
 
255 255
     /**
256
-     * @param $charset
256
+     * @param string $charset
257 257
      * @param $collation
258 258
      *
259
-     * @return bool
259
+     * @return false|null
260 260
      */
261 261
     public function convert_db($charset, $collation)
262 262
     {
Please login to merge, or discard this patch.
upgrade/upd-2.0.18-to-2.3.0/pathcontroller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -221,11 +221,11 @@
 block discarded – undo
221 221
      * Write-enable the specified file/folder
222 222
      *
223 223
      * @param string      $path
224
-     * @param bool|string $group
224
+     * @param boolean $group
225 225
      * @param bool        $create
226 226
      *
227 227
      * @internal param bool $recurse
228
-     * @return false on failure, method (u-ser,g-roup,w-orld) on success
228
+     * @return false|string on failure, method (u-ser,g-roup,w-orld) on success
229 229
      */
230 230
     public function makeWritable($path, $group = false, $create = true)
231 231
     {
Please login to merge, or discard this patch.
upgrade/upd-2.3.3-to-2.4.0/index.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,8 @@  discard block
 block discarded – undo
63 63
     /**
64 64
      * *#@+
65 65
      * Xoops Write Licence System Key
66
+     * @param string $system_key
67
+     * @param string $licensefile
66 68
      */
67 69
     public function xoops_putLicenseKey($system_key, $licensefile, $license_file_dist = 'license.dist.php')
68 70
     {
@@ -136,6 +138,7 @@  discard block
 block discarded – undo
136 138
     /**
137 139
      * *#@+
138 140
      * Xoops Stripe Licence System Key
141
+     * @param string $xoops_key
139 142
      */
140 143
     public function xoops_stripeKey($xoops_key)
141 144
     {
Please login to merge, or discard this patch.
upgrade/upd-2.4.0-to-2.4.1/index.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -70,6 +70,8 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * *#@+
72 72
      * Xoops Write Licence System Key
73
+     * @param string $public_key
74
+     * @param string $licensefile
73 75
      */
74 76
     public function xoops_upgradeLicenseKey($public_key, $licensefile, $license_file_dist = 'license.dist.php')
75 77
     {
@@ -94,6 +96,8 @@  discard block
 block discarded – undo
94 96
     /**
95 97
      * *#@+
96 98
      * Xoops Write Licence System Key
99
+     * @param string $system_key
100
+     * @param string $licensefile
97 101
      */
98 102
     public function xoops_putLicenseKey($system_key, $licensefile, $license_file_dist = 'license.dist.php')
99 103
     {
@@ -209,6 +213,7 @@  discard block
 block discarded – undo
209 213
     /**
210 214
      * *#@+
211 215
      * Xoops Stripe Licence System Key
216
+     * @param string $xoops_key
212 217
      */
213 218
     public function xoops_stripeKey($xoops_key, $num = 6, $length = 30, $uu = 0)
214 219
     {
Please login to merge, or discard this patch.
upgrade/upd-2.4.x-to-2.5.0/dbmanager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,8 +220,8 @@
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $table
224
-     * @param $query
223
+     * @param string $table
224
+     * @param string $query
225 225
      *
226 226
      * @return bool
227 227
      */
Please login to merge, or discard this patch.
upgrade/upd-2.5.4-to-2.5.5/index.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Check imptotal
82 82
      *
83
-     * @return bool
83
+     * @return boolean|null
84 84
      */
85 85
     public function check_imptotal()
86 86
     {
Please login to merge, or discard this patch.