Completed
Push — master ( 7ffcc4...510357 )
by Damian
07:28
created
code/tasks/RemoveExpiredShareTokensTask.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.