From 4a01640267b499cbeb9b6f53be1fab81766e3910 Mon Sep 17 00:00:00 2001 From: Krzysztof Grabania Date: Thu, 11 Jul 2024 12:11:54 +0200 Subject: [PATCH] chore: fix docblock indentation --- src/Core/Notification.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/Notification.php b/src/Core/Notification.php index d3b308e6..65c4717d 100644 --- a/src/Core/Notification.php +++ b/src/Core/Notification.php @@ -643,7 +643,7 @@ public function to(string $type, array $config = []) /** * Serialized Notification instance. * - * @return NotificationAsArray + * @return NotificationAsArray */ public function __serialize(): array { @@ -654,8 +654,8 @@ public function __serialize(): array /** * Unserializes Notification instance. * - * @param NotificationAsArray $data - * @return void + * @param NotificationAsArray $data Notification data as array + * @return void */ public function __unserialize(array $data): void {