Passed
Push — lib ( 71f6fb...697524 )
by Michel
01:34 queued 11s
created
Michelf/MarkdownExtra.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
 	 * @param  integer $indent
415 415
 	 * @param  string  $enclosing_tag_re
416 416
 	 * @param  boolean $span
417
-	 * @return array
417
+	 * @return string[]
418 418
 	 */
419 419
 	protected function _hashHTMLBlocks_inMarkdown($text, $indent = 0,
420 420
 										$enclosing_tag_re = '', $span = false)
@@ -629,7 +629,7 @@  discard block
 block discarded – undo
629 629
 	 * @param  string $text
630 630
 	 * @param  string $hash_method
631 631
 	 * @param  bool $md_attr Handle `markdown="1"` attribute
632
-	 * @return array
632
+	 * @return string[]
633 633
 	 */
634 634
 	protected function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) {
635 635
 		if ($text === '') return array('', '');
Please login to merge, or discard this patch.