@@ -101,7 +101,7 @@ |
||
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | /** |
| 104 | - * @param mixed $page |
|
| 104 | + * @param DataObject|null $page |
|
| 105 | 105 | * |
| 106 | 106 | * @return mixed |
| 107 | 107 | */ |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Remove expired share tokens. |
|
| 4 | - * |
|
| 5 | - * Action to remove all expired ShareTokens from the database. |
|
| 6 | - * |
|
| 7 | - * To run this action the user needs admin rights. |
|
| 8 | - */ |
|
| 3 | + * Remove expired share tokens. |
|
| 4 | + * |
|
| 5 | + * Action to remove all expired ShareTokens from the database. |
|
| 6 | + * |
|
| 7 | + * To run this action the user needs admin rights. |
|
| 8 | + */ |
|
| 9 | 9 | class RemoveExpiredShareTokens extends BuildTask { |
| 10 | 10 | |
| 11 | 11 | protected $title = 'Remove expired share tokens'; |