diff --git a/Controls/Dashboard/PastReservations.php b/Controls/Dashboard/PastReservations.php index 01d3b06da..6ac417f21 100644 --- a/Controls/Dashboard/PastReservations.php +++ b/Controls/Dashboard/PastReservations.php @@ -8,7 +8,7 @@ class PastReservations extends DashboardItem implements IPastReservationsControl { /** - * @var PastReservationsPresenter + * @var PastReservationsPresenter|MissingCheckInOutReservationsPresenter */ protected $presenter; @@ -106,8 +106,8 @@ public function PageLoad() class MissingCheckInOutReservations extends PastReservations implements IRemainingPastReservationsControl { /** - * @var MissingCheckInOutReservationsPresenter - */ + * @var MissingCheckInOutReservationsPresenter + */ protected $presenter; public function __construct(SmartyPage $smarty) diff --git a/Controls/Dashboard/UpcomingReservations.php b/Controls/Dashboard/UpcomingReservations.php index 7a167c715..57fea13e6 100644 --- a/Controls/Dashboard/UpcomingReservations.php +++ b/Controls/Dashboard/UpcomingReservations.php @@ -9,7 +9,7 @@ class UpcomingReservations extends DashboardItem implements IUpcomingReservationsControl { /** - * @var UpcomingReservationsPresenter + * @var UpcomingReservationsPresenter|GroupUpcomingReservationsPresenter|PendingApprovalReservationsPresenter */ protected $presenter; diff --git a/phpstan_next.neon b/phpstan_next.neon index 33c7a11c7..bb0be3d6f 100644 --- a/phpstan_next.neon +++ b/phpstan_next.neon @@ -34,7 +34,6 @@ parameters: - vendor/ # Staged "next level" rollout: remove these one-by-one as each # area is fixed for the current target level. - - Controls/ - Domain/ - Pages/ - Presenters/