A small deprecation notice that actually comes from a line that should have been removed all together. `PHP Deprecated: Creation of dynamic property LinkTitles\Target::$titleValue is deprecated in /var/www/html/extensions/LinkTitles/includes/Target.php on line 80` https://github.com/bovender/LinkTitles/blob/c5c142ebbfd62c43ca533931b3c83ccc6f5ee507/includes/Target.php#L80C10-L80C21 ``` $this->titleValue = $this->title->getTitleValue(); // Should be removed - $this->titleValue is never used ```