@@ -80,7 +80,6 @@ discard block |
||
| 80 | 80 | /** |
| 81 | 81 | * advise all registered AFTER handlers of this event |
| 82 | 82 | * |
| 83 | - * @param bool $enablePreventDefault |
|
| 84 | 83 | * @see advise_before() for details |
| 85 | 84 | */ |
| 86 | 85 | public function advise_after() |
@@ -190,7 +189,7 @@ discard block |
||
| 190 | 189 | * @param callable $action (optional, default=NULL) default action, a php callback function |
| 191 | 190 | * @param bool $canPreventDefault (optional, default=true) can hooks prevent the default action |
| 192 | 191 | * |
| 193 | - * @return mixed the event results value after all event processing is complete |
|
| 192 | + * @return boolean the event results value after all event processing is complete |
|
| 194 | 193 | * by default this is the return value of the default action however |
| 195 | 194 | * it can be set or modified by event handler hooks |
| 196 | 195 | */ |
@@ -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 |