@@ -129,7 +129,7 @@ discard block  | 
                                                    ||
| 129 | 129 | * The name of the filter to hook the  | 
                                                        
| 130 | 130 |     *                                         {@link $function_to_add} to. | 
                                                        
| 131 | 131 | * </p>  | 
                                                        
| 132 | - * @param string|array $function_to_add <p>  | 
                                                        |
| 132 | + * @param string $function_to_add <p>  | 
                                                        |
| 133 | 133 | * The name of the function to be called  | 
                                                        
| 134 | 134 | * when the filter is applied.  | 
                                                        
| 135 | 135 | * </p>  | 
                                                        
@@ -267,7 +267,7 @@ discard block  | 
                                                    ||
| 267 | 267 | * <strong>INFO:</strong> Additional variables passed to the functions hooked to <tt>$tag</tt>.  | 
                                                        
| 268 | 268 | * </p>  | 
                                                        
| 269 | 269 | *  | 
                                                        
| 270 | - * @param string|array $tag <p>The name of the filter hook.</p>  | 
                                                        |
| 270 | + * @param Hooks[] $tag <p>The name of the filter hook.</p>  | 
                                                        |
| 271 | 271 | * @param mixed $value <p>The value on which the filters hooked to <tt>$tag</tt> are applied on.</p>  | 
                                                        
| 272 | 272 | *  | 
                                                        
| 273 | 273 | * @return mixed <p>The filtered value after all hooked functions are applied to it.</p>  | 
                                                        
@@ -654,7 +654,7 @@ discard block  | 
                                                    ||
| 654 | 654 | *  | 
                                                        
| 655 | 655 | * @param string|array $function <p>Used for creating unique id.</p>  | 
                                                        
| 656 | 656 | *  | 
                                                        
| 657 | - * @return string|bool <p>  | 
                                                        |
| 657 | + * @return string|false <p>  | 
                                                        |
| 658 | 658 | * Unique ID for usage as array key or false if  | 
                                                        
| 659 | 659 | * $priority === false and $function is an  | 
                                                        
| 660 | 660 | * object reference, and it does not already have a unique id.  | 
                                                        
@@ -967,7 +967,7 @@ discard block  | 
                                                    ||
| 967 | 967 | *  | 
                                                        
| 968 | 968 | * @param array $m <p>regular expression match array</p>  | 
                                                        
| 969 | 969 | *  | 
                                                        
| 970 | - * @return mixed <p><strong>false</strong> on failure</p>  | 
                                                        |
| 970 | + * @return string <p><strong>false</strong> on failure</p>  | 
                                                        |
| 971 | 971 | */  | 
                                                        
| 972 | 972 | private function _do_shortcode_tag($m)  | 
                                                        
| 973 | 973 |    { |