Skip to content

Commit 8286bc8

Browse files
committed
chore: run composer lint
1 parent 3c00270 commit 8286bc8

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

app/Widgets/MostActiveUsersPerWeek.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ final class MostActiveUsersPerWeek
1919

2020
/**
2121
* The number of seconds before each reload.
22-
*
23-
* @var int|float
2422
*/
2523
public int|float $reloadTimeout = 60 * 60 * 24 * 2; // 2 days
2624

2725
/**
2826
* The number of minutes before cache expires.
2927
* False means no caching at all.
30-
*
31-
* @var int|float|bool
3228
*/
3329
public int|float|bool $cacheTime = 0;
3430

app/Widgets/MostLikedPostsPerWeek.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ final class MostLikedPostsPerWeek
1818

1919
/**
2020
* The number of seconds before each reload.
21-
*
22-
* @var int|float
2321
*/
2422
public int|float $reloadTimeout = 172800; // 2 days
2523

2624
/**
2725
* The number of minutes before cache expires.
2826
* False means no caching at all.
29-
*
30-
* @var int|float|bool
3127
*/
3228
public int|float|bool $cacheTime = 0;
3329

app/Widgets/MostViewedPostsPerWeek.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ final class MostViewedPostsPerWeek
1919

2020
/**
2121
* The number of seconds before each reload.
22-
*
23-
* @var int|float
2422
*/
2523
public int|float $reloadTimeout = 172800; // 2 days
2624

2725
/**
2826
* The number of minutes before cache expires.
2927
* False means no caching at all.
30-
*
31-
* @var int|float|bool
3228
*/
3329
public int|float|bool $cacheTime = 90;
3430

app/Widgets/RecentNumbers.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ final class RecentNumbers
1515

1616
/**
1717
* The number of seconds before each reload.
18-
*
19-
* @var int|float
2018
*/
2119
public int|float $reloadTimeout = 5400;
2220

2321
/**
2422
* The number of minutes before cache expires.
2523
* False means no caching at all.
26-
*
27-
* @var int|float|bool
2824
*/
2925
public int|float|bool $cacheTime = 90;
3026

0 commit comments

Comments
 (0)