From e429d7de760d749fa9399aef0b925e0845330d03 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 30 May 2025 12:03:23 +0200 Subject: [PATCH] Lint --- app/Prevention/PreventionSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Prevention/PreventionSettings.php b/app/Prevention/PreventionSettings.php index a1eaf29a..dd2b961f 100644 --- a/app/Prevention/PreventionSettings.php +++ b/app/Prevention/PreventionSettings.php @@ -15,6 +15,10 @@ class PreventionSettings extends LocalSettings public int $freshRememberInterval; public bool $active; public FilterScope $yearlyMemberFilter; + /** + * @var array + * @todo Create collection cast to Collection of enums + */ public array $preventAgainst; public static function group(): string