Increased phpstan level to 8

This commit is contained in:
Alejandro Celaya
2021-07-20 12:51:07 +02:00
parent 2eeb762cd9
commit 95770ac104
8 changed files with 27 additions and 20 deletions

View File

@@ -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(