mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Made it to level 6!
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
This commit is contained in:
@@ -42,10 +42,8 @@ class OwnerTestNotificationNtfy extends Notification
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*
|
||||
* @param mixed $notifiable
|
||||
*/
|
||||
public function toArray($notifiable)
|
||||
public function toArray(OwnerNotifiable $notifiable): array
|
||||
{
|
||||
return [
|
||||
];
|
||||
@@ -69,7 +67,7 @@ class OwnerTestNotificationNtfy extends Notification
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function via(OwnerNotifiable $notifiable)
|
||||
public function via(OwnerNotifiable $notifiable): array
|
||||
{
|
||||
return [NtfyChannel::class];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user