@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | /** |
204 | 204 | * strng regexp bbcode killer |
205 | 205 | * |
206 | - * @param string|array $bbcode BBCode as string or matches as array - callback from preg_replace_callback() |
|
206 | + * @param string $bbcode BBCode as string or matches as array - callback from preg_replace_callback() |
|
207 | 207 | * |
208 | 208 | * @return string |
209 | 209 | * @throws \chillerlan\bbcode\BBCodeException |
@@ -355,9 +355,9 @@ discard block |
||
355 | 355 | /** |
356 | 356 | * testing... |
357 | 357 | * |
358 | - * @param $preg_error |
|
358 | + * @param integer $preg_error |
|
359 | 359 | * |
360 | - * @param null $tag |
|
360 | + * @param string|null $tag |
|
361 | 361 | * |
362 | 362 | * @throws \chillerlan\bbcode\BBCodeException |
363 | 363 | * @link https://github.com/chillerlan/bbcode/issues/1 |