Completed
Push — master ( f87886...b3b862 )
by Michael
02:18
created
htdocs/modules/extgallery/blocks/extgallery_blocks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
 
188 188
 // converts a 2D array in a comma separated list (or separator of our choice)
189 189
 /**
190
- * @param $sep
190
+ * @param string $sep
191 191
  * @param $array
192 192
  *
193 193
  * @return string
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/ExtgalleryPersistableObjectHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -596,7 +596,7 @@
 block discarded – undo
596 596
     }
597 597
 
598 598
     /**
599
-     * @param        $fieldname
599
+     * @param        string $fieldname
600 600
      * @param        $criteria
601 601
      * @param string $op
602 602
      *
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/pcltar.lib.php 1 patch
Doc Comments   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1063,7 +1063,7 @@  discard block
 block discarded – undo
1063 1063
     /**
1064 1064
      * @param        $p_tarname
1065 1065
      * @param        $p_list
1066
-     * @param        $p_mode
1066
+     * @param        string $p_mode
1067 1067
      * @param string $p_add_dir
1068 1068
      * @param string $p_remove_dir
1069 1069
      *
@@ -1154,10 +1154,10 @@  discard block
 block discarded – undo
1154 1154
     /**
1155 1155
      * @param $p_tarname
1156 1156
      * @param $p_list
1157
-     * @param $p_mode
1157
+     * @param string $p_mode
1158 1158
      * @param $p_list_detail
1159
-     * @param $p_add_dir
1160
-     * @param $p_remove_dir
1159
+     * @param string $p_add_dir
1160
+     * @param string $p_remove_dir
1161 1161
      *
1162 1162
      * @return int
1163 1163
      */
@@ -1853,10 +1853,10 @@  discard block
 block discarded – undo
1853 1853
      * @param $p_tarname
1854 1854
      * @param $p_file_list
1855 1855
      * @param $p_list_detail
1856
-     * @param $p_mode
1857
-     * @param $p_path
1856
+     * @param string $p_mode
1857
+     * @param string $p_path
1858 1858
      * @param $p_tar_mode
1859
-     * @param $p_remove_path
1859
+     * @param string $p_remove_path
1860 1860
      *
1861 1861
      * @return int
1862 1862
      */
@@ -2254,8 +2254,8 @@  discard block
 block discarded – undo
2254 2254
      * @param $p_tarname
2255 2255
      * @param $p_index_string
2256 2256
      * @param $p_list_detail
2257
-     * @param $p_path
2258
-     * @param $p_remove_path
2257
+     * @param string $p_path
2258
+     * @param string $p_remove_path
2259 2259
      * @param $p_tar_mode
2260 2260
      *
2261 2261
      * @return int
@@ -2682,7 +2682,7 @@  discard block
 block discarded – undo
2682 2682
      * @param $p_tarname
2683 2683
      * @param $p_file_list
2684 2684
      * @param $p_list_detail
2685
-     * @param $p_tar_mode
2685
+     * @param string $p_tar_mode
2686 2686
      *
2687 2687
      * @return int
2688 2688
      */
@@ -2917,9 +2917,9 @@  discard block
 block discarded – undo
2917 2917
      * @param $p_tarname
2918 2918
      * @param $p_file_list
2919 2919
      * @param $p_list_detail
2920
-     * @param $p_tar_mode
2921
-     * @param $p_add_dir
2922
-     * @param $p_remove_dir
2920
+     * @param string $p_tar_mode
2921
+     * @param string $p_add_dir
2922
+     * @param string $p_remove_dir
2923 2923
      *
2924 2924
      * @return int
2925 2925
      */
@@ -3262,7 +3262,7 @@  discard block
 block discarded – undo
3262 3262
     // Return Values :
3263 3263
     // --------------------------------------------------------------------------------
3264 3264
     /**
3265
-     * @param $v_binary_data
3265
+     * @param string $v_binary_data
3266 3266
      * @param $v_header
3267 3267
      *
3268 3268
      * @return int
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/pear/Image/Transform/Driver/Imagick.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
     /**
221 221
      * Destroy image handle
222 222
      *
223
-     * @return none
223
+     * @return boolean
224 224
      */
225 225
     public function free()
226 226
     {
Please login to merge, or discard this patch.
htdocs/modules/extgallery/class/photoUploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
     }
170 170
 
171 171
     /**
172
-     * @param $tmpDestination
172
+     * @param string $tmpDestination
173 173
      * @param $fileName
174 174
      *
175 175
      * @return bool
Please login to merge, or discard this patch.
htdocs/modules/extgallery/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.
htdocs/modules/extgallery/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.
htdocs/modules/extgallery/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.
htdocs/modules/extgallery/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.