mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Made it to level 6!
This commit is contained in:
@@ -43,7 +43,7 @@ class UserTestNotificationNtfy extends Notification
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function toArray(User $notifiable)
|
||||
public function toArray(User $notifiable): array
|
||||
{
|
||||
return [
|
||||
];
|
||||
@@ -67,7 +67,7 @@ class UserTestNotificationNtfy extends Notification
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function via(User $user)
|
||||
public function via(User $user): array
|
||||
{
|
||||
return [NtfyChannel::class];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user