From 4ce7d428d4c145722bc8ca3d74f8023eeed6297f Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 10 Jan 2024 21:55:19 +0100 Subject: [PATCH] lint --- tests/Feature/Form/FormRequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Feature/Form/FormRequest.php b/tests/Feature/Form/FormRequest.php index 5f76ec10..25c52b31 100644 --- a/tests/Feature/Form/FormRequest.php +++ b/tests/Feature/Form/FormRequest.php @@ -9,6 +9,8 @@ use Worksome\RequestFactories\RequestFactory; * @method self from(string $date) * @method self to(string $date) * @method self description(string $description) + * @method self mailTop(string $content) + * @method self mailBottom(string $content) * @method self excerpt(string $description) * @method self registrationFrom(string|null $date) * @method self registrationUntil(string|null $date)