Passed
Pull Request — lib (#298)
by Michael
02:55
created
Michelf/MarkdownExtra.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
 	 * @param  integer $indent
409 409
 	 * @param  string  $enclosing_tag_re
410 410
 	 * @param  boolean $span
411
-	 * @return array
411
+	 * @return string[]
412 412
 	 */
413 413
 	protected function _hashHTMLBlocks_inMarkdown($text, $indent = 0,
414 414
 										$enclosing_tag_re = '', $span = false)
@@ -621,7 +621,7 @@  discard block
 block discarded – undo
621 621
 	 * @param  string $text
622 622
 	 * @param  string $hash_method
623 623
 	 * @param  string $md_attr
624
-	 * @return array
624
+	 * @return string[]
625 625
 	 */
626 626
 	protected function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) {
627 627
 		if ($text === '') return array('', '');
Please login to merge, or discard this patch.