Completed
Push — master ( 5eefd1...62af87 )
by Michael
14s
created
seo_url.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 //ob_start('seo_urls');
8 8
 
9 9
 /**
10
- * @param $s
10
+ * @param string $s
11 11
  * @return mixed
12 12
  */
13 13
 function seo_urls($s)
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
 }
175 175
 
176 176
 /**
177
- * @param $_cat_id
177
+ * @param string $_cat_id
178 178
  * @return bool|mixed
179 179
  */
180 180
 function forum_seo_cat($_cat_id)
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
 }
203 203
 
204 204
 /**
205
- * @param $_cat_id
205
+ * @param string $_cat_id
206 206
  * @return bool|mixed
207 207
  */
208 208
 function forum_seo_forum($_cat_id)
@@ -230,8 +230,8 @@  discard block
 block discarded – undo
230 230
 }
231 231
 
232 232
 /**
233
- * @param $_cat_id
234
- * @return mixed|string
233
+ * @param string $_cat_id
234
+ * @return string
235 235
  */
236 236
 function forum_seo_topic($_cat_id)
237 237
 {
@@ -252,8 +252,8 @@  discard block
 block discarded – undo
252 252
 }
253 253
 
254 254
 /**
255
- * @param $_cat_id
256
- * @return mixed|string
255
+ * @param string $_cat_id
256
+ * @return string
257 257
  */
258 258
 function forum_seo_post($_cat_id)
259 259
 {
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 /**
269 269
  * @param  string $title
270 270
  * @param  bool   $withExt
271
- * @return mixed|string
271
+ * @return string
272 272
  */
273 273
 function forum_seo_title($title = '', $withExt = true)
274 274
 {
Please login to merge, or discard this patch.