mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
fix phpstan warnings
This commit is contained in:
@@ -46,7 +46,7 @@ class UserTestNotificationSlack extends Notification
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function toArray(User $user)
|
||||
{
|
||||
@@ -55,7 +55,7 @@ class UserTestNotificationSlack extends Notification
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function toSlack(User $user)
|
||||
{
|
||||
@@ -64,7 +64,7 @@ class UserTestNotificationSlack extends Notification
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
public function via(User $user)
|
||||
{
|
||||
|
Reference in New Issue
Block a user