@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use dokuwiki\Extension\Event; |
| 6 | 6 | use dokuwiki\Sitemap\Mapper; |
| 7 | 7 | use dokuwiki\Subscriptions\BulkSubscriptionSender; |
| 8 | -use Subscription; |
|
| 9 | 8 | |
| 10 | 9 | /** |
| 11 | 10 | * Class TaskRunner |
@@ -104,7 +104,7 @@ |
||
| 104 | 104 | /** |
| 105 | 105 | * Decodes numeric HTML entities to their correct UTF-8 characters |
| 106 | 106 | * |
| 107 | - * @param $ent string A numeric entity |
|
| 107 | + * @param string $ent string A numeric entity |
|
| 108 | 108 | * @return string|false |
| 109 | 109 | */ |
| 110 | 110 | protected static function decodeNumericEntity($ent) |