File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,12 @@ final class MostActiveUsersPerWeek
19
19
20
20
/**
21
21
* The number of seconds before each reload.
22
- *
23
- * @var int|float
24
22
*/
25
23
public int |float $ reloadTimeout = 60 * 60 * 24 * 2 ; // 2 days
26
24
27
25
/**
28
26
* The number of minutes before cache expires.
29
27
* False means no caching at all.
30
- *
31
- * @var int|float|bool
32
28
*/
33
29
public int |float |bool $ cacheTime = 0 ;
34
30
Original file line number Diff line number Diff line change @@ -18,16 +18,12 @@ final class MostLikedPostsPerWeek
18
18
19
19
/**
20
20
* The number of seconds before each reload.
21
- *
22
- * @var int|float
23
21
*/
24
22
public int |float $ reloadTimeout = 172800 ; // 2 days
25
23
26
24
/**
27
25
* The number of minutes before cache expires.
28
26
* False means no caching at all.
29
- *
30
- * @var int|float|bool
31
27
*/
32
28
public int |float |bool $ cacheTime = 0 ;
33
29
Original file line number Diff line number Diff line change @@ -19,16 +19,12 @@ final class MostViewedPostsPerWeek
19
19
20
20
/**
21
21
* The number of seconds before each reload.
22
- *
23
- * @var int|float
24
22
*/
25
23
public int |float $ reloadTimeout = 172800 ; // 2 days
26
24
27
25
/**
28
26
* The number of minutes before cache expires.
29
27
* False means no caching at all.
30
- *
31
- * @var int|float|bool
32
28
*/
33
29
public int |float |bool $ cacheTime = 90 ;
34
30
Original file line number Diff line number Diff line change @@ -15,16 +15,12 @@ final class RecentNumbers
15
15
16
16
/**
17
17
* The number of seconds before each reload.
18
- *
19
- * @var int|float
20
18
*/
21
19
public int |float $ reloadTimeout = 5400 ;
22
20
23
21
/**
24
22
* The number of minutes before cache expires.
25
23
* False means no caching at all.
26
- *
27
- * @var int|float|bool
28
24
*/
29
25
public int |float |bool $ cacheTime = 90 ;
30
26
You can’t perform that action at this time.
0 commit comments