mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	fix phpstan warnings
This commit is contained in:
		| @@ -54,7 +54,7 @@ class UserFailedLoginAttempt extends Notification | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * @SuppressWarnings(PHPMD.UnusedFormalParameter) | ||||
|      * @SuppressWarnings("PHPMD.UnusedFormalParameter") | ||||
|      */ | ||||
|     public function toMail(User $notifiable) | ||||
|     { | ||||
| @@ -79,7 +79,7 @@ class UserFailedLoginAttempt extends Notification | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * @SuppressWarnings(PHPMD.UnusedFormalParameter) | ||||
|      * @SuppressWarnings("PHPMD.UnusedFormalParameter") | ||||
|      */ | ||||
|     public function toPushover(User $notifiable): PushoverMessage | ||||
|     { | ||||
| @@ -89,7 +89,7 @@ class UserFailedLoginAttempt extends Notification | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * @SuppressWarnings(PHPMD.UnusedFormalParameter) | ||||
|      * @SuppressWarnings("PHPMD.UnusedFormalParameter") | ||||
|      */ | ||||
|     public function toSlack(User $notifiable) | ||||
|     { | ||||
| @@ -99,7 +99,7 @@ class UserFailedLoginAttempt extends Notification | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * @SuppressWarnings(PHPMD.UnusedFormalParameter) | ||||
|      * @SuppressWarnings("PHPMD.UnusedFormalParameter") | ||||
|      */ | ||||
|     public function via(User $notifiable) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user