Completed
Push — master ( e52dbb...b532f4 )
by smiley
02:46
created
src/Parser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.