@@ -390,7 +390,7 @@ |
||
| 390 | 390 | * @param string $path |
| 391 | 391 | * @param bool $keeptxt |
| 392 | 392 | * |
| 393 | - * @return mixed|string |
|
| 393 | + * @return string |
|
| 394 | 394 | */ |
| 395 | 395 | function pathID($path, $keeptxt=false) |
| 396 | 396 | { |
@@ -360,7 +360,7 @@ |
||
| 360 | 360 | * |
| 361 | 361 | * @param string $id page id |
| 362 | 362 | * @param array $highlight |
| 363 | - * @return mixed |
|
| 363 | + * @return string |
|
| 364 | 364 | */ |
| 365 | 365 | public static function snippet($id, $highlight) |
| 366 | 366 | { |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | * @author Tom N Harris <[email protected]> |
| 101 | 101 | * @author Michael Hamann <[email protected]> |
| 102 | 102 | * |
| 103 | - * @return int|string |
|
| 103 | + * @return string |
|
| 104 | 104 | */ |
| 105 | 105 | public function getVersion() |
| 106 | 106 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use dokuwiki\Search\PageIndex; |
| 7 | 7 | use dokuwiki\Sitemap\Mapper; |
| 8 | 8 | use dokuwiki\Subscriptions\BulkSubscriptionSender; |
| 9 | -use Subscription; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * Class TaskRunner |