@@ -268,7 +268,7 @@ discard block |
||
| 268 | 268 | * |
| 269 | 269 | * Info: Additional variables passed to the functions hooked to <tt>$tag</tt>. |
| 270 | 270 | * |
| 271 | - * @param string|array $tag The name of the filter hook. |
|
| 271 | + * @param Hooks[] $tag The name of the filter hook. |
|
| 272 | 272 | * @param mixed $value The value on which the filters hooked to <tt>$tag</tt> are applied on. |
| 273 | 273 | * |
| 274 | 274 | * @return mixed The filtered value after all hooked functions are applied to it. |
@@ -671,7 +671,7 @@ discard block |
||
| 671 | 671 | * |
| 672 | 672 | * @param string|array $function Used for creating unique id |
| 673 | 673 | * |
| 674 | - * @return string|bool Unique ID for usage as array key or false if |
|
| 674 | + * @return string|false Unique ID for usage as array key or false if |
|
| 675 | 675 | * $priority === false and $function is an |
| 676 | 676 | * object reference, and it does not already have a unique id. |
| 677 | 677 | * @access private |
@@ -993,7 +993,7 @@ discard block |
||
| 993 | 993 | * |
| 994 | 994 | * @param array $m Regular expression match array |
| 995 | 995 | * |
| 996 | - * @return mixed False on failure. |
|
| 996 | + * @return string False on failure. |
|
| 997 | 997 | */ |
| 998 | 998 | private function _do_shortcode_tag($m) |
| 999 | 999 | { |