From 69c2cbc7636b0a36024479c880a48aad40b781d3 Mon Sep 17 00:00:00 2001 From: Sammyjo20 <29132017+Sammyjo20@users.noreply.github.com> Date: Sat, 3 Aug 2024 15:11:59 +0100 Subject: [PATCH] Fixed code style --- src/Traits/RequestProperties/HasDelay.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Traits/RequestProperties/HasDelay.php b/src/Traits/RequestProperties/HasDelay.php index c69b850c..c83b00e6 100644 --- a/src/Traits/RequestProperties/HasDelay.php +++ b/src/Traits/RequestProperties/HasDelay.php @@ -23,8 +23,6 @@ public function delay(): IntegerStore /** * Default Delay - * - * @return ?int */ protected function defaultDelay(): ?int {