@@ -686,7 +686,7 @@ discard block |
||
686 | 686 | * |
687 | 687 | * @param string $function Used for creating unique id |
688 | 688 | * |
689 | - * @return string|bool Unique ID for usage as array key or false if |
|
689 | + * @return string|false Unique ID for usage as array key or false if |
|
690 | 690 | * $priority === false and $function is an |
691 | 691 | * object reference, and it does not already have a unique id. |
692 | 692 | * @access private |
@@ -972,7 +972,7 @@ discard block |
||
972 | 972 | * |
973 | 973 | * @param array $m Regular expression match array |
974 | 974 | * |
975 | - * @return mixed False on failure. |
|
975 | + * @return string False on failure. |
|
976 | 976 | */ |
977 | 977 | private function __do_shortcode_tag($m) |
978 | 978 | { |