mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Increased phpstan level to 8
This commit is contained in:
@@ -13,7 +13,7 @@ final class VisitsParams
|
||||
private const FIRST_PAGE = 1;
|
||||
private const ALL_ITEMS = -1;
|
||||
|
||||
private ?DateRange $dateRange;
|
||||
private DateRange $dateRange;
|
||||
private int $itemsPerPage;
|
||||
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user