From 38c058a71eb7802f0930e99d47588369144230e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:30:09 +0100 Subject: [PATCH] Fix spacing --- src/Illuminate/Console/Scheduling/ManagesFrequencies.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Console/Scheduling/ManagesFrequencies.php b/src/Illuminate/Console/Scheduling/ManagesFrequencies.php index 80fcc4ab5124..d3ffd79841ae 100644 --- a/src/Illuminate/Console/Scheduling/ManagesFrequencies.php +++ b/src/Illuminate/Console/Scheduling/ManagesFrequencies.php @@ -539,8 +539,8 @@ public function monthlyOn($dayOfMonth = 1, $time = '0:0') /** * Schedule the event to run twice monthly at a given time. * - * @param int $first<0, 31> - * @param int $second<0, 31> + * @param int $first<0, 31> + * @param int $second<0, 31> * @param string $time * @return $this */