Completed
Push — master ( b3b862...e2515c )
by Michael
02:15
created
class/php-captcha.inc.php 1 patch
Doc Comments   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param $iWidth
123
+     * @param integer $iWidth
124 124
      */
125 125
     public function SetWidth($iWidth)
126 126
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @param $iHeight
135
+     * @param integer $iHeight
136 136
      */
137 137
     public function SetHeight($iHeight)
138 138
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     }
144 144
 
145 145
     /**
146
-     * @param $iNumChars
146
+     * @param integer $iNumChars
147 147
      */
148 148
     public function SetNumChars($iNumChars)
149 149
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @param $iNumLines
155
+     * @param integer $iNumLines
156 156
      */
157 157
     public function SetNumLines($iNumLines)
158 158
     {
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     }
161 161
 
162 162
     /**
163
-     * @param $bCharShadow
163
+     * @param boolean $bCharShadow
164 164
      */
165 165
     public function DisplayShadow($bCharShadow)
166 166
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @param $sOwnerText
171
+     * @param string $sOwnerText
172 172
      */
173 173
     public function SetOwnerText($sOwnerText)
174 174
     {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @param $vCharSet
179
+     * @param string $vCharSet
180 180
      */
181 181
     public function SetCharSet($vCharSet)
182 182
     {
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     }
216 216
 
217 217
     /**
218
-     * @param $bCaseInsensitive
218
+     * @param boolean $bCaseInsensitive
219 219
      */
220 220
     public function CaseInsensitive($bCaseInsensitive)
221 221
     {
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     }
224 224
 
225 225
     /**
226
-     * @param $vBackgroundImages
226
+     * @param string $vBackgroundImages
227 227
      */
228 228
     public function SetBackgroundImages($vBackgroundImages)
229 229
     {
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
     }
232 232
 
233 233
     /**
234
-     * @param $iMinFontSize
234
+     * @param integer $iMinFontSize
235 235
      */
236 236
     public function SetMinFontSize($iMinFontSize)
237 237
     {
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
     }
240 240
 
241 241
     /**
242
-     * @param $iMaxFontSize
242
+     * @param integer $iMaxFontSize
243 243
      */
244 244
     public function SetMaxFontSize($iMaxFontSize)
245 245
     {
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
     }
248 248
 
249 249
     /**
250
-     * @param $bUseColour
250
+     * @param boolean $bUseColour
251 251
      */
252 252
     public function UseColour($bUseColour)
253 253
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @param $sFileType
258
+     * @param string $sFileType
259 259
      */
260 260
     public function SetFileType($sFileType)
261 261
     {
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
     }
382 382
 
383 383
     /**
384
-     * @param $sFilename
384
+     * @param string $sFilename
385 385
      */
386 386
     public function WriteFile($sFilename)
387 387
     {
@@ -514,7 +514,7 @@  discard block
 block discarded – undo
514 514
     }
515 515
 
516 516
     /**
517
-     * @param $sFlitePath
517
+     * @param string $sFlitePath
518 518
      */
519 519
     public function SetFlitePath($sFlitePath)
520 520
     {
@@ -522,7 +522,7 @@  discard block
 block discarded – undo
522 522
     }
523 523
 
524 524
     /**
525
-     * @param $sAudioPath
525
+     * @param string $sAudioPath
526 526
      */
527 527
     public function SetAudioPath($sAudioPath)
528 528
     {
Please login to merge, or discard this patch.
class/plugins/plugin.tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 /**
3 3
  * @param $items
4 4
  *
5
- * @return bool
5
+ * @return false|null
6 6
  */
7 7
 function extgallery_tag_iteminfo(&$items)
8 8
 {
Please login to merge, or discard this patch.
class/publiccat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * @param $data
52 52
      *
53
-     * @return bool
53
+     * @return false|null
54 54
      */
55 55
     public function createCat($data)
56 56
     {
Please login to merge, or discard this patch.
class/publicecard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     /**
78 78
      * @param $data
79 79
      *
80
-     * @return bool
80
+     * @return false|null
81 81
      */
82 82
     public function createEcard($data)
83 83
     {
Please login to merge, or discard this patch.
class/utility.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,8 +137,8 @@
 block discarded – undo
137 137
     }
138 138
 
139 139
     /**
140
-     * @param $option
141
-     * @return bool|mixed
140
+     * @param string $option
141
+     * @return string
142 142
      */
143 143
     public static function getModuleOption($option)
144 144
     {
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
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @license     GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
14 14
  * @author      Zoullou (http://www.zoullou.net)
15 15
  * @package     ExtGallery
16
- * @param $option
16
+ * @param string $option
17 17
  * @return bool
18 18
  */
19 19
 
Please login to merge, or discard this patch.