| @@ -68,10 +68,9 @@ | ||
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | 70 | * Filter: 'wpseo_title' - Allow changing the Yoast SEO generated title. |
| 71 | 71 | * |
| 72 | - * @api string $title The title. | |
| 73 | - * | |
| 72 | + * @param string $title The title. | |
| 74 | 73 | * @param Indexable_Presentation $presentation The presentation of an indexable. |
| 75 | 74 | */ |
| 76 | 75 | $title = \apply_filters( 'wpseo_title', $title, $this->presentation ); |
| 77 | 76 | $title = $this->helpers->string->strip_all_tags( $title ); |