From b812c5b8461feeff2c2b09d389c27e65cd3aac8a Mon Sep 17 00:00:00 2001 From: Matt Clinton Date: Wed, 26 Feb 2025 19:02:20 +0000 Subject: [PATCH] Update lint --- src/Toaster.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Toaster.php b/src/Toaster.php index c48aa9e..e504b52 100644 --- a/src/Toaster.php +++ b/src/Toaster.php @@ -166,8 +166,8 @@ public function speed(int $value) /** * Add a message to the toaster. * - * @param $message string - * @param $title null|string + * @param $message string + * @param $title null|string * @param $properties null|array * * @throws \Exception