Skip to content

Commit

Permalink
chore: fix docblock indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Jul 11, 2024
1 parent 5477924 commit 4a01640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Core/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public function to(string $type, array $config = [])
/**
* Serialized Notification instance.
*
* @return NotificationAsArray
* @return NotificationAsArray
*/
public function __serialize(): array
{
Expand All @@ -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
{
Expand Down

0 comments on commit 4a01640

Please sign in to comment.